Documentation ¶
Overview ¶
Package costexplorer provides the client and types for making API requests to AWS Cost Explorer Service.
You can use the Cost Explorer API to programmatically query your cost and usage data. You can query for aggregated data such as total monthly costs or total daily usage. You can also query for granular data. This might include the number of daily write operations for Amazon DynamoDB database tables in your production environment.
Service Endpoint ¶
The Cost Explorer API provides the following endpoint:
For information about the costs that are associated with the Cost Explorer API, see Amazon Web Services Cost Management Pricing (http://aws.amazon.com/aws-cost-management/pricing/).
See https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25 for more information on this service.
See costexplorer package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/costexplorer/
Using the Client ¶
To contact AWS Cost Explorer Service with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS Cost Explorer Service client CostExplorer for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/costexplorer/#New
Index ¶
- Constants
- func AccountScope_Values() []string
- func AnomalyFeedbackType_Values() []string
- func AnomalySubscriptionFrequency_Values() []string
- func ApproximationDimension_Values() []string
- func Context_Values() []string
- func CostAllocationTagBackfillStatus_Values() []string
- func CostAllocationTagStatus_Values() []string
- func CostAllocationTagType_Values() []string
- func CostCategoryInheritedValueDimensionName_Values() []string
- func CostCategoryRuleType_Values() []string
- func CostCategoryRuleVersion_Values() []string
- func CostCategorySplitChargeMethod_Values() []string
- func CostCategorySplitChargeRuleParameterType_Values() []string
- func CostCategoryStatusComponent_Values() []string
- func CostCategoryStatus_Values() []string
- func Dimension_Values() []string
- func FindingReasonCode_Values() []string
- func GenerationStatus_Values() []string
- func Granularity_Values() []string
- func GroupDefinitionType_Values() []string
- func LookbackPeriodInDays_Values() []string
- func MatchOption_Values() []string
- func Metric_Values() []string
- func MonitorDimension_Values() []string
- func MonitorType_Values() []string
- func NumericOperator_Values() []string
- func OfferingClass_Values() []string
- func PaymentOption_Values() []string
- func PlatformDifference_Values() []string
- func RecommendationTarget_Values() []string
- func RightsizingType_Values() []string
- func SavingsPlansDataType_Values() []string
- func SortOrder_Values() []string
- func SubscriberStatus_Values() []string
- func SubscriberType_Values() []string
- func SupportedSavingsPlansType_Values() []string
- func TermInYears_Values() []string
- type Anomaly
- func (s Anomaly) GoString() string
- func (s *Anomaly) SetAnomalyEndDate(v string) *Anomaly
- func (s *Anomaly) SetAnomalyId(v string) *Anomaly
- func (s *Anomaly) SetAnomalyScore(v *AnomalyScore) *Anomaly
- func (s *Anomaly) SetAnomalyStartDate(v string) *Anomaly
- func (s *Anomaly) SetDimensionValue(v string) *Anomaly
- func (s *Anomaly) SetFeedback(v string) *Anomaly
- func (s *Anomaly) SetImpact(v *Impact) *Anomaly
- func (s *Anomaly) SetMonitorArn(v string) *Anomaly
- func (s *Anomaly) SetRootCauses(v []*RootCause) *Anomaly
- func (s Anomaly) String() string
- type AnomalyDateInterval
- type AnomalyMonitor
- func (s AnomalyMonitor) GoString() string
- func (s *AnomalyMonitor) SetCreationDate(v string) *AnomalyMonitor
- func (s *AnomalyMonitor) SetDimensionalValueCount(v int64) *AnomalyMonitor
- func (s *AnomalyMonitor) SetLastEvaluatedDate(v string) *AnomalyMonitor
- func (s *AnomalyMonitor) SetLastUpdatedDate(v string) *AnomalyMonitor
- func (s *AnomalyMonitor) SetMonitorArn(v string) *AnomalyMonitor
- func (s *AnomalyMonitor) SetMonitorDimension(v string) *AnomalyMonitor
- func (s *AnomalyMonitor) SetMonitorName(v string) *AnomalyMonitor
- func (s *AnomalyMonitor) SetMonitorSpecification(v *Expression) *AnomalyMonitor
- func (s *AnomalyMonitor) SetMonitorType(v string) *AnomalyMonitor
- func (s AnomalyMonitor) String() string
- func (s *AnomalyMonitor) Validate() error
- type AnomalyScore
- type AnomalySubscription
- func (s AnomalySubscription) GoString() string
- func (s *AnomalySubscription) SetAccountId(v string) *AnomalySubscription
- func (s *AnomalySubscription) SetFrequency(v string) *AnomalySubscription
- func (s *AnomalySubscription) SetMonitorArnList(v []*string) *AnomalySubscription
- func (s *AnomalySubscription) SetSubscribers(v []*Subscriber) *AnomalySubscription
- func (s *AnomalySubscription) SetSubscriptionArn(v string) *AnomalySubscription
- func (s *AnomalySubscription) SetSubscriptionName(v string) *AnomalySubscription
- func (s *AnomalySubscription) SetThreshold(v float64) *AnomalySubscription
- func (s *AnomalySubscription) SetThresholdExpression(v *Expression) *AnomalySubscription
- func (s AnomalySubscription) String() string
- func (s *AnomalySubscription) Validate() error
- type BackfillLimitExceededException
- func (s *BackfillLimitExceededException) Code() string
- func (s *BackfillLimitExceededException) Error() string
- func (s BackfillLimitExceededException) GoString() string
- func (s *BackfillLimitExceededException) Message() string
- func (s *BackfillLimitExceededException) OrigErr() error
- func (s *BackfillLimitExceededException) RequestID() string
- func (s *BackfillLimitExceededException) StatusCode() int
- func (s BackfillLimitExceededException) String() string
- type BillExpirationException
- func (s *BillExpirationException) Code() string
- func (s *BillExpirationException) Error() string
- func (s BillExpirationException) GoString() string
- func (s *BillExpirationException) Message() string
- func (s *BillExpirationException) OrigErr() error
- func (s *BillExpirationException) RequestID() string
- func (s *BillExpirationException) StatusCode() int
- func (s BillExpirationException) String() string
- type CostAllocationTag
- func (s CostAllocationTag) GoString() string
- func (s *CostAllocationTag) SetLastUpdatedDate(v string) *CostAllocationTag
- func (s *CostAllocationTag) SetLastUsedDate(v string) *CostAllocationTag
- func (s *CostAllocationTag) SetStatus(v string) *CostAllocationTag
- func (s *CostAllocationTag) SetTagKey(v string) *CostAllocationTag
- func (s *CostAllocationTag) SetType(v string) *CostAllocationTag
- func (s CostAllocationTag) String() string
- type CostAllocationTagBackfillRequest
- func (s CostAllocationTagBackfillRequest) GoString() string
- func (s *CostAllocationTagBackfillRequest) SetBackfillFrom(v string) *CostAllocationTagBackfillRequest
- func (s *CostAllocationTagBackfillRequest) SetBackfillStatus(v string) *CostAllocationTagBackfillRequest
- func (s *CostAllocationTagBackfillRequest) SetCompletedAt(v string) *CostAllocationTagBackfillRequest
- func (s *CostAllocationTagBackfillRequest) SetLastUpdatedAt(v string) *CostAllocationTagBackfillRequest
- func (s *CostAllocationTagBackfillRequest) SetRequestedAt(v string) *CostAllocationTagBackfillRequest
- func (s CostAllocationTagBackfillRequest) String() string
- type CostAllocationTagStatusEntry
- func (s CostAllocationTagStatusEntry) GoString() string
- func (s *CostAllocationTagStatusEntry) SetStatus(v string) *CostAllocationTagStatusEntry
- func (s *CostAllocationTagStatusEntry) SetTagKey(v string) *CostAllocationTagStatusEntry
- func (s CostAllocationTagStatusEntry) String() string
- func (s *CostAllocationTagStatusEntry) Validate() error
- type CostCategory
- func (s CostCategory) GoString() string
- func (s *CostCategory) SetCostCategoryArn(v string) *CostCategory
- func (s *CostCategory) SetDefaultValue(v string) *CostCategory
- func (s *CostCategory) SetEffectiveEnd(v string) *CostCategory
- func (s *CostCategory) SetEffectiveStart(v string) *CostCategory
- func (s *CostCategory) SetName(v string) *CostCategory
- func (s *CostCategory) SetProcessingStatus(v []*CostCategoryProcessingStatus) *CostCategory
- func (s *CostCategory) SetRuleVersion(v string) *CostCategory
- func (s *CostCategory) SetRules(v []*CostCategoryRule) *CostCategory
- func (s *CostCategory) SetSplitChargeRules(v []*CostCategorySplitChargeRule) *CostCategory
- func (s CostCategory) String() string
- type CostCategoryInheritedValueDimension
- func (s CostCategoryInheritedValueDimension) GoString() string
- func (s *CostCategoryInheritedValueDimension) SetDimensionKey(v string) *CostCategoryInheritedValueDimension
- func (s *CostCategoryInheritedValueDimension) SetDimensionName(v string) *CostCategoryInheritedValueDimension
- func (s CostCategoryInheritedValueDimension) String() string
- type CostCategoryProcessingStatus
- type CostCategoryReference
- func (s CostCategoryReference) GoString() string
- func (s *CostCategoryReference) SetCostCategoryArn(v string) *CostCategoryReference
- func (s *CostCategoryReference) SetDefaultValue(v string) *CostCategoryReference
- func (s *CostCategoryReference) SetEffectiveEnd(v string) *CostCategoryReference
- func (s *CostCategoryReference) SetEffectiveStart(v string) *CostCategoryReference
- func (s *CostCategoryReference) SetName(v string) *CostCategoryReference
- func (s *CostCategoryReference) SetNumberOfRules(v int64) *CostCategoryReference
- func (s *CostCategoryReference) SetProcessingStatus(v []*CostCategoryProcessingStatus) *CostCategoryReference
- func (s *CostCategoryReference) SetValues(v []*string) *CostCategoryReference
- func (s CostCategoryReference) String() string
- type CostCategoryRule
- func (s CostCategoryRule) GoString() string
- func (s *CostCategoryRule) SetInheritedValue(v *CostCategoryInheritedValueDimension) *CostCategoryRule
- func (s *CostCategoryRule) SetRule(v *Expression) *CostCategoryRule
- func (s *CostCategoryRule) SetType(v string) *CostCategoryRule
- func (s *CostCategoryRule) SetValue(v string) *CostCategoryRule
- func (s CostCategoryRule) String() string
- func (s *CostCategoryRule) Validate() error
- type CostCategorySplitChargeRule
- func (s CostCategorySplitChargeRule) GoString() string
- func (s *CostCategorySplitChargeRule) SetMethod(v string) *CostCategorySplitChargeRule
- func (s *CostCategorySplitChargeRule) SetParameters(v []*CostCategorySplitChargeRuleParameter) *CostCategorySplitChargeRule
- func (s *CostCategorySplitChargeRule) SetSource(v string) *CostCategorySplitChargeRule
- func (s *CostCategorySplitChargeRule) SetTargets(v []*string) *CostCategorySplitChargeRule
- func (s CostCategorySplitChargeRule) String() string
- func (s *CostCategorySplitChargeRule) Validate() error
- type CostCategorySplitChargeRuleParameter
- func (s CostCategorySplitChargeRuleParameter) GoString() string
- func (s *CostCategorySplitChargeRuleParameter) SetType(v string) *CostCategorySplitChargeRuleParameter
- func (s *CostCategorySplitChargeRuleParameter) SetValues(v []*string) *CostCategorySplitChargeRuleParameter
- func (s CostCategorySplitChargeRuleParameter) String() string
- func (s *CostCategorySplitChargeRuleParameter) Validate() error
- type CostCategoryValues
- func (s CostCategoryValues) GoString() string
- func (s *CostCategoryValues) SetKey(v string) *CostCategoryValues
- func (s *CostCategoryValues) SetMatchOptions(v []*string) *CostCategoryValues
- func (s *CostCategoryValues) SetValues(v []*string) *CostCategoryValues
- func (s CostCategoryValues) String() string
- func (s *CostCategoryValues) Validate() error
- type CostExplorer
- func (c *CostExplorer) CreateAnomalyMonitor(input *CreateAnomalyMonitorInput) (*CreateAnomalyMonitorOutput, error)
- func (c *CostExplorer) CreateAnomalyMonitorRequest(input *CreateAnomalyMonitorInput) (req *request.Request, output *CreateAnomalyMonitorOutput)
- func (c *CostExplorer) CreateAnomalyMonitorWithContext(ctx aws.Context, input *CreateAnomalyMonitorInput, opts ...request.Option) (*CreateAnomalyMonitorOutput, error)
- func (c *CostExplorer) CreateAnomalySubscription(input *CreateAnomalySubscriptionInput) (*CreateAnomalySubscriptionOutput, error)
- func (c *CostExplorer) CreateAnomalySubscriptionRequest(input *CreateAnomalySubscriptionInput) (req *request.Request, output *CreateAnomalySubscriptionOutput)
- func (c *CostExplorer) CreateAnomalySubscriptionWithContext(ctx aws.Context, input *CreateAnomalySubscriptionInput, opts ...request.Option) (*CreateAnomalySubscriptionOutput, error)
- func (c *CostExplorer) CreateCostCategoryDefinition(input *CreateCostCategoryDefinitionInput) (*CreateCostCategoryDefinitionOutput, error)
- func (c *CostExplorer) CreateCostCategoryDefinitionRequest(input *CreateCostCategoryDefinitionInput) (req *request.Request, output *CreateCostCategoryDefinitionOutput)
- func (c *CostExplorer) CreateCostCategoryDefinitionWithContext(ctx aws.Context, input *CreateCostCategoryDefinitionInput, ...) (*CreateCostCategoryDefinitionOutput, error)
- func (c *CostExplorer) DeleteAnomalyMonitor(input *DeleteAnomalyMonitorInput) (*DeleteAnomalyMonitorOutput, error)
- func (c *CostExplorer) DeleteAnomalyMonitorRequest(input *DeleteAnomalyMonitorInput) (req *request.Request, output *DeleteAnomalyMonitorOutput)
- func (c *CostExplorer) DeleteAnomalyMonitorWithContext(ctx aws.Context, input *DeleteAnomalyMonitorInput, opts ...request.Option) (*DeleteAnomalyMonitorOutput, error)
- func (c *CostExplorer) DeleteAnomalySubscription(input *DeleteAnomalySubscriptionInput) (*DeleteAnomalySubscriptionOutput, error)
- func (c *CostExplorer) DeleteAnomalySubscriptionRequest(input *DeleteAnomalySubscriptionInput) (req *request.Request, output *DeleteAnomalySubscriptionOutput)
- func (c *CostExplorer) DeleteAnomalySubscriptionWithContext(ctx aws.Context, input *DeleteAnomalySubscriptionInput, opts ...request.Option) (*DeleteAnomalySubscriptionOutput, error)
- func (c *CostExplorer) DeleteCostCategoryDefinition(input *DeleteCostCategoryDefinitionInput) (*DeleteCostCategoryDefinitionOutput, error)
- func (c *CostExplorer) DeleteCostCategoryDefinitionRequest(input *DeleteCostCategoryDefinitionInput) (req *request.Request, output *DeleteCostCategoryDefinitionOutput)
- func (c *CostExplorer) DeleteCostCategoryDefinitionWithContext(ctx aws.Context, input *DeleteCostCategoryDefinitionInput, ...) (*DeleteCostCategoryDefinitionOutput, error)
- func (c *CostExplorer) DescribeCostCategoryDefinition(input *DescribeCostCategoryDefinitionInput) (*DescribeCostCategoryDefinitionOutput, error)
- func (c *CostExplorer) DescribeCostCategoryDefinitionRequest(input *DescribeCostCategoryDefinitionInput) (req *request.Request, output *DescribeCostCategoryDefinitionOutput)
- func (c *CostExplorer) DescribeCostCategoryDefinitionWithContext(ctx aws.Context, input *DescribeCostCategoryDefinitionInput, ...) (*DescribeCostCategoryDefinitionOutput, error)
- func (c *CostExplorer) GetAnomalies(input *GetAnomaliesInput) (*GetAnomaliesOutput, error)
- func (c *CostExplorer) GetAnomaliesRequest(input *GetAnomaliesInput) (req *request.Request, output *GetAnomaliesOutput)
- func (c *CostExplorer) GetAnomaliesWithContext(ctx aws.Context, input *GetAnomaliesInput, opts ...request.Option) (*GetAnomaliesOutput, error)
- func (c *CostExplorer) GetAnomalyMonitors(input *GetAnomalyMonitorsInput) (*GetAnomalyMonitorsOutput, error)
- func (c *CostExplorer) GetAnomalyMonitorsRequest(input *GetAnomalyMonitorsInput) (req *request.Request, output *GetAnomalyMonitorsOutput)
- func (c *CostExplorer) GetAnomalyMonitorsWithContext(ctx aws.Context, input *GetAnomalyMonitorsInput, opts ...request.Option) (*GetAnomalyMonitorsOutput, error)
- func (c *CostExplorer) GetAnomalySubscriptions(input *GetAnomalySubscriptionsInput) (*GetAnomalySubscriptionsOutput, error)
- func (c *CostExplorer) GetAnomalySubscriptionsRequest(input *GetAnomalySubscriptionsInput) (req *request.Request, output *GetAnomalySubscriptionsOutput)
- func (c *CostExplorer) GetAnomalySubscriptionsWithContext(ctx aws.Context, input *GetAnomalySubscriptionsInput, opts ...request.Option) (*GetAnomalySubscriptionsOutput, error)
- func (c *CostExplorer) GetApproximateUsageRecords(input *GetApproximateUsageRecordsInput) (*GetApproximateUsageRecordsOutput, error)
- func (c *CostExplorer) GetApproximateUsageRecordsRequest(input *GetApproximateUsageRecordsInput) (req *request.Request, output *GetApproximateUsageRecordsOutput)
- func (c *CostExplorer) GetApproximateUsageRecordsWithContext(ctx aws.Context, input *GetApproximateUsageRecordsInput, ...) (*GetApproximateUsageRecordsOutput, error)
- func (c *CostExplorer) GetCostAndUsage(input *GetCostAndUsageInput) (*GetCostAndUsageOutput, error)
- func (c *CostExplorer) GetCostAndUsageRequest(input *GetCostAndUsageInput) (req *request.Request, output *GetCostAndUsageOutput)
- func (c *CostExplorer) GetCostAndUsageWithContext(ctx aws.Context, input *GetCostAndUsageInput, opts ...request.Option) (*GetCostAndUsageOutput, error)
- func (c *CostExplorer) GetCostAndUsageWithResources(input *GetCostAndUsageWithResourcesInput) (*GetCostAndUsageWithResourcesOutput, error)
- func (c *CostExplorer) GetCostAndUsageWithResourcesRequest(input *GetCostAndUsageWithResourcesInput) (req *request.Request, output *GetCostAndUsageWithResourcesOutput)
- func (c *CostExplorer) GetCostAndUsageWithResourcesWithContext(ctx aws.Context, input *GetCostAndUsageWithResourcesInput, ...) (*GetCostAndUsageWithResourcesOutput, error)
- func (c *CostExplorer) GetCostCategories(input *GetCostCategoriesInput) (*GetCostCategoriesOutput, error)
- func (c *CostExplorer) GetCostCategoriesRequest(input *GetCostCategoriesInput) (req *request.Request, output *GetCostCategoriesOutput)
- func (c *CostExplorer) GetCostCategoriesWithContext(ctx aws.Context, input *GetCostCategoriesInput, opts ...request.Option) (*GetCostCategoriesOutput, error)
- func (c *CostExplorer) GetCostForecast(input *GetCostForecastInput) (*GetCostForecastOutput, error)
- func (c *CostExplorer) GetCostForecastRequest(input *GetCostForecastInput) (req *request.Request, output *GetCostForecastOutput)
- func (c *CostExplorer) GetCostForecastWithContext(ctx aws.Context, input *GetCostForecastInput, opts ...request.Option) (*GetCostForecastOutput, error)
- func (c *CostExplorer) GetDimensionValues(input *GetDimensionValuesInput) (*GetDimensionValuesOutput, error)
- func (c *CostExplorer) GetDimensionValuesRequest(input *GetDimensionValuesInput) (req *request.Request, output *GetDimensionValuesOutput)
- func (c *CostExplorer) GetDimensionValuesWithContext(ctx aws.Context, input *GetDimensionValuesInput, opts ...request.Option) (*GetDimensionValuesOutput, error)
- func (c *CostExplorer) GetReservationCoverage(input *GetReservationCoverageInput) (*GetReservationCoverageOutput, error)
- func (c *CostExplorer) GetReservationCoverageRequest(input *GetReservationCoverageInput) (req *request.Request, output *GetReservationCoverageOutput)
- func (c *CostExplorer) GetReservationCoverageWithContext(ctx aws.Context, input *GetReservationCoverageInput, opts ...request.Option) (*GetReservationCoverageOutput, error)
- func (c *CostExplorer) GetReservationPurchaseRecommendation(input *GetReservationPurchaseRecommendationInput) (*GetReservationPurchaseRecommendationOutput, error)
- func (c *CostExplorer) GetReservationPurchaseRecommendationRequest(input *GetReservationPurchaseRecommendationInput) (req *request.Request, output *GetReservationPurchaseRecommendationOutput)
- func (c *CostExplorer) GetReservationPurchaseRecommendationWithContext(ctx aws.Context, input *GetReservationPurchaseRecommendationInput, ...) (*GetReservationPurchaseRecommendationOutput, error)
- func (c *CostExplorer) GetReservationUtilization(input *GetReservationUtilizationInput) (*GetReservationUtilizationOutput, error)
- func (c *CostExplorer) GetReservationUtilizationRequest(input *GetReservationUtilizationInput) (req *request.Request, output *GetReservationUtilizationOutput)
- func (c *CostExplorer) GetReservationUtilizationWithContext(ctx aws.Context, input *GetReservationUtilizationInput, opts ...request.Option) (*GetReservationUtilizationOutput, error)
- func (c *CostExplorer) GetRightsizingRecommendation(input *GetRightsizingRecommendationInput) (*GetRightsizingRecommendationOutput, error)
- func (c *CostExplorer) GetRightsizingRecommendationRequest(input *GetRightsizingRecommendationInput) (req *request.Request, output *GetRightsizingRecommendationOutput)
- func (c *CostExplorer) GetRightsizingRecommendationWithContext(ctx aws.Context, input *GetRightsizingRecommendationInput, ...) (*GetRightsizingRecommendationOutput, error)
- func (c *CostExplorer) GetSavingsPlanPurchaseRecommendationDetails(input *GetSavingsPlanPurchaseRecommendationDetailsInput) (*GetSavingsPlanPurchaseRecommendationDetailsOutput, error)
- func (c *CostExplorer) GetSavingsPlanPurchaseRecommendationDetailsRequest(input *GetSavingsPlanPurchaseRecommendationDetailsInput) (req *request.Request, ...)
- func (c *CostExplorer) GetSavingsPlanPurchaseRecommendationDetailsWithContext(ctx aws.Context, input *GetSavingsPlanPurchaseRecommendationDetailsInput, ...) (*GetSavingsPlanPurchaseRecommendationDetailsOutput, error)
- func (c *CostExplorer) GetSavingsPlansCoverage(input *GetSavingsPlansCoverageInput) (*GetSavingsPlansCoverageOutput, error)
- func (c *CostExplorer) GetSavingsPlansCoveragePages(input *GetSavingsPlansCoverageInput, ...) error
- func (c *CostExplorer) GetSavingsPlansCoveragePagesWithContext(ctx aws.Context, input *GetSavingsPlansCoverageInput, ...) error
- func (c *CostExplorer) GetSavingsPlansCoverageRequest(input *GetSavingsPlansCoverageInput) (req *request.Request, output *GetSavingsPlansCoverageOutput)
- func (c *CostExplorer) GetSavingsPlansCoverageWithContext(ctx aws.Context, input *GetSavingsPlansCoverageInput, opts ...request.Option) (*GetSavingsPlansCoverageOutput, error)
- func (c *CostExplorer) GetSavingsPlansPurchaseRecommendation(input *GetSavingsPlansPurchaseRecommendationInput) (*GetSavingsPlansPurchaseRecommendationOutput, error)
- func (c *CostExplorer) GetSavingsPlansPurchaseRecommendationRequest(input *GetSavingsPlansPurchaseRecommendationInput) (req *request.Request, output *GetSavingsPlansPurchaseRecommendationOutput)
- func (c *CostExplorer) GetSavingsPlansPurchaseRecommendationWithContext(ctx aws.Context, input *GetSavingsPlansPurchaseRecommendationInput, ...) (*GetSavingsPlansPurchaseRecommendationOutput, error)
- func (c *CostExplorer) GetSavingsPlansUtilization(input *GetSavingsPlansUtilizationInput) (*GetSavingsPlansUtilizationOutput, error)
- func (c *CostExplorer) GetSavingsPlansUtilizationDetails(input *GetSavingsPlansUtilizationDetailsInput) (*GetSavingsPlansUtilizationDetailsOutput, error)
- func (c *CostExplorer) GetSavingsPlansUtilizationDetailsPages(input *GetSavingsPlansUtilizationDetailsInput, ...) error
- func (c *CostExplorer) GetSavingsPlansUtilizationDetailsPagesWithContext(ctx aws.Context, input *GetSavingsPlansUtilizationDetailsInput, ...) error
- func (c *CostExplorer) GetSavingsPlansUtilizationDetailsRequest(input *GetSavingsPlansUtilizationDetailsInput) (req *request.Request, output *GetSavingsPlansUtilizationDetailsOutput)
- func (c *CostExplorer) GetSavingsPlansUtilizationDetailsWithContext(ctx aws.Context, input *GetSavingsPlansUtilizationDetailsInput, ...) (*GetSavingsPlansUtilizationDetailsOutput, error)
- func (c *CostExplorer) GetSavingsPlansUtilizationRequest(input *GetSavingsPlansUtilizationInput) (req *request.Request, output *GetSavingsPlansUtilizationOutput)
- func (c *CostExplorer) GetSavingsPlansUtilizationWithContext(ctx aws.Context, input *GetSavingsPlansUtilizationInput, ...) (*GetSavingsPlansUtilizationOutput, error)
- func (c *CostExplorer) GetTags(input *GetTagsInput) (*GetTagsOutput, error)
- func (c *CostExplorer) GetTagsRequest(input *GetTagsInput) (req *request.Request, output *GetTagsOutput)
- func (c *CostExplorer) GetTagsWithContext(ctx aws.Context, input *GetTagsInput, opts ...request.Option) (*GetTagsOutput, error)
- func (c *CostExplorer) GetUsageForecast(input *GetUsageForecastInput) (*GetUsageForecastOutput, error)
- func (c *CostExplorer) GetUsageForecastRequest(input *GetUsageForecastInput) (req *request.Request, output *GetUsageForecastOutput)
- func (c *CostExplorer) GetUsageForecastWithContext(ctx aws.Context, input *GetUsageForecastInput, opts ...request.Option) (*GetUsageForecastOutput, error)
- func (c *CostExplorer) ListCostAllocationTagBackfillHistory(input *ListCostAllocationTagBackfillHistoryInput) (*ListCostAllocationTagBackfillHistoryOutput, error)
- func (c *CostExplorer) ListCostAllocationTagBackfillHistoryPages(input *ListCostAllocationTagBackfillHistoryInput, ...) error
- func (c *CostExplorer) ListCostAllocationTagBackfillHistoryPagesWithContext(ctx aws.Context, input *ListCostAllocationTagBackfillHistoryInput, ...) error
- func (c *CostExplorer) ListCostAllocationTagBackfillHistoryRequest(input *ListCostAllocationTagBackfillHistoryInput) (req *request.Request, output *ListCostAllocationTagBackfillHistoryOutput)
- func (c *CostExplorer) ListCostAllocationTagBackfillHistoryWithContext(ctx aws.Context, input *ListCostAllocationTagBackfillHistoryInput, ...) (*ListCostAllocationTagBackfillHistoryOutput, error)
- func (c *CostExplorer) ListCostAllocationTags(input *ListCostAllocationTagsInput) (*ListCostAllocationTagsOutput, error)
- func (c *CostExplorer) ListCostAllocationTagsPages(input *ListCostAllocationTagsInput, ...) error
- func (c *CostExplorer) ListCostAllocationTagsPagesWithContext(ctx aws.Context, input *ListCostAllocationTagsInput, ...) error
- func (c *CostExplorer) ListCostAllocationTagsRequest(input *ListCostAllocationTagsInput) (req *request.Request, output *ListCostAllocationTagsOutput)
- func (c *CostExplorer) ListCostAllocationTagsWithContext(ctx aws.Context, input *ListCostAllocationTagsInput, opts ...request.Option) (*ListCostAllocationTagsOutput, error)
- func (c *CostExplorer) ListCostCategoryDefinitions(input *ListCostCategoryDefinitionsInput) (*ListCostCategoryDefinitionsOutput, error)
- func (c *CostExplorer) ListCostCategoryDefinitionsPages(input *ListCostCategoryDefinitionsInput, ...) error
- func (c *CostExplorer) ListCostCategoryDefinitionsPagesWithContext(ctx aws.Context, input *ListCostCategoryDefinitionsInput, ...) error
- func (c *CostExplorer) ListCostCategoryDefinitionsRequest(input *ListCostCategoryDefinitionsInput) (req *request.Request, output *ListCostCategoryDefinitionsOutput)
- func (c *CostExplorer) ListCostCategoryDefinitionsWithContext(ctx aws.Context, input *ListCostCategoryDefinitionsInput, ...) (*ListCostCategoryDefinitionsOutput, error)
- func (c *CostExplorer) ListSavingsPlansPurchaseRecommendationGeneration(input *ListSavingsPlansPurchaseRecommendationGenerationInput) (*ListSavingsPlansPurchaseRecommendationGenerationOutput, error)
- func (c *CostExplorer) ListSavingsPlansPurchaseRecommendationGenerationRequest(input *ListSavingsPlansPurchaseRecommendationGenerationInput) (req *request.Request, ...)
- func (c *CostExplorer) ListSavingsPlansPurchaseRecommendationGenerationWithContext(ctx aws.Context, input *ListSavingsPlansPurchaseRecommendationGenerationInput, ...) (*ListSavingsPlansPurchaseRecommendationGenerationOutput, error)
- func (c *CostExplorer) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *CostExplorer) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *CostExplorer) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *CostExplorer) ProvideAnomalyFeedback(input *ProvideAnomalyFeedbackInput) (*ProvideAnomalyFeedbackOutput, error)
- func (c *CostExplorer) ProvideAnomalyFeedbackRequest(input *ProvideAnomalyFeedbackInput) (req *request.Request, output *ProvideAnomalyFeedbackOutput)
- func (c *CostExplorer) ProvideAnomalyFeedbackWithContext(ctx aws.Context, input *ProvideAnomalyFeedbackInput, opts ...request.Option) (*ProvideAnomalyFeedbackOutput, error)
- func (c *CostExplorer) StartCostAllocationTagBackfill(input *StartCostAllocationTagBackfillInput) (*StartCostAllocationTagBackfillOutput, error)
- func (c *CostExplorer) StartCostAllocationTagBackfillRequest(input *StartCostAllocationTagBackfillInput) (req *request.Request, output *StartCostAllocationTagBackfillOutput)
- func (c *CostExplorer) StartCostAllocationTagBackfillWithContext(ctx aws.Context, input *StartCostAllocationTagBackfillInput, ...) (*StartCostAllocationTagBackfillOutput, error)
- func (c *CostExplorer) StartSavingsPlansPurchaseRecommendationGeneration(input *StartSavingsPlansPurchaseRecommendationGenerationInput) (*StartSavingsPlansPurchaseRecommendationGenerationOutput, error)
- func (c *CostExplorer) StartSavingsPlansPurchaseRecommendationGenerationRequest(input *StartSavingsPlansPurchaseRecommendationGenerationInput) (req *request.Request, ...)
- func (c *CostExplorer) StartSavingsPlansPurchaseRecommendationGenerationWithContext(ctx aws.Context, input *StartSavingsPlansPurchaseRecommendationGenerationInput, ...) (*StartSavingsPlansPurchaseRecommendationGenerationOutput, error)
- func (c *CostExplorer) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *CostExplorer) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *CostExplorer) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *CostExplorer) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *CostExplorer) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *CostExplorer) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *CostExplorer) UpdateAnomalyMonitor(input *UpdateAnomalyMonitorInput) (*UpdateAnomalyMonitorOutput, error)
- func (c *CostExplorer) UpdateAnomalyMonitorRequest(input *UpdateAnomalyMonitorInput) (req *request.Request, output *UpdateAnomalyMonitorOutput)
- func (c *CostExplorer) UpdateAnomalyMonitorWithContext(ctx aws.Context, input *UpdateAnomalyMonitorInput, opts ...request.Option) (*UpdateAnomalyMonitorOutput, error)
- func (c *CostExplorer) UpdateAnomalySubscription(input *UpdateAnomalySubscriptionInput) (*UpdateAnomalySubscriptionOutput, error)
- func (c *CostExplorer) UpdateAnomalySubscriptionRequest(input *UpdateAnomalySubscriptionInput) (req *request.Request, output *UpdateAnomalySubscriptionOutput)
- func (c *CostExplorer) UpdateAnomalySubscriptionWithContext(ctx aws.Context, input *UpdateAnomalySubscriptionInput, opts ...request.Option) (*UpdateAnomalySubscriptionOutput, error)
- func (c *CostExplorer) UpdateCostAllocationTagsStatus(input *UpdateCostAllocationTagsStatusInput) (*UpdateCostAllocationTagsStatusOutput, error)
- func (c *CostExplorer) UpdateCostAllocationTagsStatusRequest(input *UpdateCostAllocationTagsStatusInput) (req *request.Request, output *UpdateCostAllocationTagsStatusOutput)
- func (c *CostExplorer) UpdateCostAllocationTagsStatusWithContext(ctx aws.Context, input *UpdateCostAllocationTagsStatusInput, ...) (*UpdateCostAllocationTagsStatusOutput, error)
- func (c *CostExplorer) UpdateCostCategoryDefinition(input *UpdateCostCategoryDefinitionInput) (*UpdateCostCategoryDefinitionOutput, error)
- func (c *CostExplorer) UpdateCostCategoryDefinitionRequest(input *UpdateCostCategoryDefinitionInput) (req *request.Request, output *UpdateCostCategoryDefinitionOutput)
- func (c *CostExplorer) UpdateCostCategoryDefinitionWithContext(ctx aws.Context, input *UpdateCostCategoryDefinitionInput, ...) (*UpdateCostCategoryDefinitionOutput, error)
- type Coverage
- type CoverageByTime
- type CoverageCost
- type CoverageHours
- func (s CoverageHours) GoString() string
- func (s *CoverageHours) SetCoverageHoursPercentage(v string) *CoverageHours
- func (s *CoverageHours) SetOnDemandHours(v string) *CoverageHours
- func (s *CoverageHours) SetReservedHours(v string) *CoverageHours
- func (s *CoverageHours) SetTotalRunningHours(v string) *CoverageHours
- func (s CoverageHours) String() string
- type CoverageNormalizedUnits
- func (s CoverageNormalizedUnits) GoString() string
- func (s *CoverageNormalizedUnits) SetCoverageNormalizedUnitsPercentage(v string) *CoverageNormalizedUnits
- func (s *CoverageNormalizedUnits) SetOnDemandNormalizedUnits(v string) *CoverageNormalizedUnits
- func (s *CoverageNormalizedUnits) SetReservedNormalizedUnits(v string) *CoverageNormalizedUnits
- func (s *CoverageNormalizedUnits) SetTotalRunningNormalizedUnits(v string) *CoverageNormalizedUnits
- func (s CoverageNormalizedUnits) String() string
- type CreateAnomalyMonitorInput
- func (s CreateAnomalyMonitorInput) GoString() string
- func (s *CreateAnomalyMonitorInput) SetAnomalyMonitor(v *AnomalyMonitor) *CreateAnomalyMonitorInput
- func (s *CreateAnomalyMonitorInput) SetResourceTags(v []*ResourceTag) *CreateAnomalyMonitorInput
- func (s CreateAnomalyMonitorInput) String() string
- func (s *CreateAnomalyMonitorInput) Validate() error
- type CreateAnomalyMonitorOutput
- type CreateAnomalySubscriptionInput
- func (s CreateAnomalySubscriptionInput) GoString() string
- func (s *CreateAnomalySubscriptionInput) SetAnomalySubscription(v *AnomalySubscription) *CreateAnomalySubscriptionInput
- func (s *CreateAnomalySubscriptionInput) SetResourceTags(v []*ResourceTag) *CreateAnomalySubscriptionInput
- func (s CreateAnomalySubscriptionInput) String() string
- func (s *CreateAnomalySubscriptionInput) Validate() error
- type CreateAnomalySubscriptionOutput
- type CreateCostCategoryDefinitionInput
- func (s CreateCostCategoryDefinitionInput) GoString() string
- func (s *CreateCostCategoryDefinitionInput) SetDefaultValue(v string) *CreateCostCategoryDefinitionInput
- func (s *CreateCostCategoryDefinitionInput) SetEffectiveStart(v string) *CreateCostCategoryDefinitionInput
- func (s *CreateCostCategoryDefinitionInput) SetName(v string) *CreateCostCategoryDefinitionInput
- func (s *CreateCostCategoryDefinitionInput) SetResourceTags(v []*ResourceTag) *CreateCostCategoryDefinitionInput
- func (s *CreateCostCategoryDefinitionInput) SetRuleVersion(v string) *CreateCostCategoryDefinitionInput
- func (s *CreateCostCategoryDefinitionInput) SetRules(v []*CostCategoryRule) *CreateCostCategoryDefinitionInput
- func (s *CreateCostCategoryDefinitionInput) SetSplitChargeRules(v []*CostCategorySplitChargeRule) *CreateCostCategoryDefinitionInput
- func (s CreateCostCategoryDefinitionInput) String() string
- func (s *CreateCostCategoryDefinitionInput) Validate() error
- type CreateCostCategoryDefinitionOutput
- func (s CreateCostCategoryDefinitionOutput) GoString() string
- func (s *CreateCostCategoryDefinitionOutput) SetCostCategoryArn(v string) *CreateCostCategoryDefinitionOutput
- func (s *CreateCostCategoryDefinitionOutput) SetEffectiveStart(v string) *CreateCostCategoryDefinitionOutput
- func (s CreateCostCategoryDefinitionOutput) String() string
- type CurrentInstance
- func (s CurrentInstance) GoString() string
- func (s *CurrentInstance) SetCurrencyCode(v string) *CurrentInstance
- func (s *CurrentInstance) SetInstanceName(v string) *CurrentInstance
- func (s *CurrentInstance) SetMonthlyCost(v string) *CurrentInstance
- func (s *CurrentInstance) SetOnDemandHoursInLookbackPeriod(v string) *CurrentInstance
- func (s *CurrentInstance) SetReservationCoveredHoursInLookbackPeriod(v string) *CurrentInstance
- func (s *CurrentInstance) SetResourceDetails(v *ResourceDetails) *CurrentInstance
- func (s *CurrentInstance) SetResourceId(v string) *CurrentInstance
- func (s *CurrentInstance) SetResourceUtilization(v *ResourceUtilization) *CurrentInstance
- func (s *CurrentInstance) SetSavingsPlansCoveredHoursInLookbackPeriod(v string) *CurrentInstance
- func (s *CurrentInstance) SetTags(v []*TagValues) *CurrentInstance
- func (s *CurrentInstance) SetTotalRunningHoursInLookbackPeriod(v string) *CurrentInstance
- func (s CurrentInstance) String() string
- type DataUnavailableException
- func (s *DataUnavailableException) Code() string
- func (s *DataUnavailableException) Error() string
- func (s DataUnavailableException) GoString() string
- func (s *DataUnavailableException) Message() string
- func (s *DataUnavailableException) OrigErr() error
- func (s *DataUnavailableException) RequestID() string
- func (s *DataUnavailableException) StatusCode() int
- func (s DataUnavailableException) String() string
- type DateInterval
- type DeleteAnomalyMonitorInput
- type DeleteAnomalyMonitorOutput
- type DeleteAnomalySubscriptionInput
- type DeleteAnomalySubscriptionOutput
- type DeleteCostCategoryDefinitionInput
- type DeleteCostCategoryDefinitionOutput
- func (s DeleteCostCategoryDefinitionOutput) GoString() string
- func (s *DeleteCostCategoryDefinitionOutput) SetCostCategoryArn(v string) *DeleteCostCategoryDefinitionOutput
- func (s *DeleteCostCategoryDefinitionOutput) SetEffectiveEnd(v string) *DeleteCostCategoryDefinitionOutput
- func (s DeleteCostCategoryDefinitionOutput) String() string
- type DescribeCostCategoryDefinitionInput
- func (s DescribeCostCategoryDefinitionInput) GoString() string
- func (s *DescribeCostCategoryDefinitionInput) SetCostCategoryArn(v string) *DescribeCostCategoryDefinitionInput
- func (s *DescribeCostCategoryDefinitionInput) SetEffectiveOn(v string) *DescribeCostCategoryDefinitionInput
- func (s DescribeCostCategoryDefinitionInput) String() string
- func (s *DescribeCostCategoryDefinitionInput) Validate() error
- type DescribeCostCategoryDefinitionOutput
- type DimensionValues
- type DimensionValuesWithAttributes
- func (s DimensionValuesWithAttributes) GoString() string
- func (s *DimensionValuesWithAttributes) SetAttributes(v map[string]*string) *DimensionValuesWithAttributes
- func (s *DimensionValuesWithAttributes) SetValue(v string) *DimensionValuesWithAttributes
- func (s DimensionValuesWithAttributes) String() string
- type DiskResourceUtilization
- func (s DiskResourceUtilization) GoString() string
- func (s *DiskResourceUtilization) SetDiskReadBytesPerSecond(v string) *DiskResourceUtilization
- func (s *DiskResourceUtilization) SetDiskReadOpsPerSecond(v string) *DiskResourceUtilization
- func (s *DiskResourceUtilization) SetDiskWriteBytesPerSecond(v string) *DiskResourceUtilization
- func (s *DiskResourceUtilization) SetDiskWriteOpsPerSecond(v string) *DiskResourceUtilization
- func (s DiskResourceUtilization) String() string
- type EBSResourceUtilization
- func (s EBSResourceUtilization) GoString() string
- func (s *EBSResourceUtilization) SetEbsReadBytesPerSecond(v string) *EBSResourceUtilization
- func (s *EBSResourceUtilization) SetEbsReadOpsPerSecond(v string) *EBSResourceUtilization
- func (s *EBSResourceUtilization) SetEbsWriteBytesPerSecond(v string) *EBSResourceUtilization
- func (s *EBSResourceUtilization) SetEbsWriteOpsPerSecond(v string) *EBSResourceUtilization
- func (s EBSResourceUtilization) String() string
- type EC2InstanceDetails
- func (s EC2InstanceDetails) GoString() string
- func (s *EC2InstanceDetails) SetAvailabilityZone(v string) *EC2InstanceDetails
- func (s *EC2InstanceDetails) SetCurrentGeneration(v bool) *EC2InstanceDetails
- func (s *EC2InstanceDetails) SetFamily(v string) *EC2InstanceDetails
- func (s *EC2InstanceDetails) SetInstanceType(v string) *EC2InstanceDetails
- func (s *EC2InstanceDetails) SetPlatform(v string) *EC2InstanceDetails
- func (s *EC2InstanceDetails) SetRegion(v string) *EC2InstanceDetails
- func (s *EC2InstanceDetails) SetSizeFlexEligible(v bool) *EC2InstanceDetails
- func (s *EC2InstanceDetails) SetTenancy(v string) *EC2InstanceDetails
- func (s EC2InstanceDetails) String() string
- type EC2ResourceDetails
- func (s EC2ResourceDetails) GoString() string
- func (s *EC2ResourceDetails) SetHourlyOnDemandRate(v string) *EC2ResourceDetails
- func (s *EC2ResourceDetails) SetInstanceType(v string) *EC2ResourceDetails
- func (s *EC2ResourceDetails) SetMemory(v string) *EC2ResourceDetails
- func (s *EC2ResourceDetails) SetNetworkPerformance(v string) *EC2ResourceDetails
- func (s *EC2ResourceDetails) SetPlatform(v string) *EC2ResourceDetails
- func (s *EC2ResourceDetails) SetRegion(v string) *EC2ResourceDetails
- func (s *EC2ResourceDetails) SetSku(v string) *EC2ResourceDetails
- func (s *EC2ResourceDetails) SetStorage(v string) *EC2ResourceDetails
- func (s *EC2ResourceDetails) SetVcpu(v string) *EC2ResourceDetails
- func (s EC2ResourceDetails) String() string
- type EC2ResourceUtilization
- func (s EC2ResourceUtilization) GoString() string
- func (s *EC2ResourceUtilization) SetDiskResourceUtilization(v *DiskResourceUtilization) *EC2ResourceUtilization
- func (s *EC2ResourceUtilization) SetEBSResourceUtilization(v *EBSResourceUtilization) *EC2ResourceUtilization
- func (s *EC2ResourceUtilization) SetMaxCpuUtilizationPercentage(v string) *EC2ResourceUtilization
- func (s *EC2ResourceUtilization) SetMaxMemoryUtilizationPercentage(v string) *EC2ResourceUtilization
- func (s *EC2ResourceUtilization) SetMaxStorageUtilizationPercentage(v string) *EC2ResourceUtilization
- func (s *EC2ResourceUtilization) SetNetworkResourceUtilization(v *NetworkResourceUtilization) *EC2ResourceUtilization
- func (s EC2ResourceUtilization) String() string
- type EC2Specification
- type ESInstanceDetails
- func (s ESInstanceDetails) GoString() string
- func (s *ESInstanceDetails) SetCurrentGeneration(v bool) *ESInstanceDetails
- func (s *ESInstanceDetails) SetInstanceClass(v string) *ESInstanceDetails
- func (s *ESInstanceDetails) SetInstanceSize(v string) *ESInstanceDetails
- func (s *ESInstanceDetails) SetRegion(v string) *ESInstanceDetails
- func (s *ESInstanceDetails) SetSizeFlexEligible(v bool) *ESInstanceDetails
- func (s ESInstanceDetails) String() string
- type ElastiCacheInstanceDetails
- func (s ElastiCacheInstanceDetails) GoString() string
- func (s *ElastiCacheInstanceDetails) SetCurrentGeneration(v bool) *ElastiCacheInstanceDetails
- func (s *ElastiCacheInstanceDetails) SetFamily(v string) *ElastiCacheInstanceDetails
- func (s *ElastiCacheInstanceDetails) SetNodeType(v string) *ElastiCacheInstanceDetails
- func (s *ElastiCacheInstanceDetails) SetProductDescription(v string) *ElastiCacheInstanceDetails
- func (s *ElastiCacheInstanceDetails) SetRegion(v string) *ElastiCacheInstanceDetails
- func (s *ElastiCacheInstanceDetails) SetSizeFlexEligible(v bool) *ElastiCacheInstanceDetails
- func (s ElastiCacheInstanceDetails) String() string
- type Expression
- func (s Expression) GoString() string
- func (s *Expression) SetAnd(v []*Expression) *Expression
- func (s *Expression) SetCostCategories(v *CostCategoryValues) *Expression
- func (s *Expression) SetDimensions(v *DimensionValues) *Expression
- func (s *Expression) SetNot(v *Expression) *Expression
- func (s *Expression) SetOr(v []*Expression) *Expression
- func (s *Expression) SetTags(v *TagValues) *Expression
- func (s Expression) String() string
- func (s *Expression) Validate() error
- type ForecastResult
- func (s ForecastResult) GoString() string
- func (s *ForecastResult) SetMeanValue(v string) *ForecastResult
- func (s *ForecastResult) SetPredictionIntervalLowerBound(v string) *ForecastResult
- func (s *ForecastResult) SetPredictionIntervalUpperBound(v string) *ForecastResult
- func (s *ForecastResult) SetTimePeriod(v *DateInterval) *ForecastResult
- func (s ForecastResult) String() string
- type GenerationExistsException
- func (s *GenerationExistsException) Code() string
- func (s *GenerationExistsException) Error() string
- func (s GenerationExistsException) GoString() string
- func (s *GenerationExistsException) Message() string
- func (s *GenerationExistsException) OrigErr() error
- func (s *GenerationExistsException) RequestID() string
- func (s *GenerationExistsException) StatusCode() int
- func (s GenerationExistsException) String() string
- type GenerationSummary
- func (s GenerationSummary) GoString() string
- func (s *GenerationSummary) SetEstimatedCompletionTime(v string) *GenerationSummary
- func (s *GenerationSummary) SetGenerationCompletionTime(v string) *GenerationSummary
- func (s *GenerationSummary) SetGenerationStartedTime(v string) *GenerationSummary
- func (s *GenerationSummary) SetGenerationStatus(v string) *GenerationSummary
- func (s *GenerationSummary) SetRecommendationId(v string) *GenerationSummary
- func (s GenerationSummary) String() string
- type GetAnomaliesInput
- func (s GetAnomaliesInput) GoString() string
- func (s *GetAnomaliesInput) SetDateInterval(v *AnomalyDateInterval) *GetAnomaliesInput
- func (s *GetAnomaliesInput) SetFeedback(v string) *GetAnomaliesInput
- func (s *GetAnomaliesInput) SetMaxResults(v int64) *GetAnomaliesInput
- func (s *GetAnomaliesInput) SetMonitorArn(v string) *GetAnomaliesInput
- func (s *GetAnomaliesInput) SetNextPageToken(v string) *GetAnomaliesInput
- func (s *GetAnomaliesInput) SetTotalImpact(v *TotalImpactFilter) *GetAnomaliesInput
- func (s GetAnomaliesInput) String() string
- func (s *GetAnomaliesInput) Validate() error
- type GetAnomaliesOutput
- type GetAnomalyMonitorsInput
- func (s GetAnomalyMonitorsInput) GoString() string
- func (s *GetAnomalyMonitorsInput) SetMaxResults(v int64) *GetAnomalyMonitorsInput
- func (s *GetAnomalyMonitorsInput) SetMonitorArnList(v []*string) *GetAnomalyMonitorsInput
- func (s *GetAnomalyMonitorsInput) SetNextPageToken(v string) *GetAnomalyMonitorsInput
- func (s GetAnomalyMonitorsInput) String() string
- type GetAnomalyMonitorsOutput
- type GetAnomalySubscriptionsInput
- func (s GetAnomalySubscriptionsInput) GoString() string
- func (s *GetAnomalySubscriptionsInput) SetMaxResults(v int64) *GetAnomalySubscriptionsInput
- func (s *GetAnomalySubscriptionsInput) SetMonitorArn(v string) *GetAnomalySubscriptionsInput
- func (s *GetAnomalySubscriptionsInput) SetNextPageToken(v string) *GetAnomalySubscriptionsInput
- func (s *GetAnomalySubscriptionsInput) SetSubscriptionArnList(v []*string) *GetAnomalySubscriptionsInput
- func (s GetAnomalySubscriptionsInput) String() string
- type GetAnomalySubscriptionsOutput
- func (s GetAnomalySubscriptionsOutput) GoString() string
- func (s *GetAnomalySubscriptionsOutput) SetAnomalySubscriptions(v []*AnomalySubscription) *GetAnomalySubscriptionsOutput
- func (s *GetAnomalySubscriptionsOutput) SetNextPageToken(v string) *GetAnomalySubscriptionsOutput
- func (s GetAnomalySubscriptionsOutput) String() string
- type GetApproximateUsageRecordsInput
- func (s GetApproximateUsageRecordsInput) GoString() string
- func (s *GetApproximateUsageRecordsInput) SetApproximationDimension(v string) *GetApproximateUsageRecordsInput
- func (s *GetApproximateUsageRecordsInput) SetGranularity(v string) *GetApproximateUsageRecordsInput
- func (s *GetApproximateUsageRecordsInput) SetServices(v []*string) *GetApproximateUsageRecordsInput
- func (s GetApproximateUsageRecordsInput) String() string
- func (s *GetApproximateUsageRecordsInput) Validate() error
- type GetApproximateUsageRecordsOutput
- func (s GetApproximateUsageRecordsOutput) GoString() string
- func (s *GetApproximateUsageRecordsOutput) SetLookbackPeriod(v *DateInterval) *GetApproximateUsageRecordsOutput
- func (s *GetApproximateUsageRecordsOutput) SetServices(v map[string]*int64) *GetApproximateUsageRecordsOutput
- func (s *GetApproximateUsageRecordsOutput) SetTotalRecords(v int64) *GetApproximateUsageRecordsOutput
- func (s GetApproximateUsageRecordsOutput) String() string
- type GetCostAndUsageInput
- func (s GetCostAndUsageInput) GoString() string
- func (s *GetCostAndUsageInput) SetFilter(v *Expression) *GetCostAndUsageInput
- func (s *GetCostAndUsageInput) SetGranularity(v string) *GetCostAndUsageInput
- func (s *GetCostAndUsageInput) SetGroupBy(v []*GroupDefinition) *GetCostAndUsageInput
- func (s *GetCostAndUsageInput) SetMetrics(v []*string) *GetCostAndUsageInput
- func (s *GetCostAndUsageInput) SetNextPageToken(v string) *GetCostAndUsageInput
- func (s *GetCostAndUsageInput) SetTimePeriod(v *DateInterval) *GetCostAndUsageInput
- func (s GetCostAndUsageInput) String() string
- func (s *GetCostAndUsageInput) Validate() error
- type GetCostAndUsageOutput
- func (s GetCostAndUsageOutput) GoString() string
- func (s *GetCostAndUsageOutput) SetDimensionValueAttributes(v []*DimensionValuesWithAttributes) *GetCostAndUsageOutput
- func (s *GetCostAndUsageOutput) SetGroupDefinitions(v []*GroupDefinition) *GetCostAndUsageOutput
- func (s *GetCostAndUsageOutput) SetNextPageToken(v string) *GetCostAndUsageOutput
- func (s *GetCostAndUsageOutput) SetResultsByTime(v []*ResultByTime) *GetCostAndUsageOutput
- func (s GetCostAndUsageOutput) String() string
- type GetCostAndUsageWithResourcesInput
- func (s GetCostAndUsageWithResourcesInput) GoString() string
- func (s *GetCostAndUsageWithResourcesInput) SetFilter(v *Expression) *GetCostAndUsageWithResourcesInput
- func (s *GetCostAndUsageWithResourcesInput) SetGranularity(v string) *GetCostAndUsageWithResourcesInput
- func (s *GetCostAndUsageWithResourcesInput) SetGroupBy(v []*GroupDefinition) *GetCostAndUsageWithResourcesInput
- func (s *GetCostAndUsageWithResourcesInput) SetMetrics(v []*string) *GetCostAndUsageWithResourcesInput
- func (s *GetCostAndUsageWithResourcesInput) SetNextPageToken(v string) *GetCostAndUsageWithResourcesInput
- func (s *GetCostAndUsageWithResourcesInput) SetTimePeriod(v *DateInterval) *GetCostAndUsageWithResourcesInput
- func (s GetCostAndUsageWithResourcesInput) String() string
- func (s *GetCostAndUsageWithResourcesInput) Validate() error
- type GetCostAndUsageWithResourcesOutput
- func (s GetCostAndUsageWithResourcesOutput) GoString() string
- func (s *GetCostAndUsageWithResourcesOutput) SetDimensionValueAttributes(v []*DimensionValuesWithAttributes) *GetCostAndUsageWithResourcesOutput
- func (s *GetCostAndUsageWithResourcesOutput) SetGroupDefinitions(v []*GroupDefinition) *GetCostAndUsageWithResourcesOutput
- func (s *GetCostAndUsageWithResourcesOutput) SetNextPageToken(v string) *GetCostAndUsageWithResourcesOutput
- func (s *GetCostAndUsageWithResourcesOutput) SetResultsByTime(v []*ResultByTime) *GetCostAndUsageWithResourcesOutput
- func (s GetCostAndUsageWithResourcesOutput) String() string
- type GetCostCategoriesInput
- func (s GetCostCategoriesInput) GoString() string
- func (s *GetCostCategoriesInput) SetCostCategoryName(v string) *GetCostCategoriesInput
- func (s *GetCostCategoriesInput) SetFilter(v *Expression) *GetCostCategoriesInput
- func (s *GetCostCategoriesInput) SetMaxResults(v int64) *GetCostCategoriesInput
- func (s *GetCostCategoriesInput) SetNextPageToken(v string) *GetCostCategoriesInput
- func (s *GetCostCategoriesInput) SetSearchString(v string) *GetCostCategoriesInput
- func (s *GetCostCategoriesInput) SetSortBy(v []*SortDefinition) *GetCostCategoriesInput
- func (s *GetCostCategoriesInput) SetTimePeriod(v *DateInterval) *GetCostCategoriesInput
- func (s GetCostCategoriesInput) String() string
- func (s *GetCostCategoriesInput) Validate() error
- type GetCostCategoriesOutput
- func (s GetCostCategoriesOutput) GoString() string
- func (s *GetCostCategoriesOutput) SetCostCategoryNames(v []*string) *GetCostCategoriesOutput
- func (s *GetCostCategoriesOutput) SetCostCategoryValues(v []*string) *GetCostCategoriesOutput
- func (s *GetCostCategoriesOutput) SetNextPageToken(v string) *GetCostCategoriesOutput
- func (s *GetCostCategoriesOutput) SetReturnSize(v int64) *GetCostCategoriesOutput
- func (s *GetCostCategoriesOutput) SetTotalSize(v int64) *GetCostCategoriesOutput
- func (s GetCostCategoriesOutput) String() string
- type GetCostForecastInput
- func (s GetCostForecastInput) GoString() string
- func (s *GetCostForecastInput) SetFilter(v *Expression) *GetCostForecastInput
- func (s *GetCostForecastInput) SetGranularity(v string) *GetCostForecastInput
- func (s *GetCostForecastInput) SetMetric(v string) *GetCostForecastInput
- func (s *GetCostForecastInput) SetPredictionIntervalLevel(v int64) *GetCostForecastInput
- func (s *GetCostForecastInput) SetTimePeriod(v *DateInterval) *GetCostForecastInput
- func (s GetCostForecastInput) String() string
- func (s *GetCostForecastInput) Validate() error
- type GetCostForecastOutput
- type GetDimensionValuesInput
- func (s GetDimensionValuesInput) GoString() string
- func (s *GetDimensionValuesInput) SetContext(v string) *GetDimensionValuesInput
- func (s *GetDimensionValuesInput) SetDimension(v string) *GetDimensionValuesInput
- func (s *GetDimensionValuesInput) SetFilter(v *Expression) *GetDimensionValuesInput
- func (s *GetDimensionValuesInput) SetMaxResults(v int64) *GetDimensionValuesInput
- func (s *GetDimensionValuesInput) SetNextPageToken(v string) *GetDimensionValuesInput
- func (s *GetDimensionValuesInput) SetSearchString(v string) *GetDimensionValuesInput
- func (s *GetDimensionValuesInput) SetSortBy(v []*SortDefinition) *GetDimensionValuesInput
- func (s *GetDimensionValuesInput) SetTimePeriod(v *DateInterval) *GetDimensionValuesInput
- func (s GetDimensionValuesInput) String() string
- func (s *GetDimensionValuesInput) Validate() error
- type GetDimensionValuesOutput
- func (s GetDimensionValuesOutput) GoString() string
- func (s *GetDimensionValuesOutput) SetDimensionValues(v []*DimensionValuesWithAttributes) *GetDimensionValuesOutput
- func (s *GetDimensionValuesOutput) SetNextPageToken(v string) *GetDimensionValuesOutput
- func (s *GetDimensionValuesOutput) SetReturnSize(v int64) *GetDimensionValuesOutput
- func (s *GetDimensionValuesOutput) SetTotalSize(v int64) *GetDimensionValuesOutput
- func (s GetDimensionValuesOutput) String() string
- type GetReservationCoverageInput
- func (s GetReservationCoverageInput) GoString() string
- func (s *GetReservationCoverageInput) SetFilter(v *Expression) *GetReservationCoverageInput
- func (s *GetReservationCoverageInput) SetGranularity(v string) *GetReservationCoverageInput
- func (s *GetReservationCoverageInput) SetGroupBy(v []*GroupDefinition) *GetReservationCoverageInput
- func (s *GetReservationCoverageInput) SetMaxResults(v int64) *GetReservationCoverageInput
- func (s *GetReservationCoverageInput) SetMetrics(v []*string) *GetReservationCoverageInput
- func (s *GetReservationCoverageInput) SetNextPageToken(v string) *GetReservationCoverageInput
- func (s *GetReservationCoverageInput) SetSortBy(v *SortDefinition) *GetReservationCoverageInput
- func (s *GetReservationCoverageInput) SetTimePeriod(v *DateInterval) *GetReservationCoverageInput
- func (s GetReservationCoverageInput) String() string
- func (s *GetReservationCoverageInput) Validate() error
- type GetReservationCoverageOutput
- func (s GetReservationCoverageOutput) GoString() string
- func (s *GetReservationCoverageOutput) SetCoveragesByTime(v []*CoverageByTime) *GetReservationCoverageOutput
- func (s *GetReservationCoverageOutput) SetNextPageToken(v string) *GetReservationCoverageOutput
- func (s *GetReservationCoverageOutput) SetTotal(v *Coverage) *GetReservationCoverageOutput
- func (s GetReservationCoverageOutput) String() string
- type GetReservationPurchaseRecommendationInput
- func (s GetReservationPurchaseRecommendationInput) GoString() string
- func (s *GetReservationPurchaseRecommendationInput) SetAccountId(v string) *GetReservationPurchaseRecommendationInput
- func (s *GetReservationPurchaseRecommendationInput) SetAccountScope(v string) *GetReservationPurchaseRecommendationInput
- func (s *GetReservationPurchaseRecommendationInput) SetFilter(v *Expression) *GetReservationPurchaseRecommendationInput
- func (s *GetReservationPurchaseRecommendationInput) SetLookbackPeriodInDays(v string) *GetReservationPurchaseRecommendationInput
- func (s *GetReservationPurchaseRecommendationInput) SetNextPageToken(v string) *GetReservationPurchaseRecommendationInput
- func (s *GetReservationPurchaseRecommendationInput) SetPageSize(v int64) *GetReservationPurchaseRecommendationInput
- func (s *GetReservationPurchaseRecommendationInput) SetPaymentOption(v string) *GetReservationPurchaseRecommendationInput
- func (s *GetReservationPurchaseRecommendationInput) SetService(v string) *GetReservationPurchaseRecommendationInput
- func (s *GetReservationPurchaseRecommendationInput) SetServiceSpecification(v *ServiceSpecification) *GetReservationPurchaseRecommendationInput
- func (s *GetReservationPurchaseRecommendationInput) SetTermInYears(v string) *GetReservationPurchaseRecommendationInput
- func (s GetReservationPurchaseRecommendationInput) String() string
- func (s *GetReservationPurchaseRecommendationInput) Validate() error
- type GetReservationPurchaseRecommendationOutput
- func (s GetReservationPurchaseRecommendationOutput) GoString() string
- func (s *GetReservationPurchaseRecommendationOutput) SetMetadata(v *ReservationPurchaseRecommendationMetadata) *GetReservationPurchaseRecommendationOutput
- func (s *GetReservationPurchaseRecommendationOutput) SetNextPageToken(v string) *GetReservationPurchaseRecommendationOutput
- func (s *GetReservationPurchaseRecommendationOutput) SetRecommendations(v []*ReservationPurchaseRecommendation) *GetReservationPurchaseRecommendationOutput
- func (s GetReservationPurchaseRecommendationOutput) String() string
- type GetReservationUtilizationInput
- func (s GetReservationUtilizationInput) GoString() string
- func (s *GetReservationUtilizationInput) SetFilter(v *Expression) *GetReservationUtilizationInput
- func (s *GetReservationUtilizationInput) SetGranularity(v string) *GetReservationUtilizationInput
- func (s *GetReservationUtilizationInput) SetGroupBy(v []*GroupDefinition) *GetReservationUtilizationInput
- func (s *GetReservationUtilizationInput) SetMaxResults(v int64) *GetReservationUtilizationInput
- func (s *GetReservationUtilizationInput) SetNextPageToken(v string) *GetReservationUtilizationInput
- func (s *GetReservationUtilizationInput) SetSortBy(v *SortDefinition) *GetReservationUtilizationInput
- func (s *GetReservationUtilizationInput) SetTimePeriod(v *DateInterval) *GetReservationUtilizationInput
- func (s GetReservationUtilizationInput) String() string
- func (s *GetReservationUtilizationInput) Validate() error
- type GetReservationUtilizationOutput
- func (s GetReservationUtilizationOutput) GoString() string
- func (s *GetReservationUtilizationOutput) SetNextPageToken(v string) *GetReservationUtilizationOutput
- func (s *GetReservationUtilizationOutput) SetTotal(v *ReservationAggregates) *GetReservationUtilizationOutput
- func (s *GetReservationUtilizationOutput) SetUtilizationsByTime(v []*UtilizationByTime) *GetReservationUtilizationOutput
- func (s GetReservationUtilizationOutput) String() string
- type GetRightsizingRecommendationInput
- func (s GetRightsizingRecommendationInput) GoString() string
- func (s *GetRightsizingRecommendationInput) SetConfiguration(v *RightsizingRecommendationConfiguration) *GetRightsizingRecommendationInput
- func (s *GetRightsizingRecommendationInput) SetFilter(v *Expression) *GetRightsizingRecommendationInput
- func (s *GetRightsizingRecommendationInput) SetNextPageToken(v string) *GetRightsizingRecommendationInput
- func (s *GetRightsizingRecommendationInput) SetPageSize(v int64) *GetRightsizingRecommendationInput
- func (s *GetRightsizingRecommendationInput) SetService(v string) *GetRightsizingRecommendationInput
- func (s GetRightsizingRecommendationInput) String() string
- func (s *GetRightsizingRecommendationInput) Validate() error
- type GetRightsizingRecommendationOutput
- func (s GetRightsizingRecommendationOutput) GoString() string
- func (s *GetRightsizingRecommendationOutput) SetConfiguration(v *RightsizingRecommendationConfiguration) *GetRightsizingRecommendationOutput
- func (s *GetRightsizingRecommendationOutput) SetMetadata(v *RightsizingRecommendationMetadata) *GetRightsizingRecommendationOutput
- func (s *GetRightsizingRecommendationOutput) SetNextPageToken(v string) *GetRightsizingRecommendationOutput
- func (s *GetRightsizingRecommendationOutput) SetRightsizingRecommendations(v []*RightsizingRecommendation) *GetRightsizingRecommendationOutput
- func (s *GetRightsizingRecommendationOutput) SetSummary(v *RightsizingRecommendationSummary) *GetRightsizingRecommendationOutput
- func (s GetRightsizingRecommendationOutput) String() string
- type GetSavingsPlanPurchaseRecommendationDetailsInput
- func (s GetSavingsPlanPurchaseRecommendationDetailsInput) GoString() string
- func (s *GetSavingsPlanPurchaseRecommendationDetailsInput) SetRecommendationDetailId(v string) *GetSavingsPlanPurchaseRecommendationDetailsInput
- func (s GetSavingsPlanPurchaseRecommendationDetailsInput) String() string
- func (s *GetSavingsPlanPurchaseRecommendationDetailsInput) Validate() error
- type GetSavingsPlanPurchaseRecommendationDetailsOutput
- func (s GetSavingsPlanPurchaseRecommendationDetailsOutput) GoString() string
- func (s *GetSavingsPlanPurchaseRecommendationDetailsOutput) SetRecommendationDetailData(v *RecommendationDetailData) *GetSavingsPlanPurchaseRecommendationDetailsOutput
- func (s *GetSavingsPlanPurchaseRecommendationDetailsOutput) SetRecommendationDetailId(v string) *GetSavingsPlanPurchaseRecommendationDetailsOutput
- func (s GetSavingsPlanPurchaseRecommendationDetailsOutput) String() string
- type GetSavingsPlansCoverageInput
- func (s GetSavingsPlansCoverageInput) GoString() string
- func (s *GetSavingsPlansCoverageInput) SetFilter(v *Expression) *GetSavingsPlansCoverageInput
- func (s *GetSavingsPlansCoverageInput) SetGranularity(v string) *GetSavingsPlansCoverageInput
- func (s *GetSavingsPlansCoverageInput) SetGroupBy(v []*GroupDefinition) *GetSavingsPlansCoverageInput
- func (s *GetSavingsPlansCoverageInput) SetMaxResults(v int64) *GetSavingsPlansCoverageInput
- func (s *GetSavingsPlansCoverageInput) SetMetrics(v []*string) *GetSavingsPlansCoverageInput
- func (s *GetSavingsPlansCoverageInput) SetNextToken(v string) *GetSavingsPlansCoverageInput
- func (s *GetSavingsPlansCoverageInput) SetSortBy(v *SortDefinition) *GetSavingsPlansCoverageInput
- func (s *GetSavingsPlansCoverageInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansCoverageInput
- func (s GetSavingsPlansCoverageInput) String() string
- func (s *GetSavingsPlansCoverageInput) Validate() error
- type GetSavingsPlansCoverageOutput
- func (s GetSavingsPlansCoverageOutput) GoString() string
- func (s *GetSavingsPlansCoverageOutput) SetNextToken(v string) *GetSavingsPlansCoverageOutput
- func (s *GetSavingsPlansCoverageOutput) SetSavingsPlansCoverages(v []*SavingsPlansCoverage) *GetSavingsPlansCoverageOutput
- func (s GetSavingsPlansCoverageOutput) String() string
- type GetSavingsPlansPurchaseRecommendationInput
- func (s GetSavingsPlansPurchaseRecommendationInput) GoString() string
- func (s *GetSavingsPlansPurchaseRecommendationInput) SetAccountScope(v string) *GetSavingsPlansPurchaseRecommendationInput
- func (s *GetSavingsPlansPurchaseRecommendationInput) SetFilter(v *Expression) *GetSavingsPlansPurchaseRecommendationInput
- func (s *GetSavingsPlansPurchaseRecommendationInput) SetLookbackPeriodInDays(v string) *GetSavingsPlansPurchaseRecommendationInput
- func (s *GetSavingsPlansPurchaseRecommendationInput) SetNextPageToken(v string) *GetSavingsPlansPurchaseRecommendationInput
- func (s *GetSavingsPlansPurchaseRecommendationInput) SetPageSize(v int64) *GetSavingsPlansPurchaseRecommendationInput
- func (s *GetSavingsPlansPurchaseRecommendationInput) SetPaymentOption(v string) *GetSavingsPlansPurchaseRecommendationInput
- func (s *GetSavingsPlansPurchaseRecommendationInput) SetSavingsPlansType(v string) *GetSavingsPlansPurchaseRecommendationInput
- func (s *GetSavingsPlansPurchaseRecommendationInput) SetTermInYears(v string) *GetSavingsPlansPurchaseRecommendationInput
- func (s GetSavingsPlansPurchaseRecommendationInput) String() string
- func (s *GetSavingsPlansPurchaseRecommendationInput) Validate() error
- type GetSavingsPlansPurchaseRecommendationOutput
- func (s GetSavingsPlansPurchaseRecommendationOutput) GoString() string
- func (s *GetSavingsPlansPurchaseRecommendationOutput) SetMetadata(v *SavingsPlansPurchaseRecommendationMetadata) *GetSavingsPlansPurchaseRecommendationOutput
- func (s *GetSavingsPlansPurchaseRecommendationOutput) SetNextPageToken(v string) *GetSavingsPlansPurchaseRecommendationOutput
- func (s *GetSavingsPlansPurchaseRecommendationOutput) SetSavingsPlansPurchaseRecommendation(v *SavingsPlansPurchaseRecommendation) *GetSavingsPlansPurchaseRecommendationOutput
- func (s GetSavingsPlansPurchaseRecommendationOutput) String() string
- type GetSavingsPlansUtilizationDetailsInput
- func (s GetSavingsPlansUtilizationDetailsInput) GoString() string
- func (s *GetSavingsPlansUtilizationDetailsInput) SetDataType(v []*string) *GetSavingsPlansUtilizationDetailsInput
- func (s *GetSavingsPlansUtilizationDetailsInput) SetFilter(v *Expression) *GetSavingsPlansUtilizationDetailsInput
- func (s *GetSavingsPlansUtilizationDetailsInput) SetMaxResults(v int64) *GetSavingsPlansUtilizationDetailsInput
- func (s *GetSavingsPlansUtilizationDetailsInput) SetNextToken(v string) *GetSavingsPlansUtilizationDetailsInput
- func (s *GetSavingsPlansUtilizationDetailsInput) SetSortBy(v *SortDefinition) *GetSavingsPlansUtilizationDetailsInput
- func (s *GetSavingsPlansUtilizationDetailsInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationDetailsInput
- func (s GetSavingsPlansUtilizationDetailsInput) String() string
- func (s *GetSavingsPlansUtilizationDetailsInput) Validate() error
- type GetSavingsPlansUtilizationDetailsOutput
- func (s GetSavingsPlansUtilizationDetailsOutput) GoString() string
- func (s *GetSavingsPlansUtilizationDetailsOutput) SetNextToken(v string) *GetSavingsPlansUtilizationDetailsOutput
- func (s *GetSavingsPlansUtilizationDetailsOutput) SetSavingsPlansUtilizationDetails(v []*SavingsPlansUtilizationDetail) *GetSavingsPlansUtilizationDetailsOutput
- func (s *GetSavingsPlansUtilizationDetailsOutput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationDetailsOutput
- func (s *GetSavingsPlansUtilizationDetailsOutput) SetTotal(v *SavingsPlansUtilizationAggregates) *GetSavingsPlansUtilizationDetailsOutput
- func (s GetSavingsPlansUtilizationDetailsOutput) String() string
- type GetSavingsPlansUtilizationInput
- func (s GetSavingsPlansUtilizationInput) GoString() string
- func (s *GetSavingsPlansUtilizationInput) SetFilter(v *Expression) *GetSavingsPlansUtilizationInput
- func (s *GetSavingsPlansUtilizationInput) SetGranularity(v string) *GetSavingsPlansUtilizationInput
- func (s *GetSavingsPlansUtilizationInput) SetSortBy(v *SortDefinition) *GetSavingsPlansUtilizationInput
- func (s *GetSavingsPlansUtilizationInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationInput
- func (s GetSavingsPlansUtilizationInput) String() string
- func (s *GetSavingsPlansUtilizationInput) Validate() error
- type GetSavingsPlansUtilizationOutput
- func (s GetSavingsPlansUtilizationOutput) GoString() string
- func (s *GetSavingsPlansUtilizationOutput) SetSavingsPlansUtilizationsByTime(v []*SavingsPlansUtilizationByTime) *GetSavingsPlansUtilizationOutput
- func (s *GetSavingsPlansUtilizationOutput) SetTotal(v *SavingsPlansUtilizationAggregates) *GetSavingsPlansUtilizationOutput
- func (s GetSavingsPlansUtilizationOutput) String() string
- type GetTagsInput
- func (s GetTagsInput) GoString() string
- func (s *GetTagsInput) SetFilter(v *Expression) *GetTagsInput
- func (s *GetTagsInput) SetMaxResults(v int64) *GetTagsInput
- func (s *GetTagsInput) SetNextPageToken(v string) *GetTagsInput
- func (s *GetTagsInput) SetSearchString(v string) *GetTagsInput
- func (s *GetTagsInput) SetSortBy(v []*SortDefinition) *GetTagsInput
- func (s *GetTagsInput) SetTagKey(v string) *GetTagsInput
- func (s *GetTagsInput) SetTimePeriod(v *DateInterval) *GetTagsInput
- func (s GetTagsInput) String() string
- func (s *GetTagsInput) Validate() error
- type GetTagsOutput
- func (s GetTagsOutput) GoString() string
- func (s *GetTagsOutput) SetNextPageToken(v string) *GetTagsOutput
- func (s *GetTagsOutput) SetReturnSize(v int64) *GetTagsOutput
- func (s *GetTagsOutput) SetTags(v []*string) *GetTagsOutput
- func (s *GetTagsOutput) SetTotalSize(v int64) *GetTagsOutput
- func (s GetTagsOutput) String() string
- type GetUsageForecastInput
- func (s GetUsageForecastInput) GoString() string
- func (s *GetUsageForecastInput) SetFilter(v *Expression) *GetUsageForecastInput
- func (s *GetUsageForecastInput) SetGranularity(v string) *GetUsageForecastInput
- func (s *GetUsageForecastInput) SetMetric(v string) *GetUsageForecastInput
- func (s *GetUsageForecastInput) SetPredictionIntervalLevel(v int64) *GetUsageForecastInput
- func (s *GetUsageForecastInput) SetTimePeriod(v *DateInterval) *GetUsageForecastInput
- func (s GetUsageForecastInput) String() string
- func (s *GetUsageForecastInput) Validate() error
- type GetUsageForecastOutput
- type Group
- type GroupDefinition
- type Impact
- func (s Impact) GoString() string
- func (s *Impact) SetMaxImpact(v float64) *Impact
- func (s *Impact) SetTotalActualSpend(v float64) *Impact
- func (s *Impact) SetTotalExpectedSpend(v float64) *Impact
- func (s *Impact) SetTotalImpact(v float64) *Impact
- func (s *Impact) SetTotalImpactPercentage(v float64) *Impact
- func (s Impact) String() string
- type InstanceDetails
- func (s InstanceDetails) GoString() string
- func (s *InstanceDetails) SetEC2InstanceDetails(v *EC2InstanceDetails) *InstanceDetails
- func (s *InstanceDetails) SetESInstanceDetails(v *ESInstanceDetails) *InstanceDetails
- func (s *InstanceDetails) SetElastiCacheInstanceDetails(v *ElastiCacheInstanceDetails) *InstanceDetails
- func (s *InstanceDetails) SetMemoryDBInstanceDetails(v *MemoryDBInstanceDetails) *InstanceDetails
- func (s *InstanceDetails) SetRDSInstanceDetails(v *RDSInstanceDetails) *InstanceDetails
- func (s *InstanceDetails) SetRedshiftInstanceDetails(v *RedshiftInstanceDetails) *InstanceDetails
- func (s InstanceDetails) String() string
- type InvalidNextTokenException
- func (s *InvalidNextTokenException) Code() string
- func (s *InvalidNextTokenException) Error() string
- func (s InvalidNextTokenException) GoString() string
- func (s *InvalidNextTokenException) Message() string
- func (s *InvalidNextTokenException) OrigErr() error
- func (s *InvalidNextTokenException) RequestID() string
- func (s *InvalidNextTokenException) StatusCode() int
- func (s InvalidNextTokenException) String() string
- type LimitExceededException
- func (s *LimitExceededException) Code() string
- func (s *LimitExceededException) Error() string
- func (s LimitExceededException) GoString() string
- func (s *LimitExceededException) Message() string
- func (s *LimitExceededException) OrigErr() error
- func (s *LimitExceededException) RequestID() string
- func (s *LimitExceededException) StatusCode() int
- func (s LimitExceededException) String() string
- type ListCostAllocationTagBackfillHistoryInput
- func (s ListCostAllocationTagBackfillHistoryInput) GoString() string
- func (s *ListCostAllocationTagBackfillHistoryInput) SetMaxResults(v int64) *ListCostAllocationTagBackfillHistoryInput
- func (s *ListCostAllocationTagBackfillHistoryInput) SetNextToken(v string) *ListCostAllocationTagBackfillHistoryInput
- func (s ListCostAllocationTagBackfillHistoryInput) String() string
- func (s *ListCostAllocationTagBackfillHistoryInput) Validate() error
- type ListCostAllocationTagBackfillHistoryOutput
- func (s ListCostAllocationTagBackfillHistoryOutput) GoString() string
- func (s *ListCostAllocationTagBackfillHistoryOutput) SetBackfillRequests(v []*CostAllocationTagBackfillRequest) *ListCostAllocationTagBackfillHistoryOutput
- func (s *ListCostAllocationTagBackfillHistoryOutput) SetNextToken(v string) *ListCostAllocationTagBackfillHistoryOutput
- func (s ListCostAllocationTagBackfillHistoryOutput) String() string
- type ListCostAllocationTagsInput
- func (s ListCostAllocationTagsInput) GoString() string
- func (s *ListCostAllocationTagsInput) SetMaxResults(v int64) *ListCostAllocationTagsInput
- func (s *ListCostAllocationTagsInput) SetNextToken(v string) *ListCostAllocationTagsInput
- func (s *ListCostAllocationTagsInput) SetStatus(v string) *ListCostAllocationTagsInput
- func (s *ListCostAllocationTagsInput) SetTagKeys(v []*string) *ListCostAllocationTagsInput
- func (s *ListCostAllocationTagsInput) SetType(v string) *ListCostAllocationTagsInput
- func (s ListCostAllocationTagsInput) String() string
- func (s *ListCostAllocationTagsInput) Validate() error
- type ListCostAllocationTagsOutput
- func (s ListCostAllocationTagsOutput) GoString() string
- func (s *ListCostAllocationTagsOutput) SetCostAllocationTags(v []*CostAllocationTag) *ListCostAllocationTagsOutput
- func (s *ListCostAllocationTagsOutput) SetNextToken(v string) *ListCostAllocationTagsOutput
- func (s ListCostAllocationTagsOutput) String() string
- type ListCostCategoryDefinitionsInput
- func (s ListCostCategoryDefinitionsInput) GoString() string
- func (s *ListCostCategoryDefinitionsInput) SetEffectiveOn(v string) *ListCostCategoryDefinitionsInput
- func (s *ListCostCategoryDefinitionsInput) SetMaxResults(v int64) *ListCostCategoryDefinitionsInput
- func (s *ListCostCategoryDefinitionsInput) SetNextToken(v string) *ListCostCategoryDefinitionsInput
- func (s ListCostCategoryDefinitionsInput) String() string
- func (s *ListCostCategoryDefinitionsInput) Validate() error
- type ListCostCategoryDefinitionsOutput
- func (s ListCostCategoryDefinitionsOutput) GoString() string
- func (s *ListCostCategoryDefinitionsOutput) SetCostCategoryReferences(v []*CostCategoryReference) *ListCostCategoryDefinitionsOutput
- func (s *ListCostCategoryDefinitionsOutput) SetNextToken(v string) *ListCostCategoryDefinitionsOutput
- func (s ListCostCategoryDefinitionsOutput) String() string
- type ListSavingsPlansPurchaseRecommendationGenerationInput
- func (s ListSavingsPlansPurchaseRecommendationGenerationInput) GoString() string
- func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetGenerationStatus(v string) *ListSavingsPlansPurchaseRecommendationGenerationInput
- func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetNextPageToken(v string) *ListSavingsPlansPurchaseRecommendationGenerationInput
- func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetPageSize(v int64) *ListSavingsPlansPurchaseRecommendationGenerationInput
- func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetRecommendationIds(v []*string) *ListSavingsPlansPurchaseRecommendationGenerationInput
- func (s ListSavingsPlansPurchaseRecommendationGenerationInput) String() string
- type ListSavingsPlansPurchaseRecommendationGenerationOutput
- func (s ListSavingsPlansPurchaseRecommendationGenerationOutput) GoString() string
- func (s *ListSavingsPlansPurchaseRecommendationGenerationOutput) SetGenerationSummaryList(v []*GenerationSummary) *ListSavingsPlansPurchaseRecommendationGenerationOutput
- func (s *ListSavingsPlansPurchaseRecommendationGenerationOutput) SetNextPageToken(v string) *ListSavingsPlansPurchaseRecommendationGenerationOutput
- func (s ListSavingsPlansPurchaseRecommendationGenerationOutput) String() string
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type MemoryDBInstanceDetails
- func (s MemoryDBInstanceDetails) GoString() string
- func (s *MemoryDBInstanceDetails) SetCurrentGeneration(v bool) *MemoryDBInstanceDetails
- func (s *MemoryDBInstanceDetails) SetFamily(v string) *MemoryDBInstanceDetails
- func (s *MemoryDBInstanceDetails) SetNodeType(v string) *MemoryDBInstanceDetails
- func (s *MemoryDBInstanceDetails) SetRegion(v string) *MemoryDBInstanceDetails
- func (s *MemoryDBInstanceDetails) SetSizeFlexEligible(v bool) *MemoryDBInstanceDetails
- func (s MemoryDBInstanceDetails) String() string
- type MetricValue
- type ModifyRecommendationDetail
- type NetworkResourceUtilization
- func (s NetworkResourceUtilization) GoString() string
- func (s *NetworkResourceUtilization) SetNetworkInBytesPerSecond(v string) *NetworkResourceUtilization
- func (s *NetworkResourceUtilization) SetNetworkOutBytesPerSecond(v string) *NetworkResourceUtilization
- func (s *NetworkResourceUtilization) SetNetworkPacketsInPerSecond(v string) *NetworkResourceUtilization
- func (s *NetworkResourceUtilization) SetNetworkPacketsOutPerSecond(v string) *NetworkResourceUtilization
- func (s NetworkResourceUtilization) String() string
- type ProvideAnomalyFeedbackInput
- func (s ProvideAnomalyFeedbackInput) GoString() string
- func (s *ProvideAnomalyFeedbackInput) SetAnomalyId(v string) *ProvideAnomalyFeedbackInput
- func (s *ProvideAnomalyFeedbackInput) SetFeedback(v string) *ProvideAnomalyFeedbackInput
- func (s ProvideAnomalyFeedbackInput) String() string
- func (s *ProvideAnomalyFeedbackInput) Validate() error
- type ProvideAnomalyFeedbackOutput
- type RDSInstanceDetails
- func (s RDSInstanceDetails) GoString() string
- func (s *RDSInstanceDetails) SetCurrentGeneration(v bool) *RDSInstanceDetails
- func (s *RDSInstanceDetails) SetDatabaseEdition(v string) *RDSInstanceDetails
- func (s *RDSInstanceDetails) SetDatabaseEngine(v string) *RDSInstanceDetails
- func (s *RDSInstanceDetails) SetDeploymentOption(v string) *RDSInstanceDetails
- func (s *RDSInstanceDetails) SetFamily(v string) *RDSInstanceDetails
- func (s *RDSInstanceDetails) SetInstanceType(v string) *RDSInstanceDetails
- func (s *RDSInstanceDetails) SetLicenseModel(v string) *RDSInstanceDetails
- func (s *RDSInstanceDetails) SetRegion(v string) *RDSInstanceDetails
- func (s *RDSInstanceDetails) SetSizeFlexEligible(v bool) *RDSInstanceDetails
- func (s RDSInstanceDetails) String() string
- type RecommendationDetailData
- func (s RecommendationDetailData) GoString() string
- func (s *RecommendationDetailData) SetAccountId(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetAccountScope(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetCurrencyCode(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetCurrentAverageCoverage(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetCurrentAverageHourlyOnDemandSpend(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetCurrentMaximumHourlyOnDemandSpend(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetCurrentMinimumHourlyOnDemandSpend(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetEstimatedAverageCoverage(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetEstimatedAverageUtilization(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetEstimatedMonthlySavingsAmount(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetEstimatedOnDemandCost(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetEstimatedOnDemandCostWithCurrentCommitment(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetEstimatedROI(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetEstimatedSPCost(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetEstimatedSavingsAmount(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetEstimatedSavingsPercentage(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetExistingHourlyCommitment(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetGenerationTimestamp(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetHourlyCommitmentToPurchase(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetInstanceFamily(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetLatestUsageTimestamp(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetLookbackPeriodInDays(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetMetricsOverLookbackPeriod(v []*RecommendationDetailHourlyMetrics) *RecommendationDetailData
- func (s *RecommendationDetailData) SetOfferingId(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetPaymentOption(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetRegion(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetSavingsPlansType(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetTermInYears(v string) *RecommendationDetailData
- func (s *RecommendationDetailData) SetUpfrontCost(v string) *RecommendationDetailData
- func (s RecommendationDetailData) String() string
- type RecommendationDetailHourlyMetrics
- func (s RecommendationDetailHourlyMetrics) GoString() string
- func (s *RecommendationDetailHourlyMetrics) SetCurrentCoverage(v string) *RecommendationDetailHourlyMetrics
- func (s *RecommendationDetailHourlyMetrics) SetEstimatedCoverage(v string) *RecommendationDetailHourlyMetrics
- func (s *RecommendationDetailHourlyMetrics) SetEstimatedNewCommitmentUtilization(v string) *RecommendationDetailHourlyMetrics
- func (s *RecommendationDetailHourlyMetrics) SetEstimatedOnDemandCost(v string) *RecommendationDetailHourlyMetrics
- func (s *RecommendationDetailHourlyMetrics) SetStartTime(v string) *RecommendationDetailHourlyMetrics
- func (s RecommendationDetailHourlyMetrics) String() string
- type RedshiftInstanceDetails
- func (s RedshiftInstanceDetails) GoString() string
- func (s *RedshiftInstanceDetails) SetCurrentGeneration(v bool) *RedshiftInstanceDetails
- func (s *RedshiftInstanceDetails) SetFamily(v string) *RedshiftInstanceDetails
- func (s *RedshiftInstanceDetails) SetNodeType(v string) *RedshiftInstanceDetails
- func (s *RedshiftInstanceDetails) SetRegion(v string) *RedshiftInstanceDetails
- func (s *RedshiftInstanceDetails) SetSizeFlexEligible(v bool) *RedshiftInstanceDetails
- func (s RedshiftInstanceDetails) String() string
- type RequestChangedException
- func (s *RequestChangedException) Code() string
- func (s *RequestChangedException) Error() string
- func (s RequestChangedException) GoString() string
- func (s *RequestChangedException) Message() string
- func (s *RequestChangedException) OrigErr() error
- func (s *RequestChangedException) RequestID() string
- func (s *RequestChangedException) StatusCode() int
- func (s RequestChangedException) String() string
- type ReservationAggregates
- func (s ReservationAggregates) GoString() string
- func (s *ReservationAggregates) SetAmortizedRecurringFee(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetAmortizedUpfrontFee(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetNetRISavings(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetOnDemandCostOfRIHoursUsed(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetPurchasedHours(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetPurchasedUnits(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetRICostForUnusedHours(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetRealizedSavings(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetTotalActualHours(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetTotalActualUnits(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetTotalAmortizedFee(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetTotalPotentialRISavings(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetUnrealizedSavings(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetUnusedHours(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetUnusedUnits(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetUtilizationPercentage(v string) *ReservationAggregates
- func (s *ReservationAggregates) SetUtilizationPercentageInUnits(v string) *ReservationAggregates
- func (s ReservationAggregates) String() string
- type ReservationCoverageGroup
- type ReservationPurchaseRecommendation
- func (s ReservationPurchaseRecommendation) GoString() string
- func (s *ReservationPurchaseRecommendation) SetAccountScope(v string) *ReservationPurchaseRecommendation
- func (s *ReservationPurchaseRecommendation) SetLookbackPeriodInDays(v string) *ReservationPurchaseRecommendation
- func (s *ReservationPurchaseRecommendation) SetPaymentOption(v string) *ReservationPurchaseRecommendation
- func (s *ReservationPurchaseRecommendation) SetRecommendationDetails(v []*ReservationPurchaseRecommendationDetail) *ReservationPurchaseRecommendation
- func (s *ReservationPurchaseRecommendation) SetRecommendationSummary(v *ReservationPurchaseRecommendationSummary) *ReservationPurchaseRecommendation
- func (s *ReservationPurchaseRecommendation) SetServiceSpecification(v *ServiceSpecification) *ReservationPurchaseRecommendation
- func (s *ReservationPurchaseRecommendation) SetTermInYears(v string) *ReservationPurchaseRecommendation
- func (s ReservationPurchaseRecommendation) String() string
- type ReservationPurchaseRecommendationDetail
- func (s ReservationPurchaseRecommendationDetail) GoString() string
- func (s *ReservationPurchaseRecommendationDetail) SetAccountId(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetAverageNormalizedUnitsUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetAverageNumberOfInstancesUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetAverageUtilization(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetCurrencyCode(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetEstimatedBreakEvenInMonths(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetEstimatedMonthlyOnDemandCost(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetEstimatedMonthlySavingsAmount(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetEstimatedMonthlySavingsPercentage(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetEstimatedReservationCostForLookbackPeriod(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetInstanceDetails(v *InstanceDetails) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetMaximumNormalizedUnitsUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetMaximumNumberOfInstancesUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetMinimumNormalizedUnitsUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetMinimumNumberOfInstancesUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetRecommendedNormalizedUnitsToPurchase(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetRecommendedNumberOfInstancesToPurchase(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetRecurringStandardMonthlyCost(v string) *ReservationPurchaseRecommendationDetail
- func (s *ReservationPurchaseRecommendationDetail) SetUpfrontCost(v string) *ReservationPurchaseRecommendationDetail
- func (s ReservationPurchaseRecommendationDetail) String() string
- type ReservationPurchaseRecommendationMetadata
- func (s ReservationPurchaseRecommendationMetadata) GoString() string
- func (s *ReservationPurchaseRecommendationMetadata) SetGenerationTimestamp(v string) *ReservationPurchaseRecommendationMetadata
- func (s *ReservationPurchaseRecommendationMetadata) SetRecommendationId(v string) *ReservationPurchaseRecommendationMetadata
- func (s ReservationPurchaseRecommendationMetadata) String() string
- type ReservationPurchaseRecommendationSummary
- func (s ReservationPurchaseRecommendationSummary) GoString() string
- func (s *ReservationPurchaseRecommendationSummary) SetCurrencyCode(v string) *ReservationPurchaseRecommendationSummary
- func (s *ReservationPurchaseRecommendationSummary) SetTotalEstimatedMonthlySavingsAmount(v string) *ReservationPurchaseRecommendationSummary
- func (s *ReservationPurchaseRecommendationSummary) SetTotalEstimatedMonthlySavingsPercentage(v string) *ReservationPurchaseRecommendationSummary
- func (s ReservationPurchaseRecommendationSummary) String() string
- type ReservationUtilizationGroup
- func (s ReservationUtilizationGroup) GoString() string
- func (s *ReservationUtilizationGroup) SetAttributes(v map[string]*string) *ReservationUtilizationGroup
- func (s *ReservationUtilizationGroup) SetKey(v string) *ReservationUtilizationGroup
- func (s *ReservationUtilizationGroup) SetUtilization(v *ReservationAggregates) *ReservationUtilizationGroup
- func (s *ReservationUtilizationGroup) SetValue(v string) *ReservationUtilizationGroup
- func (s ReservationUtilizationGroup) String() string
- type ResourceDetails
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type ResourceTag
- type ResourceUtilization
- type ResultByTime
- func (s ResultByTime) GoString() string
- func (s *ResultByTime) SetEstimated(v bool) *ResultByTime
- func (s *ResultByTime) SetGroups(v []*Group) *ResultByTime
- func (s *ResultByTime) SetTimePeriod(v *DateInterval) *ResultByTime
- func (s *ResultByTime) SetTotal(v map[string]*MetricValue) *ResultByTime
- func (s ResultByTime) String() string
- type RightsizingRecommendation
- func (s RightsizingRecommendation) GoString() string
- func (s *RightsizingRecommendation) SetAccountId(v string) *RightsizingRecommendation
- func (s *RightsizingRecommendation) SetCurrentInstance(v *CurrentInstance) *RightsizingRecommendation
- func (s *RightsizingRecommendation) SetFindingReasonCodes(v []*string) *RightsizingRecommendation
- func (s *RightsizingRecommendation) SetModifyRecommendationDetail(v *ModifyRecommendationDetail) *RightsizingRecommendation
- func (s *RightsizingRecommendation) SetRightsizingType(v string) *RightsizingRecommendation
- func (s *RightsizingRecommendation) SetTerminateRecommendationDetail(v *TerminateRecommendationDetail) *RightsizingRecommendation
- func (s RightsizingRecommendation) String() string
- type RightsizingRecommendationConfiguration
- func (s RightsizingRecommendationConfiguration) GoString() string
- func (s *RightsizingRecommendationConfiguration) SetBenefitsConsidered(v bool) *RightsizingRecommendationConfiguration
- func (s *RightsizingRecommendationConfiguration) SetRecommendationTarget(v string) *RightsizingRecommendationConfiguration
- func (s RightsizingRecommendationConfiguration) String() string
- func (s *RightsizingRecommendationConfiguration) Validate() error
- type RightsizingRecommendationMetadata
- func (s RightsizingRecommendationMetadata) GoString() string
- func (s *RightsizingRecommendationMetadata) SetAdditionalMetadata(v string) *RightsizingRecommendationMetadata
- func (s *RightsizingRecommendationMetadata) SetGenerationTimestamp(v string) *RightsizingRecommendationMetadata
- func (s *RightsizingRecommendationMetadata) SetLookbackPeriodInDays(v string) *RightsizingRecommendationMetadata
- func (s *RightsizingRecommendationMetadata) SetRecommendationId(v string) *RightsizingRecommendationMetadata
- func (s RightsizingRecommendationMetadata) String() string
- type RightsizingRecommendationSummary
- func (s RightsizingRecommendationSummary) GoString() string
- func (s *RightsizingRecommendationSummary) SetEstimatedTotalMonthlySavingsAmount(v string) *RightsizingRecommendationSummary
- func (s *RightsizingRecommendationSummary) SetSavingsCurrencyCode(v string) *RightsizingRecommendationSummary
- func (s *RightsizingRecommendationSummary) SetSavingsPercentage(v string) *RightsizingRecommendationSummary
- func (s *RightsizingRecommendationSummary) SetTotalRecommendationCount(v string) *RightsizingRecommendationSummary
- func (s RightsizingRecommendationSummary) String() string
- type RootCause
- func (s RootCause) GoString() string
- func (s *RootCause) SetLinkedAccount(v string) *RootCause
- func (s *RootCause) SetLinkedAccountName(v string) *RootCause
- func (s *RootCause) SetRegion(v string) *RootCause
- func (s *RootCause) SetService(v string) *RootCause
- func (s *RootCause) SetUsageType(v string) *RootCause
- func (s RootCause) String() string
- type SavingsPlansAmortizedCommitment
- func (s SavingsPlansAmortizedCommitment) GoString() string
- func (s *SavingsPlansAmortizedCommitment) SetAmortizedRecurringCommitment(v string) *SavingsPlansAmortizedCommitment
- func (s *SavingsPlansAmortizedCommitment) SetAmortizedUpfrontCommitment(v string) *SavingsPlansAmortizedCommitment
- func (s *SavingsPlansAmortizedCommitment) SetTotalAmortizedCommitment(v string) *SavingsPlansAmortizedCommitment
- func (s SavingsPlansAmortizedCommitment) String() string
- type SavingsPlansCoverage
- func (s SavingsPlansCoverage) GoString() string
- func (s *SavingsPlansCoverage) SetAttributes(v map[string]*string) *SavingsPlansCoverage
- func (s *SavingsPlansCoverage) SetCoverage(v *SavingsPlansCoverageData) *SavingsPlansCoverage
- func (s *SavingsPlansCoverage) SetTimePeriod(v *DateInterval) *SavingsPlansCoverage
- func (s SavingsPlansCoverage) String() string
- type SavingsPlansCoverageData
- func (s SavingsPlansCoverageData) GoString() string
- func (s *SavingsPlansCoverageData) SetCoveragePercentage(v string) *SavingsPlansCoverageData
- func (s *SavingsPlansCoverageData) SetOnDemandCost(v string) *SavingsPlansCoverageData
- func (s *SavingsPlansCoverageData) SetSpendCoveredBySavingsPlans(v string) *SavingsPlansCoverageData
- func (s *SavingsPlansCoverageData) SetTotalCost(v string) *SavingsPlansCoverageData
- func (s SavingsPlansCoverageData) String() string
- type SavingsPlansDetails
- func (s SavingsPlansDetails) GoString() string
- func (s *SavingsPlansDetails) SetInstanceFamily(v string) *SavingsPlansDetails
- func (s *SavingsPlansDetails) SetOfferingId(v string) *SavingsPlansDetails
- func (s *SavingsPlansDetails) SetRegion(v string) *SavingsPlansDetails
- func (s SavingsPlansDetails) String() string
- type SavingsPlansPurchaseRecommendation
- func (s SavingsPlansPurchaseRecommendation) GoString() string
- func (s *SavingsPlansPurchaseRecommendation) SetAccountScope(v string) *SavingsPlansPurchaseRecommendation
- func (s *SavingsPlansPurchaseRecommendation) SetLookbackPeriodInDays(v string) *SavingsPlansPurchaseRecommendation
- func (s *SavingsPlansPurchaseRecommendation) SetPaymentOption(v string) *SavingsPlansPurchaseRecommendation
- func (s *SavingsPlansPurchaseRecommendation) SetSavingsPlansPurchaseRecommendationDetails(v []*SavingsPlansPurchaseRecommendationDetail) *SavingsPlansPurchaseRecommendation
- func (s *SavingsPlansPurchaseRecommendation) SetSavingsPlansPurchaseRecommendationSummary(v *SavingsPlansPurchaseRecommendationSummary) *SavingsPlansPurchaseRecommendation
- func (s *SavingsPlansPurchaseRecommendation) SetSavingsPlansType(v string) *SavingsPlansPurchaseRecommendation
- func (s *SavingsPlansPurchaseRecommendation) SetTermInYears(v string) *SavingsPlansPurchaseRecommendation
- func (s SavingsPlansPurchaseRecommendation) String() string
- type SavingsPlansPurchaseRecommendationDetail
- func (s SavingsPlansPurchaseRecommendationDetail) GoString() string
- func (s *SavingsPlansPurchaseRecommendationDetail) SetAccountId(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrencyCode(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrentAverageHourlyOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrentMaximumHourlyOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrentMinimumHourlyOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedAverageUtilization(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedMonthlySavingsAmount(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedOnDemandCost(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedOnDemandCostWithCurrentCommitment(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedROI(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedSPCost(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedSavingsAmount(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedSavingsPercentage(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetHourlyCommitmentToPurchase(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetRecommendationDetailId(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetSavingsPlansDetails(v *SavingsPlansDetails) *SavingsPlansPurchaseRecommendationDetail
- func (s *SavingsPlansPurchaseRecommendationDetail) SetUpfrontCost(v string) *SavingsPlansPurchaseRecommendationDetail
- func (s SavingsPlansPurchaseRecommendationDetail) String() string
- type SavingsPlansPurchaseRecommendationMetadata
- func (s SavingsPlansPurchaseRecommendationMetadata) GoString() string
- func (s *SavingsPlansPurchaseRecommendationMetadata) SetAdditionalMetadata(v string) *SavingsPlansPurchaseRecommendationMetadata
- func (s *SavingsPlansPurchaseRecommendationMetadata) SetGenerationTimestamp(v string) *SavingsPlansPurchaseRecommendationMetadata
- func (s *SavingsPlansPurchaseRecommendationMetadata) SetRecommendationId(v string) *SavingsPlansPurchaseRecommendationMetadata
- func (s SavingsPlansPurchaseRecommendationMetadata) String() string
- type SavingsPlansPurchaseRecommendationSummary
- func (s SavingsPlansPurchaseRecommendationSummary) GoString() string
- func (s *SavingsPlansPurchaseRecommendationSummary) SetCurrencyCode(v string) *SavingsPlansPurchaseRecommendationSummary
- func (s *SavingsPlansPurchaseRecommendationSummary) SetCurrentOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationSummary
- func (s *SavingsPlansPurchaseRecommendationSummary) SetDailyCommitmentToPurchase(v string) *SavingsPlansPurchaseRecommendationSummary
- func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedMonthlySavingsAmount(v string) *SavingsPlansPurchaseRecommendationSummary
- func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedOnDemandCostWithCurrentCommitment(v string) *SavingsPlansPurchaseRecommendationSummary
- func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedROI(v string) *SavingsPlansPurchaseRecommendationSummary
- func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedSavingsAmount(v string) *SavingsPlansPurchaseRecommendationSummary
- func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedSavingsPercentage(v string) *SavingsPlansPurchaseRecommendationSummary
- func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedTotalCost(v string) *SavingsPlansPurchaseRecommendationSummary
- func (s *SavingsPlansPurchaseRecommendationSummary) SetHourlyCommitmentToPurchase(v string) *SavingsPlansPurchaseRecommendationSummary
- func (s *SavingsPlansPurchaseRecommendationSummary) SetTotalRecommendationCount(v string) *SavingsPlansPurchaseRecommendationSummary
- func (s SavingsPlansPurchaseRecommendationSummary) String() string
- type SavingsPlansSavings
- type SavingsPlansUtilization
- func (s SavingsPlansUtilization) GoString() string
- func (s *SavingsPlansUtilization) SetTotalCommitment(v string) *SavingsPlansUtilization
- func (s *SavingsPlansUtilization) SetUnusedCommitment(v string) *SavingsPlansUtilization
- func (s *SavingsPlansUtilization) SetUsedCommitment(v string) *SavingsPlansUtilization
- func (s *SavingsPlansUtilization) SetUtilizationPercentage(v string) *SavingsPlansUtilization
- func (s SavingsPlansUtilization) String() string
- type SavingsPlansUtilizationAggregates
- func (s SavingsPlansUtilizationAggregates) GoString() string
- func (s *SavingsPlansUtilizationAggregates) SetAmortizedCommitment(v *SavingsPlansAmortizedCommitment) *SavingsPlansUtilizationAggregates
- func (s *SavingsPlansUtilizationAggregates) SetSavings(v *SavingsPlansSavings) *SavingsPlansUtilizationAggregates
- func (s *SavingsPlansUtilizationAggregates) SetUtilization(v *SavingsPlansUtilization) *SavingsPlansUtilizationAggregates
- func (s SavingsPlansUtilizationAggregates) String() string
- type SavingsPlansUtilizationByTime
- func (s SavingsPlansUtilizationByTime) GoString() string
- func (s *SavingsPlansUtilizationByTime) SetAmortizedCommitment(v *SavingsPlansAmortizedCommitment) *SavingsPlansUtilizationByTime
- func (s *SavingsPlansUtilizationByTime) SetSavings(v *SavingsPlansSavings) *SavingsPlansUtilizationByTime
- func (s *SavingsPlansUtilizationByTime) SetTimePeriod(v *DateInterval) *SavingsPlansUtilizationByTime
- func (s *SavingsPlansUtilizationByTime) SetUtilization(v *SavingsPlansUtilization) *SavingsPlansUtilizationByTime
- func (s SavingsPlansUtilizationByTime) String() string
- type SavingsPlansUtilizationDetail
- func (s SavingsPlansUtilizationDetail) GoString() string
- func (s *SavingsPlansUtilizationDetail) SetAmortizedCommitment(v *SavingsPlansAmortizedCommitment) *SavingsPlansUtilizationDetail
- func (s *SavingsPlansUtilizationDetail) SetAttributes(v map[string]*string) *SavingsPlansUtilizationDetail
- func (s *SavingsPlansUtilizationDetail) SetSavings(v *SavingsPlansSavings) *SavingsPlansUtilizationDetail
- func (s *SavingsPlansUtilizationDetail) SetSavingsPlanArn(v string) *SavingsPlansUtilizationDetail
- func (s *SavingsPlansUtilizationDetail) SetUtilization(v *SavingsPlansUtilization) *SavingsPlansUtilizationDetail
- func (s SavingsPlansUtilizationDetail) String() string
- type ServiceQuotaExceededException
- func (s *ServiceQuotaExceededException) Code() string
- func (s *ServiceQuotaExceededException) Error() string
- func (s ServiceQuotaExceededException) GoString() string
- func (s *ServiceQuotaExceededException) Message() string
- func (s *ServiceQuotaExceededException) OrigErr() error
- func (s *ServiceQuotaExceededException) RequestID() string
- func (s *ServiceQuotaExceededException) StatusCode() int
- func (s ServiceQuotaExceededException) String() string
- type ServiceSpecification
- type SortDefinition
- type StartCostAllocationTagBackfillInput
- type StartCostAllocationTagBackfillOutput
- type StartSavingsPlansPurchaseRecommendationGenerationInput
- type StartSavingsPlansPurchaseRecommendationGenerationOutput
- func (s StartSavingsPlansPurchaseRecommendationGenerationOutput) GoString() string
- func (s *StartSavingsPlansPurchaseRecommendationGenerationOutput) SetEstimatedCompletionTime(v string) *StartSavingsPlansPurchaseRecommendationGenerationOutput
- func (s *StartSavingsPlansPurchaseRecommendationGenerationOutput) SetGenerationStartedTime(v string) *StartSavingsPlansPurchaseRecommendationGenerationOutput
- func (s *StartSavingsPlansPurchaseRecommendationGenerationOutput) SetRecommendationId(v string) *StartSavingsPlansPurchaseRecommendationGenerationOutput
- func (s StartSavingsPlansPurchaseRecommendationGenerationOutput) String() string
- type Subscriber
- type TagResourceInput
- type TagResourceOutput
- type TagValues
- type TargetInstance
- func (s TargetInstance) GoString() string
- func (s *TargetInstance) SetCurrencyCode(v string) *TargetInstance
- func (s *TargetInstance) SetDefaultTargetInstance(v bool) *TargetInstance
- func (s *TargetInstance) SetEstimatedMonthlyCost(v string) *TargetInstance
- func (s *TargetInstance) SetEstimatedMonthlySavings(v string) *TargetInstance
- func (s *TargetInstance) SetExpectedResourceUtilization(v *ResourceUtilization) *TargetInstance
- func (s *TargetInstance) SetPlatformDifferences(v []*string) *TargetInstance
- func (s *TargetInstance) SetResourceDetails(v *ResourceDetails) *TargetInstance
- func (s TargetInstance) String() string
- type TerminateRecommendationDetail
- func (s TerminateRecommendationDetail) GoString() string
- func (s *TerminateRecommendationDetail) SetCurrencyCode(v string) *TerminateRecommendationDetail
- func (s *TerminateRecommendationDetail) SetEstimatedMonthlySavings(v string) *TerminateRecommendationDetail
- func (s TerminateRecommendationDetail) String() string
- type TooManyTagsException
- func (s *TooManyTagsException) Code() string
- func (s *TooManyTagsException) Error() string
- func (s TooManyTagsException) GoString() string
- func (s *TooManyTagsException) Message() string
- func (s *TooManyTagsException) OrigErr() error
- func (s *TooManyTagsException) RequestID() string
- func (s *TooManyTagsException) StatusCode() int
- func (s TooManyTagsException) String() string
- type TotalImpactFilter
- func (s TotalImpactFilter) GoString() string
- func (s *TotalImpactFilter) SetEndValue(v float64) *TotalImpactFilter
- func (s *TotalImpactFilter) SetNumericOperator(v string) *TotalImpactFilter
- func (s *TotalImpactFilter) SetStartValue(v float64) *TotalImpactFilter
- func (s TotalImpactFilter) String() string
- func (s *TotalImpactFilter) Validate() error
- type UnknownMonitorException
- func (s *UnknownMonitorException) Code() string
- func (s *UnknownMonitorException) Error() string
- func (s UnknownMonitorException) GoString() string
- func (s *UnknownMonitorException) Message() string
- func (s *UnknownMonitorException) OrigErr() error
- func (s *UnknownMonitorException) RequestID() string
- func (s *UnknownMonitorException) StatusCode() int
- func (s UnknownMonitorException) String() string
- type UnknownSubscriptionException
- func (s *UnknownSubscriptionException) Code() string
- func (s *UnknownSubscriptionException) Error() string
- func (s UnknownSubscriptionException) GoString() string
- func (s *UnknownSubscriptionException) Message() string
- func (s *UnknownSubscriptionException) OrigErr() error
- func (s *UnknownSubscriptionException) RequestID() string
- func (s *UnknownSubscriptionException) StatusCode() int
- func (s UnknownSubscriptionException) String() string
- type UnresolvableUsageUnitException
- func (s *UnresolvableUsageUnitException) Code() string
- func (s *UnresolvableUsageUnitException) Error() string
- func (s UnresolvableUsageUnitException) GoString() string
- func (s *UnresolvableUsageUnitException) Message() string
- func (s *UnresolvableUsageUnitException) OrigErr() error
- func (s *UnresolvableUsageUnitException) RequestID() string
- func (s *UnresolvableUsageUnitException) StatusCode() int
- func (s UnresolvableUsageUnitException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateAnomalyMonitorInput
- func (s UpdateAnomalyMonitorInput) GoString() string
- func (s *UpdateAnomalyMonitorInput) SetMonitorArn(v string) *UpdateAnomalyMonitorInput
- func (s *UpdateAnomalyMonitorInput) SetMonitorName(v string) *UpdateAnomalyMonitorInput
- func (s UpdateAnomalyMonitorInput) String() string
- func (s *UpdateAnomalyMonitorInput) Validate() error
- type UpdateAnomalyMonitorOutput
- type UpdateAnomalySubscriptionInput
- func (s UpdateAnomalySubscriptionInput) GoString() string
- func (s *UpdateAnomalySubscriptionInput) SetFrequency(v string) *UpdateAnomalySubscriptionInput
- func (s *UpdateAnomalySubscriptionInput) SetMonitorArnList(v []*string) *UpdateAnomalySubscriptionInput
- func (s *UpdateAnomalySubscriptionInput) SetSubscribers(v []*Subscriber) *UpdateAnomalySubscriptionInput
- func (s *UpdateAnomalySubscriptionInput) SetSubscriptionArn(v string) *UpdateAnomalySubscriptionInput
- func (s *UpdateAnomalySubscriptionInput) SetSubscriptionName(v string) *UpdateAnomalySubscriptionInput
- func (s *UpdateAnomalySubscriptionInput) SetThreshold(v float64) *UpdateAnomalySubscriptionInput
- func (s *UpdateAnomalySubscriptionInput) SetThresholdExpression(v *Expression) *UpdateAnomalySubscriptionInput
- func (s UpdateAnomalySubscriptionInput) String() string
- func (s *UpdateAnomalySubscriptionInput) Validate() error
- type UpdateAnomalySubscriptionOutput
- type UpdateCostAllocationTagsStatusError
- func (s UpdateCostAllocationTagsStatusError) GoString() string
- func (s *UpdateCostAllocationTagsStatusError) SetCode(v string) *UpdateCostAllocationTagsStatusError
- func (s *UpdateCostAllocationTagsStatusError) SetMessage(v string) *UpdateCostAllocationTagsStatusError
- func (s *UpdateCostAllocationTagsStatusError) SetTagKey(v string) *UpdateCostAllocationTagsStatusError
- func (s UpdateCostAllocationTagsStatusError) String() string
- type UpdateCostAllocationTagsStatusInput
- func (s UpdateCostAllocationTagsStatusInput) GoString() string
- func (s *UpdateCostAllocationTagsStatusInput) SetCostAllocationTagsStatus(v []*CostAllocationTagStatusEntry) *UpdateCostAllocationTagsStatusInput
- func (s UpdateCostAllocationTagsStatusInput) String() string
- func (s *UpdateCostAllocationTagsStatusInput) Validate() error
- type UpdateCostAllocationTagsStatusOutput
- type UpdateCostCategoryDefinitionInput
- func (s UpdateCostCategoryDefinitionInput) GoString() string
- func (s *UpdateCostCategoryDefinitionInput) SetCostCategoryArn(v string) *UpdateCostCategoryDefinitionInput
- func (s *UpdateCostCategoryDefinitionInput) SetDefaultValue(v string) *UpdateCostCategoryDefinitionInput
- func (s *UpdateCostCategoryDefinitionInput) SetEffectiveStart(v string) *UpdateCostCategoryDefinitionInput
- func (s *UpdateCostCategoryDefinitionInput) SetRuleVersion(v string) *UpdateCostCategoryDefinitionInput
- func (s *UpdateCostCategoryDefinitionInput) SetRules(v []*CostCategoryRule) *UpdateCostCategoryDefinitionInput
- func (s *UpdateCostCategoryDefinitionInput) SetSplitChargeRules(v []*CostCategorySplitChargeRule) *UpdateCostCategoryDefinitionInput
- func (s UpdateCostCategoryDefinitionInput) String() string
- func (s *UpdateCostCategoryDefinitionInput) Validate() error
- type UpdateCostCategoryDefinitionOutput
- func (s UpdateCostCategoryDefinitionOutput) GoString() string
- func (s *UpdateCostCategoryDefinitionOutput) SetCostCategoryArn(v string) *UpdateCostCategoryDefinitionOutput
- func (s *UpdateCostCategoryDefinitionOutput) SetEffectiveStart(v string) *UpdateCostCategoryDefinitionOutput
- func (s UpdateCostCategoryDefinitionOutput) String() string
- type UtilizationByTime
- func (s UtilizationByTime) GoString() string
- func (s *UtilizationByTime) SetGroups(v []*ReservationUtilizationGroup) *UtilizationByTime
- func (s *UtilizationByTime) SetTimePeriod(v *DateInterval) *UtilizationByTime
- func (s *UtilizationByTime) SetTotal(v *ReservationAggregates) *UtilizationByTime
- func (s UtilizationByTime) String() string
Constants ¶
const ( // AccountScopePayer is a AccountScope enum value AccountScopePayer = "PAYER" // AccountScopeLinked is a AccountScope enum value AccountScopeLinked = "LINKED" )
const ( // AnomalyFeedbackTypeYes is a AnomalyFeedbackType enum value AnomalyFeedbackTypeYes = "YES" // AnomalyFeedbackTypeNo is a AnomalyFeedbackType enum value AnomalyFeedbackTypeNo = "NO" // AnomalyFeedbackTypePlannedActivity is a AnomalyFeedbackType enum value AnomalyFeedbackTypePlannedActivity = "PLANNED_ACTIVITY" )
const ( // AnomalySubscriptionFrequencyDaily is a AnomalySubscriptionFrequency enum value AnomalySubscriptionFrequencyDaily = "DAILY" // AnomalySubscriptionFrequencyImmediate is a AnomalySubscriptionFrequency enum value AnomalySubscriptionFrequencyImmediate = "IMMEDIATE" // AnomalySubscriptionFrequencyWeekly is a AnomalySubscriptionFrequency enum value AnomalySubscriptionFrequencyWeekly = "WEEKLY" )
const ( // ApproximationDimensionService is a ApproximationDimension enum value ApproximationDimensionService = "SERVICE" // ApproximationDimensionResource is a ApproximationDimension enum value ApproximationDimensionResource = "RESOURCE" )
const ( // ContextCostAndUsage is a Context enum value ContextCostAndUsage = "COST_AND_USAGE" // ContextReservations is a Context enum value ContextReservations = "RESERVATIONS" // ContextSavingsPlans is a Context enum value ContextSavingsPlans = "SAVINGS_PLANS" )
const ( // CostAllocationTagBackfillStatusSucceeded is a CostAllocationTagBackfillStatus enum value CostAllocationTagBackfillStatusSucceeded = "SUCCEEDED" // CostAllocationTagBackfillStatusProcessing is a CostAllocationTagBackfillStatus enum value CostAllocationTagBackfillStatusProcessing = "PROCESSING" // CostAllocationTagBackfillStatusFailed is a CostAllocationTagBackfillStatus enum value CostAllocationTagBackfillStatusFailed = "FAILED" )
const ( // CostAllocationTagStatusActive is a CostAllocationTagStatus enum value CostAllocationTagStatusActive = "Active" // CostAllocationTagStatusInactive is a CostAllocationTagStatus enum value CostAllocationTagStatusInactive = "Inactive" )
const ( // CostAllocationTagTypeAwsgenerated is a CostAllocationTagType enum value CostAllocationTagTypeAwsgenerated = "AWSGenerated" // CostAllocationTagTypeUserDefined is a CostAllocationTagType enum value CostAllocationTagTypeUserDefined = "UserDefined" )
const ( // CostCategoryInheritedValueDimensionNameLinkedAccountName is a CostCategoryInheritedValueDimensionName enum value CostCategoryInheritedValueDimensionNameLinkedAccountName = "LINKED_ACCOUNT_NAME" // CostCategoryInheritedValueDimensionNameTag is a CostCategoryInheritedValueDimensionName enum value CostCategoryInheritedValueDimensionNameTag = "TAG" )
const ( // CostCategoryRuleTypeRegular is a CostCategoryRuleType enum value CostCategoryRuleTypeRegular = "REGULAR" // CostCategoryRuleTypeInheritedValue is a CostCategoryRuleType enum value CostCategoryRuleTypeInheritedValue = "INHERITED_VALUE" )
const ( // CostCategorySplitChargeMethodFixed is a CostCategorySplitChargeMethod enum value CostCategorySplitChargeMethodFixed = "FIXED" // CostCategorySplitChargeMethodProportional is a CostCategorySplitChargeMethod enum value CostCategorySplitChargeMethodProportional = "PROPORTIONAL" // CostCategorySplitChargeMethodEven is a CostCategorySplitChargeMethod enum value CostCategorySplitChargeMethodEven = "EVEN" )
const ( // CostCategoryStatusProcessing is a CostCategoryStatus enum value CostCategoryStatusProcessing = "PROCESSING" // CostCategoryStatusApplied is a CostCategoryStatus enum value CostCategoryStatusApplied = "APPLIED" )
const ( // DimensionAz is a Dimension enum value DimensionAz = "AZ" // DimensionInstanceType is a Dimension enum value DimensionInstanceType = "INSTANCE_TYPE" // DimensionLinkedAccount is a Dimension enum value DimensionLinkedAccount = "LINKED_ACCOUNT" // DimensionLinkedAccountName is a Dimension enum value DimensionLinkedAccountName = "LINKED_ACCOUNT_NAME" // DimensionOperation is a Dimension enum value DimensionOperation = "OPERATION" // DimensionPurchaseType is a Dimension enum value DimensionPurchaseType = "PURCHASE_TYPE" // DimensionRegion is a Dimension enum value DimensionRegion = "REGION" // DimensionService is a Dimension enum value DimensionService = "SERVICE" // DimensionServiceCode is a Dimension enum value DimensionServiceCode = "SERVICE_CODE" // DimensionUsageType is a Dimension enum value DimensionUsageType = "USAGE_TYPE" // DimensionUsageTypeGroup is a Dimension enum value DimensionUsageTypeGroup = "USAGE_TYPE_GROUP" // DimensionRecordType is a Dimension enum value DimensionRecordType = "RECORD_TYPE" // DimensionOperatingSystem is a Dimension enum value DimensionOperatingSystem = "OPERATING_SYSTEM" // DimensionTenancy is a Dimension enum value DimensionTenancy = "TENANCY" // DimensionScope is a Dimension enum value DimensionScope = "SCOPE" // DimensionPlatform is a Dimension enum value DimensionPlatform = "PLATFORM" // DimensionSubscriptionId is a Dimension enum value DimensionSubscriptionId = "SUBSCRIPTION_ID" // DimensionLegalEntityName is a Dimension enum value DimensionLegalEntityName = "LEGAL_ENTITY_NAME" // DimensionDeploymentOption is a Dimension enum value DimensionDeploymentOption = "DEPLOYMENT_OPTION" // DimensionDatabaseEngine is a Dimension enum value DimensionDatabaseEngine = "DATABASE_ENGINE" // DimensionCacheEngine is a Dimension enum value DimensionCacheEngine = "CACHE_ENGINE" // DimensionInstanceTypeFamily is a Dimension enum value DimensionInstanceTypeFamily = "INSTANCE_TYPE_FAMILY" // DimensionBillingEntity is a Dimension enum value DimensionBillingEntity = "BILLING_ENTITY" // DimensionReservationId is a Dimension enum value DimensionReservationId = "RESERVATION_ID" // DimensionResourceId is a Dimension enum value DimensionResourceId = "RESOURCE_ID" // DimensionRightsizingType is a Dimension enum value DimensionRightsizingType = "RIGHTSIZING_TYPE" // DimensionSavingsPlansType is a Dimension enum value DimensionSavingsPlansType = "SAVINGS_PLANS_TYPE" // DimensionSavingsPlanArn is a Dimension enum value DimensionSavingsPlanArn = "SAVINGS_PLAN_ARN" // DimensionPaymentOption is a Dimension enum value DimensionPaymentOption = "PAYMENT_OPTION" // DimensionAgreementEndDateTimeAfter is a Dimension enum value DimensionAgreementEndDateTimeAfter = "AGREEMENT_END_DATE_TIME_AFTER" // DimensionAgreementEndDateTimeBefore is a Dimension enum value DimensionAgreementEndDateTimeBefore = "AGREEMENT_END_DATE_TIME_BEFORE" // DimensionInvoicingEntity is a Dimension enum value DimensionInvoicingEntity = "INVOICING_ENTITY" // DimensionAnomalyTotalImpactAbsolute is a Dimension enum value DimensionAnomalyTotalImpactAbsolute = "ANOMALY_TOTAL_IMPACT_ABSOLUTE" // DimensionAnomalyTotalImpactPercentage is a Dimension enum value DimensionAnomalyTotalImpactPercentage = "ANOMALY_TOTAL_IMPACT_PERCENTAGE" )
const ( // FindingReasonCodeCpuOverProvisioned is a FindingReasonCode enum value FindingReasonCodeCpuOverProvisioned = "CPU_OVER_PROVISIONED" // FindingReasonCodeCpuUnderProvisioned is a FindingReasonCode enum value FindingReasonCodeCpuUnderProvisioned = "CPU_UNDER_PROVISIONED" // FindingReasonCodeMemoryOverProvisioned is a FindingReasonCode enum value FindingReasonCodeMemoryOverProvisioned = "MEMORY_OVER_PROVISIONED" // FindingReasonCodeMemoryUnderProvisioned is a FindingReasonCode enum value FindingReasonCodeMemoryUnderProvisioned = "MEMORY_UNDER_PROVISIONED" // FindingReasonCodeEbsThroughputOverProvisioned is a FindingReasonCode enum value FindingReasonCodeEbsThroughputOverProvisioned = "EBS_THROUGHPUT_OVER_PROVISIONED" // FindingReasonCodeEbsThroughputUnderProvisioned is a FindingReasonCode enum value FindingReasonCodeEbsThroughputUnderProvisioned = "EBS_THROUGHPUT_UNDER_PROVISIONED" // FindingReasonCodeEbsIopsOverProvisioned is a FindingReasonCode enum value FindingReasonCodeEbsIopsOverProvisioned = "EBS_IOPS_OVER_PROVISIONED" // FindingReasonCodeEbsIopsUnderProvisioned is a FindingReasonCode enum value FindingReasonCodeEbsIopsUnderProvisioned = "EBS_IOPS_UNDER_PROVISIONED" // FindingReasonCodeNetworkBandwidthOverProvisioned is a FindingReasonCode enum value FindingReasonCodeNetworkBandwidthOverProvisioned = "NETWORK_BANDWIDTH_OVER_PROVISIONED" // FindingReasonCodeNetworkBandwidthUnderProvisioned is a FindingReasonCode enum value FindingReasonCodeNetworkBandwidthUnderProvisioned = "NETWORK_BANDWIDTH_UNDER_PROVISIONED" // FindingReasonCodeNetworkPpsOverProvisioned is a FindingReasonCode enum value FindingReasonCodeNetworkPpsOverProvisioned = "NETWORK_PPS_OVER_PROVISIONED" // FindingReasonCodeNetworkPpsUnderProvisioned is a FindingReasonCode enum value FindingReasonCodeNetworkPpsUnderProvisioned = "NETWORK_PPS_UNDER_PROVISIONED" // FindingReasonCodeDiskIopsOverProvisioned is a FindingReasonCode enum value FindingReasonCodeDiskIopsOverProvisioned = "DISK_IOPS_OVER_PROVISIONED" // FindingReasonCodeDiskIopsUnderProvisioned is a FindingReasonCode enum value FindingReasonCodeDiskIopsUnderProvisioned = "DISK_IOPS_UNDER_PROVISIONED" // FindingReasonCodeDiskThroughputOverProvisioned is a FindingReasonCode enum value FindingReasonCodeDiskThroughputOverProvisioned = "DISK_THROUGHPUT_OVER_PROVISIONED" // FindingReasonCodeDiskThroughputUnderProvisioned is a FindingReasonCode enum value FindingReasonCodeDiskThroughputUnderProvisioned = "DISK_THROUGHPUT_UNDER_PROVISIONED" )
const ( // GenerationStatusSucceeded is a GenerationStatus enum value GenerationStatusSucceeded = "SUCCEEDED" // GenerationStatusProcessing is a GenerationStatus enum value GenerationStatusProcessing = "PROCESSING" // GenerationStatusFailed is a GenerationStatus enum value GenerationStatusFailed = "FAILED" )
const ( // GranularityDaily is a Granularity enum value GranularityDaily = "DAILY" // GranularityMonthly is a Granularity enum value GranularityMonthly = "MONTHLY" // GranularityHourly is a Granularity enum value GranularityHourly = "HOURLY" )
const ( // GroupDefinitionTypeDimension is a GroupDefinitionType enum value GroupDefinitionTypeDimension = "DIMENSION" // GroupDefinitionTypeTag is a GroupDefinitionType enum value GroupDefinitionTypeTag = "TAG" // GroupDefinitionTypeCostCategory is a GroupDefinitionType enum value GroupDefinitionTypeCostCategory = "COST_CATEGORY" )
const ( // LookbackPeriodInDaysSevenDays is a LookbackPeriodInDays enum value LookbackPeriodInDaysSevenDays = "SEVEN_DAYS" // LookbackPeriodInDaysThirtyDays is a LookbackPeriodInDays enum value LookbackPeriodInDaysThirtyDays = "THIRTY_DAYS" // LookbackPeriodInDaysSixtyDays is a LookbackPeriodInDays enum value LookbackPeriodInDaysSixtyDays = "SIXTY_DAYS" )
const ( // MatchOptionEquals is a MatchOption enum value MatchOptionEquals = "EQUALS" // MatchOptionAbsent is a MatchOption enum value MatchOptionAbsent = "ABSENT" // MatchOptionStartsWith is a MatchOption enum value MatchOptionStartsWith = "STARTS_WITH" // MatchOptionEndsWith is a MatchOption enum value MatchOptionEndsWith = "ENDS_WITH" // MatchOptionContains is a MatchOption enum value MatchOptionContains = "CONTAINS" // MatchOptionCaseSensitive is a MatchOption enum value MatchOptionCaseSensitive = "CASE_SENSITIVE" // MatchOptionCaseInsensitive is a MatchOption enum value MatchOptionCaseInsensitive = "CASE_INSENSITIVE" // MatchOptionGreaterThanOrEqual is a MatchOption enum value MatchOptionGreaterThanOrEqual = "GREATER_THAN_OR_EQUAL" )
const ( // MetricBlendedCost is a Metric enum value MetricBlendedCost = "BLENDED_COST" // MetricUnblendedCost is a Metric enum value MetricUnblendedCost = "UNBLENDED_COST" // MetricAmortizedCost is a Metric enum value MetricAmortizedCost = "AMORTIZED_COST" // MetricNetUnblendedCost is a Metric enum value MetricNetUnblendedCost = "NET_UNBLENDED_COST" // MetricNetAmortizedCost is a Metric enum value MetricNetAmortizedCost = "NET_AMORTIZED_COST" // MetricUsageQuantity is a Metric enum value MetricUsageQuantity = "USAGE_QUANTITY" // MetricNormalizedUsageAmount is a Metric enum value MetricNormalizedUsageAmount = "NORMALIZED_USAGE_AMOUNT" )
const ( // MonitorTypeDimensional is a MonitorType enum value MonitorTypeDimensional = "DIMENSIONAL" // MonitorTypeCustom is a MonitorType enum value MonitorTypeCustom = "CUSTOM" )
const ( // NumericOperatorEqual is a NumericOperator enum value NumericOperatorEqual = "EQUAL" // NumericOperatorGreaterThanOrEqual is a NumericOperator enum value NumericOperatorGreaterThanOrEqual = "GREATER_THAN_OR_EQUAL" // NumericOperatorLessThanOrEqual is a NumericOperator enum value NumericOperatorLessThanOrEqual = "LESS_THAN_OR_EQUAL" // NumericOperatorGreaterThan is a NumericOperator enum value NumericOperatorGreaterThan = "GREATER_THAN" // NumericOperatorLessThan is a NumericOperator enum value NumericOperatorLessThan = "LESS_THAN" // NumericOperatorBetween is a NumericOperator enum value NumericOperatorBetween = "BETWEEN" )
const ( // OfferingClassStandard is a OfferingClass enum value OfferingClassStandard = "STANDARD" // OfferingClassConvertible is a OfferingClass enum value OfferingClassConvertible = "CONVERTIBLE" )
const ( // PaymentOptionNoUpfront is a PaymentOption enum value PaymentOptionNoUpfront = "NO_UPFRONT" // PaymentOptionPartialUpfront is a PaymentOption enum value PaymentOptionPartialUpfront = "PARTIAL_UPFRONT" // PaymentOptionAllUpfront is a PaymentOption enum value PaymentOptionAllUpfront = "ALL_UPFRONT" // PaymentOptionLightUtilization is a PaymentOption enum value PaymentOptionLightUtilization = "LIGHT_UTILIZATION" // PaymentOptionMediumUtilization is a PaymentOption enum value PaymentOptionMediumUtilization = "MEDIUM_UTILIZATION" // PaymentOptionHeavyUtilization is a PaymentOption enum value PaymentOptionHeavyUtilization = "HEAVY_UTILIZATION" )
const ( // PlatformDifferenceHypervisor is a PlatformDifference enum value PlatformDifferenceHypervisor = "HYPERVISOR" // PlatformDifferenceNetworkInterface is a PlatformDifference enum value PlatformDifferenceNetworkInterface = "NETWORK_INTERFACE" // PlatformDifferenceStorageInterface is a PlatformDifference enum value PlatformDifferenceStorageInterface = "STORAGE_INTERFACE" // PlatformDifferenceInstanceStoreAvailability is a PlatformDifference enum value PlatformDifferenceInstanceStoreAvailability = "INSTANCE_STORE_AVAILABILITY" // PlatformDifferenceVirtualizationType is a PlatformDifference enum value PlatformDifferenceVirtualizationType = "VIRTUALIZATION_TYPE" )
const ( // RecommendationTargetSameInstanceFamily is a RecommendationTarget enum value RecommendationTargetSameInstanceFamily = "SAME_INSTANCE_FAMILY" // RecommendationTargetCrossInstanceFamily is a RecommendationTarget enum value RecommendationTargetCrossInstanceFamily = "CROSS_INSTANCE_FAMILY" )
const ( // RightsizingTypeTerminate is a RightsizingType enum value RightsizingTypeTerminate = "TERMINATE" // RightsizingTypeModify is a RightsizingType enum value RightsizingTypeModify = "MODIFY" )
const ( // SavingsPlansDataTypeAttributes is a SavingsPlansDataType enum value SavingsPlansDataTypeAttributes = "ATTRIBUTES" // SavingsPlansDataTypeUtilization is a SavingsPlansDataType enum value SavingsPlansDataTypeUtilization = "UTILIZATION" // SavingsPlansDataTypeAmortizedCommitment is a SavingsPlansDataType enum value SavingsPlansDataTypeAmortizedCommitment = "AMORTIZED_COMMITMENT" // SavingsPlansDataTypeSavings is a SavingsPlansDataType enum value SavingsPlansDataTypeSavings = "SAVINGS" )
const ( // SortOrderAscending is a SortOrder enum value SortOrderAscending = "ASCENDING" // SortOrderDescending is a SortOrder enum value SortOrderDescending = "DESCENDING" )
const ( // SubscriberStatusConfirmed is a SubscriberStatus enum value SubscriberStatusConfirmed = "CONFIRMED" // SubscriberStatusDeclined is a SubscriberStatus enum value SubscriberStatusDeclined = "DECLINED" )
const ( // SubscriberTypeEmail is a SubscriberType enum value SubscriberTypeEmail = "EMAIL" // SubscriberTypeSns is a SubscriberType enum value SubscriberTypeSns = "SNS" )
const ( // SupportedSavingsPlansTypeComputeSp is a SupportedSavingsPlansType enum value SupportedSavingsPlansTypeComputeSp = "COMPUTE_SP" // SupportedSavingsPlansTypeEc2InstanceSp is a SupportedSavingsPlansType enum value SupportedSavingsPlansTypeEc2InstanceSp = "EC2_INSTANCE_SP" // SupportedSavingsPlansTypeSagemakerSp is a SupportedSavingsPlansType enum value SupportedSavingsPlansTypeSagemakerSp = "SAGEMAKER_SP" )
const ( // TermInYearsOneYear is a TermInYears enum value TermInYearsOneYear = "ONE_YEAR" // TermInYearsThreeYears is a TermInYears enum value TermInYearsThreeYears = "THREE_YEARS" )
const ( // ErrCodeBackfillLimitExceededException for service response error code // "BackfillLimitExceededException". // // A request to backfill is already in progress. Once the previous request is // complete, you can create another request. ErrCodeBackfillLimitExceededException = "BackfillLimitExceededException" // ErrCodeBillExpirationException for service response error code // "BillExpirationException". // // The requested report expired. Update the date interval and try again. ErrCodeBillExpirationException = "BillExpirationException" // "DataUnavailableException". // // The requested data is unavailable. ErrCodeDataUnavailableException = "DataUnavailableException" // ErrCodeGenerationExistsException for service response error code // "GenerationExistsException". // // A request to generate a recommendation is already in progress. ErrCodeGenerationExistsException = "GenerationExistsException" // ErrCodeInvalidNextTokenException for service response error code // "InvalidNextTokenException". // // The pagination token is invalid. Try again without a pagination token. ErrCodeInvalidNextTokenException = "InvalidNextTokenException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // You made too many calls in a short period of time. Try again later. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeRequestChangedException for service response error code // "RequestChangedException". // // Your request parameters changed between pages. Try again with the old parameters // or without a pagination token. ErrCodeRequestChangedException = "RequestChangedException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The specified ARN in the request doesn't exist. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeServiceQuotaExceededException for service response error code // "ServiceQuotaExceededException". // // You've reached the limit on the number of resources you can create, or exceeded // the size of an individual resource. ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException" // ErrCodeTooManyTagsException for service response error code // "TooManyTagsException". // // Can occur if you specify a number of tags for a resource greater than the // maximum 50 user tags per resource. ErrCodeTooManyTagsException = "TooManyTagsException" // ErrCodeUnknownMonitorException for service response error code // "UnknownMonitorException". // // The cost anomaly monitor does not exist for the account. ErrCodeUnknownMonitorException = "UnknownMonitorException" // ErrCodeUnknownSubscriptionException for service response error code // "UnknownSubscriptionException". // // The cost anomaly subscription does not exist for the account. ErrCodeUnknownSubscriptionException = "UnknownSubscriptionException" // ErrCodeUnresolvableUsageUnitException for service response error code // "UnresolvableUsageUnitException". // // Cost Explorer was unable to identify the usage unit. Provide UsageType/UsageTypeGroup // filter selections that contain matching units, for example: hours. ErrCodeUnresolvableUsageUnitException = "UnresolvableUsageUnitException" )
const ( ServiceName = "ce" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "Cost Explorer" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// CostCategoryRuleVersionCostCategoryExpressionV1 is a CostCategoryRuleVersion enum value
CostCategoryRuleVersionCostCategoryExpressionV1 = "CostCategoryExpression.v1"
)
The rule schema version in this particular Cost Category.
const (
// CostCategorySplitChargeRuleParameterTypeAllocationPercentages is a CostCategorySplitChargeRuleParameterType enum value
CostCategorySplitChargeRuleParameterTypeAllocationPercentages = "ALLOCATION_PERCENTAGES"
)
const (
// CostCategoryStatusComponentCostExplorer is a CostCategoryStatusComponent enum value
CostCategoryStatusComponentCostExplorer = "COST_EXPLORER"
)
const (
// MonitorDimensionService is a MonitorDimension enum value
MonitorDimensionService = "SERVICE"
)
Variables ¶
This section is empty.
Functions ¶
func AccountScope_Values ¶ added in v1.34.3
func AccountScope_Values() []string
AccountScope_Values returns all elements of the AccountScope enum
func AnomalyFeedbackType_Values ¶ added in v1.34.30
func AnomalyFeedbackType_Values() []string
AnomalyFeedbackType_Values returns all elements of the AnomalyFeedbackType enum
func AnomalySubscriptionFrequency_Values ¶ added in v1.34.30
func AnomalySubscriptionFrequency_Values() []string
AnomalySubscriptionFrequency_Values returns all elements of the AnomalySubscriptionFrequency enum
func ApproximationDimension_Values ¶ added in v1.50.28
func ApproximationDimension_Values() []string
ApproximationDimension_Values returns all elements of the ApproximationDimension enum
func Context_Values ¶ added in v1.34.3
func Context_Values() []string
Context_Values returns all elements of the Context enum
func CostAllocationTagBackfillStatus_Values ¶ added in v1.51.8
func CostAllocationTagBackfillStatus_Values() []string
CostAllocationTagBackfillStatus_Values returns all elements of the CostAllocationTagBackfillStatus enum
func CostAllocationTagStatus_Values ¶ added in v1.44.29
func CostAllocationTagStatus_Values() []string
CostAllocationTagStatus_Values returns all elements of the CostAllocationTagStatus enum
func CostAllocationTagType_Values ¶ added in v1.44.29
func CostAllocationTagType_Values() []string
CostAllocationTagType_Values returns all elements of the CostAllocationTagType enum
func CostCategoryInheritedValueDimensionName_Values ¶ added in v1.38.3
func CostCategoryInheritedValueDimensionName_Values() []string
CostCategoryInheritedValueDimensionName_Values returns all elements of the CostCategoryInheritedValueDimensionName enum
func CostCategoryRuleType_Values ¶ added in v1.38.3
func CostCategoryRuleType_Values() []string
CostCategoryRuleType_Values returns all elements of the CostCategoryRuleType enum
func CostCategoryRuleVersion_Values ¶ added in v1.34.3
func CostCategoryRuleVersion_Values() []string
CostCategoryRuleVersion_Values returns all elements of the CostCategoryRuleVersion enum
func CostCategorySplitChargeMethod_Values ¶ added in v1.40.24
func CostCategorySplitChargeMethod_Values() []string
CostCategorySplitChargeMethod_Values returns all elements of the CostCategorySplitChargeMethod enum
func CostCategorySplitChargeRuleParameterType_Values ¶ added in v1.40.24
func CostCategorySplitChargeRuleParameterType_Values() []string
CostCategorySplitChargeRuleParameterType_Values returns all elements of the CostCategorySplitChargeRuleParameterType enum
func CostCategoryStatusComponent_Values ¶ added in v1.35.6
func CostCategoryStatusComponent_Values() []string
CostCategoryStatusComponent_Values returns all elements of the CostCategoryStatusComponent enum
func CostCategoryStatus_Values ¶ added in v1.35.6
func CostCategoryStatus_Values() []string
CostCategoryStatus_Values returns all elements of the CostCategoryStatus enum
func Dimension_Values ¶ added in v1.34.3
func Dimension_Values() []string
Dimension_Values returns all elements of the Dimension enum
func FindingReasonCode_Values ¶ added in v1.38.46
func FindingReasonCode_Values() []string
FindingReasonCode_Values returns all elements of the FindingReasonCode enum
func GenerationStatus_Values ¶ added in v1.44.153
func GenerationStatus_Values() []string
GenerationStatus_Values returns all elements of the GenerationStatus enum
func Granularity_Values ¶ added in v1.34.3
func Granularity_Values() []string
Granularity_Values returns all elements of the Granularity enum
func GroupDefinitionType_Values ¶ added in v1.34.3
func GroupDefinitionType_Values() []string
GroupDefinitionType_Values returns all elements of the GroupDefinitionType enum
func LookbackPeriodInDays_Values ¶ added in v1.34.3
func LookbackPeriodInDays_Values() []string
LookbackPeriodInDays_Values returns all elements of the LookbackPeriodInDays enum
func MatchOption_Values ¶ added in v1.34.3
func MatchOption_Values() []string
MatchOption_Values returns all elements of the MatchOption enum
func Metric_Values ¶ added in v1.34.3
func Metric_Values() []string
Metric_Values returns all elements of the Metric enum
func MonitorDimension_Values ¶ added in v1.34.30
func MonitorDimension_Values() []string
MonitorDimension_Values returns all elements of the MonitorDimension enum
func MonitorType_Values ¶ added in v1.34.30
func MonitorType_Values() []string
MonitorType_Values returns all elements of the MonitorType enum
func NumericOperator_Values ¶ added in v1.34.30
func NumericOperator_Values() []string
NumericOperator_Values returns all elements of the NumericOperator enum
func OfferingClass_Values ¶ added in v1.34.3
func OfferingClass_Values() []string
OfferingClass_Values returns all elements of the OfferingClass enum
func PaymentOption_Values ¶ added in v1.34.3
func PaymentOption_Values() []string
PaymentOption_Values returns all elements of the PaymentOption enum
func PlatformDifference_Values ¶ added in v1.38.46
func PlatformDifference_Values() []string
PlatformDifference_Values returns all elements of the PlatformDifference enum
func RecommendationTarget_Values ¶ added in v1.34.3
func RecommendationTarget_Values() []string
RecommendationTarget_Values returns all elements of the RecommendationTarget enum
func RightsizingType_Values ¶ added in v1.34.3
func RightsizingType_Values() []string
RightsizingType_Values returns all elements of the RightsizingType enum
func SavingsPlansDataType_Values ¶ added in v1.36.21
func SavingsPlansDataType_Values() []string
SavingsPlansDataType_Values returns all elements of the SavingsPlansDataType enum
func SortOrder_Values ¶ added in v1.36.21
func SortOrder_Values() []string
SortOrder_Values returns all elements of the SortOrder enum
func SubscriberStatus_Values ¶ added in v1.34.30
func SubscriberStatus_Values() []string
SubscriberStatus_Values returns all elements of the SubscriberStatus enum
func SubscriberType_Values ¶ added in v1.34.30
func SubscriberType_Values() []string
SubscriberType_Values returns all elements of the SubscriberType enum
func SupportedSavingsPlansType_Values ¶ added in v1.34.3
func SupportedSavingsPlansType_Values() []string
SupportedSavingsPlansType_Values returns all elements of the SupportedSavingsPlansType enum
func TermInYears_Values ¶ added in v1.34.3
func TermInYears_Values() []string
TermInYears_Values returns all elements of the TermInYears enum
Types ¶
type Anomaly ¶ added in v1.34.30
type Anomaly struct { // The last day the anomaly is detected. AnomalyEndDate *string `type:"string"` // The unique identifier for the anomaly. // // AnomalyId is a required field AnomalyId *string `type:"string" required:"true"` // The latest and maximum score for the anomaly. // // AnomalyScore is a required field AnomalyScore *AnomalyScore `type:"structure" required:"true"` // The first day the anomaly is detected. AnomalyStartDate *string `type:"string"` // The dimension for the anomaly (for example, an Amazon Web Service in a service // monitor). DimensionValue *string `type:"string"` // The feedback value. Feedback *string `type:"string" enum:"AnomalyFeedbackType"` // The dollar impact for the anomaly. // // Impact is a required field Impact *Impact `type:"structure" required:"true"` // The Amazon Resource Name (ARN) for the cost monitor that generated this anomaly. // // MonitorArn is a required field MonitorArn *string `type:"string" required:"true"` // The list of identified root causes for the anomaly. RootCauses []*RootCause `type:"list"` // contains filtered or unexported fields }
An unusual cost pattern. This consists of the detailed metadata and the current status of the anomaly object.
func (Anomaly) GoString ¶ added in v1.34.30
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Anomaly) SetAnomalyEndDate ¶ added in v1.34.30
SetAnomalyEndDate sets the AnomalyEndDate field's value.
func (*Anomaly) SetAnomalyId ¶ added in v1.34.30
SetAnomalyId sets the AnomalyId field's value.
func (*Anomaly) SetAnomalyScore ¶ added in v1.34.30
func (s *Anomaly) SetAnomalyScore(v *AnomalyScore) *Anomaly
SetAnomalyScore sets the AnomalyScore field's value.
func (*Anomaly) SetAnomalyStartDate ¶ added in v1.34.30
SetAnomalyStartDate sets the AnomalyStartDate field's value.
func (*Anomaly) SetDimensionValue ¶ added in v1.34.30
SetDimensionValue sets the DimensionValue field's value.
func (*Anomaly) SetFeedback ¶ added in v1.34.30
SetFeedback sets the Feedback field's value.
func (*Anomaly) SetMonitorArn ¶ added in v1.34.30
SetMonitorArn sets the MonitorArn field's value.
func (*Anomaly) SetRootCauses ¶ added in v1.34.30
SetRootCauses sets the RootCauses field's value.
type AnomalyDateInterval ¶ added in v1.34.30
type AnomalyDateInterval struct { // The last date an anomaly was observed. EndDate *string `type:"string"` // The first date an anomaly was observed. // // StartDate is a required field StartDate *string `type:"string" required:"true"` // contains filtered or unexported fields }
The time period for an anomaly.
func (AnomalyDateInterval) GoString ¶ added in v1.34.30
func (s AnomalyDateInterval) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnomalyDateInterval) SetEndDate ¶ added in v1.34.30
func (s *AnomalyDateInterval) SetEndDate(v string) *AnomalyDateInterval
SetEndDate sets the EndDate field's value.
func (*AnomalyDateInterval) SetStartDate ¶ added in v1.34.30
func (s *AnomalyDateInterval) SetStartDate(v string) *AnomalyDateInterval
SetStartDate sets the StartDate field's value.
func (AnomalyDateInterval) String ¶ added in v1.34.30
func (s AnomalyDateInterval) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnomalyDateInterval) Validate ¶ added in v1.34.30
func (s *AnomalyDateInterval) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AnomalyMonitor ¶ added in v1.34.30
type AnomalyMonitor struct { // The date when the monitor was created. CreationDate *string `type:"string"` // The value for evaluated dimensions. DimensionalValueCount *int64 `type:"integer"` // The date when the monitor last evaluated for anomalies. LastEvaluatedDate *string `type:"string"` // The date when the monitor was last updated. LastUpdatedDate *string `type:"string"` // The Amazon Resource Name (ARN) value. MonitorArn *string `type:"string"` // The dimensions to evaluate. MonitorDimension *string `type:"string" enum:"MonitorDimension"` // The name of the monitor. // // MonitorName is a required field MonitorName *string `type:"string" required:"true"` // Use Expression to filter in various Cost Explorer APIs. // // Not all Expression types are supported in each API. Refer to the documentation // for each specific API to see what is supported. // // There are two patterns: // // * Simple dimension values. There are three types of simple dimension values: // CostCategories, Tags, and Dimensions. Specify the CostCategories field // to define a filter that acts on Cost Categories. Specify the Tags field // to define a filter that acts on Cost Allocation Tags. Specify the Dimensions // field to define a filter that acts on the DimensionValues (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_DimensionValues.html). // For each filter type, you can set the dimension name and values for the // filters that you plan to use. For example, you can filter for REGION==us-east-1 // OR REGION==us-west-1. For GetRightsizingRecommendation, the Region is // a full name (for example, REGION==US East (N. Virginia). The corresponding // Expression for this example is as follows: { "Dimensions": { "Key": "REGION", // "Values": [ "us-east-1", "us-west-1" ] } } As shown in the previous example, // lists of dimension values are combined with OR when applying the filter. // You can also set different match options to further control how the filter // behaves. Not all APIs support match options. Refer to the documentation // for each specific API to see what is supported. For example, you can filter // for linked account names that start with "a". The corresponding Expression // for this example is as follows: { "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", // "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } } // // * Compound Expression types with logical operations. You can use multiple // Expression types and the logical operators AND/OR/NOT to create a list // of one or more Expression objects. By doing this, you can filter by more // advanced options. For example, you can filter by ((REGION == us-east-1 // OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer). // The corresponding Expression for this example is as follows: { "And": // [ {"Or": [ {"Dimensions": { "Key": "REGION", "Values": [ "us-east-1", // "us-west-1" ] }}, {"Tags": { "Key": "TagName", "Values": ["Value1"] } // } ]}, {"Not": {"Dimensions": { "Key": "USAGE_TYPE", "Values": ["DataTransfer"] // }}} ] } Because each Expression can have only one operator, the service // returns an error if more than one is specified. The following example // shows an Expression object that creates an error: { "And": [ ... ], "Dimensions": // { "Key": "USAGE_TYPE", "Values": [ "DataTransfer" ] } } The following // is an example of the corresponding error message: "Expression has more // than one roots. Only one root operator is allowed for each expression: // And, Or, Not, Dimensions, Tags, CostCategories" // // For the GetRightsizingRecommendation action, a combination of OR and NOT // isn't supported. OR isn't supported between different dimensions, or dimensions // and tags. NOT operators aren't supported. Dimensions are also limited to // LINKED_ACCOUNT, REGION, or RIGHTSIZING_TYPE. // // For the GetReservationPurchaseRecommendation action, only NOT is supported. // AND and OR aren't supported. Dimensions are limited to LINKED_ACCOUNT. MonitorSpecification *Expression `type:"structure"` // The possible type values. // // MonitorType is a required field MonitorType *string `type:"string" required:"true" enum:"MonitorType"` // contains filtered or unexported fields }
This object continuously inspects your account's cost data for anomalies. It's based on MonitorType and MonitorSpecification. The content consists of detailed metadata and the current status of the monitor object.
func (AnomalyMonitor) GoString ¶ added in v1.34.30
func (s AnomalyMonitor) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnomalyMonitor) SetCreationDate ¶ added in v1.34.30
func (s *AnomalyMonitor) SetCreationDate(v string) *AnomalyMonitor
SetCreationDate sets the CreationDate field's value.
func (*AnomalyMonitor) SetDimensionalValueCount ¶ added in v1.34.30
func (s *AnomalyMonitor) SetDimensionalValueCount(v int64) *AnomalyMonitor
SetDimensionalValueCount sets the DimensionalValueCount field's value.
func (*AnomalyMonitor) SetLastEvaluatedDate ¶ added in v1.34.30
func (s *AnomalyMonitor) SetLastEvaluatedDate(v string) *AnomalyMonitor
SetLastEvaluatedDate sets the LastEvaluatedDate field's value.
func (*AnomalyMonitor) SetLastUpdatedDate ¶ added in v1.34.30
func (s *AnomalyMonitor) SetLastUpdatedDate(v string) *AnomalyMonitor
SetLastUpdatedDate sets the LastUpdatedDate field's value.
func (*AnomalyMonitor) SetMonitorArn ¶ added in v1.34.30
func (s *AnomalyMonitor) SetMonitorArn(v string) *AnomalyMonitor
SetMonitorArn sets the MonitorArn field's value.
func (*AnomalyMonitor) SetMonitorDimension ¶ added in v1.34.30
func (s *AnomalyMonitor) SetMonitorDimension(v string) *AnomalyMonitor
SetMonitorDimension sets the MonitorDimension field's value.
func (*AnomalyMonitor) SetMonitorName ¶ added in v1.34.30
func (s *AnomalyMonitor) SetMonitorName(v string) *AnomalyMonitor
SetMonitorName sets the MonitorName field's value.
func (*AnomalyMonitor) SetMonitorSpecification ¶ added in v1.34.30
func (s *AnomalyMonitor) SetMonitorSpecification(v *Expression) *AnomalyMonitor
SetMonitorSpecification sets the MonitorSpecification field's value.
func (*AnomalyMonitor) SetMonitorType ¶ added in v1.34.30
func (s *AnomalyMonitor) SetMonitorType(v string) *AnomalyMonitor
SetMonitorType sets the MonitorType field's value.
func (AnomalyMonitor) String ¶ added in v1.34.30
func (s AnomalyMonitor) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnomalyMonitor) Validate ¶ added in v1.34.30
func (s *AnomalyMonitor) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AnomalyScore ¶ added in v1.34.30
type AnomalyScore struct { // The last observed score. // // CurrentScore is a required field CurrentScore *float64 `type:"double" required:"true"` // The maximum score that's observed during the AnomalyDateInterval. // // MaxScore is a required field MaxScore *float64 `type:"double" required:"true"` // contains filtered or unexported fields }
Quantifies the anomaly. The higher score means that it's more anomalous.
func (AnomalyScore) GoString ¶ added in v1.34.30
func (s AnomalyScore) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnomalyScore) SetCurrentScore ¶ added in v1.34.30
func (s *AnomalyScore) SetCurrentScore(v float64) *AnomalyScore
SetCurrentScore sets the CurrentScore field's value.
func (*AnomalyScore) SetMaxScore ¶ added in v1.34.30
func (s *AnomalyScore) SetMaxScore(v float64) *AnomalyScore
SetMaxScore sets the MaxScore field's value.
func (AnomalyScore) String ¶ added in v1.34.30
func (s AnomalyScore) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AnomalySubscription ¶ added in v1.34.30
type AnomalySubscription struct { // Your unique account identifier. AccountId *string `type:"string"` // The frequency that anomaly notifications are sent. Notifications are sent // either over email (for DAILY and WEEKLY frequencies) or SNS (for IMMEDIATE // frequency). For more information, see Creating an Amazon SNS topic for anomaly // notifications (https://docs.aws.amazon.com/cost-management/latest/userguide/ad-SNS.html). // // Frequency is a required field Frequency *string `type:"string" required:"true" enum:"AnomalySubscriptionFrequency"` // A list of cost anomaly monitors. // // MonitorArnList is a required field MonitorArnList []*string `type:"list" required:"true"` // A list of subscribers to notify. // // Subscribers is a required field Subscribers []*Subscriber `type:"list" required:"true"` // The AnomalySubscription Amazon Resource Name (ARN). SubscriptionArn *string `type:"string"` // The name for the subscription. // // SubscriptionName is a required field SubscriptionName *string `type:"string" required:"true"` // (deprecated) // // An absolute dollar value that must be exceeded by the anomaly's total impact // (see Impact (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Impact.html) // for more details) for an anomaly notification to be generated. // // This field has been deprecated. To specify a threshold, use ThresholdExpression. // Continued use of Threshold will be treated as shorthand syntax for a ThresholdExpression. // // One of Threshold or ThresholdExpression is required for this resource. You // cannot specify both. // // Deprecated: Threshold has been deprecated in favor of ThresholdExpression Threshold *float64 `deprecated:"true" type:"double"` // An Expression (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html) // object used to specify the anomalies that you want to generate alerts for. // This supports dimensions and nested expressions. The supported dimensions // are ANOMALY_TOTAL_IMPACT_ABSOLUTE and ANOMALY_TOTAL_IMPACT_PERCENTAGE, corresponding // to an anomaly’s TotalImpact and TotalImpactPercentage, respectively (see // Impact (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Impact.html) // for more details). The supported nested expression types are AND and OR. // The match option GREATER_THAN_OR_EQUAL is required. Values must be numbers // between 0 and 10,000,000,000 in string format. // // One of Threshold or ThresholdExpression is required for this resource. You // cannot specify both. // // The following are examples of valid ThresholdExpressions: // // * Absolute threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", // "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } // // * Percentage threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", // "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } // // * AND two thresholds together: { "And": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", // "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, // { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": // [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] } // // * OR two thresholds together: { "Or": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", // "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, // { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": // [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] } ThresholdExpression *Expression `type:"structure"` // contains filtered or unexported fields }
An AnomalySubscription resource (also referred to as an alert subscription) sends notifications about specific anomalies that meet an alerting criteria defined by you.
You can specify the frequency of the alerts and the subscribers to notify.
Anomaly subscriptions can be associated with one or more AnomalyMonitor (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AnomalyMonitor.html) resources, and they only send notifications about anomalies detected by those associated monitors. You can also configure a threshold to further control which anomalies are included in the notifications.
Anomalies that don’t exceed the chosen threshold and therefore don’t trigger notifications from an anomaly subscription will still be available on the console and from the GetAnomalies (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetAnomalies.html) API.
func (AnomalySubscription) GoString ¶ added in v1.34.30
func (s AnomalySubscription) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnomalySubscription) SetAccountId ¶ added in v1.34.30
func (s *AnomalySubscription) SetAccountId(v string) *AnomalySubscription
SetAccountId sets the AccountId field's value.
func (*AnomalySubscription) SetFrequency ¶ added in v1.34.30
func (s *AnomalySubscription) SetFrequency(v string) *AnomalySubscription
SetFrequency sets the Frequency field's value.
func (*AnomalySubscription) SetMonitorArnList ¶ added in v1.34.30
func (s *AnomalySubscription) SetMonitorArnList(v []*string) *AnomalySubscription
SetMonitorArnList sets the MonitorArnList field's value.
func (*AnomalySubscription) SetSubscribers ¶ added in v1.34.30
func (s *AnomalySubscription) SetSubscribers(v []*Subscriber) *AnomalySubscription
SetSubscribers sets the Subscribers field's value.
func (*AnomalySubscription) SetSubscriptionArn ¶ added in v1.34.30
func (s *AnomalySubscription) SetSubscriptionArn(v string) *AnomalySubscription
SetSubscriptionArn sets the SubscriptionArn field's value.
func (*AnomalySubscription) SetSubscriptionName ¶ added in v1.34.30
func (s *AnomalySubscription) SetSubscriptionName(v string) *AnomalySubscription
SetSubscriptionName sets the SubscriptionName field's value.
func (*AnomalySubscription) SetThreshold ¶ added in v1.34.30
func (s *AnomalySubscription) SetThreshold(v float64) *AnomalySubscription
SetThreshold sets the Threshold field's value.
func (*AnomalySubscription) SetThresholdExpression ¶ added in v1.44.160
func (s *AnomalySubscription) SetThresholdExpression(v *Expression) *AnomalySubscription
SetThresholdExpression sets the ThresholdExpression field's value.
func (AnomalySubscription) String ¶ added in v1.34.30
func (s AnomalySubscription) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnomalySubscription) Validate ¶ added in v1.34.30
func (s *AnomalySubscription) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BackfillLimitExceededException ¶ added in v1.51.8
type BackfillLimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
A request to backfill is already in progress. Once the previous request is complete, you can create another request.
func (*BackfillLimitExceededException) Code ¶ added in v1.51.8
func (s *BackfillLimitExceededException) Code() string
Code returns the exception type name.
func (*BackfillLimitExceededException) Error ¶ added in v1.51.8
func (s *BackfillLimitExceededException) Error() string
func (BackfillLimitExceededException) GoString ¶ added in v1.51.8
func (s BackfillLimitExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BackfillLimitExceededException) Message ¶ added in v1.51.8
func (s *BackfillLimitExceededException) Message() string
Message returns the exception's message.
func (*BackfillLimitExceededException) OrigErr ¶ added in v1.51.8
func (s *BackfillLimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*BackfillLimitExceededException) RequestID ¶ added in v1.51.8
func (s *BackfillLimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*BackfillLimitExceededException) StatusCode ¶ added in v1.51.8
func (s *BackfillLimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (BackfillLimitExceededException) String ¶ added in v1.51.8
func (s BackfillLimitExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BillExpirationException ¶ added in v1.28.0
type BillExpirationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The requested report expired. Update the date interval and try again.
func (*BillExpirationException) Code ¶ added in v1.28.0
func (s *BillExpirationException) Code() string
Code returns the exception type name.
func (*BillExpirationException) Error ¶ added in v1.28.0
func (s *BillExpirationException) Error() string
func (BillExpirationException) GoString ¶ added in v1.28.0
func (s BillExpirationException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BillExpirationException) Message ¶ added in v1.28.0
func (s *BillExpirationException) Message() string
Message returns the exception's message.
func (*BillExpirationException) OrigErr ¶ added in v1.28.0
func (s *BillExpirationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*BillExpirationException) RequestID ¶ added in v1.28.0
func (s *BillExpirationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*BillExpirationException) StatusCode ¶ added in v1.28.0
func (s *BillExpirationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (BillExpirationException) String ¶ added in v1.28.0
func (s BillExpirationException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CostAllocationTag ¶ added in v1.44.29
type CostAllocationTag struct { // The last date that the tag was either activated or deactivated. LastUpdatedDate *string `min:"20" type:"string"` // The last month that the tag was used on an Amazon Web Services resource. LastUsedDate *string `min:"20" type:"string"` // The status of a cost allocation tag. // // Status is a required field Status *string `type:"string" required:"true" enum:"CostAllocationTagStatus"` // The key for the cost allocation tag. // // TagKey is a required field TagKey *string `type:"string" required:"true"` // The type of cost allocation tag. You can use AWSGenerated or UserDefined // type tags. AWSGenerated type tags are tags that Amazon Web Services defines // and applies to support Amazon Web Services resources for cost allocation // purposes. UserDefined type tags are tags that you define, create, and apply // to resources. // // Type is a required field Type *string `type:"string" required:"true" enum:"CostAllocationTagType"` // contains filtered or unexported fields }
The cost allocation tag structure. This includes detailed metadata for the CostAllocationTag object.
func (CostAllocationTag) GoString ¶ added in v1.44.29
func (s CostAllocationTag) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostAllocationTag) SetLastUpdatedDate ¶ added in v1.44.329
func (s *CostAllocationTag) SetLastUpdatedDate(v string) *CostAllocationTag
SetLastUpdatedDate sets the LastUpdatedDate field's value.
func (*CostAllocationTag) SetLastUsedDate ¶ added in v1.44.329
func (s *CostAllocationTag) SetLastUsedDate(v string) *CostAllocationTag
SetLastUsedDate sets the LastUsedDate field's value.
func (*CostAllocationTag) SetStatus ¶ added in v1.44.29
func (s *CostAllocationTag) SetStatus(v string) *CostAllocationTag
SetStatus sets the Status field's value.
func (*CostAllocationTag) SetTagKey ¶ added in v1.44.29
func (s *CostAllocationTag) SetTagKey(v string) *CostAllocationTag
SetTagKey sets the TagKey field's value.
func (*CostAllocationTag) SetType ¶ added in v1.44.29
func (s *CostAllocationTag) SetType(v string) *CostAllocationTag
SetType sets the Type field's value.
func (CostAllocationTag) String ¶ added in v1.44.29
func (s CostAllocationTag) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CostAllocationTagBackfillRequest ¶ added in v1.51.8
type CostAllocationTagBackfillRequest struct { // The date the backfill starts from. BackfillFrom *string `min:"20" type:"string"` // The status of the cost allocation tag backfill request. BackfillStatus *string `type:"string" enum:"CostAllocationTagBackfillStatus"` // The backfill completion time. CompletedAt *string `min:"20" type:"string"` // The time when the backfill status was last updated. LastUpdatedAt *string `min:"20" type:"string"` // The time when the backfill was requested. RequestedAt *string `min:"20" type:"string"` // contains filtered or unexported fields }
The cost allocation tag backfill request structure that contains metadata and details of a certain backfill.
func (CostAllocationTagBackfillRequest) GoString ¶ added in v1.51.8
func (s CostAllocationTagBackfillRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostAllocationTagBackfillRequest) SetBackfillFrom ¶ added in v1.51.8
func (s *CostAllocationTagBackfillRequest) SetBackfillFrom(v string) *CostAllocationTagBackfillRequest
SetBackfillFrom sets the BackfillFrom field's value.
func (*CostAllocationTagBackfillRequest) SetBackfillStatus ¶ added in v1.51.8
func (s *CostAllocationTagBackfillRequest) SetBackfillStatus(v string) *CostAllocationTagBackfillRequest
SetBackfillStatus sets the BackfillStatus field's value.
func (*CostAllocationTagBackfillRequest) SetCompletedAt ¶ added in v1.51.8
func (s *CostAllocationTagBackfillRequest) SetCompletedAt(v string) *CostAllocationTagBackfillRequest
SetCompletedAt sets the CompletedAt field's value.
func (*CostAllocationTagBackfillRequest) SetLastUpdatedAt ¶ added in v1.51.8
func (s *CostAllocationTagBackfillRequest) SetLastUpdatedAt(v string) *CostAllocationTagBackfillRequest
SetLastUpdatedAt sets the LastUpdatedAt field's value.
func (*CostAllocationTagBackfillRequest) SetRequestedAt ¶ added in v1.51.8
func (s *CostAllocationTagBackfillRequest) SetRequestedAt(v string) *CostAllocationTagBackfillRequest
SetRequestedAt sets the RequestedAt field's value.
func (CostAllocationTagBackfillRequest) String ¶ added in v1.51.8
func (s CostAllocationTagBackfillRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CostAllocationTagStatusEntry ¶ added in v1.44.29
type CostAllocationTagStatusEntry struct { // The status of a cost allocation tag. // // Status is a required field Status *string `type:"string" required:"true" enum:"CostAllocationTagStatus"` // The key for the cost allocation tag. // // TagKey is a required field TagKey *string `type:"string" required:"true"` // contains filtered or unexported fields }
The cost allocation tag status. The status of a key can either be active or inactive.
func (CostAllocationTagStatusEntry) GoString ¶ added in v1.44.29
func (s CostAllocationTagStatusEntry) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostAllocationTagStatusEntry) SetStatus ¶ added in v1.44.29
func (s *CostAllocationTagStatusEntry) SetStatus(v string) *CostAllocationTagStatusEntry
SetStatus sets the Status field's value.
func (*CostAllocationTagStatusEntry) SetTagKey ¶ added in v1.44.29
func (s *CostAllocationTagStatusEntry) SetTagKey(v string) *CostAllocationTagStatusEntry
SetTagKey sets the TagKey field's value.
func (CostAllocationTagStatusEntry) String ¶ added in v1.44.29
func (s CostAllocationTagStatusEntry) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostAllocationTagStatusEntry) Validate ¶ added in v1.44.29
func (s *CostAllocationTagStatusEntry) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CostCategory ¶ added in v1.25.42
type CostCategory struct { // The unique identifier for your Cost Category. // // CostCategoryArn is a required field CostCategoryArn *string `min:"20" type:"string" required:"true"` // The default value for the cost category. DefaultValue *string `min:"1" type:"string"` // The effective end date of your Cost Category. EffectiveEnd *string `min:"20" type:"string"` // The effective start date of your Cost Category. // // EffectiveStart is a required field EffectiveStart *string `min:"20" type:"string" required:"true"` // The unique name of the Cost Category. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The list of processing statuses for Cost Management products for a specific // cost category. ProcessingStatus []*CostCategoryProcessingStatus `type:"list"` // The rule schema version in this particular Cost Category. // // RuleVersion is a required field RuleVersion *string `type:"string" required:"true" enum:"CostCategoryRuleVersion"` // The rules are processed in order. If there are multiple rules that match // the line item, then the first rule to match is used to determine that Cost // Category value. // // Rules is a required field Rules []*CostCategoryRule `min:"1" type:"list" required:"true"` // The split charge rules that are used to allocate your charges between your // Cost Category values. SplitChargeRules []*CostCategorySplitChargeRule `min:"1" type:"list"` // contains filtered or unexported fields }
The structure of Cost Categories. This includes detailed metadata and the set of rules for the CostCategory object.
func (CostCategory) GoString ¶ added in v1.25.42
func (s CostCategory) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategory) SetCostCategoryArn ¶ added in v1.25.42
func (s *CostCategory) SetCostCategoryArn(v string) *CostCategory
SetCostCategoryArn sets the CostCategoryArn field's value.
func (*CostCategory) SetDefaultValue ¶ added in v1.38.3
func (s *CostCategory) SetDefaultValue(v string) *CostCategory
SetDefaultValue sets the DefaultValue field's value.
func (*CostCategory) SetEffectiveEnd ¶ added in v1.25.42
func (s *CostCategory) SetEffectiveEnd(v string) *CostCategory
SetEffectiveEnd sets the EffectiveEnd field's value.
func (*CostCategory) SetEffectiveStart ¶ added in v1.25.42
func (s *CostCategory) SetEffectiveStart(v string) *CostCategory
SetEffectiveStart sets the EffectiveStart field's value.
func (*CostCategory) SetName ¶ added in v1.25.42
func (s *CostCategory) SetName(v string) *CostCategory
SetName sets the Name field's value.
func (*CostCategory) SetProcessingStatus ¶ added in v1.35.6
func (s *CostCategory) SetProcessingStatus(v []*CostCategoryProcessingStatus) *CostCategory
SetProcessingStatus sets the ProcessingStatus field's value.
func (*CostCategory) SetRuleVersion ¶ added in v1.25.42
func (s *CostCategory) SetRuleVersion(v string) *CostCategory
SetRuleVersion sets the RuleVersion field's value.
func (*CostCategory) SetRules ¶ added in v1.25.42
func (s *CostCategory) SetRules(v []*CostCategoryRule) *CostCategory
SetRules sets the Rules field's value.
func (*CostCategory) SetSplitChargeRules ¶ added in v1.40.24
func (s *CostCategory) SetSplitChargeRules(v []*CostCategorySplitChargeRule) *CostCategory
SetSplitChargeRules sets the SplitChargeRules field's value.
func (CostCategory) String ¶ added in v1.25.42
func (s CostCategory) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CostCategoryInheritedValueDimension ¶ added in v1.38.3
type CostCategoryInheritedValueDimension struct { // The key to extract cost category values. DimensionKey *string `type:"string"` // The name of the dimension that's used to group costs. // // If you specify LINKED_ACCOUNT_NAME, the cost category value is based on account // name. If you specify TAG, the cost category value is based on the value of // the specified tag key. DimensionName *string `type:"string" enum:"CostCategoryInheritedValueDimensionName"` // contains filtered or unexported fields }
When you create or update a cost category, you can define the CostCategoryRule rule type as INHERITED_VALUE. This rule type adds the flexibility to define a rule that dynamically inherits the cost category value from the dimension value that's defined by CostCategoryInheritedValueDimension. For example, suppose that you want to dynamically group costs that are based on the value of a specific tag key. First, choose an inherited value rule type, and then choose the tag dimension and specify the tag key to use.
func (CostCategoryInheritedValueDimension) GoString ¶ added in v1.38.3
func (s CostCategoryInheritedValueDimension) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategoryInheritedValueDimension) SetDimensionKey ¶ added in v1.38.3
func (s *CostCategoryInheritedValueDimension) SetDimensionKey(v string) *CostCategoryInheritedValueDimension
SetDimensionKey sets the DimensionKey field's value.
func (*CostCategoryInheritedValueDimension) SetDimensionName ¶ added in v1.38.3
func (s *CostCategoryInheritedValueDimension) SetDimensionName(v string) *CostCategoryInheritedValueDimension
SetDimensionName sets the DimensionName field's value.
func (CostCategoryInheritedValueDimension) String ¶ added in v1.38.3
func (s CostCategoryInheritedValueDimension) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CostCategoryProcessingStatus ¶ added in v1.35.6
type CostCategoryProcessingStatus struct { // The Cost Management product name of the applied status. Component *string `type:"string" enum:"CostCategoryStatusComponent"` // The process status for a specific cost category. Status *string `type:"string" enum:"CostCategoryStatus"` // contains filtered or unexported fields }
The list of processing statuses for Cost Management products for a specific cost category.
func (CostCategoryProcessingStatus) GoString ¶ added in v1.35.6
func (s CostCategoryProcessingStatus) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategoryProcessingStatus) SetComponent ¶ added in v1.35.6
func (s *CostCategoryProcessingStatus) SetComponent(v string) *CostCategoryProcessingStatus
SetComponent sets the Component field's value.
func (*CostCategoryProcessingStatus) SetStatus ¶ added in v1.35.6
func (s *CostCategoryProcessingStatus) SetStatus(v string) *CostCategoryProcessingStatus
SetStatus sets the Status field's value.
func (CostCategoryProcessingStatus) String ¶ added in v1.35.6
func (s CostCategoryProcessingStatus) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CostCategoryReference ¶ added in v1.25.42
type CostCategoryReference struct { // The unique identifier for your Cost Category. CostCategoryArn *string `min:"20" type:"string"` // The default value for the cost category. DefaultValue *string `min:"1" type:"string"` // The Cost Category's effective end date. EffectiveEnd *string `min:"20" type:"string"` // The Cost Category's effective start date. EffectiveStart *string `min:"20" type:"string"` // The unique name of the Cost Category. Name *string `min:"1" type:"string"` // The number of rules that are associated with a specific Cost Category. NumberOfRules *int64 `type:"integer"` // The list of processing statuses for Cost Management products for a specific // cost category. ProcessingStatus []*CostCategoryProcessingStatus `type:"list"` // A list of unique cost category values in a specific cost category. Values []*string `type:"list"` // contains filtered or unexported fields }
A reference to a Cost Category containing only enough information to identify the Cost Category.
You can use this information to retrieve the full Cost Category information using DescribeCostCategory.
func (CostCategoryReference) GoString ¶ added in v1.25.42
func (s CostCategoryReference) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategoryReference) SetCostCategoryArn ¶ added in v1.25.42
func (s *CostCategoryReference) SetCostCategoryArn(v string) *CostCategoryReference
SetCostCategoryArn sets the CostCategoryArn field's value.
func (*CostCategoryReference) SetDefaultValue ¶ added in v1.38.3
func (s *CostCategoryReference) SetDefaultValue(v string) *CostCategoryReference
SetDefaultValue sets the DefaultValue field's value.
func (*CostCategoryReference) SetEffectiveEnd ¶ added in v1.25.42
func (s *CostCategoryReference) SetEffectiveEnd(v string) *CostCategoryReference
SetEffectiveEnd sets the EffectiveEnd field's value.
func (*CostCategoryReference) SetEffectiveStart ¶ added in v1.25.42
func (s *CostCategoryReference) SetEffectiveStart(v string) *CostCategoryReference
SetEffectiveStart sets the EffectiveStart field's value.
func (*CostCategoryReference) SetName ¶ added in v1.25.42
func (s *CostCategoryReference) SetName(v string) *CostCategoryReference
SetName sets the Name field's value.
func (*CostCategoryReference) SetNumberOfRules ¶ added in v1.30.10
func (s *CostCategoryReference) SetNumberOfRules(v int64) *CostCategoryReference
SetNumberOfRules sets the NumberOfRules field's value.
func (*CostCategoryReference) SetProcessingStatus ¶ added in v1.35.6
func (s *CostCategoryReference) SetProcessingStatus(v []*CostCategoryProcessingStatus) *CostCategoryReference
SetProcessingStatus sets the ProcessingStatus field's value.
func (*CostCategoryReference) SetValues ¶ added in v1.35.6
func (s *CostCategoryReference) SetValues(v []*string) *CostCategoryReference
SetValues sets the Values field's value.
func (CostCategoryReference) String ¶ added in v1.25.42
func (s CostCategoryReference) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CostCategoryRule ¶ added in v1.25.42
type CostCategoryRule struct { // The value the line item is categorized as if the line item contains the matched // dimension. InheritedValue *CostCategoryInheritedValueDimension `type:"structure"` // An Expression (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html) // object used to categorize costs. This supports dimensions, tags, and nested // expressions. Currently the only dimensions supported are LINKED_ACCOUNT, // SERVICE_CODE, RECORD_TYPE, LINKED_ACCOUNT_NAME, REGION, and USAGE_TYPE. // // RECORD_TYPE is a dimension used for Cost Explorer APIs, and is also supported // for Cost Category expressions. This dimension uses different terms, depending // on whether you're using the console or API/JSON editor. For a detailed comparison, // see Term Comparisons (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/manage-cost-categories.html#cost-categories-terms) // in the Billing and Cost Management User Guide. Rule *Expression `type:"structure"` // You can define the CostCategoryRule rule type as either REGULAR or INHERITED_VALUE. // The INHERITED_VALUE rule type adds the flexibility to define a rule that // dynamically inherits the cost category value. This value is from the dimension // value that's defined by CostCategoryInheritedValueDimension. For example, // suppose that you want to costs to be dynamically grouped based on the value // of a specific tag key. First, choose an inherited value rule type, and then // choose the tag dimension and specify the tag key to use. Type *string `type:"string" enum:"CostCategoryRuleType"` // The default value for the cost category. Value *string `min:"1" type:"string"` // contains filtered or unexported fields }
Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.
func (CostCategoryRule) GoString ¶ added in v1.25.42
func (s CostCategoryRule) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategoryRule) SetInheritedValue ¶ added in v1.38.3
func (s *CostCategoryRule) SetInheritedValue(v *CostCategoryInheritedValueDimension) *CostCategoryRule
SetInheritedValue sets the InheritedValue field's value.
func (*CostCategoryRule) SetRule ¶ added in v1.25.42
func (s *CostCategoryRule) SetRule(v *Expression) *CostCategoryRule
SetRule sets the Rule field's value.
func (*CostCategoryRule) SetType ¶ added in v1.38.3
func (s *CostCategoryRule) SetType(v string) *CostCategoryRule
SetType sets the Type field's value.
func (*CostCategoryRule) SetValue ¶ added in v1.25.42
func (s *CostCategoryRule) SetValue(v string) *CostCategoryRule
SetValue sets the Value field's value.
func (CostCategoryRule) String ¶ added in v1.25.42
func (s CostCategoryRule) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategoryRule) Validate ¶ added in v1.25.42
func (s *CostCategoryRule) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CostCategorySplitChargeRule ¶ added in v1.40.24
type CostCategorySplitChargeRule struct { // The method that's used to define how to split your source costs across your // targets. // // Proportional - Allocates charges across your targets based on the proportional // weighted cost of each target. // // Fixed - Allocates charges across your targets based on your defined allocation // percentage. // // >Even - Allocates costs evenly across all targets. // // Method is a required field Method *string `type:"string" required:"true" enum:"CostCategorySplitChargeMethod"` // The parameters for a split charge method. This is only required for the FIXED // method. Parameters []*CostCategorySplitChargeRuleParameter `min:"1" type:"list"` // The Cost Category value that you want to split. That value can't be used // as a source or a target in other split charge rules. To indicate uncategorized // costs, you can use an empty string as the source. // // Source is a required field Source *string `type:"string" required:"true"` // The Cost Category values that you want to split costs across. These values // can't be used as a source in other split charge rules. // // Targets is a required field Targets []*string `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Use the split charge rule to split the cost of one Cost Category value across several other target values.
func (CostCategorySplitChargeRule) GoString ¶ added in v1.40.24
func (s CostCategorySplitChargeRule) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategorySplitChargeRule) SetMethod ¶ added in v1.40.24
func (s *CostCategorySplitChargeRule) SetMethod(v string) *CostCategorySplitChargeRule
SetMethod sets the Method field's value.
func (*CostCategorySplitChargeRule) SetParameters ¶ added in v1.40.24
func (s *CostCategorySplitChargeRule) SetParameters(v []*CostCategorySplitChargeRuleParameter) *CostCategorySplitChargeRule
SetParameters sets the Parameters field's value.
func (*CostCategorySplitChargeRule) SetSource ¶ added in v1.40.24
func (s *CostCategorySplitChargeRule) SetSource(v string) *CostCategorySplitChargeRule
SetSource sets the Source field's value.
func (*CostCategorySplitChargeRule) SetTargets ¶ added in v1.40.24
func (s *CostCategorySplitChargeRule) SetTargets(v []*string) *CostCategorySplitChargeRule
SetTargets sets the Targets field's value.
func (CostCategorySplitChargeRule) String ¶ added in v1.40.24
func (s CostCategorySplitChargeRule) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategorySplitChargeRule) Validate ¶ added in v1.40.24
func (s *CostCategorySplitChargeRule) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CostCategorySplitChargeRuleParameter ¶ added in v1.40.24
type CostCategorySplitChargeRuleParameter struct { // The parameter type. // // Type is a required field Type *string `type:"string" required:"true" enum:"CostCategorySplitChargeRuleParameterType"` // The parameter values. // // Values is a required field Values []*string `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
The parameters for a split charge method.
func (CostCategorySplitChargeRuleParameter) GoString ¶ added in v1.40.24
func (s CostCategorySplitChargeRuleParameter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategorySplitChargeRuleParameter) SetType ¶ added in v1.40.24
func (s *CostCategorySplitChargeRuleParameter) SetType(v string) *CostCategorySplitChargeRuleParameter
SetType sets the Type field's value.
func (*CostCategorySplitChargeRuleParameter) SetValues ¶ added in v1.40.24
func (s *CostCategorySplitChargeRuleParameter) SetValues(v []*string) *CostCategorySplitChargeRuleParameter
SetValues sets the Values field's value.
func (CostCategorySplitChargeRuleParameter) String ¶ added in v1.40.24
func (s CostCategorySplitChargeRuleParameter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategorySplitChargeRuleParameter) Validate ¶ added in v1.40.24
func (s *CostCategorySplitChargeRuleParameter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CostCategoryValues ¶ added in v1.25.42
type CostCategoryValues struct { // The unique name of the Cost Category. Key *string `min:"1" type:"string"` // The match options that you can use to filter your results. MatchOptions is // only applicable for actions related to cost category. The default values // for MatchOptions is EQUALS and CASE_SENSITIVE. MatchOptions []*string `type:"list" enum:"MatchOption"` // The specific value of the Cost Category. Values []*string `type:"list"` // contains filtered or unexported fields }
The Cost Categories values used for filtering the costs.
If Values and Key are not specified, the ABSENT MatchOption is applied to all Cost Categories. That is, it filters on resources that aren't mapped to any Cost Categories.
If Values is provided and Key isn't specified, the ABSENT MatchOption is applied to the Cost Categories Key only. That is, it filters on resources without the given Cost Categories key.
func (CostCategoryValues) GoString ¶ added in v1.25.42
func (s CostCategoryValues) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategoryValues) SetKey ¶ added in v1.25.42
func (s *CostCategoryValues) SetKey(v string) *CostCategoryValues
SetKey sets the Key field's value.
func (*CostCategoryValues) SetMatchOptions ¶ added in v1.35.6
func (s *CostCategoryValues) SetMatchOptions(v []*string) *CostCategoryValues
SetMatchOptions sets the MatchOptions field's value.
func (*CostCategoryValues) SetValues ¶ added in v1.25.42
func (s *CostCategoryValues) SetValues(v []*string) *CostCategoryValues
SetValues sets the Values field's value.
func (CostCategoryValues) String ¶ added in v1.25.42
func (s CostCategoryValues) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CostCategoryValues) Validate ¶ added in v1.25.42
func (s *CostCategoryValues) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CostExplorer ¶
CostExplorer provides the API operation methods for making requests to AWS Cost Explorer Service. See this package's package overview docs for details on the service.
CostExplorer methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *CostExplorer
New creates a new instance of the CostExplorer client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a CostExplorer client from just a session. svc := costexplorer.New(mySession) // Create a CostExplorer client with additional configuration svc := costexplorer.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*CostExplorer) CreateAnomalyMonitor ¶ added in v1.34.30
func (c *CostExplorer) CreateAnomalyMonitor(input *CreateAnomalyMonitorInput) (*CreateAnomalyMonitorOutput, error)
CreateAnomalyMonitor API operation for AWS Cost Explorer Service.
Creates a new cost anomaly detection monitor with the requested type and monitor specification.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation CreateAnomalyMonitor for usage and error information.
Returned Error Types:
- LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/CreateAnomalyMonitor
func (*CostExplorer) CreateAnomalyMonitorRequest ¶ added in v1.34.30
func (c *CostExplorer) CreateAnomalyMonitorRequest(input *CreateAnomalyMonitorInput) (req *request.Request, output *CreateAnomalyMonitorOutput)
CreateAnomalyMonitorRequest generates a "aws/request.Request" representing the client's request for the CreateAnomalyMonitor operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAnomalyMonitor for more information on using the CreateAnomalyMonitor API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateAnomalyMonitorRequest method. req, resp := client.CreateAnomalyMonitorRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/CreateAnomalyMonitor
func (*CostExplorer) CreateAnomalyMonitorWithContext ¶ added in v1.34.30
func (c *CostExplorer) CreateAnomalyMonitorWithContext(ctx aws.Context, input *CreateAnomalyMonitorInput, opts ...request.Option) (*CreateAnomalyMonitorOutput, error)
CreateAnomalyMonitorWithContext is the same as CreateAnomalyMonitor with the addition of the ability to pass a context and additional request options.
See CreateAnomalyMonitor for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) CreateAnomalySubscription ¶ added in v1.34.30
func (c *CostExplorer) CreateAnomalySubscription(input *CreateAnomalySubscriptionInput) (*CreateAnomalySubscriptionOutput, error)
CreateAnomalySubscription API operation for AWS Cost Explorer Service.
Adds an alert subscription to a cost anomaly detection monitor. You can use each subscription to define subscribers with email or SNS notifications. Email subscribers can set an absolute or percentage threshold and a time frequency for receiving notifications.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation CreateAnomalySubscription for usage and error information.
Returned Error Types:
UnknownMonitorException The cost anomaly monitor does not exist for the account.
LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/CreateAnomalySubscription
func (*CostExplorer) CreateAnomalySubscriptionRequest ¶ added in v1.34.30
func (c *CostExplorer) CreateAnomalySubscriptionRequest(input *CreateAnomalySubscriptionInput) (req *request.Request, output *CreateAnomalySubscriptionOutput)
CreateAnomalySubscriptionRequest generates a "aws/request.Request" representing the client's request for the CreateAnomalySubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAnomalySubscription for more information on using the CreateAnomalySubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateAnomalySubscriptionRequest method. req, resp := client.CreateAnomalySubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/CreateAnomalySubscription
func (*CostExplorer) CreateAnomalySubscriptionWithContext ¶ added in v1.34.30
func (c *CostExplorer) CreateAnomalySubscriptionWithContext(ctx aws.Context, input *CreateAnomalySubscriptionInput, opts ...request.Option) (*CreateAnomalySubscriptionOutput, error)
CreateAnomalySubscriptionWithContext is the same as CreateAnomalySubscription with the addition of the ability to pass a context and additional request options.
See CreateAnomalySubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) CreateCostCategoryDefinition ¶ added in v1.25.42
func (c *CostExplorer) CreateCostCategoryDefinition(input *CreateCostCategoryDefinitionInput) (*CreateCostCategoryDefinitionOutput, error)
CreateCostCategoryDefinition API operation for AWS Cost Explorer Service.
Creates a new Cost Category with the requested name and rules.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation CreateCostCategoryDefinition for usage and error information.
Returned Error Types:
ServiceQuotaExceededException You've reached the limit on the number of resources you can create, or exceeded the size of an individual resource.
LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/CreateCostCategoryDefinition
func (*CostExplorer) CreateCostCategoryDefinitionRequest ¶ added in v1.25.42
func (c *CostExplorer) CreateCostCategoryDefinitionRequest(input *CreateCostCategoryDefinitionInput) (req *request.Request, output *CreateCostCategoryDefinitionOutput)
CreateCostCategoryDefinitionRequest generates a "aws/request.Request" representing the client's request for the CreateCostCategoryDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateCostCategoryDefinition for more information on using the CreateCostCategoryDefinition API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateCostCategoryDefinitionRequest method. req, resp := client.CreateCostCategoryDefinitionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/CreateCostCategoryDefinition
func (*CostExplorer) CreateCostCategoryDefinitionWithContext ¶ added in v1.25.42
func (c *CostExplorer) CreateCostCategoryDefinitionWithContext(ctx aws.Context, input *CreateCostCategoryDefinitionInput, opts ...request.Option) (*CreateCostCategoryDefinitionOutput, error)
CreateCostCategoryDefinitionWithContext is the same as CreateCostCategoryDefinition with the addition of the ability to pass a context and additional request options.
See CreateCostCategoryDefinition for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) DeleteAnomalyMonitor ¶ added in v1.34.30
func (c *CostExplorer) DeleteAnomalyMonitor(input *DeleteAnomalyMonitorInput) (*DeleteAnomalyMonitorOutput, error)
DeleteAnomalyMonitor API operation for AWS Cost Explorer Service.
Deletes a cost anomaly monitor.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation DeleteAnomalyMonitor for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
UnknownMonitorException The cost anomaly monitor does not exist for the account.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/DeleteAnomalyMonitor
func (*CostExplorer) DeleteAnomalyMonitorRequest ¶ added in v1.34.30
func (c *CostExplorer) DeleteAnomalyMonitorRequest(input *DeleteAnomalyMonitorInput) (req *request.Request, output *DeleteAnomalyMonitorOutput)
DeleteAnomalyMonitorRequest generates a "aws/request.Request" representing the client's request for the DeleteAnomalyMonitor operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAnomalyMonitor for more information on using the DeleteAnomalyMonitor API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAnomalyMonitorRequest method. req, resp := client.DeleteAnomalyMonitorRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/DeleteAnomalyMonitor
func (*CostExplorer) DeleteAnomalyMonitorWithContext ¶ added in v1.34.30
func (c *CostExplorer) DeleteAnomalyMonitorWithContext(ctx aws.Context, input *DeleteAnomalyMonitorInput, opts ...request.Option) (*DeleteAnomalyMonitorOutput, error)
DeleteAnomalyMonitorWithContext is the same as DeleteAnomalyMonitor with the addition of the ability to pass a context and additional request options.
See DeleteAnomalyMonitor for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) DeleteAnomalySubscription ¶ added in v1.34.30
func (c *CostExplorer) DeleteAnomalySubscription(input *DeleteAnomalySubscriptionInput) (*DeleteAnomalySubscriptionOutput, error)
DeleteAnomalySubscription API operation for AWS Cost Explorer Service.
Deletes a cost anomaly subscription.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation DeleteAnomalySubscription for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
UnknownSubscriptionException The cost anomaly subscription does not exist for the account.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/DeleteAnomalySubscription
func (*CostExplorer) DeleteAnomalySubscriptionRequest ¶ added in v1.34.30
func (c *CostExplorer) DeleteAnomalySubscriptionRequest(input *DeleteAnomalySubscriptionInput) (req *request.Request, output *DeleteAnomalySubscriptionOutput)
DeleteAnomalySubscriptionRequest generates a "aws/request.Request" representing the client's request for the DeleteAnomalySubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAnomalySubscription for more information on using the DeleteAnomalySubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAnomalySubscriptionRequest method. req, resp := client.DeleteAnomalySubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/DeleteAnomalySubscription
func (*CostExplorer) DeleteAnomalySubscriptionWithContext ¶ added in v1.34.30
func (c *CostExplorer) DeleteAnomalySubscriptionWithContext(ctx aws.Context, input *DeleteAnomalySubscriptionInput, opts ...request.Option) (*DeleteAnomalySubscriptionOutput, error)
DeleteAnomalySubscriptionWithContext is the same as DeleteAnomalySubscription with the addition of the ability to pass a context and additional request options.
See DeleteAnomalySubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) DeleteCostCategoryDefinition ¶ added in v1.25.42
func (c *CostExplorer) DeleteCostCategoryDefinition(input *DeleteCostCategoryDefinitionInput) (*DeleteCostCategoryDefinitionOutput, error)
DeleteCostCategoryDefinition API operation for AWS Cost Explorer Service.
Deletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation DeleteCostCategoryDefinition for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified ARN in the request doesn't exist.
LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/DeleteCostCategoryDefinition
func (*CostExplorer) DeleteCostCategoryDefinitionRequest ¶ added in v1.25.42
func (c *CostExplorer) DeleteCostCategoryDefinitionRequest(input *DeleteCostCategoryDefinitionInput) (req *request.Request, output *DeleteCostCategoryDefinitionOutput)
DeleteCostCategoryDefinitionRequest generates a "aws/request.Request" representing the client's request for the DeleteCostCategoryDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteCostCategoryDefinition for more information on using the DeleteCostCategoryDefinition API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteCostCategoryDefinitionRequest method. req, resp := client.DeleteCostCategoryDefinitionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/DeleteCostCategoryDefinition
func (*CostExplorer) DeleteCostCategoryDefinitionWithContext ¶ added in v1.25.42
func (c *CostExplorer) DeleteCostCategoryDefinitionWithContext(ctx aws.Context, input *DeleteCostCategoryDefinitionInput, opts ...request.Option) (*DeleteCostCategoryDefinitionOutput, error)
DeleteCostCategoryDefinitionWithContext is the same as DeleteCostCategoryDefinition with the addition of the ability to pass a context and additional request options.
See DeleteCostCategoryDefinition for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) DescribeCostCategoryDefinition ¶ added in v1.25.42
func (c *CostExplorer) DescribeCostCategoryDefinition(input *DescribeCostCategoryDefinitionInput) (*DescribeCostCategoryDefinitionOutput, error)
DescribeCostCategoryDefinition API operation for AWS Cost Explorer Service.
Returns the name, Amazon Resource Name (ARN), rules, definition, and effective dates of a Cost Category that's defined in the account.
You have the option to use EffectiveOn to return a Cost Category that's active on a specific date. If there's no EffectiveOn specified, you see a Cost Category that's effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation DescribeCostCategoryDefinition for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified ARN in the request doesn't exist.
LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/DescribeCostCategoryDefinition
func (*CostExplorer) DescribeCostCategoryDefinitionRequest ¶ added in v1.25.42
func (c *CostExplorer) DescribeCostCategoryDefinitionRequest(input *DescribeCostCategoryDefinitionInput) (req *request.Request, output *DescribeCostCategoryDefinitionOutput)
DescribeCostCategoryDefinitionRequest generates a "aws/request.Request" representing the client's request for the DescribeCostCategoryDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DescribeCostCategoryDefinition for more information on using the DescribeCostCategoryDefinition API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DescribeCostCategoryDefinitionRequest method. req, resp := client.DescribeCostCategoryDefinitionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/DescribeCostCategoryDefinition
func (*CostExplorer) DescribeCostCategoryDefinitionWithContext ¶ added in v1.25.42
func (c *CostExplorer) DescribeCostCategoryDefinitionWithContext(ctx aws.Context, input *DescribeCostCategoryDefinitionInput, opts ...request.Option) (*DescribeCostCategoryDefinitionOutput, error)
DescribeCostCategoryDefinitionWithContext is the same as DescribeCostCategoryDefinition with the addition of the ability to pass a context and additional request options.
See DescribeCostCategoryDefinition for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetAnomalies ¶ added in v1.34.30
func (c *CostExplorer) GetAnomalies(input *GetAnomaliesInput) (*GetAnomaliesOutput, error)
GetAnomalies API operation for AWS Cost Explorer Service.
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the DateInterval object. Anomalies are available for up to 90 days.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetAnomalies for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetAnomalies
func (*CostExplorer) GetAnomaliesRequest ¶ added in v1.34.30
func (c *CostExplorer) GetAnomaliesRequest(input *GetAnomaliesInput) (req *request.Request, output *GetAnomaliesOutput)
GetAnomaliesRequest generates a "aws/request.Request" representing the client's request for the GetAnomalies operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAnomalies for more information on using the GetAnomalies API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAnomaliesRequest method. req, resp := client.GetAnomaliesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetAnomalies
func (*CostExplorer) GetAnomaliesWithContext ¶ added in v1.34.30
func (c *CostExplorer) GetAnomaliesWithContext(ctx aws.Context, input *GetAnomaliesInput, opts ...request.Option) (*GetAnomaliesOutput, error)
GetAnomaliesWithContext is the same as GetAnomalies with the addition of the ability to pass a context and additional request options.
See GetAnomalies for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetAnomalyMonitors ¶ added in v1.34.30
func (c *CostExplorer) GetAnomalyMonitors(input *GetAnomalyMonitorsInput) (*GetAnomalyMonitorsOutput, error)
GetAnomalyMonitors API operation for AWS Cost Explorer Service.
Retrieves the cost anomaly monitor definitions for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetAnomalyMonitors for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
UnknownMonitorException The cost anomaly monitor does not exist for the account.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetAnomalyMonitors
func (*CostExplorer) GetAnomalyMonitorsRequest ¶ added in v1.34.30
func (c *CostExplorer) GetAnomalyMonitorsRequest(input *GetAnomalyMonitorsInput) (req *request.Request, output *GetAnomalyMonitorsOutput)
GetAnomalyMonitorsRequest generates a "aws/request.Request" representing the client's request for the GetAnomalyMonitors operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAnomalyMonitors for more information on using the GetAnomalyMonitors API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAnomalyMonitorsRequest method. req, resp := client.GetAnomalyMonitorsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetAnomalyMonitors
func (*CostExplorer) GetAnomalyMonitorsWithContext ¶ added in v1.34.30
func (c *CostExplorer) GetAnomalyMonitorsWithContext(ctx aws.Context, input *GetAnomalyMonitorsInput, opts ...request.Option) (*GetAnomalyMonitorsOutput, error)
GetAnomalyMonitorsWithContext is the same as GetAnomalyMonitors with the addition of the ability to pass a context and additional request options.
See GetAnomalyMonitors for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetAnomalySubscriptions ¶ added in v1.34.30
func (c *CostExplorer) GetAnomalySubscriptions(input *GetAnomalySubscriptionsInput) (*GetAnomalySubscriptionsOutput, error)
GetAnomalySubscriptions API operation for AWS Cost Explorer Service.
Retrieves the cost anomaly subscription objects for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetAnomalySubscriptions for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
UnknownSubscriptionException The cost anomaly subscription does not exist for the account.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetAnomalySubscriptions
func (*CostExplorer) GetAnomalySubscriptionsRequest ¶ added in v1.34.30
func (c *CostExplorer) GetAnomalySubscriptionsRequest(input *GetAnomalySubscriptionsInput) (req *request.Request, output *GetAnomalySubscriptionsOutput)
GetAnomalySubscriptionsRequest generates a "aws/request.Request" representing the client's request for the GetAnomalySubscriptions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAnomalySubscriptions for more information on using the GetAnomalySubscriptions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAnomalySubscriptionsRequest method. req, resp := client.GetAnomalySubscriptionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetAnomalySubscriptions
func (*CostExplorer) GetAnomalySubscriptionsWithContext ¶ added in v1.34.30
func (c *CostExplorer) GetAnomalySubscriptionsWithContext(ctx aws.Context, input *GetAnomalySubscriptionsInput, opts ...request.Option) (*GetAnomalySubscriptionsOutput, error)
GetAnomalySubscriptionsWithContext is the same as GetAnomalySubscriptions with the addition of the ability to pass a context and additional request options.
See GetAnomalySubscriptions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetApproximateUsageRecords ¶ added in v1.50.28
func (c *CostExplorer) GetApproximateUsageRecords(input *GetApproximateUsageRecordsInput) (*GetApproximateUsageRecordsOutput, error)
GetApproximateUsageRecords API operation for AWS Cost Explorer Service.
Retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetApproximateUsageRecords for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
DataUnavailableException The requested data is unavailable.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetApproximateUsageRecords
func (*CostExplorer) GetApproximateUsageRecordsRequest ¶ added in v1.50.28
func (c *CostExplorer) GetApproximateUsageRecordsRequest(input *GetApproximateUsageRecordsInput) (req *request.Request, output *GetApproximateUsageRecordsOutput)
GetApproximateUsageRecordsRequest generates a "aws/request.Request" representing the client's request for the GetApproximateUsageRecords operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetApproximateUsageRecords for more information on using the GetApproximateUsageRecords API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetApproximateUsageRecordsRequest method. req, resp := client.GetApproximateUsageRecordsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetApproximateUsageRecords
func (*CostExplorer) GetApproximateUsageRecordsWithContext ¶ added in v1.50.28
func (c *CostExplorer) GetApproximateUsageRecordsWithContext(ctx aws.Context, input *GetApproximateUsageRecordsInput, opts ...request.Option) (*GetApproximateUsageRecordsOutput, error)
GetApproximateUsageRecordsWithContext is the same as GetApproximateUsageRecords with the addition of the ability to pass a context and additional request options.
See GetApproximateUsageRecords for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetCostAndUsage ¶
func (c *CostExplorer) GetCostAndUsage(input *GetCostAndUsageInput) (*GetCostAndUsageOutput, error)
GetCostAndUsage API operation for AWS Cost Explorer Service.
Retrieves cost and usage metrics for your account. You can specify which cost and usage-related metric that you want the request to return. For example, you can specify BlendedCosts or UsageQuantity. You can also filter and group your data by various dimensions, such as SERVICE or AZ, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html) operation. Management account in an organization in Organizations have access to all member accounts.
For information about filter limitations, see Quotas and restrictions (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-limits.html) in the Billing and Cost Management User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetCostAndUsage for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
BillExpirationException The requested report expired. Update the date interval and try again.
DataUnavailableException The requested data is unavailable.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
RequestChangedException Your request parameters changed between pages. Try again with the old parameters or without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetCostAndUsage
func (*CostExplorer) GetCostAndUsageRequest ¶
func (c *CostExplorer) GetCostAndUsageRequest(input *GetCostAndUsageInput) (req *request.Request, output *GetCostAndUsageOutput)
GetCostAndUsageRequest generates a "aws/request.Request" representing the client's request for the GetCostAndUsage operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetCostAndUsage for more information on using the GetCostAndUsage API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetCostAndUsageRequest method. req, resp := client.GetCostAndUsageRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetCostAndUsage
func (*CostExplorer) GetCostAndUsageWithContext ¶
func (c *CostExplorer) GetCostAndUsageWithContext(ctx aws.Context, input *GetCostAndUsageInput, opts ...request.Option) (*GetCostAndUsageOutput, error)
GetCostAndUsageWithContext is the same as GetCostAndUsage with the addition of the ability to pass a context and additional request options.
See GetCostAndUsage for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetCostAndUsageWithResources ¶ added in v1.25.32
func (c *CostExplorer) GetCostAndUsageWithResources(input *GetCostAndUsageWithResourcesInput) (*GetCostAndUsageWithResourcesOutput, error)
GetCostAndUsageWithResources API operation for AWS Cost Explorer Service.
Retrieves cost and usage metrics with resources for your account. You can specify which cost and usage-related metric, such as BlendedCosts or UsageQuantity, that you want the request to return. You can also filter and group your data by various dimensions, such as SERVICE or AZ, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html) operation. Management account in an organization in Organizations have access to all member accounts. This API is currently available for the Amazon Elastic Compute Cloud – Compute service only.
This is an opt-in only feature. You can enable this feature from the Cost Explorer Settings page. For information about how to access the Settings page, see Controlling Access for Cost Explorer (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-access.html) in the Billing and Cost Management User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetCostAndUsageWithResources for usage and error information.
Returned Error Types:
DataUnavailableException The requested data is unavailable.
LimitExceededException You made too many calls in a short period of time. Try again later.
BillExpirationException The requested report expired. Update the date interval and try again.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
RequestChangedException Your request parameters changed between pages. Try again with the old parameters or without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetCostAndUsageWithResources
func (*CostExplorer) GetCostAndUsageWithResourcesRequest ¶ added in v1.25.32
func (c *CostExplorer) GetCostAndUsageWithResourcesRequest(input *GetCostAndUsageWithResourcesInput) (req *request.Request, output *GetCostAndUsageWithResourcesOutput)
GetCostAndUsageWithResourcesRequest generates a "aws/request.Request" representing the client's request for the GetCostAndUsageWithResources operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetCostAndUsageWithResources for more information on using the GetCostAndUsageWithResources API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetCostAndUsageWithResourcesRequest method. req, resp := client.GetCostAndUsageWithResourcesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetCostAndUsageWithResources
func (*CostExplorer) GetCostAndUsageWithResourcesWithContext ¶ added in v1.25.32
func (c *CostExplorer) GetCostAndUsageWithResourcesWithContext(ctx aws.Context, input *GetCostAndUsageWithResourcesInput, opts ...request.Option) (*GetCostAndUsageWithResourcesOutput, error)
GetCostAndUsageWithResourcesWithContext is the same as GetCostAndUsageWithResources with the addition of the ability to pass a context and additional request options.
See GetCostAndUsageWithResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetCostCategories ¶ added in v1.36.21
func (c *CostExplorer) GetCostCategories(input *GetCostCategoriesInput) (*GetCostCategoriesOutput, error)
GetCostCategories API operation for AWS Cost Explorer Service.
Retrieves an array of Cost Category names and values incurred cost.
If some Cost Category names and values are not associated with any cost, they will not be returned by this API.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetCostCategories for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
BillExpirationException The requested report expired. Update the date interval and try again.
DataUnavailableException The requested data is unavailable.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
RequestChangedException Your request parameters changed between pages. Try again with the old parameters or without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetCostCategories
func (*CostExplorer) GetCostCategoriesRequest ¶ added in v1.36.21
func (c *CostExplorer) GetCostCategoriesRequest(input *GetCostCategoriesInput) (req *request.Request, output *GetCostCategoriesOutput)
GetCostCategoriesRequest generates a "aws/request.Request" representing the client's request for the GetCostCategories operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetCostCategories for more information on using the GetCostCategories API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetCostCategoriesRequest method. req, resp := client.GetCostCategoriesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetCostCategories
func (*CostExplorer) GetCostCategoriesWithContext ¶ added in v1.36.21
func (c *CostExplorer) GetCostCategoriesWithContext(ctx aws.Context, input *GetCostCategoriesInput, opts ...request.Option) (*GetCostCategoriesOutput, error)
GetCostCategoriesWithContext is the same as GetCostCategories with the addition of the ability to pass a context and additional request options.
See GetCostCategories for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetCostForecast ¶ added in v1.15.78
func (c *CostExplorer) GetCostForecast(input *GetCostForecastInput) (*GetCostForecastOutput, error)
GetCostForecast API operation for AWS Cost Explorer Service.
Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period that you select, based on your past costs.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetCostForecast for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
DataUnavailableException The requested data is unavailable.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetCostForecast
func (*CostExplorer) GetCostForecastRequest ¶ added in v1.15.78
func (c *CostExplorer) GetCostForecastRequest(input *GetCostForecastInput) (req *request.Request, output *GetCostForecastOutput)
GetCostForecastRequest generates a "aws/request.Request" representing the client's request for the GetCostForecast operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetCostForecast for more information on using the GetCostForecast API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetCostForecastRequest method. req, resp := client.GetCostForecastRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetCostForecast
func (*CostExplorer) GetCostForecastWithContext ¶ added in v1.15.78
func (c *CostExplorer) GetCostForecastWithContext(ctx aws.Context, input *GetCostForecastInput, opts ...request.Option) (*GetCostForecastOutput, error)
GetCostForecastWithContext is the same as GetCostForecast with the addition of the ability to pass a context and additional request options.
See GetCostForecast for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetDimensionValues ¶
func (c *CostExplorer) GetDimensionValues(input *GetDimensionValuesInput) (*GetDimensionValuesOutput, error)
GetDimensionValues API operation for AWS Cost Explorer Service.
Retrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetDimensionValues for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
BillExpirationException The requested report expired. Update the date interval and try again.
DataUnavailableException The requested data is unavailable.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
RequestChangedException Your request parameters changed between pages. Try again with the old parameters or without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetDimensionValues
func (*CostExplorer) GetDimensionValuesRequest ¶
func (c *CostExplorer) GetDimensionValuesRequest(input *GetDimensionValuesInput) (req *request.Request, output *GetDimensionValuesOutput)
GetDimensionValuesRequest generates a "aws/request.Request" representing the client's request for the GetDimensionValues operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDimensionValues for more information on using the GetDimensionValues API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDimensionValuesRequest method. req, resp := client.GetDimensionValuesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetDimensionValues
func (*CostExplorer) GetDimensionValuesWithContext ¶
func (c *CostExplorer) GetDimensionValuesWithContext(ctx aws.Context, input *GetDimensionValuesInput, opts ...request.Option) (*GetDimensionValuesOutput, error)
GetDimensionValuesWithContext is the same as GetDimensionValues with the addition of the ability to pass a context and additional request options.
See GetDimensionValues for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetReservationCoverage ¶ added in v1.13.3
func (c *CostExplorer) GetReservationCoverage(input *GetReservationCoverageInput) (*GetReservationCoverageOutput, error)
GetReservationCoverage API operation for AWS Cost Explorer Service.
Retrieves the reservation coverage for your account, which you can use to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation. An organization's management account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data about reservation usage by the following dimensions:
AZ
CACHE_ENGINE
DATABASE_ENGINE
DEPLOYMENT_OPTION
INSTANCE_TYPE
LINKED_ACCOUNT
OPERATING_SYSTEM
PLATFORM
REGION
SERVICE
TAG
TENANCY
To determine valid values for a dimension, use the GetDimensionValues operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetReservationCoverage for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
DataUnavailableException The requested data is unavailable.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetReservationCoverage
func (*CostExplorer) GetReservationCoverageRequest ¶ added in v1.13.3
func (c *CostExplorer) GetReservationCoverageRequest(input *GetReservationCoverageInput) (req *request.Request, output *GetReservationCoverageOutput)
GetReservationCoverageRequest generates a "aws/request.Request" representing the client's request for the GetReservationCoverage operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReservationCoverage for more information on using the GetReservationCoverage API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReservationCoverageRequest method. req, resp := client.GetReservationCoverageRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetReservationCoverage
func (*CostExplorer) GetReservationCoverageWithContext ¶ added in v1.13.3
func (c *CostExplorer) GetReservationCoverageWithContext(ctx aws.Context, input *GetReservationCoverageInput, opts ...request.Option) (*GetReservationCoverageOutput, error)
GetReservationCoverageWithContext is the same as GetReservationCoverage with the addition of the ability to pass a context and additional request options.
See GetReservationCoverage for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetReservationPurchaseRecommendation ¶ added in v1.13.17
func (c *CostExplorer) GetReservationPurchaseRecommendation(input *GetReservationPurchaseRecommendationInput) (*GetReservationPurchaseRecommendationOutput, error)
GetReservationPurchaseRecommendation API operation for AWS Cost Explorer Service.
Gets recommendations for reservation purchases. These recommendations might help you to reduce your costs. Reservations provide a discounted hourly rate (up to 75%) compared to On-Demand pricing.
Amazon Web Services generates your recommendations by identifying your On-Demand usage during a specific time period and collecting your usage into categories that are eligible for a reservation. After Amazon Web Services has these categories, it simulates every combination of reservations in each category of usage to identify the best number of each type of Reserved Instance (RI) to purchase to maximize your estimated savings.
For example, Amazon Web Services automatically aggregates your Amazon EC2 Linux, shared tenancy, and c4 family usage in the US West (Oregon) Region and recommends that you buy size-flexible regional reservations to apply to the c4 family usage. Amazon Web Services recommends the smallest size instance in an instance family. This makes it easier to purchase a size-flexible Reserved Instance (RI). Amazon Web Services also shows the equal number of normalized units. This way, you can purchase any instance size that you want. For this example, your RI recommendation is for c4.large because that is the smallest size instance in the c4 instance family.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetReservationPurchaseRecommendation for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
DataUnavailableException The requested data is unavailable.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetReservationPurchaseRecommendation
func (*CostExplorer) GetReservationPurchaseRecommendationRequest ¶ added in v1.13.17
func (c *CostExplorer) GetReservationPurchaseRecommendationRequest(input *GetReservationPurchaseRecommendationInput) (req *request.Request, output *GetReservationPurchaseRecommendationOutput)
GetReservationPurchaseRecommendationRequest generates a "aws/request.Request" representing the client's request for the GetReservationPurchaseRecommendation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReservationPurchaseRecommendation for more information on using the GetReservationPurchaseRecommendation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReservationPurchaseRecommendationRequest method. req, resp := client.GetReservationPurchaseRecommendationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetReservationPurchaseRecommendation
func (*CostExplorer) GetReservationPurchaseRecommendationWithContext ¶ added in v1.13.17
func (c *CostExplorer) GetReservationPurchaseRecommendationWithContext(ctx aws.Context, input *GetReservationPurchaseRecommendationInput, opts ...request.Option) (*GetReservationPurchaseRecommendationOutput, error)
GetReservationPurchaseRecommendationWithContext is the same as GetReservationPurchaseRecommendation with the addition of the ability to pass a context and additional request options.
See GetReservationPurchaseRecommendation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetReservationUtilization ¶
func (c *CostExplorer) GetReservationUtilization(input *GetReservationUtilizationInput) (*GetReservationUtilizationOutput, error)
GetReservationUtilization API operation for AWS Cost Explorer Service.
Retrieves the reservation utilization for your account. Management account in an organization have access to member accounts. You can filter data by dimensions in a time period. You can use GetDimensionValues to determine the possible dimension values. Currently, you can group only by SUBSCRIPTION_ID.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetReservationUtilization for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
DataUnavailableException The requested data is unavailable.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetReservationUtilization
func (*CostExplorer) GetReservationUtilizationRequest ¶
func (c *CostExplorer) GetReservationUtilizationRequest(input *GetReservationUtilizationInput) (req *request.Request, output *GetReservationUtilizationOutput)
GetReservationUtilizationRequest generates a "aws/request.Request" representing the client's request for the GetReservationUtilization operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetReservationUtilization for more information on using the GetReservationUtilization API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetReservationUtilizationRequest method. req, resp := client.GetReservationUtilizationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetReservationUtilization
func (*CostExplorer) GetReservationUtilizationWithContext ¶
func (c *CostExplorer) GetReservationUtilizationWithContext(ctx aws.Context, input *GetReservationUtilizationInput, opts ...request.Option) (*GetReservationUtilizationOutput, error)
GetReservationUtilizationWithContext is the same as GetReservationUtilization with the addition of the ability to pass a context and additional request options.
See GetReservationUtilization for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetRightsizingRecommendation ¶ added in v1.21.6
func (c *CostExplorer) GetRightsizingRecommendation(input *GetRightsizingRecommendationInput) (*GetRightsizingRecommendationOutput, error)
GetRightsizingRecommendation API operation for AWS Cost Explorer Service.
Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.
Recommendations are generated to either downsize or terminate instances, along with providing savings detail and metrics. For more information about calculation and function, see Optimizing Your Cost with Rightsizing Recommendations (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-rightsizing.html) in the Billing and Cost Management User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetRightsizingRecommendation for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetRightsizingRecommendation
func (*CostExplorer) GetRightsizingRecommendationRequest ¶ added in v1.21.6
func (c *CostExplorer) GetRightsizingRecommendationRequest(input *GetRightsizingRecommendationInput) (req *request.Request, output *GetRightsizingRecommendationOutput)
GetRightsizingRecommendationRequest generates a "aws/request.Request" representing the client's request for the GetRightsizingRecommendation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetRightsizingRecommendation for more information on using the GetRightsizingRecommendation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetRightsizingRecommendationRequest method. req, resp := client.GetRightsizingRecommendationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetRightsizingRecommendation
func (*CostExplorer) GetRightsizingRecommendationWithContext ¶ added in v1.21.6
func (c *CostExplorer) GetRightsizingRecommendationWithContext(ctx aws.Context, input *GetRightsizingRecommendationInput, opts ...request.Option) (*GetRightsizingRecommendationOutput, error)
GetRightsizingRecommendationWithContext is the same as GetRightsizingRecommendation with the addition of the ability to pass a context and additional request options.
See GetRightsizingRecommendation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetSavingsPlanPurchaseRecommendationDetails ¶ added in v1.44.307
func (c *CostExplorer) GetSavingsPlanPurchaseRecommendationDetails(input *GetSavingsPlanPurchaseRecommendationDetailsInput) (*GetSavingsPlanPurchaseRecommendationDetailsOutput, error)
GetSavingsPlanPurchaseRecommendationDetails API operation for AWS Cost Explorer Service.
Retrieves the details for a Savings Plan recommendation. These details include the hourly data-points that construct the cost, coverage, and utilization charts.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetSavingsPlanPurchaseRecommendationDetails for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
DataUnavailableException The requested data is unavailable.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetSavingsPlanPurchaseRecommendationDetails
func (*CostExplorer) GetSavingsPlanPurchaseRecommendationDetailsRequest ¶ added in v1.44.307
func (c *CostExplorer) GetSavingsPlanPurchaseRecommendationDetailsRequest(input *GetSavingsPlanPurchaseRecommendationDetailsInput) (req *request.Request, output *GetSavingsPlanPurchaseRecommendationDetailsOutput)
GetSavingsPlanPurchaseRecommendationDetailsRequest generates a "aws/request.Request" representing the client's request for the GetSavingsPlanPurchaseRecommendationDetails operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSavingsPlanPurchaseRecommendationDetails for more information on using the GetSavingsPlanPurchaseRecommendationDetails API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSavingsPlanPurchaseRecommendationDetailsRequest method. req, resp := client.GetSavingsPlanPurchaseRecommendationDetailsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetSavingsPlanPurchaseRecommendationDetails
func (*CostExplorer) GetSavingsPlanPurchaseRecommendationDetailsWithContext ¶ added in v1.44.307
func (c *CostExplorer) GetSavingsPlanPurchaseRecommendationDetailsWithContext(ctx aws.Context, input *GetSavingsPlanPurchaseRecommendationDetailsInput, opts ...request.Option) (*GetSavingsPlanPurchaseRecommendationDetailsOutput, error)
GetSavingsPlanPurchaseRecommendationDetailsWithContext is the same as GetSavingsPlanPurchaseRecommendationDetails with the addition of the ability to pass a context and additional request options.
See GetSavingsPlanPurchaseRecommendationDetails for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetSavingsPlansCoverage ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansCoverage(input *GetSavingsPlansCoverageInput) (*GetSavingsPlansCoverageOutput, error)
GetSavingsPlansCoverage API operation for AWS Cost Explorer Service.
Retrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s management account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data for Savings Plans usage with the following dimensions:
LINKED_ACCOUNT
REGION
SERVICE
INSTANCE_FAMILY
To determine valid values for a dimension, use the GetDimensionValues operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetSavingsPlansCoverage for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
DataUnavailableException The requested data is unavailable.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetSavingsPlansCoverage
func (*CostExplorer) GetSavingsPlansCoveragePages ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansCoveragePages(input *GetSavingsPlansCoverageInput, fn func(*GetSavingsPlansCoverageOutput, bool) bool) error
GetSavingsPlansCoveragePages iterates over the pages of a GetSavingsPlansCoverage operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetSavingsPlansCoverage method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetSavingsPlansCoverage operation. pageNum := 0 err := client.GetSavingsPlansCoveragePages(params, func(page *costexplorer.GetSavingsPlansCoverageOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CostExplorer) GetSavingsPlansCoveragePagesWithContext ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansCoveragePagesWithContext(ctx aws.Context, input *GetSavingsPlansCoverageInput, fn func(*GetSavingsPlansCoverageOutput, bool) bool, opts ...request.Option) error
GetSavingsPlansCoveragePagesWithContext same as GetSavingsPlansCoveragePages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetSavingsPlansCoverageRequest ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansCoverageRequest(input *GetSavingsPlansCoverageInput) (req *request.Request, output *GetSavingsPlansCoverageOutput)
GetSavingsPlansCoverageRequest generates a "aws/request.Request" representing the client's request for the GetSavingsPlansCoverage operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSavingsPlansCoverage for more information on using the GetSavingsPlansCoverage API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSavingsPlansCoverageRequest method. req, resp := client.GetSavingsPlansCoverageRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetSavingsPlansCoverage
func (*CostExplorer) GetSavingsPlansCoverageWithContext ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansCoverageWithContext(ctx aws.Context, input *GetSavingsPlansCoverageInput, opts ...request.Option) (*GetSavingsPlansCoverageOutput, error)
GetSavingsPlansCoverageWithContext is the same as GetSavingsPlansCoverage with the addition of the ability to pass a context and additional request options.
See GetSavingsPlansCoverage for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetSavingsPlansPurchaseRecommendation ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansPurchaseRecommendation(input *GetSavingsPlansPurchaseRecommendationInput) (*GetSavingsPlansPurchaseRecommendationOutput, error)
GetSavingsPlansPurchaseRecommendation API operation for AWS Cost Explorer Service.
Retrieves the Savings Plans recommendations for your account. First use StartSavingsPlansPurchaseRecommendationGeneration to generate a new set of recommendations, and then use GetSavingsPlansPurchaseRecommendation to retrieve them.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetSavingsPlansPurchaseRecommendation for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetSavingsPlansPurchaseRecommendation
func (*CostExplorer) GetSavingsPlansPurchaseRecommendationRequest ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansPurchaseRecommendationRequest(input *GetSavingsPlansPurchaseRecommendationInput) (req *request.Request, output *GetSavingsPlansPurchaseRecommendationOutput)
GetSavingsPlansPurchaseRecommendationRequest generates a "aws/request.Request" representing the client's request for the GetSavingsPlansPurchaseRecommendation operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSavingsPlansPurchaseRecommendation for more information on using the GetSavingsPlansPurchaseRecommendation API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSavingsPlansPurchaseRecommendationRequest method. req, resp := client.GetSavingsPlansPurchaseRecommendationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetSavingsPlansPurchaseRecommendation
func (*CostExplorer) GetSavingsPlansPurchaseRecommendationWithContext ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansPurchaseRecommendationWithContext(ctx aws.Context, input *GetSavingsPlansPurchaseRecommendationInput, opts ...request.Option) (*GetSavingsPlansPurchaseRecommendationOutput, error)
GetSavingsPlansPurchaseRecommendationWithContext is the same as GetSavingsPlansPurchaseRecommendation with the addition of the ability to pass a context and additional request options.
See GetSavingsPlansPurchaseRecommendation for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetSavingsPlansUtilization ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansUtilization(input *GetSavingsPlansUtilizationInput) (*GetSavingsPlansUtilizationOutput, error)
GetSavingsPlansUtilization API operation for AWS Cost Explorer Service.
Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity. Management account in an organization have access to member accounts. You can use GetDimensionValues in SAVINGS_PLANS to determine the possible dimension values.
You can't group by any dimension values for GetSavingsPlansUtilization.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetSavingsPlansUtilization for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
DataUnavailableException The requested data is unavailable.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetSavingsPlansUtilization
func (*CostExplorer) GetSavingsPlansUtilizationDetails ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansUtilizationDetails(input *GetSavingsPlansUtilizationDetailsInput) (*GetSavingsPlansUtilizationDetailsOutput, error)
GetSavingsPlansUtilizationDetails API operation for AWS Cost Explorer Service.
Retrieves attribute data along with aggregate utilization and savings data for a given time period. This doesn't support granular or grouped data (daily/monthly) in response. You can't retrieve data by dates in a single response similar to GetSavingsPlanUtilization, but you have the option to make multiple calls to GetSavingsPlanUtilizationDetails by providing individual dates. You can use GetDimensionValues in SAVINGS_PLANS to determine the possible dimension values.
GetSavingsPlanUtilizationDetails internally groups data by SavingsPlansArn.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetSavingsPlansUtilizationDetails for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
DataUnavailableException The requested data is unavailable.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetSavingsPlansUtilizationDetails
func (*CostExplorer) GetSavingsPlansUtilizationDetailsPages ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansUtilizationDetailsPages(input *GetSavingsPlansUtilizationDetailsInput, fn func(*GetSavingsPlansUtilizationDetailsOutput, bool) bool) error
GetSavingsPlansUtilizationDetailsPages iterates over the pages of a GetSavingsPlansUtilizationDetails operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetSavingsPlansUtilizationDetails method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetSavingsPlansUtilizationDetails operation. pageNum := 0 err := client.GetSavingsPlansUtilizationDetailsPages(params, func(page *costexplorer.GetSavingsPlansUtilizationDetailsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CostExplorer) GetSavingsPlansUtilizationDetailsPagesWithContext ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansUtilizationDetailsPagesWithContext(ctx aws.Context, input *GetSavingsPlansUtilizationDetailsInput, fn func(*GetSavingsPlansUtilizationDetailsOutput, bool) bool, opts ...request.Option) error
GetSavingsPlansUtilizationDetailsPagesWithContext same as GetSavingsPlansUtilizationDetailsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetSavingsPlansUtilizationDetailsRequest ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansUtilizationDetailsRequest(input *GetSavingsPlansUtilizationDetailsInput) (req *request.Request, output *GetSavingsPlansUtilizationDetailsOutput)
GetSavingsPlansUtilizationDetailsRequest generates a "aws/request.Request" representing the client's request for the GetSavingsPlansUtilizationDetails operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSavingsPlansUtilizationDetails for more information on using the GetSavingsPlansUtilizationDetails API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSavingsPlansUtilizationDetailsRequest method. req, resp := client.GetSavingsPlansUtilizationDetailsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetSavingsPlansUtilizationDetails
func (*CostExplorer) GetSavingsPlansUtilizationDetailsWithContext ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansUtilizationDetailsWithContext(ctx aws.Context, input *GetSavingsPlansUtilizationDetailsInput, opts ...request.Option) (*GetSavingsPlansUtilizationDetailsOutput, error)
GetSavingsPlansUtilizationDetailsWithContext is the same as GetSavingsPlansUtilizationDetails with the addition of the ability to pass a context and additional request options.
See GetSavingsPlansUtilizationDetails for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetSavingsPlansUtilizationRequest ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansUtilizationRequest(input *GetSavingsPlansUtilizationInput) (req *request.Request, output *GetSavingsPlansUtilizationOutput)
GetSavingsPlansUtilizationRequest generates a "aws/request.Request" representing the client's request for the GetSavingsPlansUtilization operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSavingsPlansUtilization for more information on using the GetSavingsPlansUtilization API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSavingsPlansUtilizationRequest method. req, resp := client.GetSavingsPlansUtilizationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetSavingsPlansUtilization
func (*CostExplorer) GetSavingsPlansUtilizationWithContext ¶ added in v1.25.28
func (c *CostExplorer) GetSavingsPlansUtilizationWithContext(ctx aws.Context, input *GetSavingsPlansUtilizationInput, opts ...request.Option) (*GetSavingsPlansUtilizationOutput, error)
GetSavingsPlansUtilizationWithContext is the same as GetSavingsPlansUtilization with the addition of the ability to pass a context and additional request options.
See GetSavingsPlansUtilization for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetTags ¶
func (c *CostExplorer) GetTags(input *GetTagsInput) (*GetTagsOutput, error)
GetTags API operation for AWS Cost Explorer Service.
Queries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetTags for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
BillExpirationException The requested report expired. Update the date interval and try again.
DataUnavailableException The requested data is unavailable.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
RequestChangedException Your request parameters changed between pages. Try again with the old parameters or without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetTags
func (*CostExplorer) GetTagsRequest ¶
func (c *CostExplorer) GetTagsRequest(input *GetTagsInput) (req *request.Request, output *GetTagsOutput)
GetTagsRequest generates a "aws/request.Request" representing the client's request for the GetTags operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetTags for more information on using the GetTags API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetTagsRequest method. req, resp := client.GetTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetTags
func (*CostExplorer) GetTagsWithContext ¶
func (c *CostExplorer) GetTagsWithContext(ctx aws.Context, input *GetTagsInput, opts ...request.Option) (*GetTagsOutput, error)
GetTagsWithContext is the same as GetTags with the addition of the ability to pass a context and additional request options.
See GetTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) GetUsageForecast ¶ added in v1.20.16
func (c *CostExplorer) GetUsageForecast(input *GetUsageForecastInput) (*GetUsageForecastOutput, error)
GetUsageForecast API operation for AWS Cost Explorer Service.
Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation GetUsageForecast for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
DataUnavailableException The requested data is unavailable.
UnresolvableUsageUnitException Cost Explorer was unable to identify the usage unit. Provide UsageType/UsageTypeGroup filter selections that contain matching units, for example: hours.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetUsageForecast
func (*CostExplorer) GetUsageForecastRequest ¶ added in v1.20.16
func (c *CostExplorer) GetUsageForecastRequest(input *GetUsageForecastInput) (req *request.Request, output *GetUsageForecastOutput)
GetUsageForecastRequest generates a "aws/request.Request" representing the client's request for the GetUsageForecast operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetUsageForecast for more information on using the GetUsageForecast API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetUsageForecastRequest method. req, resp := client.GetUsageForecastRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GetUsageForecast
func (*CostExplorer) GetUsageForecastWithContext ¶ added in v1.20.16
func (c *CostExplorer) GetUsageForecastWithContext(ctx aws.Context, input *GetUsageForecastInput, opts ...request.Option) (*GetUsageForecastOutput, error)
GetUsageForecastWithContext is the same as GetUsageForecast with the addition of the ability to pass a context and additional request options.
See GetUsageForecast for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) ListCostAllocationTagBackfillHistory ¶ added in v1.51.8
func (c *CostExplorer) ListCostAllocationTagBackfillHistory(input *ListCostAllocationTagBackfillHistoryInput) (*ListCostAllocationTagBackfillHistoryOutput, error)
ListCostAllocationTagBackfillHistory API operation for AWS Cost Explorer Service.
Retrieves a list of your historical cost allocation tag backfill requests.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation ListCostAllocationTagBackfillHistory for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListCostAllocationTagBackfillHistory
func (*CostExplorer) ListCostAllocationTagBackfillHistoryPages ¶ added in v1.51.8
func (c *CostExplorer) ListCostAllocationTagBackfillHistoryPages(input *ListCostAllocationTagBackfillHistoryInput, fn func(*ListCostAllocationTagBackfillHistoryOutput, bool) bool) error
ListCostAllocationTagBackfillHistoryPages iterates over the pages of a ListCostAllocationTagBackfillHistory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListCostAllocationTagBackfillHistory method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListCostAllocationTagBackfillHistory operation. pageNum := 0 err := client.ListCostAllocationTagBackfillHistoryPages(params, func(page *costexplorer.ListCostAllocationTagBackfillHistoryOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CostExplorer) ListCostAllocationTagBackfillHistoryPagesWithContext ¶ added in v1.51.8
func (c *CostExplorer) ListCostAllocationTagBackfillHistoryPagesWithContext(ctx aws.Context, input *ListCostAllocationTagBackfillHistoryInput, fn func(*ListCostAllocationTagBackfillHistoryOutput, bool) bool, opts ...request.Option) error
ListCostAllocationTagBackfillHistoryPagesWithContext same as ListCostAllocationTagBackfillHistoryPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) ListCostAllocationTagBackfillHistoryRequest ¶ added in v1.51.8
func (c *CostExplorer) ListCostAllocationTagBackfillHistoryRequest(input *ListCostAllocationTagBackfillHistoryInput) (req *request.Request, output *ListCostAllocationTagBackfillHistoryOutput)
ListCostAllocationTagBackfillHistoryRequest generates a "aws/request.Request" representing the client's request for the ListCostAllocationTagBackfillHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListCostAllocationTagBackfillHistory for more information on using the ListCostAllocationTagBackfillHistory API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListCostAllocationTagBackfillHistoryRequest method. req, resp := client.ListCostAllocationTagBackfillHistoryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListCostAllocationTagBackfillHistory
func (*CostExplorer) ListCostAllocationTagBackfillHistoryWithContext ¶ added in v1.51.8
func (c *CostExplorer) ListCostAllocationTagBackfillHistoryWithContext(ctx aws.Context, input *ListCostAllocationTagBackfillHistoryInput, opts ...request.Option) (*ListCostAllocationTagBackfillHistoryOutput, error)
ListCostAllocationTagBackfillHistoryWithContext is the same as ListCostAllocationTagBackfillHistory with the addition of the ability to pass a context and additional request options.
See ListCostAllocationTagBackfillHistory for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) ListCostAllocationTags ¶ added in v1.44.29
func (c *CostExplorer) ListCostAllocationTags(input *ListCostAllocationTagsInput) (*ListCostAllocationTagsOutput, error)
ListCostAllocationTags API operation for AWS Cost Explorer Service.
Get a list of cost allocation tags. All inputs in the API are optional and serve as filters. By default, all cost allocation tags are returned.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation ListCostAllocationTags for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListCostAllocationTags
func (*CostExplorer) ListCostAllocationTagsPages ¶ added in v1.44.29
func (c *CostExplorer) ListCostAllocationTagsPages(input *ListCostAllocationTagsInput, fn func(*ListCostAllocationTagsOutput, bool) bool) error
ListCostAllocationTagsPages iterates over the pages of a ListCostAllocationTags operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListCostAllocationTags method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListCostAllocationTags operation. pageNum := 0 err := client.ListCostAllocationTagsPages(params, func(page *costexplorer.ListCostAllocationTagsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CostExplorer) ListCostAllocationTagsPagesWithContext ¶ added in v1.44.29
func (c *CostExplorer) ListCostAllocationTagsPagesWithContext(ctx aws.Context, input *ListCostAllocationTagsInput, fn func(*ListCostAllocationTagsOutput, bool) bool, opts ...request.Option) error
ListCostAllocationTagsPagesWithContext same as ListCostAllocationTagsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) ListCostAllocationTagsRequest ¶ added in v1.44.29
func (c *CostExplorer) ListCostAllocationTagsRequest(input *ListCostAllocationTagsInput) (req *request.Request, output *ListCostAllocationTagsOutput)
ListCostAllocationTagsRequest generates a "aws/request.Request" representing the client's request for the ListCostAllocationTags operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListCostAllocationTags for more information on using the ListCostAllocationTags API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListCostAllocationTagsRequest method. req, resp := client.ListCostAllocationTagsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListCostAllocationTags
func (*CostExplorer) ListCostAllocationTagsWithContext ¶ added in v1.44.29
func (c *CostExplorer) ListCostAllocationTagsWithContext(ctx aws.Context, input *ListCostAllocationTagsInput, opts ...request.Option) (*ListCostAllocationTagsOutput, error)
ListCostAllocationTagsWithContext is the same as ListCostAllocationTags with the addition of the ability to pass a context and additional request options.
See ListCostAllocationTags for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) ListCostCategoryDefinitions ¶ added in v1.25.42
func (c *CostExplorer) ListCostCategoryDefinitions(input *ListCostCategoryDefinitionsInput) (*ListCostCategoryDefinitionsOutput, error)
ListCostCategoryDefinitions API operation for AWS Cost Explorer Service.
Returns the name, Amazon Resource Name (ARN), NumberOfRules and effective dates of all Cost Categories defined in the account. You have the option to use EffectiveOn to return a list of Cost Categories that were active on a specific date. If there is no EffectiveOn specified, you’ll see Cost Categories that are effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response. ListCostCategoryDefinitions supports pagination. The request can have a MaxResults range up to 100.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation ListCostCategoryDefinitions for usage and error information.
Returned Error Types:
- LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListCostCategoryDefinitions
func (*CostExplorer) ListCostCategoryDefinitionsPages ¶ added in v1.30.10
func (c *CostExplorer) ListCostCategoryDefinitionsPages(input *ListCostCategoryDefinitionsInput, fn func(*ListCostCategoryDefinitionsOutput, bool) bool) error
ListCostCategoryDefinitionsPages iterates over the pages of a ListCostCategoryDefinitions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListCostCategoryDefinitions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListCostCategoryDefinitions operation. pageNum := 0 err := client.ListCostCategoryDefinitionsPages(params, func(page *costexplorer.ListCostCategoryDefinitionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*CostExplorer) ListCostCategoryDefinitionsPagesWithContext ¶ added in v1.30.10
func (c *CostExplorer) ListCostCategoryDefinitionsPagesWithContext(ctx aws.Context, input *ListCostCategoryDefinitionsInput, fn func(*ListCostCategoryDefinitionsOutput, bool) bool, opts ...request.Option) error
ListCostCategoryDefinitionsPagesWithContext same as ListCostCategoryDefinitionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) ListCostCategoryDefinitionsRequest ¶ added in v1.25.42
func (c *CostExplorer) ListCostCategoryDefinitionsRequest(input *ListCostCategoryDefinitionsInput) (req *request.Request, output *ListCostCategoryDefinitionsOutput)
ListCostCategoryDefinitionsRequest generates a "aws/request.Request" representing the client's request for the ListCostCategoryDefinitions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListCostCategoryDefinitions for more information on using the ListCostCategoryDefinitions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListCostCategoryDefinitionsRequest method. req, resp := client.ListCostCategoryDefinitionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListCostCategoryDefinitions
func (*CostExplorer) ListCostCategoryDefinitionsWithContext ¶ added in v1.25.42
func (c *CostExplorer) ListCostCategoryDefinitionsWithContext(ctx aws.Context, input *ListCostCategoryDefinitionsInput, opts ...request.Option) (*ListCostCategoryDefinitionsOutput, error)
ListCostCategoryDefinitionsWithContext is the same as ListCostCategoryDefinitions with the addition of the ability to pass a context and additional request options.
See ListCostCategoryDefinitions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) ListSavingsPlansPurchaseRecommendationGeneration ¶ added in v1.44.153
func (c *CostExplorer) ListSavingsPlansPurchaseRecommendationGeneration(input *ListSavingsPlansPurchaseRecommendationGenerationInput) (*ListSavingsPlansPurchaseRecommendationGenerationOutput, error)
ListSavingsPlansPurchaseRecommendationGeneration API operation for AWS Cost Explorer Service.
Retrieves a list of your historical recommendation generations within the past 30 days.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation ListSavingsPlansPurchaseRecommendationGeneration for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
DataUnavailableException The requested data is unavailable.
func (*CostExplorer) ListSavingsPlansPurchaseRecommendationGenerationRequest ¶ added in v1.44.153
func (c *CostExplorer) ListSavingsPlansPurchaseRecommendationGenerationRequest(input *ListSavingsPlansPurchaseRecommendationGenerationInput) (req *request.Request, output *ListSavingsPlansPurchaseRecommendationGenerationOutput)
ListSavingsPlansPurchaseRecommendationGenerationRequest generates a "aws/request.Request" representing the client's request for the ListSavingsPlansPurchaseRecommendationGeneration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListSavingsPlansPurchaseRecommendationGeneration for more information on using the ListSavingsPlansPurchaseRecommendationGeneration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListSavingsPlansPurchaseRecommendationGenerationRequest method. req, resp := client.ListSavingsPlansPurchaseRecommendationGenerationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CostExplorer) ListSavingsPlansPurchaseRecommendationGenerationWithContext ¶ added in v1.44.153
func (c *CostExplorer) ListSavingsPlansPurchaseRecommendationGenerationWithContext(ctx aws.Context, input *ListSavingsPlansPurchaseRecommendationGenerationInput, opts ...request.Option) (*ListSavingsPlansPurchaseRecommendationGenerationOutput, error)
ListSavingsPlansPurchaseRecommendationGenerationWithContext is the same as ListSavingsPlansPurchaseRecommendationGeneration with the addition of the ability to pass a context and additional request options.
See ListSavingsPlansPurchaseRecommendationGeneration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) ListTagsForResource ¶ added in v1.43.23
func (c *CostExplorer) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWS Cost Explorer Service.
Returns a list of resource tags associated with the resource specified by the Amazon Resource Name (ARN).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation ListTagsForResource for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified ARN in the request doesn't exist.
LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListTagsForResource
func (*CostExplorer) ListTagsForResourceRequest ¶ added in v1.43.23
func (c *CostExplorer) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListTagsForResource
func (*CostExplorer) ListTagsForResourceWithContext ¶ added in v1.43.23
func (c *CostExplorer) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) ProvideAnomalyFeedback ¶ added in v1.34.30
func (c *CostExplorer) ProvideAnomalyFeedback(input *ProvideAnomalyFeedbackInput) (*ProvideAnomalyFeedbackOutput, error)
ProvideAnomalyFeedback API operation for AWS Cost Explorer Service.
Modifies the feedback property of a given cost anomaly.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation ProvideAnomalyFeedback for usage and error information.
Returned Error Types:
- LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ProvideAnomalyFeedback
func (*CostExplorer) ProvideAnomalyFeedbackRequest ¶ added in v1.34.30
func (c *CostExplorer) ProvideAnomalyFeedbackRequest(input *ProvideAnomalyFeedbackInput) (req *request.Request, output *ProvideAnomalyFeedbackOutput)
ProvideAnomalyFeedbackRequest generates a "aws/request.Request" representing the client's request for the ProvideAnomalyFeedback operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ProvideAnomalyFeedback for more information on using the ProvideAnomalyFeedback API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ProvideAnomalyFeedbackRequest method. req, resp := client.ProvideAnomalyFeedbackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ProvideAnomalyFeedback
func (*CostExplorer) ProvideAnomalyFeedbackWithContext ¶ added in v1.34.30
func (c *CostExplorer) ProvideAnomalyFeedbackWithContext(ctx aws.Context, input *ProvideAnomalyFeedbackInput, opts ...request.Option) (*ProvideAnomalyFeedbackOutput, error)
ProvideAnomalyFeedbackWithContext is the same as ProvideAnomalyFeedback with the addition of the ability to pass a context and additional request options.
See ProvideAnomalyFeedback for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) StartCostAllocationTagBackfill ¶ added in v1.51.8
func (c *CostExplorer) StartCostAllocationTagBackfill(input *StartCostAllocationTagBackfillInput) (*StartCostAllocationTagBackfillOutput, error)
StartCostAllocationTagBackfill API operation for AWS Cost Explorer Service.
Request a cost allocation tag backfill. This will backfill the activation status (either active or inactive) for all tag keys from para:BackfillFrom up to the when this request is made.
You can request a backfill once every 24 hours.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation StartCostAllocationTagBackfill for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
BackfillLimitExceededException A request to backfill is already in progress. Once the previous request is complete, you can create another request.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/StartCostAllocationTagBackfill
func (*CostExplorer) StartCostAllocationTagBackfillRequest ¶ added in v1.51.8
func (c *CostExplorer) StartCostAllocationTagBackfillRequest(input *StartCostAllocationTagBackfillInput) (req *request.Request, output *StartCostAllocationTagBackfillOutput)
StartCostAllocationTagBackfillRequest generates a "aws/request.Request" representing the client's request for the StartCostAllocationTagBackfill operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartCostAllocationTagBackfill for more information on using the StartCostAllocationTagBackfill API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartCostAllocationTagBackfillRequest method. req, resp := client.StartCostAllocationTagBackfillRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/StartCostAllocationTagBackfill
func (*CostExplorer) StartCostAllocationTagBackfillWithContext ¶ added in v1.51.8
func (c *CostExplorer) StartCostAllocationTagBackfillWithContext(ctx aws.Context, input *StartCostAllocationTagBackfillInput, opts ...request.Option) (*StartCostAllocationTagBackfillOutput, error)
StartCostAllocationTagBackfillWithContext is the same as StartCostAllocationTagBackfill with the addition of the ability to pass a context and additional request options.
See StartCostAllocationTagBackfill for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) StartSavingsPlansPurchaseRecommendationGeneration ¶ added in v1.44.153
func (c *CostExplorer) StartSavingsPlansPurchaseRecommendationGeneration(input *StartSavingsPlansPurchaseRecommendationGenerationInput) (*StartSavingsPlansPurchaseRecommendationGenerationOutput, error)
StartSavingsPlansPurchaseRecommendationGeneration API operation for AWS Cost Explorer Service.
Requests a Savings Plans recommendation generation. This enables you to calculate a fresh set of Savings Plans recommendations that takes your latest usage data and current Savings Plans inventory into account. You can refresh Savings Plans recommendations up to three times daily for a consolidated billing family.
StartSavingsPlansPurchaseRecommendationGeneration has no request syntax because no input parameters are needed to support this operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation StartSavingsPlansPurchaseRecommendationGeneration for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
ServiceQuotaExceededException You've reached the limit on the number of resources you can create, or exceeded the size of an individual resource.
GenerationExistsException A request to generate a recommendation is already in progress.
DataUnavailableException The requested data is unavailable.
func (*CostExplorer) StartSavingsPlansPurchaseRecommendationGenerationRequest ¶ added in v1.44.153
func (c *CostExplorer) StartSavingsPlansPurchaseRecommendationGenerationRequest(input *StartSavingsPlansPurchaseRecommendationGenerationInput) (req *request.Request, output *StartSavingsPlansPurchaseRecommendationGenerationOutput)
StartSavingsPlansPurchaseRecommendationGenerationRequest generates a "aws/request.Request" representing the client's request for the StartSavingsPlansPurchaseRecommendationGeneration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartSavingsPlansPurchaseRecommendationGeneration for more information on using the StartSavingsPlansPurchaseRecommendationGeneration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartSavingsPlansPurchaseRecommendationGenerationRequest method. req, resp := client.StartSavingsPlansPurchaseRecommendationGenerationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*CostExplorer) StartSavingsPlansPurchaseRecommendationGenerationWithContext ¶ added in v1.44.153
func (c *CostExplorer) StartSavingsPlansPurchaseRecommendationGenerationWithContext(ctx aws.Context, input *StartSavingsPlansPurchaseRecommendationGenerationInput, opts ...request.Option) (*StartSavingsPlansPurchaseRecommendationGenerationOutput, error)
StartSavingsPlansPurchaseRecommendationGenerationWithContext is the same as StartSavingsPlansPurchaseRecommendationGeneration with the addition of the ability to pass a context and additional request options.
See StartSavingsPlansPurchaseRecommendationGeneration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) TagResource ¶ added in v1.43.23
func (c *CostExplorer) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWS Cost Explorer Service.
An API operation for adding one or more tags (key-value pairs) to a resource.
You can use the TagResource operation with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is already associated with the resource, the new tag value you specify replaces the previous value for that tag.
Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation TagResource for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified ARN in the request doesn't exist.
TooManyTagsException Can occur if you specify a number of tags for a resource greater than the maximum 50 user tags per resource.
LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/TagResource
func (*CostExplorer) TagResourceRequest ¶ added in v1.43.23
func (c *CostExplorer) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/TagResource
func (*CostExplorer) TagResourceWithContext ¶ added in v1.43.23
func (c *CostExplorer) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) UntagResource ¶ added in v1.43.23
func (c *CostExplorer) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWS Cost Explorer Service.
Removes one or more tags from a resource. Specify only tag keys in your request. Don't specify the value.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation UntagResource for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified ARN in the request doesn't exist.
LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UntagResource
func (*CostExplorer) UntagResourceRequest ¶ added in v1.43.23
func (c *CostExplorer) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UntagResource
func (*CostExplorer) UntagResourceWithContext ¶ added in v1.43.23
func (c *CostExplorer) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) UpdateAnomalyMonitor ¶ added in v1.34.30
func (c *CostExplorer) UpdateAnomalyMonitor(input *UpdateAnomalyMonitorInput) (*UpdateAnomalyMonitorOutput, error)
UpdateAnomalyMonitor API operation for AWS Cost Explorer Service.
Updates an existing cost anomaly monitor. The changes made are applied going forward, and doesn't change anomalies detected in the past.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation UpdateAnomalyMonitor for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
UnknownMonitorException The cost anomaly monitor does not exist for the account.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UpdateAnomalyMonitor
func (*CostExplorer) UpdateAnomalyMonitorRequest ¶ added in v1.34.30
func (c *CostExplorer) UpdateAnomalyMonitorRequest(input *UpdateAnomalyMonitorInput) (req *request.Request, output *UpdateAnomalyMonitorOutput)
UpdateAnomalyMonitorRequest generates a "aws/request.Request" representing the client's request for the UpdateAnomalyMonitor operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateAnomalyMonitor for more information on using the UpdateAnomalyMonitor API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateAnomalyMonitorRequest method. req, resp := client.UpdateAnomalyMonitorRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UpdateAnomalyMonitor
func (*CostExplorer) UpdateAnomalyMonitorWithContext ¶ added in v1.34.30
func (c *CostExplorer) UpdateAnomalyMonitorWithContext(ctx aws.Context, input *UpdateAnomalyMonitorInput, opts ...request.Option) (*UpdateAnomalyMonitorOutput, error)
UpdateAnomalyMonitorWithContext is the same as UpdateAnomalyMonitor with the addition of the ability to pass a context and additional request options.
See UpdateAnomalyMonitor for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) UpdateAnomalySubscription ¶ added in v1.34.30
func (c *CostExplorer) UpdateAnomalySubscription(input *UpdateAnomalySubscriptionInput) (*UpdateAnomalySubscriptionOutput, error)
UpdateAnomalySubscription API operation for AWS Cost Explorer Service.
Updates an existing cost anomaly subscription. Specify the fields that you want to update. Omitted fields are unchanged.
The JSON below describes the generic construct for each type. See Request Parameters (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_UpdateAnomalySubscription.html#API_UpdateAnomalySubscription_RequestParameters) for possible values as they apply to AnomalySubscription.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation UpdateAnomalySubscription for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
UnknownMonitorException The cost anomaly monitor does not exist for the account.
UnknownSubscriptionException The cost anomaly subscription does not exist for the account.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UpdateAnomalySubscription
func (*CostExplorer) UpdateAnomalySubscriptionRequest ¶ added in v1.34.30
func (c *CostExplorer) UpdateAnomalySubscriptionRequest(input *UpdateAnomalySubscriptionInput) (req *request.Request, output *UpdateAnomalySubscriptionOutput)
UpdateAnomalySubscriptionRequest generates a "aws/request.Request" representing the client's request for the UpdateAnomalySubscription operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateAnomalySubscription for more information on using the UpdateAnomalySubscription API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateAnomalySubscriptionRequest method. req, resp := client.UpdateAnomalySubscriptionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UpdateAnomalySubscription
func (*CostExplorer) UpdateAnomalySubscriptionWithContext ¶ added in v1.34.30
func (c *CostExplorer) UpdateAnomalySubscriptionWithContext(ctx aws.Context, input *UpdateAnomalySubscriptionInput, opts ...request.Option) (*UpdateAnomalySubscriptionOutput, error)
UpdateAnomalySubscriptionWithContext is the same as UpdateAnomalySubscription with the addition of the ability to pass a context and additional request options.
See UpdateAnomalySubscription for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) UpdateCostAllocationTagsStatus ¶ added in v1.44.29
func (c *CostExplorer) UpdateCostAllocationTagsStatus(input *UpdateCostAllocationTagsStatusInput) (*UpdateCostAllocationTagsStatusOutput, error)
UpdateCostAllocationTagsStatus API operation for AWS Cost Explorer Service.
Updates status for cost allocation tags in bulk, with maximum batch size of 20. If the tag status that's updated is the same as the existing tag status, the request doesn't fail. Instead, it doesn't have any effect on the tag status (for example, activating the active tag).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation UpdateCostAllocationTagsStatus for usage and error information.
Returned Error Types:
- LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UpdateCostAllocationTagsStatus
func (*CostExplorer) UpdateCostAllocationTagsStatusRequest ¶ added in v1.44.29
func (c *CostExplorer) UpdateCostAllocationTagsStatusRequest(input *UpdateCostAllocationTagsStatusInput) (req *request.Request, output *UpdateCostAllocationTagsStatusOutput)
UpdateCostAllocationTagsStatusRequest generates a "aws/request.Request" representing the client's request for the UpdateCostAllocationTagsStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateCostAllocationTagsStatus for more information on using the UpdateCostAllocationTagsStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateCostAllocationTagsStatusRequest method. req, resp := client.UpdateCostAllocationTagsStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UpdateCostAllocationTagsStatus
func (*CostExplorer) UpdateCostAllocationTagsStatusWithContext ¶ added in v1.44.29
func (c *CostExplorer) UpdateCostAllocationTagsStatusWithContext(ctx aws.Context, input *UpdateCostAllocationTagsStatusInput, opts ...request.Option) (*UpdateCostAllocationTagsStatusOutput, error)
UpdateCostAllocationTagsStatusWithContext is the same as UpdateCostAllocationTagsStatus with the addition of the ability to pass a context and additional request options.
See UpdateCostAllocationTagsStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*CostExplorer) UpdateCostCategoryDefinition ¶ added in v1.25.42
func (c *CostExplorer) UpdateCostCategoryDefinition(input *UpdateCostCategoryDefinitionInput) (*UpdateCostCategoryDefinitionOutput, error)
UpdateCostCategoryDefinition API operation for AWS Cost Explorer Service.
Updates an existing Cost Category. Changes made to the Cost Category rules will be used to categorize the current month’s expenses and future expenses. This won’t change categorization for the previous months.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation UpdateCostCategoryDefinition for usage and error information.
Returned Error Types:
ResourceNotFoundException The specified ARN in the request doesn't exist.
ServiceQuotaExceededException You've reached the limit on the number of resources you can create, or exceeded the size of an individual resource.
LimitExceededException You made too many calls in a short period of time. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UpdateCostCategoryDefinition
func (*CostExplorer) UpdateCostCategoryDefinitionRequest ¶ added in v1.25.42
func (c *CostExplorer) UpdateCostCategoryDefinitionRequest(input *UpdateCostCategoryDefinitionInput) (req *request.Request, output *UpdateCostCategoryDefinitionOutput)
UpdateCostCategoryDefinitionRequest generates a "aws/request.Request" representing the client's request for the UpdateCostCategoryDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateCostCategoryDefinition for more information on using the UpdateCostCategoryDefinition API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateCostCategoryDefinitionRequest method. req, resp := client.UpdateCostCategoryDefinitionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UpdateCostCategoryDefinition
func (*CostExplorer) UpdateCostCategoryDefinitionWithContext ¶ added in v1.25.42
func (c *CostExplorer) UpdateCostCategoryDefinitionWithContext(ctx aws.Context, input *UpdateCostCategoryDefinitionInput, opts ...request.Option) (*UpdateCostCategoryDefinitionOutput, error)
UpdateCostCategoryDefinitionWithContext is the same as UpdateCostCategoryDefinition with the addition of the ability to pass a context and additional request options.
See UpdateCostCategoryDefinition for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type Coverage ¶ added in v1.13.3
type Coverage struct { // The amount of cost that the reservation covered. CoverageCost *CoverageCost `type:"structure"` // The amount of instance usage that the reservation covered, in hours. CoverageHours *CoverageHours `type:"structure"` // The amount of instance usage that the reservation covered, in normalized // units. CoverageNormalizedUnits *CoverageNormalizedUnits `type:"structure"` // contains filtered or unexported fields }
The amount of instance usage that a reservation covered.
func (Coverage) GoString ¶ added in v1.13.3
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Coverage) SetCoverageCost ¶ added in v1.16.0
func (s *Coverage) SetCoverageCost(v *CoverageCost) *Coverage
SetCoverageCost sets the CoverageCost field's value.
func (*Coverage) SetCoverageHours ¶ added in v1.13.3
func (s *Coverage) SetCoverageHours(v *CoverageHours) *Coverage
SetCoverageHours sets the CoverageHours field's value.
func (*Coverage) SetCoverageNormalizedUnits ¶ added in v1.16.0
func (s *Coverage) SetCoverageNormalizedUnits(v *CoverageNormalizedUnits) *Coverage
SetCoverageNormalizedUnits sets the CoverageNormalizedUnits field's value.
type CoverageByTime ¶ added in v1.13.3
type CoverageByTime struct { // The groups of instances that the reservation covered. Groups []*ReservationCoverageGroup `type:"list"` // The period that this coverage was used over. TimePeriod *DateInterval `type:"structure"` // The total reservation coverage, in hours. Total *Coverage `type:"structure"` // contains filtered or unexported fields }
Reservation coverage for a specified period, in hours.
func (CoverageByTime) GoString ¶ added in v1.13.3
func (s CoverageByTime) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CoverageByTime) SetGroups ¶ added in v1.13.3
func (s *CoverageByTime) SetGroups(v []*ReservationCoverageGroup) *CoverageByTime
SetGroups sets the Groups field's value.
func (*CoverageByTime) SetTimePeriod ¶ added in v1.13.3
func (s *CoverageByTime) SetTimePeriod(v *DateInterval) *CoverageByTime
SetTimePeriod sets the TimePeriod field's value.
func (*CoverageByTime) SetTotal ¶ added in v1.13.3
func (s *CoverageByTime) SetTotal(v *Coverage) *CoverageByTime
SetTotal sets the Total field's value.
func (CoverageByTime) String ¶ added in v1.13.3
func (s CoverageByTime) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CoverageCost ¶ added in v1.16.0
type CoverageCost struct { // How much an On-Demand Instance costs. OnDemandCost *string `type:"string"` // contains filtered or unexported fields }
How much it costs to run an instance.
func (CoverageCost) GoString ¶ added in v1.16.0
func (s CoverageCost) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CoverageCost) SetOnDemandCost ¶ added in v1.16.0
func (s *CoverageCost) SetOnDemandCost(v string) *CoverageCost
SetOnDemandCost sets the OnDemandCost field's value.
func (CoverageCost) String ¶ added in v1.16.0
func (s CoverageCost) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CoverageHours ¶ added in v1.13.3
type CoverageHours struct { // The percentage of instance hours that a reservation covered. CoverageHoursPercentage *string `type:"string"` // The number of instance running hours that On-Demand Instances covered. OnDemandHours *string `type:"string"` // The number of instance running hours that reservations covered. ReservedHours *string `type:"string"` // The total instance usage, in hours. TotalRunningHours *string `type:"string"` // contains filtered or unexported fields }
How long a running instance either used a reservation or was On-Demand.
func (CoverageHours) GoString ¶ added in v1.13.3
func (s CoverageHours) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CoverageHours) SetCoverageHoursPercentage ¶ added in v1.13.3
func (s *CoverageHours) SetCoverageHoursPercentage(v string) *CoverageHours
SetCoverageHoursPercentage sets the CoverageHoursPercentage field's value.
func (*CoverageHours) SetOnDemandHours ¶ added in v1.13.3
func (s *CoverageHours) SetOnDemandHours(v string) *CoverageHours
SetOnDemandHours sets the OnDemandHours field's value.
func (*CoverageHours) SetReservedHours ¶ added in v1.13.3
func (s *CoverageHours) SetReservedHours(v string) *CoverageHours
SetReservedHours sets the ReservedHours field's value.
func (*CoverageHours) SetTotalRunningHours ¶ added in v1.13.3
func (s *CoverageHours) SetTotalRunningHours(v string) *CoverageHours
SetTotalRunningHours sets the TotalRunningHours field's value.
func (CoverageHours) String ¶ added in v1.13.3
func (s CoverageHours) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CoverageNormalizedUnits ¶ added in v1.16.0
type CoverageNormalizedUnits struct { // The percentage of your used instance normalized units that a reservation // covers. CoverageNormalizedUnitsPercentage *string `type:"string"` // The number of normalized units that are covered by On-Demand Instances instead // of a reservation. OnDemandNormalizedUnits *string `type:"string"` // The number of normalized units that a reservation covers. ReservedNormalizedUnits *string `type:"string"` // The total number of normalized units that you used. TotalRunningNormalizedUnits *string `type:"string"` // contains filtered or unexported fields }
The amount of instance usage, in normalized units. You can use normalized units to see your EC2 usage for multiple sizes of instances in a uniform way. For example, suppose that you run an xlarge instance and a 2xlarge instance. If you run both instances for the same amount of time, the 2xlarge instance uses twice as much of your reservation as the xlarge instance, even though both instances show only one instance-hour. When you use normalized units instead of instance-hours, the xlarge instance used 8 normalized units, and the 2xlarge instance used 16 normalized units.
For more information, see Modifying Reserved Instances (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html) in the Amazon Elastic Compute Cloud User Guide for Linux Instances.
func (CoverageNormalizedUnits) GoString ¶ added in v1.16.0
func (s CoverageNormalizedUnits) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CoverageNormalizedUnits) SetCoverageNormalizedUnitsPercentage ¶ added in v1.16.0
func (s *CoverageNormalizedUnits) SetCoverageNormalizedUnitsPercentage(v string) *CoverageNormalizedUnits
SetCoverageNormalizedUnitsPercentage sets the CoverageNormalizedUnitsPercentage field's value.
func (*CoverageNormalizedUnits) SetOnDemandNormalizedUnits ¶ added in v1.16.0
func (s *CoverageNormalizedUnits) SetOnDemandNormalizedUnits(v string) *CoverageNormalizedUnits
SetOnDemandNormalizedUnits sets the OnDemandNormalizedUnits field's value.
func (*CoverageNormalizedUnits) SetReservedNormalizedUnits ¶ added in v1.16.0
func (s *CoverageNormalizedUnits) SetReservedNormalizedUnits(v string) *CoverageNormalizedUnits
SetReservedNormalizedUnits sets the ReservedNormalizedUnits field's value.
func (*CoverageNormalizedUnits) SetTotalRunningNormalizedUnits ¶ added in v1.16.0
func (s *CoverageNormalizedUnits) SetTotalRunningNormalizedUnits(v string) *CoverageNormalizedUnits
SetTotalRunningNormalizedUnits sets the TotalRunningNormalizedUnits field's value.
func (CoverageNormalizedUnits) String ¶ added in v1.16.0
func (s CoverageNormalizedUnits) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateAnomalyMonitorInput ¶ added in v1.34.30
type CreateAnomalyMonitorInput struct { // The cost anomaly detection monitor object that you want to create. // // AnomalyMonitor is a required field AnomalyMonitor *AnomalyMonitor `type:"structure" required:"true"` // An optional list of tags to associate with the specified AnomalyMonitor (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AnomalyMonitor.html). // You can use resource tags to control access to your monitor using IAM policies. // // Each tag consists of a key and a value, and each key must be unique for the // resource. The following restrictions apply to resource tags: // // * Although the maximum number of array members is 200, you can assign // a maximum of 50 user-tags to one resource. The remaining are reserved // for Amazon Web Services use // // * The maximum length of a key is 128 characters // // * The maximum length of a value is 256 characters // // * Keys and values can only contain alphanumeric characters, spaces, and // any of the following: _.:/=+@- // // * Keys and values are case sensitive // // * Keys and values are trimmed for any leading or trailing whitespaces // // * Don’t use aws: as a prefix for your keys. This prefix is reserved // for Amazon Web Services use ResourceTags []*ResourceTag `type:"list"` // contains filtered or unexported fields }
func (CreateAnomalyMonitorInput) GoString ¶ added in v1.34.30
func (s CreateAnomalyMonitorInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAnomalyMonitorInput) SetAnomalyMonitor ¶ added in v1.34.30
func (s *CreateAnomalyMonitorInput) SetAnomalyMonitor(v *AnomalyMonitor) *CreateAnomalyMonitorInput
SetAnomalyMonitor sets the AnomalyMonitor field's value.
func (*CreateAnomalyMonitorInput) SetResourceTags ¶ added in v1.43.23
func (s *CreateAnomalyMonitorInput) SetResourceTags(v []*ResourceTag) *CreateAnomalyMonitorInput
SetResourceTags sets the ResourceTags field's value.
func (CreateAnomalyMonitorInput) String ¶ added in v1.34.30
func (s CreateAnomalyMonitorInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAnomalyMonitorInput) Validate ¶ added in v1.34.30
func (s *CreateAnomalyMonitorInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAnomalyMonitorOutput ¶ added in v1.34.30
type CreateAnomalyMonitorOutput struct { // The unique identifier of your newly created cost anomaly detection monitor. // // MonitorArn is a required field MonitorArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateAnomalyMonitorOutput) GoString ¶ added in v1.34.30
func (s CreateAnomalyMonitorOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAnomalyMonitorOutput) SetMonitorArn ¶ added in v1.34.30
func (s *CreateAnomalyMonitorOutput) SetMonitorArn(v string) *CreateAnomalyMonitorOutput
SetMonitorArn sets the MonitorArn field's value.
func (CreateAnomalyMonitorOutput) String ¶ added in v1.34.30
func (s CreateAnomalyMonitorOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateAnomalySubscriptionInput ¶ added in v1.34.30
type CreateAnomalySubscriptionInput struct { // The cost anomaly subscription object that you want to create. // // AnomalySubscription is a required field AnomalySubscription *AnomalySubscription `type:"structure" required:"true"` // An optional list of tags to associate with the specified AnomalySubscription // (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AnomalySubscription.html). // You can use resource tags to control access to your subscription using IAM // policies. // // Each tag consists of a key and a value, and each key must be unique for the // resource. The following restrictions apply to resource tags: // // * Although the maximum number of array members is 200, you can assign // a maximum of 50 user-tags to one resource. The remaining are reserved // for Amazon Web Services use // // * The maximum length of a key is 128 characters // // * The maximum length of a value is 256 characters // // * Keys and values can only contain alphanumeric characters, spaces, and // any of the following: _.:/=+@- // // * Keys and values are case sensitive // // * Keys and values are trimmed for any leading or trailing whitespaces // // * Don’t use aws: as a prefix for your keys. This prefix is reserved // for Amazon Web Services use ResourceTags []*ResourceTag `type:"list"` // contains filtered or unexported fields }
func (CreateAnomalySubscriptionInput) GoString ¶ added in v1.34.30
func (s CreateAnomalySubscriptionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAnomalySubscriptionInput) SetAnomalySubscription ¶ added in v1.34.30
func (s *CreateAnomalySubscriptionInput) SetAnomalySubscription(v *AnomalySubscription) *CreateAnomalySubscriptionInput
SetAnomalySubscription sets the AnomalySubscription field's value.
func (*CreateAnomalySubscriptionInput) SetResourceTags ¶ added in v1.43.23
func (s *CreateAnomalySubscriptionInput) SetResourceTags(v []*ResourceTag) *CreateAnomalySubscriptionInput
SetResourceTags sets the ResourceTags field's value.
func (CreateAnomalySubscriptionInput) String ¶ added in v1.34.30
func (s CreateAnomalySubscriptionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAnomalySubscriptionInput) Validate ¶ added in v1.34.30
func (s *CreateAnomalySubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAnomalySubscriptionOutput ¶ added in v1.34.30
type CreateAnomalySubscriptionOutput struct { // The unique identifier of your newly created cost anomaly subscription. // // SubscriptionArn is a required field SubscriptionArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateAnomalySubscriptionOutput) GoString ¶ added in v1.34.30
func (s CreateAnomalySubscriptionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateAnomalySubscriptionOutput) SetSubscriptionArn ¶ added in v1.34.30
func (s *CreateAnomalySubscriptionOutput) SetSubscriptionArn(v string) *CreateAnomalySubscriptionOutput
SetSubscriptionArn sets the SubscriptionArn field's value.
func (CreateAnomalySubscriptionOutput) String ¶ added in v1.34.30
func (s CreateAnomalySubscriptionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateCostCategoryDefinitionInput ¶ added in v1.25.42
type CreateCostCategoryDefinitionInput struct { // The default value for the cost category. DefaultValue *string `min:"1" type:"string"` // The Cost Category's effective start date. It can only be a billing start // date (first day of the month). If the date isn't provided, it's the first // day of the current month. Dates can't be before the previous twelve months, // or in the future. EffectiveStart *string `min:"20" type:"string"` // The unique name of the Cost Category. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // An optional list of tags to associate with the specified CostCategory (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_CostCategory.html). // You can use resource tags to control access to your cost category using IAM // policies. // // Each tag consists of a key and a value, and each key must be unique for the // resource. The following restrictions apply to resource tags: // // * Although the maximum number of array members is 200, you can assign // a maximum of 50 user-tags to one resource. The remaining are reserved // for Amazon Web Services use // // * The maximum length of a key is 128 characters // // * The maximum length of a value is 256 characters // // * Keys and values can only contain alphanumeric characters, spaces, and // any of the following: _.:/=+@- // // * Keys and values are case sensitive // // * Keys and values are trimmed for any leading or trailing whitespaces // // * Don’t use aws: as a prefix for your keys. This prefix is reserved // for Amazon Web Services use ResourceTags []*ResourceTag `type:"list"` // The rule schema version in this particular Cost Category. // // RuleVersion is a required field RuleVersion *string `type:"string" required:"true" enum:"CostCategoryRuleVersion"` // The Cost Category rules used to categorize costs. For more information, see // CostCategoryRule (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_CostCategoryRule.html). // // Rules is a required field Rules []*CostCategoryRule `min:"1" type:"list" required:"true"` // The split charge rules used to allocate your charges between your Cost Category // values. SplitChargeRules []*CostCategorySplitChargeRule `min:"1" type:"list"` // contains filtered or unexported fields }
func (CreateCostCategoryDefinitionInput) GoString ¶ added in v1.25.42
func (s CreateCostCategoryDefinitionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateCostCategoryDefinitionInput) SetDefaultValue ¶ added in v1.38.3
func (s *CreateCostCategoryDefinitionInput) SetDefaultValue(v string) *CreateCostCategoryDefinitionInput
SetDefaultValue sets the DefaultValue field's value.
func (*CreateCostCategoryDefinitionInput) SetEffectiveStart ¶ added in v1.44.107
func (s *CreateCostCategoryDefinitionInput) SetEffectiveStart(v string) *CreateCostCategoryDefinitionInput
SetEffectiveStart sets the EffectiveStart field's value.
func (*CreateCostCategoryDefinitionInput) SetName ¶ added in v1.25.42
func (s *CreateCostCategoryDefinitionInput) SetName(v string) *CreateCostCategoryDefinitionInput
SetName sets the Name field's value.
func (*CreateCostCategoryDefinitionInput) SetResourceTags ¶ added in v1.43.23
func (s *CreateCostCategoryDefinitionInput) SetResourceTags(v []*ResourceTag) *CreateCostCategoryDefinitionInput
SetResourceTags sets the ResourceTags field's value.
func (*CreateCostCategoryDefinitionInput) SetRuleVersion ¶ added in v1.25.42
func (s *CreateCostCategoryDefinitionInput) SetRuleVersion(v string) *CreateCostCategoryDefinitionInput
SetRuleVersion sets the RuleVersion field's value.
func (*CreateCostCategoryDefinitionInput) SetRules ¶ added in v1.25.42
func (s *CreateCostCategoryDefinitionInput) SetRules(v []*CostCategoryRule) *CreateCostCategoryDefinitionInput
SetRules sets the Rules field's value.
func (*CreateCostCategoryDefinitionInput) SetSplitChargeRules ¶ added in v1.40.24
func (s *CreateCostCategoryDefinitionInput) SetSplitChargeRules(v []*CostCategorySplitChargeRule) *CreateCostCategoryDefinitionInput
SetSplitChargeRules sets the SplitChargeRules field's value.
func (CreateCostCategoryDefinitionInput) String ¶ added in v1.25.42
func (s CreateCostCategoryDefinitionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateCostCategoryDefinitionInput) Validate ¶ added in v1.25.42
func (s *CreateCostCategoryDefinitionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateCostCategoryDefinitionOutput ¶ added in v1.25.42
type CreateCostCategoryDefinitionOutput struct { // The unique identifier for your newly created Cost Category. CostCategoryArn *string `min:"20" type:"string"` // The Cost Category's effective start date. It can only be a billing start // date (first day of the month). EffectiveStart *string `min:"20" type:"string"` // contains filtered or unexported fields }
func (CreateCostCategoryDefinitionOutput) GoString ¶ added in v1.25.42
func (s CreateCostCategoryDefinitionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CreateCostCategoryDefinitionOutput) SetCostCategoryArn ¶ added in v1.25.42
func (s *CreateCostCategoryDefinitionOutput) SetCostCategoryArn(v string) *CreateCostCategoryDefinitionOutput
SetCostCategoryArn sets the CostCategoryArn field's value.
func (*CreateCostCategoryDefinitionOutput) SetEffectiveStart ¶ added in v1.25.42
func (s *CreateCostCategoryDefinitionOutput) SetEffectiveStart(v string) *CreateCostCategoryDefinitionOutput
SetEffectiveStart sets the EffectiveStart field's value.
func (CreateCostCategoryDefinitionOutput) String ¶ added in v1.25.42
func (s CreateCostCategoryDefinitionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CurrentInstance ¶ added in v1.21.6
type CurrentInstance struct { // The currency code that Amazon Web Services used to calculate the costs for // this instance. CurrencyCode *string `type:"string"` // The name that you given an instance. This field shows as blank if you haven't // given the instance a name. InstanceName *string `type:"string"` // The current On-Demand cost of operating this instance on a monthly basis. MonthlyCost *string `type:"string"` // The number of hours during the lookback period that's billed at On-Demand // rates. OnDemandHoursInLookbackPeriod *string `type:"string"` // The number of hours during the lookback period that's covered by reservations. ReservationCoveredHoursInLookbackPeriod *string `type:"string"` // Details about the resource and utilization. ResourceDetails *ResourceDetails `type:"structure"` // Resource ID of the current instance. ResourceId *string `type:"string"` // Utilization information of the current instance during the lookback period. ResourceUtilization *ResourceUtilization `type:"structure"` // The number of hours during the lookback period that's covered by Savings // Plans. SavingsPlansCoveredHoursInLookbackPeriod *string `type:"string"` // Cost allocation resource tags that are applied to the instance. Tags []*TagValues `type:"list"` // The total number of hours that the instance ran during the lookback period. TotalRunningHoursInLookbackPeriod *string `type:"string"` // contains filtered or unexported fields }
Context about the current instance.
func (CurrentInstance) GoString ¶ added in v1.21.6
func (s CurrentInstance) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CurrentInstance) SetCurrencyCode ¶ added in v1.21.6
func (s *CurrentInstance) SetCurrencyCode(v string) *CurrentInstance
SetCurrencyCode sets the CurrencyCode field's value.
func (*CurrentInstance) SetInstanceName ¶ added in v1.33.4
func (s *CurrentInstance) SetInstanceName(v string) *CurrentInstance
SetInstanceName sets the InstanceName field's value.
func (*CurrentInstance) SetMonthlyCost ¶ added in v1.21.6
func (s *CurrentInstance) SetMonthlyCost(v string) *CurrentInstance
SetMonthlyCost sets the MonthlyCost field's value.
func (*CurrentInstance) SetOnDemandHoursInLookbackPeriod ¶ added in v1.21.6
func (s *CurrentInstance) SetOnDemandHoursInLookbackPeriod(v string) *CurrentInstance
SetOnDemandHoursInLookbackPeriod sets the OnDemandHoursInLookbackPeriod field's value.
func (*CurrentInstance) SetReservationCoveredHoursInLookbackPeriod ¶ added in v1.21.6
func (s *CurrentInstance) SetReservationCoveredHoursInLookbackPeriod(v string) *CurrentInstance
SetReservationCoveredHoursInLookbackPeriod sets the ReservationCoveredHoursInLookbackPeriod field's value.
func (*CurrentInstance) SetResourceDetails ¶ added in v1.21.6
func (s *CurrentInstance) SetResourceDetails(v *ResourceDetails) *CurrentInstance
SetResourceDetails sets the ResourceDetails field's value.
func (*CurrentInstance) SetResourceId ¶ added in v1.21.6
func (s *CurrentInstance) SetResourceId(v string) *CurrentInstance
SetResourceId sets the ResourceId field's value.
func (*CurrentInstance) SetResourceUtilization ¶ added in v1.21.6
func (s *CurrentInstance) SetResourceUtilization(v *ResourceUtilization) *CurrentInstance
SetResourceUtilization sets the ResourceUtilization field's value.
func (*CurrentInstance) SetSavingsPlansCoveredHoursInLookbackPeriod ¶ added in v1.25.28
func (s *CurrentInstance) SetSavingsPlansCoveredHoursInLookbackPeriod(v string) *CurrentInstance
SetSavingsPlansCoveredHoursInLookbackPeriod sets the SavingsPlansCoveredHoursInLookbackPeriod field's value.
func (*CurrentInstance) SetTags ¶ added in v1.21.6
func (s *CurrentInstance) SetTags(v []*TagValues) *CurrentInstance
SetTags sets the Tags field's value.
func (*CurrentInstance) SetTotalRunningHoursInLookbackPeriod ¶ added in v1.21.6
func (s *CurrentInstance) SetTotalRunningHoursInLookbackPeriod(v string) *CurrentInstance
SetTotalRunningHoursInLookbackPeriod sets the TotalRunningHoursInLookbackPeriod field's value.
func (CurrentInstance) String ¶ added in v1.21.6
func (s CurrentInstance) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DataUnavailableException ¶ added in v1.28.0
type DataUnavailableException struct { // contains filtered or unexported fields }
The requested data is unavailable.
func (*DataUnavailableException) Code ¶ added in v1.28.0
func (s *DataUnavailableException) Code() string
Code returns the exception type name.
func (*DataUnavailableException) Error ¶ added in v1.28.0
func (s *DataUnavailableException) Error() string
func (DataUnavailableException) GoString ¶ added in v1.28.0
func (s DataUnavailableException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DataUnavailableException) Message ¶ added in v1.28.0
func (s *DataUnavailableException) Message() string
Message returns the exception's message.
func (*DataUnavailableException) OrigErr ¶ added in v1.28.0
func (s *DataUnavailableException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*DataUnavailableException) RequestID ¶ added in v1.28.0
func (s *DataUnavailableException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*DataUnavailableException) StatusCode ¶ added in v1.28.0
func (s *DataUnavailableException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (DataUnavailableException) String ¶ added in v1.28.0
func (s DataUnavailableException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DateInterval ¶
type DateInterval struct { // The end of the time period. The end date is exclusive. For example, if end // is 2017-05-01, Amazon Web Services retrieves cost and usage data from the // start date up to, but not including, 2017-05-01. // // End is a required field End *string `type:"string" required:"true"` // The beginning of the time period. The start date is inclusive. For example, // if start is 2017-01-01, Amazon Web Services retrieves cost and usage data // starting at 2017-01-01 up to the end date. The start date must be equal to // or no later than the current date to avoid a validation error. // // Start is a required field Start *string `type:"string" required:"true"` // contains filtered or unexported fields }
The time period of the request.
func (DateInterval) GoString ¶
func (s DateInterval) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DateInterval) SetEnd ¶
func (s *DateInterval) SetEnd(v string) *DateInterval
SetEnd sets the End field's value.
func (*DateInterval) SetStart ¶
func (s *DateInterval) SetStart(v string) *DateInterval
SetStart sets the Start field's value.
func (DateInterval) String ¶
func (s DateInterval) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DateInterval) Validate ¶
func (s *DateInterval) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAnomalyMonitorInput ¶ added in v1.34.30
type DeleteAnomalyMonitorInput struct { // The unique identifier of the cost anomaly monitor that you want to delete. // // MonitorArn is a required field MonitorArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteAnomalyMonitorInput) GoString ¶ added in v1.34.30
func (s DeleteAnomalyMonitorInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAnomalyMonitorInput) SetMonitorArn ¶ added in v1.34.30
func (s *DeleteAnomalyMonitorInput) SetMonitorArn(v string) *DeleteAnomalyMonitorInput
SetMonitorArn sets the MonitorArn field's value.
func (DeleteAnomalyMonitorInput) String ¶ added in v1.34.30
func (s DeleteAnomalyMonitorInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAnomalyMonitorInput) Validate ¶ added in v1.34.30
func (s *DeleteAnomalyMonitorInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAnomalyMonitorOutput ¶ added in v1.34.30
type DeleteAnomalyMonitorOutput struct {
// contains filtered or unexported fields
}
func (DeleteAnomalyMonitorOutput) GoString ¶ added in v1.34.30
func (s DeleteAnomalyMonitorOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteAnomalyMonitorOutput) String ¶ added in v1.34.30
func (s DeleteAnomalyMonitorOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteAnomalySubscriptionInput ¶ added in v1.34.30
type DeleteAnomalySubscriptionInput struct { // The unique identifier of the cost anomaly subscription that you want to delete. // // SubscriptionArn is a required field SubscriptionArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteAnomalySubscriptionInput) GoString ¶ added in v1.34.30
func (s DeleteAnomalySubscriptionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAnomalySubscriptionInput) SetSubscriptionArn ¶ added in v1.34.30
func (s *DeleteAnomalySubscriptionInput) SetSubscriptionArn(v string) *DeleteAnomalySubscriptionInput
SetSubscriptionArn sets the SubscriptionArn field's value.
func (DeleteAnomalySubscriptionInput) String ¶ added in v1.34.30
func (s DeleteAnomalySubscriptionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteAnomalySubscriptionInput) Validate ¶ added in v1.34.30
func (s *DeleteAnomalySubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAnomalySubscriptionOutput ¶ added in v1.34.30
type DeleteAnomalySubscriptionOutput struct {
// contains filtered or unexported fields
}
func (DeleteAnomalySubscriptionOutput) GoString ¶ added in v1.34.30
func (s DeleteAnomalySubscriptionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteAnomalySubscriptionOutput) String ¶ added in v1.34.30
func (s DeleteAnomalySubscriptionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteCostCategoryDefinitionInput ¶ added in v1.25.42
type DeleteCostCategoryDefinitionInput struct { // The unique identifier for your Cost Category. // // CostCategoryArn is a required field CostCategoryArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteCostCategoryDefinitionInput) GoString ¶ added in v1.25.42
func (s DeleteCostCategoryDefinitionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteCostCategoryDefinitionInput) SetCostCategoryArn ¶ added in v1.25.42
func (s *DeleteCostCategoryDefinitionInput) SetCostCategoryArn(v string) *DeleteCostCategoryDefinitionInput
SetCostCategoryArn sets the CostCategoryArn field's value.
func (DeleteCostCategoryDefinitionInput) String ¶ added in v1.25.42
func (s DeleteCostCategoryDefinitionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteCostCategoryDefinitionInput) Validate ¶ added in v1.25.42
func (s *DeleteCostCategoryDefinitionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCostCategoryDefinitionOutput ¶ added in v1.25.42
type DeleteCostCategoryDefinitionOutput struct { // The unique identifier for your Cost Category. CostCategoryArn *string `min:"20" type:"string"` // The effective end date of the Cost Category as a result of deleting it. No // costs after this date is categorized by the deleted Cost Category. EffectiveEnd *string `min:"20" type:"string"` // contains filtered or unexported fields }
func (DeleteCostCategoryDefinitionOutput) GoString ¶ added in v1.25.42
func (s DeleteCostCategoryDefinitionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteCostCategoryDefinitionOutput) SetCostCategoryArn ¶ added in v1.25.42
func (s *DeleteCostCategoryDefinitionOutput) SetCostCategoryArn(v string) *DeleteCostCategoryDefinitionOutput
SetCostCategoryArn sets the CostCategoryArn field's value.
func (*DeleteCostCategoryDefinitionOutput) SetEffectiveEnd ¶ added in v1.25.42
func (s *DeleteCostCategoryDefinitionOutput) SetEffectiveEnd(v string) *DeleteCostCategoryDefinitionOutput
SetEffectiveEnd sets the EffectiveEnd field's value.
func (DeleteCostCategoryDefinitionOutput) String ¶ added in v1.25.42
func (s DeleteCostCategoryDefinitionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DescribeCostCategoryDefinitionInput ¶ added in v1.25.42
type DescribeCostCategoryDefinitionInput struct { // The unique identifier for your Cost Category. // // CostCategoryArn is a required field CostCategoryArn *string `min:"20" type:"string" required:"true"` // The date when the Cost Category was effective. EffectiveOn *string `min:"20" type:"string"` // contains filtered or unexported fields }
func (DescribeCostCategoryDefinitionInput) GoString ¶ added in v1.25.42
func (s DescribeCostCategoryDefinitionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeCostCategoryDefinitionInput) SetCostCategoryArn ¶ added in v1.25.42
func (s *DescribeCostCategoryDefinitionInput) SetCostCategoryArn(v string) *DescribeCostCategoryDefinitionInput
SetCostCategoryArn sets the CostCategoryArn field's value.
func (*DescribeCostCategoryDefinitionInput) SetEffectiveOn ¶ added in v1.25.42
func (s *DescribeCostCategoryDefinitionInput) SetEffectiveOn(v string) *DescribeCostCategoryDefinitionInput
SetEffectiveOn sets the EffectiveOn field's value.
func (DescribeCostCategoryDefinitionInput) String ¶ added in v1.25.42
func (s DescribeCostCategoryDefinitionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeCostCategoryDefinitionInput) Validate ¶ added in v1.25.42
func (s *DescribeCostCategoryDefinitionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCostCategoryDefinitionOutput ¶ added in v1.25.42
type DescribeCostCategoryDefinitionOutput struct { // The structure of Cost Categories. This includes detailed metadata and the // set of rules for the CostCategory object. CostCategory *CostCategory `type:"structure"` // contains filtered or unexported fields }
func (DescribeCostCategoryDefinitionOutput) GoString ¶ added in v1.25.42
func (s DescribeCostCategoryDefinitionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DescribeCostCategoryDefinitionOutput) SetCostCategory ¶ added in v1.25.42
func (s *DescribeCostCategoryDefinitionOutput) SetCostCategory(v *CostCategory) *DescribeCostCategoryDefinitionOutput
SetCostCategory sets the CostCategory field's value.
func (DescribeCostCategoryDefinitionOutput) String ¶ added in v1.25.42
func (s DescribeCostCategoryDefinitionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DimensionValues ¶
type DimensionValues struct { // The names of the metadata types that you can use to filter and group your // results. For example, AZ returns a list of Availability Zones. // // Not all dimensions are supported in each API. Refer to the documentation // for each specific API to see what is supported. // // LINK_ACCOUNT_NAME and SERVICE_CODE can only be used in CostCategoryRule (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_CostCategoryRule.html). // // ANOMALY_TOTAL_IMPACT_ABSOLUTE and ANOMALY_TOTAL_IMPACT_PERCENTAGE can only // be used in AnomalySubscriptions (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AnomalySubscription.html). Key *string `type:"string" enum:"Dimension"` // The match options that you can use to filter your results. // // MatchOptions is only applicable for actions related to Cost Category and // Anomaly Subscriptions. Refer to the documentation for each specific API to // see what is supported. // // The default values for MatchOptions are EQUALS and CASE_SENSITIVE. MatchOptions []*string `type:"list" enum:"MatchOption"` // The metadata values that you can use to filter and group your results. You // can use GetDimensionValues to find specific values. Values []*string `type:"list"` // contains filtered or unexported fields }
The metadata that you can use to filter and group your results. You can use GetDimensionValues to find specific values.
func (DimensionValues) GoString ¶
func (s DimensionValues) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DimensionValues) SetKey ¶
func (s *DimensionValues) SetKey(v string) *DimensionValues
SetKey sets the Key field's value.
func (*DimensionValues) SetMatchOptions ¶ added in v1.30.10
func (s *DimensionValues) SetMatchOptions(v []*string) *DimensionValues
SetMatchOptions sets the MatchOptions field's value.
func (*DimensionValues) SetValues ¶
func (s *DimensionValues) SetValues(v []*string) *DimensionValues
SetValues sets the Values field's value.
func (DimensionValues) String ¶
func (s DimensionValues) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DimensionValuesWithAttributes ¶
type DimensionValuesWithAttributes struct { // The attribute that applies to a specific Dimension. Attributes map[string]*string `type:"map"` // The value of a dimension with a specific attribute. Value *string `type:"string"` // contains filtered or unexported fields }
The metadata of a specific type that you can use to filter and group your results. You can use GetDimensionValues to find specific values.
func (DimensionValuesWithAttributes) GoString ¶
func (s DimensionValuesWithAttributes) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DimensionValuesWithAttributes) SetAttributes ¶
func (s *DimensionValuesWithAttributes) SetAttributes(v map[string]*string) *DimensionValuesWithAttributes
SetAttributes sets the Attributes field's value.
func (*DimensionValuesWithAttributes) SetValue ¶
func (s *DimensionValuesWithAttributes) SetValue(v string) *DimensionValuesWithAttributes
SetValue sets the Value field's value.
func (DimensionValuesWithAttributes) String ¶
func (s DimensionValuesWithAttributes) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DiskResourceUtilization ¶ added in v1.38.46
type DiskResourceUtilization struct { // The maximum read throughput operations per second. DiskReadBytesPerSecond *string `type:"string"` // The maximum number of read operations per second. DiskReadOpsPerSecond *string `type:"string"` // The maximum write throughput operations per second. DiskWriteBytesPerSecond *string `type:"string"` // The maximum number of write operations per second. DiskWriteOpsPerSecond *string `type:"string"` // contains filtered or unexported fields }
The field that contains a list of disk (local storage) metrics that are associated with the current instance.
func (DiskResourceUtilization) GoString ¶ added in v1.38.46
func (s DiskResourceUtilization) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DiskResourceUtilization) SetDiskReadBytesPerSecond ¶ added in v1.38.46
func (s *DiskResourceUtilization) SetDiskReadBytesPerSecond(v string) *DiskResourceUtilization
SetDiskReadBytesPerSecond sets the DiskReadBytesPerSecond field's value.
func (*DiskResourceUtilization) SetDiskReadOpsPerSecond ¶ added in v1.38.46
func (s *DiskResourceUtilization) SetDiskReadOpsPerSecond(v string) *DiskResourceUtilization
SetDiskReadOpsPerSecond sets the DiskReadOpsPerSecond field's value.
func (*DiskResourceUtilization) SetDiskWriteBytesPerSecond ¶ added in v1.38.46
func (s *DiskResourceUtilization) SetDiskWriteBytesPerSecond(v string) *DiskResourceUtilization
SetDiskWriteBytesPerSecond sets the DiskWriteBytesPerSecond field's value.
func (*DiskResourceUtilization) SetDiskWriteOpsPerSecond ¶ added in v1.38.46
func (s *DiskResourceUtilization) SetDiskWriteOpsPerSecond(v string) *DiskResourceUtilization
SetDiskWriteOpsPerSecond sets the DiskWriteOpsPerSecond field's value.
func (DiskResourceUtilization) String ¶ added in v1.38.46
func (s DiskResourceUtilization) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EBSResourceUtilization ¶ added in v1.35.5
type EBSResourceUtilization struct { // The maximum size of read operations per second EbsReadBytesPerSecond *string `type:"string"` // The maximum number of read operations per second. EbsReadOpsPerSecond *string `type:"string"` // The maximum size of write operations per second. EbsWriteBytesPerSecond *string `type:"string"` // The maximum number of write operations per second. EbsWriteOpsPerSecond *string `type:"string"` // contains filtered or unexported fields }
The EBS field that contains a list of EBS metrics that are associated with the current instance.
func (EBSResourceUtilization) GoString ¶ added in v1.35.5
func (s EBSResourceUtilization) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EBSResourceUtilization) SetEbsReadBytesPerSecond ¶ added in v1.35.5
func (s *EBSResourceUtilization) SetEbsReadBytesPerSecond(v string) *EBSResourceUtilization
SetEbsReadBytesPerSecond sets the EbsReadBytesPerSecond field's value.
func (*EBSResourceUtilization) SetEbsReadOpsPerSecond ¶ added in v1.35.5
func (s *EBSResourceUtilization) SetEbsReadOpsPerSecond(v string) *EBSResourceUtilization
SetEbsReadOpsPerSecond sets the EbsReadOpsPerSecond field's value.
func (*EBSResourceUtilization) SetEbsWriteBytesPerSecond ¶ added in v1.35.5
func (s *EBSResourceUtilization) SetEbsWriteBytesPerSecond(v string) *EBSResourceUtilization
SetEbsWriteBytesPerSecond sets the EbsWriteBytesPerSecond field's value.
func (*EBSResourceUtilization) SetEbsWriteOpsPerSecond ¶ added in v1.35.5
func (s *EBSResourceUtilization) SetEbsWriteOpsPerSecond(v string) *EBSResourceUtilization
SetEbsWriteOpsPerSecond sets the EbsWriteOpsPerSecond field's value.
func (EBSResourceUtilization) String ¶ added in v1.35.5
func (s EBSResourceUtilization) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EC2InstanceDetails ¶ added in v1.13.17
type EC2InstanceDetails struct { // The Availability Zone of the recommended reservation. AvailabilityZone *string `type:"string"` // Determines whether the recommendation is for a current-generation instance. CurrentGeneration *bool `type:"boolean"` // The instance family of the recommended reservation. Family *string `type:"string"` // The type of instance that Amazon Web Services recommends. InstanceType *string `type:"string"` // The platform of the recommended reservation. The platform is the specific // combination of operating system, license model, and software on an instance. Platform *string `type:"string"` // The Amazon Web Services Region of the recommended reservation. Region *string `type:"string"` // Determines whether the recommended reservation is size flexible. SizeFlexEligible *bool `type:"boolean"` // Determines whether the recommended reservation is dedicated or shared. Tenancy *string `type:"string"` // contains filtered or unexported fields }
Details about the Amazon EC2 reservations that Amazon Web Services recommends that you purchase.
func (EC2InstanceDetails) GoString ¶ added in v1.13.17
func (s EC2InstanceDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EC2InstanceDetails) SetAvailabilityZone ¶ added in v1.13.17
func (s *EC2InstanceDetails) SetAvailabilityZone(v string) *EC2InstanceDetails
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*EC2InstanceDetails) SetCurrentGeneration ¶ added in v1.13.17
func (s *EC2InstanceDetails) SetCurrentGeneration(v bool) *EC2InstanceDetails
SetCurrentGeneration sets the CurrentGeneration field's value.
func (*EC2InstanceDetails) SetFamily ¶ added in v1.13.17
func (s *EC2InstanceDetails) SetFamily(v string) *EC2InstanceDetails
SetFamily sets the Family field's value.
func (*EC2InstanceDetails) SetInstanceType ¶ added in v1.13.17
func (s *EC2InstanceDetails) SetInstanceType(v string) *EC2InstanceDetails
SetInstanceType sets the InstanceType field's value.
func (*EC2InstanceDetails) SetPlatform ¶ added in v1.13.17
func (s *EC2InstanceDetails) SetPlatform(v string) *EC2InstanceDetails
SetPlatform sets the Platform field's value.
func (*EC2InstanceDetails) SetRegion ¶ added in v1.13.17
func (s *EC2InstanceDetails) SetRegion(v string) *EC2InstanceDetails
SetRegion sets the Region field's value.
func (*EC2InstanceDetails) SetSizeFlexEligible ¶ added in v1.13.17
func (s *EC2InstanceDetails) SetSizeFlexEligible(v bool) *EC2InstanceDetails
SetSizeFlexEligible sets the SizeFlexEligible field's value.
func (*EC2InstanceDetails) SetTenancy ¶ added in v1.13.17
func (s *EC2InstanceDetails) SetTenancy(v string) *EC2InstanceDetails
SetTenancy sets the Tenancy field's value.
func (EC2InstanceDetails) String ¶ added in v1.13.17
func (s EC2InstanceDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EC2ResourceDetails ¶ added in v1.21.6
type EC2ResourceDetails struct { // The hourly public On-Demand rate for the instance type. HourlyOnDemandRate *string `type:"string"` // The type of Amazon Web Services instance. InstanceType *string `type:"string"` // The memory capacity of the Amazon Web Services instance. Memory *string `type:"string"` // The network performance capacity of the Amazon Web Services instance. NetworkPerformance *string `type:"string"` // The platform of the Amazon Web Services instance. The platform is the specific // combination of operating system, license model, and software on an instance. Platform *string `type:"string"` // The Amazon Web Services Region of the instance. Region *string `type:"string"` // The SKU of the product. Sku *string `type:"string"` // The disk storage of the Amazon Web Services instance. This doesn't include // EBS storage. Storage *string `type:"string"` // The number of VCPU cores in the Amazon Web Services instance type. Vcpu *string `type:"string"` // contains filtered or unexported fields }
Details on the Amazon EC2 Resource.
func (EC2ResourceDetails) GoString ¶ added in v1.21.6
func (s EC2ResourceDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EC2ResourceDetails) SetHourlyOnDemandRate ¶ added in v1.21.6
func (s *EC2ResourceDetails) SetHourlyOnDemandRate(v string) *EC2ResourceDetails
SetHourlyOnDemandRate sets the HourlyOnDemandRate field's value.
func (*EC2ResourceDetails) SetInstanceType ¶ added in v1.21.6
func (s *EC2ResourceDetails) SetInstanceType(v string) *EC2ResourceDetails
SetInstanceType sets the InstanceType field's value.
func (*EC2ResourceDetails) SetMemory ¶ added in v1.21.6
func (s *EC2ResourceDetails) SetMemory(v string) *EC2ResourceDetails
SetMemory sets the Memory field's value.
func (*EC2ResourceDetails) SetNetworkPerformance ¶ added in v1.21.6
func (s *EC2ResourceDetails) SetNetworkPerformance(v string) *EC2ResourceDetails
SetNetworkPerformance sets the NetworkPerformance field's value.
func (*EC2ResourceDetails) SetPlatform ¶ added in v1.21.6
func (s *EC2ResourceDetails) SetPlatform(v string) *EC2ResourceDetails
SetPlatform sets the Platform field's value.
func (*EC2ResourceDetails) SetRegion ¶ added in v1.21.6
func (s *EC2ResourceDetails) SetRegion(v string) *EC2ResourceDetails
SetRegion sets the Region field's value.
func (*EC2ResourceDetails) SetSku ¶ added in v1.21.6
func (s *EC2ResourceDetails) SetSku(v string) *EC2ResourceDetails
SetSku sets the Sku field's value.
func (*EC2ResourceDetails) SetStorage ¶ added in v1.21.6
func (s *EC2ResourceDetails) SetStorage(v string) *EC2ResourceDetails
SetStorage sets the Storage field's value.
func (*EC2ResourceDetails) SetVcpu ¶ added in v1.21.6
func (s *EC2ResourceDetails) SetVcpu(v string) *EC2ResourceDetails
SetVcpu sets the Vcpu field's value.
func (EC2ResourceDetails) String ¶ added in v1.21.6
func (s EC2ResourceDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EC2ResourceUtilization ¶ added in v1.21.6
type EC2ResourceUtilization struct { // The field that contains a list of disk (local storage) metrics that are associated // with the current instance. DiskResourceUtilization *DiskResourceUtilization `type:"structure"` // The EBS field that contains a list of EBS metrics that are associated with // the current instance. EBSResourceUtilization *EBSResourceUtilization `type:"structure"` // The maximum observed or expected CPU utilization of the instance. MaxCpuUtilizationPercentage *string `type:"string"` // The maximum observed or expected memory utilization of the instance. MaxMemoryUtilizationPercentage *string `type:"string"` // The maximum observed or expected storage utilization of the instance. This // doesn't include EBS storage. MaxStorageUtilizationPercentage *string `type:"string"` // The network field that contains a list of network metrics that are associated // with the current instance. NetworkResourceUtilization *NetworkResourceUtilization `type:"structure"` // contains filtered or unexported fields }
Utilization metrics for the instance.
func (EC2ResourceUtilization) GoString ¶ added in v1.21.6
func (s EC2ResourceUtilization) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EC2ResourceUtilization) SetDiskResourceUtilization ¶ added in v1.38.46
func (s *EC2ResourceUtilization) SetDiskResourceUtilization(v *DiskResourceUtilization) *EC2ResourceUtilization
SetDiskResourceUtilization sets the DiskResourceUtilization field's value.
func (*EC2ResourceUtilization) SetEBSResourceUtilization ¶ added in v1.35.5
func (s *EC2ResourceUtilization) SetEBSResourceUtilization(v *EBSResourceUtilization) *EC2ResourceUtilization
SetEBSResourceUtilization sets the EBSResourceUtilization field's value.
func (*EC2ResourceUtilization) SetMaxCpuUtilizationPercentage ¶ added in v1.21.6
func (s *EC2ResourceUtilization) SetMaxCpuUtilizationPercentage(v string) *EC2ResourceUtilization
SetMaxCpuUtilizationPercentage sets the MaxCpuUtilizationPercentage field's value.
func (*EC2ResourceUtilization) SetMaxMemoryUtilizationPercentage ¶ added in v1.21.6
func (s *EC2ResourceUtilization) SetMaxMemoryUtilizationPercentage(v string) *EC2ResourceUtilization
SetMaxMemoryUtilizationPercentage sets the MaxMemoryUtilizationPercentage field's value.
func (*EC2ResourceUtilization) SetMaxStorageUtilizationPercentage ¶ added in v1.21.6
func (s *EC2ResourceUtilization) SetMaxStorageUtilizationPercentage(v string) *EC2ResourceUtilization
SetMaxStorageUtilizationPercentage sets the MaxStorageUtilizationPercentage field's value.
func (*EC2ResourceUtilization) SetNetworkResourceUtilization ¶ added in v1.38.46
func (s *EC2ResourceUtilization) SetNetworkResourceUtilization(v *NetworkResourceUtilization) *EC2ResourceUtilization
SetNetworkResourceUtilization sets the NetworkResourceUtilization field's value.
func (EC2ResourceUtilization) String ¶ added in v1.21.6
func (s EC2ResourceUtilization) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EC2Specification ¶ added in v1.13.17
type EC2Specification struct { // Indicates whether you want a recommendation for standard or convertible reservations. OfferingClass *string `type:"string" enum:"OfferingClass"` // contains filtered or unexported fields }
The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.
func (EC2Specification) GoString ¶ added in v1.13.17
func (s EC2Specification) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EC2Specification) SetOfferingClass ¶ added in v1.13.17
func (s *EC2Specification) SetOfferingClass(v string) *EC2Specification
SetOfferingClass sets the OfferingClass field's value.
func (EC2Specification) String ¶ added in v1.13.17
func (s EC2Specification) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ESInstanceDetails ¶ added in v1.14.25
type ESInstanceDetails struct { // Determines whether the recommendation is for a current-generation instance. CurrentGeneration *bool `type:"boolean"` // The class of instance that Amazon Web Services recommends. InstanceClass *string `type:"string"` // The size of instance that Amazon Web Services recommends. InstanceSize *string `type:"string"` // The Amazon Web Services Region of the recommended reservation. Region *string `type:"string"` // Determines whether the recommended reservation is size flexible. SizeFlexEligible *bool `type:"boolean"` // contains filtered or unexported fields }
Details about the Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.
func (ESInstanceDetails) GoString ¶ added in v1.14.25
func (s ESInstanceDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ESInstanceDetails) SetCurrentGeneration ¶ added in v1.14.25
func (s *ESInstanceDetails) SetCurrentGeneration(v bool) *ESInstanceDetails
SetCurrentGeneration sets the CurrentGeneration field's value.
func (*ESInstanceDetails) SetInstanceClass ¶ added in v1.14.25
func (s *ESInstanceDetails) SetInstanceClass(v string) *ESInstanceDetails
SetInstanceClass sets the InstanceClass field's value.
func (*ESInstanceDetails) SetInstanceSize ¶ added in v1.14.25
func (s *ESInstanceDetails) SetInstanceSize(v string) *ESInstanceDetails
SetInstanceSize sets the InstanceSize field's value.
func (*ESInstanceDetails) SetRegion ¶ added in v1.14.25
func (s *ESInstanceDetails) SetRegion(v string) *ESInstanceDetails
SetRegion sets the Region field's value.
func (*ESInstanceDetails) SetSizeFlexEligible ¶ added in v1.14.25
func (s *ESInstanceDetails) SetSizeFlexEligible(v bool) *ESInstanceDetails
SetSizeFlexEligible sets the SizeFlexEligible field's value.
func (ESInstanceDetails) String ¶ added in v1.14.25
func (s ESInstanceDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ElastiCacheInstanceDetails ¶ added in v1.14.25
type ElastiCacheInstanceDetails struct { // Determines whether the recommendation is for a current generation instance. CurrentGeneration *bool `type:"boolean"` // The instance family of the recommended reservation. Family *string `type:"string"` // The type of node that Amazon Web Services recommends. NodeType *string `type:"string"` // The description of the recommended reservation. ProductDescription *string `type:"string"` // The Amazon Web Services Region of the recommended reservation. Region *string `type:"string"` // Determines whether the recommended reservation is size flexible. SizeFlexEligible *bool `type:"boolean"` // contains filtered or unexported fields }
Details about the Amazon ElastiCache reservations that Amazon Web Services recommends that you purchase.
func (ElastiCacheInstanceDetails) GoString ¶ added in v1.14.25
func (s ElastiCacheInstanceDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ElastiCacheInstanceDetails) SetCurrentGeneration ¶ added in v1.14.25
func (s *ElastiCacheInstanceDetails) SetCurrentGeneration(v bool) *ElastiCacheInstanceDetails
SetCurrentGeneration sets the CurrentGeneration field's value.
func (*ElastiCacheInstanceDetails) SetFamily ¶ added in v1.14.25
func (s *ElastiCacheInstanceDetails) SetFamily(v string) *ElastiCacheInstanceDetails
SetFamily sets the Family field's value.
func (*ElastiCacheInstanceDetails) SetNodeType ¶ added in v1.14.25
func (s *ElastiCacheInstanceDetails) SetNodeType(v string) *ElastiCacheInstanceDetails
SetNodeType sets the NodeType field's value.
func (*ElastiCacheInstanceDetails) SetProductDescription ¶ added in v1.14.25
func (s *ElastiCacheInstanceDetails) SetProductDescription(v string) *ElastiCacheInstanceDetails
SetProductDescription sets the ProductDescription field's value.
func (*ElastiCacheInstanceDetails) SetRegion ¶ added in v1.14.25
func (s *ElastiCacheInstanceDetails) SetRegion(v string) *ElastiCacheInstanceDetails
SetRegion sets the Region field's value.
func (*ElastiCacheInstanceDetails) SetSizeFlexEligible ¶ added in v1.14.25
func (s *ElastiCacheInstanceDetails) SetSizeFlexEligible(v bool) *ElastiCacheInstanceDetails
SetSizeFlexEligible sets the SizeFlexEligible field's value.
func (ElastiCacheInstanceDetails) String ¶ added in v1.14.25
func (s ElastiCacheInstanceDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Expression ¶
type Expression struct { // Return results that match both Dimension objects. And []*Expression `type:"list"` // The filter that's based on CostCategory values. CostCategories *CostCategoryValues `type:"structure"` // The specific Dimension to use for Expression. Dimensions *DimensionValues `type:"structure"` // Return results that don't match a Dimension object. Not *Expression `type:"structure"` // Return results that match either Dimension object. Or []*Expression `type:"list"` // The specific Tag to use for Expression. Tags *TagValues `type:"structure"` // contains filtered or unexported fields }
Use Expression to filter in various Cost Explorer APIs.
Not all Expression types are supported in each API. Refer to the documentation for each specific API to see what is supported.
There are two patterns:
Simple dimension values. There are three types of simple dimension values: CostCategories, Tags, and Dimensions. Specify the CostCategories field to define a filter that acts on Cost Categories. Specify the Tags field to define a filter that acts on Cost Allocation Tags. Specify the Dimensions field to define a filter that acts on the DimensionValues (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_DimensionValues.html). For each filter type, you can set the dimension name and values for the filters that you plan to use. For example, you can filter for REGION==us-east-1 OR REGION==us-west-1. For GetRightsizingRecommendation, the Region is a full name (for example, REGION==US East (N. Virginia). The corresponding Expression for this example is as follows: { "Dimensions": { "Key": "REGION", "Values": [ "us-east-1", "us-west-1" ] } } As shown in the previous example, lists of dimension values are combined with OR when applying the filter. You can also set different match options to further control how the filter behaves. Not all APIs support match options. Refer to the documentation for each specific API to see what is supported. For example, you can filter for linked account names that start with "a". The corresponding Expression for this example is as follows: { "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } }
Compound Expression types with logical operations. You can use multiple Expression types and the logical operators AND/OR/NOT to create a list of one or more Expression objects. By doing this, you can filter by more advanced options. For example, you can filter by ((REGION == us-east-1 OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer). The corresponding Expression for this example is as follows: { "And": [ {"Or": [ {"Dimensions": { "Key": "REGION", "Values": [ "us-east-1", "us-west-1" ] }}, {"Tags": { "Key": "TagName", "Values": ["Value1"] } } ]}, {"Not": {"Dimensions": { "Key": "USAGE_TYPE", "Values": ["DataTransfer"] }}} ] } Because each Expression can have only one operator, the service returns an error if more than one is specified. The following example shows an Expression object that creates an error: { "And": [ ... ], "Dimensions": { "Key": "USAGE_TYPE", "Values": [ "DataTransfer" ] } } The following is an example of the corresponding error message: "Expression has more than one roots. Only one root operator is allowed for each expression: And, Or, Not, Dimensions, Tags, CostCategories"
For the GetRightsizingRecommendation action, a combination of OR and NOT isn't supported. OR isn't supported between different dimensions, or dimensions and tags. NOT operators aren't supported. Dimensions are also limited to LINKED_ACCOUNT, REGION, or RIGHTSIZING_TYPE.
For the GetReservationPurchaseRecommendation action, only NOT is supported. AND and OR aren't supported. Dimensions are limited to LINKED_ACCOUNT.
func (Expression) GoString ¶
func (s Expression) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Expression) SetAnd ¶
func (s *Expression) SetAnd(v []*Expression) *Expression
SetAnd sets the And field's value.
func (*Expression) SetCostCategories ¶ added in v1.25.42
func (s *Expression) SetCostCategories(v *CostCategoryValues) *Expression
SetCostCategories sets the CostCategories field's value.
func (*Expression) SetDimensions ¶
func (s *Expression) SetDimensions(v *DimensionValues) *Expression
SetDimensions sets the Dimensions field's value.
func (*Expression) SetNot ¶
func (s *Expression) SetNot(v *Expression) *Expression
SetNot sets the Not field's value.
func (*Expression) SetOr ¶
func (s *Expression) SetOr(v []*Expression) *Expression
SetOr sets the Or field's value.
func (*Expression) SetTags ¶
func (s *Expression) SetTags(v *TagValues) *Expression
SetTags sets the Tags field's value.
func (Expression) String ¶
func (s Expression) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Expression) Validate ¶ added in v1.25.42
func (s *Expression) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ForecastResult ¶ added in v1.15.78
type ForecastResult struct { // The mean value of the forecast. MeanValue *string `type:"string"` // The lower limit for the prediction interval. PredictionIntervalLowerBound *string `type:"string"` // The upper limit for the prediction interval. PredictionIntervalUpperBound *string `type:"string"` // The period of time that the forecast covers. TimePeriod *DateInterval `type:"structure"` // contains filtered or unexported fields }
The forecast that's created for your query.
func (ForecastResult) GoString ¶ added in v1.15.78
func (s ForecastResult) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ForecastResult) SetMeanValue ¶ added in v1.15.78
func (s *ForecastResult) SetMeanValue(v string) *ForecastResult
SetMeanValue sets the MeanValue field's value.
func (*ForecastResult) SetPredictionIntervalLowerBound ¶ added in v1.15.78
func (s *ForecastResult) SetPredictionIntervalLowerBound(v string) *ForecastResult
SetPredictionIntervalLowerBound sets the PredictionIntervalLowerBound field's value.
func (*ForecastResult) SetPredictionIntervalUpperBound ¶ added in v1.15.78
func (s *ForecastResult) SetPredictionIntervalUpperBound(v string) *ForecastResult
SetPredictionIntervalUpperBound sets the PredictionIntervalUpperBound field's value.
func (*ForecastResult) SetTimePeriod ¶ added in v1.15.78
func (s *ForecastResult) SetTimePeriod(v *DateInterval) *ForecastResult
SetTimePeriod sets the TimePeriod field's value.
func (ForecastResult) String ¶ added in v1.15.78
func (s ForecastResult) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GenerationExistsException ¶ added in v1.44.153
type GenerationExistsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
A request to generate a recommendation is already in progress.
func (*GenerationExistsException) Code ¶ added in v1.44.153
func (s *GenerationExistsException) Code() string
Code returns the exception type name.
func (*GenerationExistsException) Error ¶ added in v1.44.153
func (s *GenerationExistsException) Error() string
func (GenerationExistsException) GoString ¶ added in v1.44.153
func (s GenerationExistsException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GenerationExistsException) Message ¶ added in v1.44.153
func (s *GenerationExistsException) Message() string
Message returns the exception's message.
func (*GenerationExistsException) OrigErr ¶ added in v1.44.153
func (s *GenerationExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*GenerationExistsException) RequestID ¶ added in v1.44.153
func (s *GenerationExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*GenerationExistsException) StatusCode ¶ added in v1.44.153
func (s *GenerationExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (GenerationExistsException) String ¶ added in v1.44.153
func (s GenerationExistsException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GenerationSummary ¶ added in v1.44.153
type GenerationSummary struct { // Indicates the estimated time for when the recommendation generation will // complete. EstimatedCompletionTime *string `min:"20" type:"string"` // Indicates the completion time of the recommendation generation. GenerationCompletionTime *string `min:"20" type:"string"` // Indicates the start time of the recommendation generation. GenerationStartedTime *string `min:"20" type:"string"` // Indicates whether the recommendation generation succeeded, is processing, // or failed. GenerationStatus *string `type:"string" enum:"GenerationStatus"` // Indicates the ID for this specific recommendation. RecommendationId *string `min:"36" type:"string"` // contains filtered or unexported fields }
The summary of the Savings Plans recommendation generation.
func (GenerationSummary) GoString ¶ added in v1.44.153
func (s GenerationSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GenerationSummary) SetEstimatedCompletionTime ¶ added in v1.44.153
func (s *GenerationSummary) SetEstimatedCompletionTime(v string) *GenerationSummary
SetEstimatedCompletionTime sets the EstimatedCompletionTime field's value.
func (*GenerationSummary) SetGenerationCompletionTime ¶ added in v1.44.153
func (s *GenerationSummary) SetGenerationCompletionTime(v string) *GenerationSummary
SetGenerationCompletionTime sets the GenerationCompletionTime field's value.
func (*GenerationSummary) SetGenerationStartedTime ¶ added in v1.44.153
func (s *GenerationSummary) SetGenerationStartedTime(v string) *GenerationSummary
SetGenerationStartedTime sets the GenerationStartedTime field's value.
func (*GenerationSummary) SetGenerationStatus ¶ added in v1.44.153
func (s *GenerationSummary) SetGenerationStatus(v string) *GenerationSummary
SetGenerationStatus sets the GenerationStatus field's value.
func (*GenerationSummary) SetRecommendationId ¶ added in v1.44.153
func (s *GenerationSummary) SetRecommendationId(v string) *GenerationSummary
SetRecommendationId sets the RecommendationId field's value.
func (GenerationSummary) String ¶ added in v1.44.153
func (s GenerationSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAnomaliesInput ¶ added in v1.34.30
type GetAnomaliesInput struct { // Assigns the start and end dates for retrieving cost anomalies. The returned // anomaly object will have an AnomalyEndDate in the specified time range. // // DateInterval is a required field DateInterval *AnomalyDateInterval `type:"structure" required:"true"` // Filters anomaly results by the feedback field on the anomaly object. Feedback *string `type:"string" enum:"AnomalyFeedbackType"` // The number of entries a paginated response contains. MaxResults *int64 `type:"integer"` // Retrieves all of the cost anomalies detected for a specific cost anomaly // monitor Amazon Resource Name (ARN). MonitorArn *string `type:"string"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // Filters anomaly results by the total impact field on the anomaly object. // For example, you can filter anomalies GREATER_THAN 200.00 to retrieve anomalies, // with an estimated dollar impact greater than 200. TotalImpact *TotalImpactFilter `type:"structure"` // contains filtered or unexported fields }
func (GetAnomaliesInput) GoString ¶ added in v1.34.30
func (s GetAnomaliesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetAnomaliesInput) SetDateInterval ¶ added in v1.34.30
func (s *GetAnomaliesInput) SetDateInterval(v *AnomalyDateInterval) *GetAnomaliesInput
SetDateInterval sets the DateInterval field's value.
func (*GetAnomaliesInput) SetFeedback ¶ added in v1.34.30
func (s *GetAnomaliesInput) SetFeedback(v string) *GetAnomaliesInput
SetFeedback sets the Feedback field's value.
func (*GetAnomaliesInput) SetMaxResults ¶ added in v1.34.30
func (s *GetAnomaliesInput) SetMaxResults(v int64) *GetAnomaliesInput
SetMaxResults sets the MaxResults field's value.
func (*GetAnomaliesInput) SetMonitorArn ¶ added in v1.34.30
func (s *GetAnomaliesInput) SetMonitorArn(v string) *GetAnomaliesInput
SetMonitorArn sets the MonitorArn field's value.
func (*GetAnomaliesInput) SetNextPageToken ¶ added in v1.34.30
func (s *GetAnomaliesInput) SetNextPageToken(v string) *GetAnomaliesInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetAnomaliesInput) SetTotalImpact ¶ added in v1.34.30
func (s *GetAnomaliesInput) SetTotalImpact(v *TotalImpactFilter) *GetAnomaliesInput
SetTotalImpact sets the TotalImpact field's value.
func (GetAnomaliesInput) String ¶ added in v1.34.30
func (s GetAnomaliesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetAnomaliesInput) Validate ¶ added in v1.34.30
func (s *GetAnomaliesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAnomaliesOutput ¶ added in v1.34.30
type GetAnomaliesOutput struct { // A list of cost anomalies. // // Anomalies is a required field Anomalies []*Anomaly `type:"list" required:"true"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // contains filtered or unexported fields }
func (GetAnomaliesOutput) GoString ¶ added in v1.34.30
func (s GetAnomaliesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetAnomaliesOutput) SetAnomalies ¶ added in v1.34.30
func (s *GetAnomaliesOutput) SetAnomalies(v []*Anomaly) *GetAnomaliesOutput
SetAnomalies sets the Anomalies field's value.
func (*GetAnomaliesOutput) SetNextPageToken ¶ added in v1.34.30
func (s *GetAnomaliesOutput) SetNextPageToken(v string) *GetAnomaliesOutput
SetNextPageToken sets the NextPageToken field's value.
func (GetAnomaliesOutput) String ¶ added in v1.34.30
func (s GetAnomaliesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAnomalyMonitorsInput ¶ added in v1.34.30
type GetAnomalyMonitorsInput struct { // The number of entries that a paginated response contains. MaxResults *int64 `type:"integer"` // A list of cost anomaly monitor ARNs. MonitorArnList []*string `type:"list"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // contains filtered or unexported fields }
func (GetAnomalyMonitorsInput) GoString ¶ added in v1.34.30
func (s GetAnomalyMonitorsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetAnomalyMonitorsInput) SetMaxResults ¶ added in v1.34.30
func (s *GetAnomalyMonitorsInput) SetMaxResults(v int64) *GetAnomalyMonitorsInput
SetMaxResults sets the MaxResults field's value.
func (*GetAnomalyMonitorsInput) SetMonitorArnList ¶ added in v1.34.30
func (s *GetAnomalyMonitorsInput) SetMonitorArnList(v []*string) *GetAnomalyMonitorsInput
SetMonitorArnList sets the MonitorArnList field's value.
func (*GetAnomalyMonitorsInput) SetNextPageToken ¶ added in v1.34.30
func (s *GetAnomalyMonitorsInput) SetNextPageToken(v string) *GetAnomalyMonitorsInput
SetNextPageToken sets the NextPageToken field's value.
func (GetAnomalyMonitorsInput) String ¶ added in v1.34.30
func (s GetAnomalyMonitorsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAnomalyMonitorsOutput ¶ added in v1.34.30
type GetAnomalyMonitorsOutput struct { // A list of cost anomaly monitors that includes the detailed metadata for each // monitor. // // AnomalyMonitors is a required field AnomalyMonitors []*AnomalyMonitor `type:"list" required:"true"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // contains filtered or unexported fields }
func (GetAnomalyMonitorsOutput) GoString ¶ added in v1.34.30
func (s GetAnomalyMonitorsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetAnomalyMonitorsOutput) SetAnomalyMonitors ¶ added in v1.34.30
func (s *GetAnomalyMonitorsOutput) SetAnomalyMonitors(v []*AnomalyMonitor) *GetAnomalyMonitorsOutput
SetAnomalyMonitors sets the AnomalyMonitors field's value.
func (*GetAnomalyMonitorsOutput) SetNextPageToken ¶ added in v1.34.30
func (s *GetAnomalyMonitorsOutput) SetNextPageToken(v string) *GetAnomalyMonitorsOutput
SetNextPageToken sets the NextPageToken field's value.
func (GetAnomalyMonitorsOutput) String ¶ added in v1.34.30
func (s GetAnomalyMonitorsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAnomalySubscriptionsInput ¶ added in v1.34.30
type GetAnomalySubscriptionsInput struct { // The number of entries a paginated response contains. MaxResults *int64 `type:"integer"` // Cost anomaly monitor ARNs. MonitorArn *string `type:"string"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // A list of cost anomaly subscription ARNs. SubscriptionArnList []*string `type:"list"` // contains filtered or unexported fields }
func (GetAnomalySubscriptionsInput) GoString ¶ added in v1.34.30
func (s GetAnomalySubscriptionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetAnomalySubscriptionsInput) SetMaxResults ¶ added in v1.34.30
func (s *GetAnomalySubscriptionsInput) SetMaxResults(v int64) *GetAnomalySubscriptionsInput
SetMaxResults sets the MaxResults field's value.
func (*GetAnomalySubscriptionsInput) SetMonitorArn ¶ added in v1.34.30
func (s *GetAnomalySubscriptionsInput) SetMonitorArn(v string) *GetAnomalySubscriptionsInput
SetMonitorArn sets the MonitorArn field's value.
func (*GetAnomalySubscriptionsInput) SetNextPageToken ¶ added in v1.34.30
func (s *GetAnomalySubscriptionsInput) SetNextPageToken(v string) *GetAnomalySubscriptionsInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetAnomalySubscriptionsInput) SetSubscriptionArnList ¶ added in v1.34.30
func (s *GetAnomalySubscriptionsInput) SetSubscriptionArnList(v []*string) *GetAnomalySubscriptionsInput
SetSubscriptionArnList sets the SubscriptionArnList field's value.
func (GetAnomalySubscriptionsInput) String ¶ added in v1.34.30
func (s GetAnomalySubscriptionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAnomalySubscriptionsOutput ¶ added in v1.34.30
type GetAnomalySubscriptionsOutput struct { // A list of cost anomaly subscriptions that includes the detailed metadata // for each one. // // AnomalySubscriptions is a required field AnomalySubscriptions []*AnomalySubscription `type:"list" required:"true"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // contains filtered or unexported fields }
func (GetAnomalySubscriptionsOutput) GoString ¶ added in v1.34.30
func (s GetAnomalySubscriptionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetAnomalySubscriptionsOutput) SetAnomalySubscriptions ¶ added in v1.34.30
func (s *GetAnomalySubscriptionsOutput) SetAnomalySubscriptions(v []*AnomalySubscription) *GetAnomalySubscriptionsOutput
SetAnomalySubscriptions sets the AnomalySubscriptions field's value.
func (*GetAnomalySubscriptionsOutput) SetNextPageToken ¶ added in v1.34.30
func (s *GetAnomalySubscriptionsOutput) SetNextPageToken(v string) *GetAnomalySubscriptionsOutput
SetNextPageToken sets the NextPageToken field's value.
func (GetAnomalySubscriptionsOutput) String ¶ added in v1.34.30
func (s GetAnomalySubscriptionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetApproximateUsageRecordsInput ¶ added in v1.50.28
type GetApproximateUsageRecordsInput struct { // The service to evaluate for the usage records. You can choose resource-level // data at daily granularity, or hourly granularity with or without resource-level // data. // // ApproximationDimension is a required field ApproximationDimension *string `type:"string" required:"true" enum:"ApproximationDimension"` // How granular you want the data to be. You can enable data at hourly or daily // granularity. // // Granularity is a required field Granularity *string `type:"string" required:"true" enum:"Granularity"` // The service metadata for the service or services you want to query. If not // specified, all elements are returned. Services []*string `type:"list"` // contains filtered or unexported fields }
func (GetApproximateUsageRecordsInput) GoString ¶ added in v1.50.28
func (s GetApproximateUsageRecordsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetApproximateUsageRecordsInput) SetApproximationDimension ¶ added in v1.50.28
func (s *GetApproximateUsageRecordsInput) SetApproximationDimension(v string) *GetApproximateUsageRecordsInput
SetApproximationDimension sets the ApproximationDimension field's value.
func (*GetApproximateUsageRecordsInput) SetGranularity ¶ added in v1.50.28
func (s *GetApproximateUsageRecordsInput) SetGranularity(v string) *GetApproximateUsageRecordsInput
SetGranularity sets the Granularity field's value.
func (*GetApproximateUsageRecordsInput) SetServices ¶ added in v1.50.28
func (s *GetApproximateUsageRecordsInput) SetServices(v []*string) *GetApproximateUsageRecordsInput
SetServices sets the Services field's value.
func (GetApproximateUsageRecordsInput) String ¶ added in v1.50.28
func (s GetApproximateUsageRecordsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetApproximateUsageRecordsInput) Validate ¶ added in v1.50.28
func (s *GetApproximateUsageRecordsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetApproximateUsageRecordsOutput ¶ added in v1.50.28
type GetApproximateUsageRecordsOutput struct { // The lookback period that's used for the estimation. LookbackPeriod *DateInterval `type:"structure"` // The service metadata for the service or services in the response. Services map[string]*int64 `type:"map"` // The total number of usage records for all services in the services list. TotalRecords *int64 `type:"long"` // contains filtered or unexported fields }
func (GetApproximateUsageRecordsOutput) GoString ¶ added in v1.50.28
func (s GetApproximateUsageRecordsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetApproximateUsageRecordsOutput) SetLookbackPeriod ¶ added in v1.50.28
func (s *GetApproximateUsageRecordsOutput) SetLookbackPeriod(v *DateInterval) *GetApproximateUsageRecordsOutput
SetLookbackPeriod sets the LookbackPeriod field's value.
func (*GetApproximateUsageRecordsOutput) SetServices ¶ added in v1.50.28
func (s *GetApproximateUsageRecordsOutput) SetServices(v map[string]*int64) *GetApproximateUsageRecordsOutput
SetServices sets the Services field's value.
func (*GetApproximateUsageRecordsOutput) SetTotalRecords ¶ added in v1.50.28
func (s *GetApproximateUsageRecordsOutput) SetTotalRecords(v int64) *GetApproximateUsageRecordsOutput
SetTotalRecords sets the TotalRecords field's value.
func (GetApproximateUsageRecordsOutput) String ¶ added in v1.50.28
func (s GetApproximateUsageRecordsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetCostAndUsageInput ¶
type GetCostAndUsageInput struct { // Filters Amazon Web Services costs by different dimensions. For example, you // can specify SERVICE and LINKED_ACCOUNT and get the costs that are associated // with that account's usage of that service. You can nest Expression objects // to define any combination of dimension filters. For more information, see // Expression (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html). // // Valid values for MatchOptions for Dimensions are EQUALS and CASE_SENSITIVE. // // Valid values for MatchOptions for CostCategories and Tags are EQUALS, ABSENT, // and CASE_SENSITIVE. Default values are EQUALS and CASE_SENSITIVE. Filter *Expression `type:"structure"` // Sets the Amazon Web Services cost granularity to MONTHLY or DAILY, or HOURLY. // If Granularity isn't set, the response object doesn't include the Granularity, // either MONTHLY or DAILY, or HOURLY. // // Granularity is a required field Granularity *string `type:"string" required:"true" enum:"Granularity"` // You can group Amazon Web Services costs using up to two different groups, // either dimensions, tag keys, cost categories, or any two group by types. // // Valid values for the DIMENSION type are AZ, INSTANCE_TYPE, LEGAL_ENTITY_NAME, // INVOICING_ENTITY, LINKED_ACCOUNT, OPERATION, PLATFORM, PURCHASE_TYPE, SERVICE, // TENANCY, RECORD_TYPE, and USAGE_TYPE. // // When you group by the TAG type and include a valid tag key, you get all tag // values, including empty strings. GroupBy []*GroupDefinition `type:"list"` // Which metrics are returned in the query. For more information about blended // and unblended rates, see Why does the "blended" annotation appear on some // line items in my bill? (http://aws.amazon.com/premiumsupport/knowledge-center/blended-rates-intro/). // // Valid values are AmortizedCost, BlendedCost, NetAmortizedCost, NetUnblendedCost, // NormalizedUsageAmount, UnblendedCost, and UsageQuantity. // // If you return the UsageQuantity metric, the service aggregates all usage // numbers without taking into account the units. For example, if you aggregate // usageQuantity across all of Amazon EC2, the results aren't meaningful because // Amazon EC2 compute hours and data transfer are measured in different units // (for example, hours and GB). To get more meaningful UsageQuantity metrics, // filter by UsageType or UsageTypeGroups. // // Metrics is required for GetCostAndUsage requests. // // Metrics is a required field Metrics []*string `type:"list" required:"true"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // Sets the start date and end date for retrieving Amazon Web Services costs. // The start date is inclusive, but the end date is exclusive. For example, // if start is 2017-01-01 and end is 2017-05-01, then the cost and usage data // is retrieved from 2017-01-01 up to and including 2017-04-30 but not including // 2017-05-01. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetCostAndUsageInput) GoString ¶
func (s GetCostAndUsageInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostAndUsageInput) SetFilter ¶
func (s *GetCostAndUsageInput) SetFilter(v *Expression) *GetCostAndUsageInput
SetFilter sets the Filter field's value.
func (*GetCostAndUsageInput) SetGranularity ¶
func (s *GetCostAndUsageInput) SetGranularity(v string) *GetCostAndUsageInput
SetGranularity sets the Granularity field's value.
func (*GetCostAndUsageInput) SetGroupBy ¶
func (s *GetCostAndUsageInput) SetGroupBy(v []*GroupDefinition) *GetCostAndUsageInput
SetGroupBy sets the GroupBy field's value.
func (*GetCostAndUsageInput) SetMetrics ¶
func (s *GetCostAndUsageInput) SetMetrics(v []*string) *GetCostAndUsageInput
SetMetrics sets the Metrics field's value.
func (*GetCostAndUsageInput) SetNextPageToken ¶
func (s *GetCostAndUsageInput) SetNextPageToken(v string) *GetCostAndUsageInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetCostAndUsageInput) SetTimePeriod ¶
func (s *GetCostAndUsageInput) SetTimePeriod(v *DateInterval) *GetCostAndUsageInput
SetTimePeriod sets the TimePeriod field's value.
func (GetCostAndUsageInput) String ¶
func (s GetCostAndUsageInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostAndUsageInput) Validate ¶
func (s *GetCostAndUsageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCostAndUsageOutput ¶
type GetCostAndUsageOutput struct { // The attributes that apply to a specific dimension value. For example, if // the value is a linked account, the attribute is that account name. DimensionValueAttributes []*DimensionValuesWithAttributes `type:"list"` // The groups that are specified by the Filter or GroupBy parameters in the // request. GroupDefinitions []*GroupDefinition `type:"list"` // The token for the next set of retrievable results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // The time period that's covered by the results in the response. ResultsByTime []*ResultByTime `type:"list"` // contains filtered or unexported fields }
func (GetCostAndUsageOutput) GoString ¶
func (s GetCostAndUsageOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostAndUsageOutput) SetDimensionValueAttributes ¶ added in v1.36.21
func (s *GetCostAndUsageOutput) SetDimensionValueAttributes(v []*DimensionValuesWithAttributes) *GetCostAndUsageOutput
SetDimensionValueAttributes sets the DimensionValueAttributes field's value.
func (*GetCostAndUsageOutput) SetGroupDefinitions ¶
func (s *GetCostAndUsageOutput) SetGroupDefinitions(v []*GroupDefinition) *GetCostAndUsageOutput
SetGroupDefinitions sets the GroupDefinitions field's value.
func (*GetCostAndUsageOutput) SetNextPageToken ¶
func (s *GetCostAndUsageOutput) SetNextPageToken(v string) *GetCostAndUsageOutput
SetNextPageToken sets the NextPageToken field's value.
func (*GetCostAndUsageOutput) SetResultsByTime ¶
func (s *GetCostAndUsageOutput) SetResultsByTime(v []*ResultByTime) *GetCostAndUsageOutput
SetResultsByTime sets the ResultsByTime field's value.
func (GetCostAndUsageOutput) String ¶
func (s GetCostAndUsageOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetCostAndUsageWithResourcesInput ¶ added in v1.25.32
type GetCostAndUsageWithResourcesInput struct { // Filters Amazon Web Services costs by different dimensions. For example, you // can specify SERVICE and LINKED_ACCOUNT and get the costs that are associated // with that account's usage of that service. You can nest Expression objects // to define any combination of dimension filters. For more information, see // Expression (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html). // // The GetCostAndUsageWithResources operation requires that you either group // by or filter by a ResourceId. It requires the Expression (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html) // "SERVICE = Amazon Elastic Compute Cloud - Compute" in the filter. // // Valid values for MatchOptions for Dimensions are EQUALS and CASE_SENSITIVE. // // Valid values for MatchOptions for CostCategories and Tags are EQUALS, ABSENT, // and CASE_SENSITIVE. Default values are EQUALS and CASE_SENSITIVE. // // Filter is a required field Filter *Expression `type:"structure" required:"true"` // Sets the Amazon Web Services cost granularity to MONTHLY, DAILY, or HOURLY. // If Granularity isn't set, the response object doesn't include the Granularity, // MONTHLY, DAILY, or HOURLY. // // Granularity is a required field Granularity *string `type:"string" required:"true" enum:"Granularity"` // You can group Amazon Web Services costs using up to two different groups: // DIMENSION, TAG, COST_CATEGORY. GroupBy []*GroupDefinition `type:"list"` // Which metrics are returned in the query. For more information about blended // and unblended rates, see Why does the "blended" annotation appear on some // line items in my bill? (http://aws.amazon.com/premiumsupport/knowledge-center/blended-rates-intro/). // // Valid values are AmortizedCost, BlendedCost, NetAmortizedCost, NetUnblendedCost, // NormalizedUsageAmount, UnblendedCost, and UsageQuantity. // // If you return the UsageQuantity metric, the service aggregates all usage // numbers without taking the units into account. For example, if you aggregate // usageQuantity across all of Amazon EC2, the results aren't meaningful because // Amazon EC2 compute hours and data transfer are measured in different units // (for example, hour or GB). To get more meaningful UsageQuantity metrics, // filter by UsageType or UsageTypeGroups. // // Metrics is required for GetCostAndUsageWithResources requests. Metrics []*string `type:"list"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // Sets the start and end dates for retrieving Amazon Web Services costs. The // range must be within the last 14 days (the start date cannot be earlier than // 14 days ago). The start date is inclusive, but the end date is exclusive. // For example, if start is 2017-01-01 and end is 2017-05-01, then the cost // and usage data is retrieved from 2017-01-01 up to and including 2017-04-30 // but not including 2017-05-01. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetCostAndUsageWithResourcesInput) GoString ¶ added in v1.25.32
func (s GetCostAndUsageWithResourcesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostAndUsageWithResourcesInput) SetFilter ¶ added in v1.25.32
func (s *GetCostAndUsageWithResourcesInput) SetFilter(v *Expression) *GetCostAndUsageWithResourcesInput
SetFilter sets the Filter field's value.
func (*GetCostAndUsageWithResourcesInput) SetGranularity ¶ added in v1.25.32
func (s *GetCostAndUsageWithResourcesInput) SetGranularity(v string) *GetCostAndUsageWithResourcesInput
SetGranularity sets the Granularity field's value.
func (*GetCostAndUsageWithResourcesInput) SetGroupBy ¶ added in v1.25.32
func (s *GetCostAndUsageWithResourcesInput) SetGroupBy(v []*GroupDefinition) *GetCostAndUsageWithResourcesInput
SetGroupBy sets the GroupBy field's value.
func (*GetCostAndUsageWithResourcesInput) SetMetrics ¶ added in v1.25.32
func (s *GetCostAndUsageWithResourcesInput) SetMetrics(v []*string) *GetCostAndUsageWithResourcesInput
SetMetrics sets the Metrics field's value.
func (*GetCostAndUsageWithResourcesInput) SetNextPageToken ¶ added in v1.25.32
func (s *GetCostAndUsageWithResourcesInput) SetNextPageToken(v string) *GetCostAndUsageWithResourcesInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetCostAndUsageWithResourcesInput) SetTimePeriod ¶ added in v1.25.32
func (s *GetCostAndUsageWithResourcesInput) SetTimePeriod(v *DateInterval) *GetCostAndUsageWithResourcesInput
SetTimePeriod sets the TimePeriod field's value.
func (GetCostAndUsageWithResourcesInput) String ¶ added in v1.25.32
func (s GetCostAndUsageWithResourcesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostAndUsageWithResourcesInput) Validate ¶ added in v1.25.32
func (s *GetCostAndUsageWithResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCostAndUsageWithResourcesOutput ¶ added in v1.25.32
type GetCostAndUsageWithResourcesOutput struct { // The attributes that apply to a specific dimension value. For example, if // the value is a linked account, the attribute is that account name. DimensionValueAttributes []*DimensionValuesWithAttributes `type:"list"` // The groups that are specified by the Filter or GroupBy parameters in the // request. GroupDefinitions []*GroupDefinition `type:"list"` // The token for the next set of retrievable results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // The time period that's covered by the results in the response. ResultsByTime []*ResultByTime `type:"list"` // contains filtered or unexported fields }
func (GetCostAndUsageWithResourcesOutput) GoString ¶ added in v1.25.32
func (s GetCostAndUsageWithResourcesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostAndUsageWithResourcesOutput) SetDimensionValueAttributes ¶ added in v1.36.21
func (s *GetCostAndUsageWithResourcesOutput) SetDimensionValueAttributes(v []*DimensionValuesWithAttributes) *GetCostAndUsageWithResourcesOutput
SetDimensionValueAttributes sets the DimensionValueAttributes field's value.
func (*GetCostAndUsageWithResourcesOutput) SetGroupDefinitions ¶ added in v1.25.32
func (s *GetCostAndUsageWithResourcesOutput) SetGroupDefinitions(v []*GroupDefinition) *GetCostAndUsageWithResourcesOutput
SetGroupDefinitions sets the GroupDefinitions field's value.
func (*GetCostAndUsageWithResourcesOutput) SetNextPageToken ¶ added in v1.25.32
func (s *GetCostAndUsageWithResourcesOutput) SetNextPageToken(v string) *GetCostAndUsageWithResourcesOutput
SetNextPageToken sets the NextPageToken field's value.
func (*GetCostAndUsageWithResourcesOutput) SetResultsByTime ¶ added in v1.25.32
func (s *GetCostAndUsageWithResourcesOutput) SetResultsByTime(v []*ResultByTime) *GetCostAndUsageWithResourcesOutput
SetResultsByTime sets the ResultsByTime field's value.
func (GetCostAndUsageWithResourcesOutput) String ¶ added in v1.25.32
func (s GetCostAndUsageWithResourcesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetCostCategoriesInput ¶ added in v1.36.21
type GetCostCategoriesInput struct { // The unique name of the Cost Category. CostCategoryName *string `min:"1" type:"string"` // Use Expression to filter in various Cost Explorer APIs. // // Not all Expression types are supported in each API. Refer to the documentation // for each specific API to see what is supported. // // There are two patterns: // // * Simple dimension values. There are three types of simple dimension values: // CostCategories, Tags, and Dimensions. Specify the CostCategories field // to define a filter that acts on Cost Categories. Specify the Tags field // to define a filter that acts on Cost Allocation Tags. Specify the Dimensions // field to define a filter that acts on the DimensionValues (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_DimensionValues.html). // For each filter type, you can set the dimension name and values for the // filters that you plan to use. For example, you can filter for REGION==us-east-1 // OR REGION==us-west-1. For GetRightsizingRecommendation, the Region is // a full name (for example, REGION==US East (N. Virginia). The corresponding // Expression for this example is as follows: { "Dimensions": { "Key": "REGION", // "Values": [ "us-east-1", "us-west-1" ] } } As shown in the previous example, // lists of dimension values are combined with OR when applying the filter. // You can also set different match options to further control how the filter // behaves. Not all APIs support match options. Refer to the documentation // for each specific API to see what is supported. For example, you can filter // for linked account names that start with "a". The corresponding Expression // for this example is as follows: { "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", // "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } } // // * Compound Expression types with logical operations. You can use multiple // Expression types and the logical operators AND/OR/NOT to create a list // of one or more Expression objects. By doing this, you can filter by more // advanced options. For example, you can filter by ((REGION == us-east-1 // OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer). // The corresponding Expression for this example is as follows: { "And": // [ {"Or": [ {"Dimensions": { "Key": "REGION", "Values": [ "us-east-1", // "us-west-1" ] }}, {"Tags": { "Key": "TagName", "Values": ["Value1"] } // } ]}, {"Not": {"Dimensions": { "Key": "USAGE_TYPE", "Values": ["DataTransfer"] // }}} ] } Because each Expression can have only one operator, the service // returns an error if more than one is specified. The following example // shows an Expression object that creates an error: { "And": [ ... ], "Dimensions": // { "Key": "USAGE_TYPE", "Values": [ "DataTransfer" ] } } The following // is an example of the corresponding error message: "Expression has more // than one roots. Only one root operator is allowed for each expression: // And, Or, Not, Dimensions, Tags, CostCategories" // // For the GetRightsizingRecommendation action, a combination of OR and NOT // isn't supported. OR isn't supported between different dimensions, or dimensions // and tags. NOT operators aren't supported. Dimensions are also limited to // LINKED_ACCOUNT, REGION, or RIGHTSIZING_TYPE. // // For the GetReservationPurchaseRecommendation action, only NOT is supported. // AND and OR aren't supported. Dimensions are limited to LINKED_ACCOUNT. Filter *Expression `type:"structure"` // This field is only used when the SortBy value is provided in the request. // // The maximum number of objects that are returned for this request. If MaxResults // isn't specified with the SortBy value, the request returns 1000 results as // the default value for this parameter. // // For GetCostCategories, MaxResults has an upper quota of 1000. MaxResults *int64 `min:"1" type:"integer"` // If the number of objects that are still available for retrieval exceeds the // quota, Amazon Web Services returns a NextPageToken value in the response. // To retrieve the next batch of objects, provide the NextPageToken from the // previous call in your next request. NextPageToken *string `type:"string"` // The value that you want to search the filter values for. // // If you don't specify a CostCategoryName, SearchString is used to filter Cost // Category names that match the SearchString pattern. If you specify a CostCategoryName, // SearchString is used to filter Cost Category values that match the SearchString // pattern. SearchString *string `type:"string"` // The value that you sort the data by. // // The key represents the cost and usage metrics. The following values are supported: // // * BlendedCost // // * UnblendedCost // // * AmortizedCost // // * NetAmortizedCost // // * NetUnblendedCost // // * UsageQuantity // // * NormalizedUsageAmount // // The supported key values for the SortOrder value are ASCENDING and DESCENDING. // // When you use the SortBy value, the NextPageToken and SearchString key values // aren't supported. SortBy []*SortDefinition `type:"list"` // The time period of the request. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetCostCategoriesInput) GoString ¶ added in v1.36.21
func (s GetCostCategoriesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostCategoriesInput) SetCostCategoryName ¶ added in v1.36.21
func (s *GetCostCategoriesInput) SetCostCategoryName(v string) *GetCostCategoriesInput
SetCostCategoryName sets the CostCategoryName field's value.
func (*GetCostCategoriesInput) SetFilter ¶ added in v1.36.21
func (s *GetCostCategoriesInput) SetFilter(v *Expression) *GetCostCategoriesInput
SetFilter sets the Filter field's value.
func (*GetCostCategoriesInput) SetMaxResults ¶ added in v1.36.21
func (s *GetCostCategoriesInput) SetMaxResults(v int64) *GetCostCategoriesInput
SetMaxResults sets the MaxResults field's value.
func (*GetCostCategoriesInput) SetNextPageToken ¶ added in v1.36.21
func (s *GetCostCategoriesInput) SetNextPageToken(v string) *GetCostCategoriesInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetCostCategoriesInput) SetSearchString ¶ added in v1.36.21
func (s *GetCostCategoriesInput) SetSearchString(v string) *GetCostCategoriesInput
SetSearchString sets the SearchString field's value.
func (*GetCostCategoriesInput) SetSortBy ¶ added in v1.36.21
func (s *GetCostCategoriesInput) SetSortBy(v []*SortDefinition) *GetCostCategoriesInput
SetSortBy sets the SortBy field's value.
func (*GetCostCategoriesInput) SetTimePeriod ¶ added in v1.36.21
func (s *GetCostCategoriesInput) SetTimePeriod(v *DateInterval) *GetCostCategoriesInput
SetTimePeriod sets the TimePeriod field's value.
func (GetCostCategoriesInput) String ¶ added in v1.36.21
func (s GetCostCategoriesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostCategoriesInput) Validate ¶ added in v1.36.21
func (s *GetCostCategoriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCostCategoriesOutput ¶ added in v1.36.21
type GetCostCategoriesOutput struct { // The names of the Cost Categories. CostCategoryNames []*string `type:"list"` // The Cost Category values. // // If the CostCategoryName key isn't specified in the request, the CostCategoryValues // fields aren't returned. CostCategoryValues []*string `type:"list"` // If the number of objects that are still available for retrieval exceeds the // quota, Amazon Web Services returns a NextPageToken value in the response. // To retrieve the next batch of objects, provide the marker from the prior // call in your next request. NextPageToken *string `type:"string"` // The number of objects that are returned. // // ReturnSize is a required field ReturnSize *int64 `type:"integer" required:"true"` // The total number of objects. // // TotalSize is a required field TotalSize *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
func (GetCostCategoriesOutput) GoString ¶ added in v1.36.21
func (s GetCostCategoriesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostCategoriesOutput) SetCostCategoryNames ¶ added in v1.36.21
func (s *GetCostCategoriesOutput) SetCostCategoryNames(v []*string) *GetCostCategoriesOutput
SetCostCategoryNames sets the CostCategoryNames field's value.
func (*GetCostCategoriesOutput) SetCostCategoryValues ¶ added in v1.36.21
func (s *GetCostCategoriesOutput) SetCostCategoryValues(v []*string) *GetCostCategoriesOutput
SetCostCategoryValues sets the CostCategoryValues field's value.
func (*GetCostCategoriesOutput) SetNextPageToken ¶ added in v1.36.21
func (s *GetCostCategoriesOutput) SetNextPageToken(v string) *GetCostCategoriesOutput
SetNextPageToken sets the NextPageToken field's value.
func (*GetCostCategoriesOutput) SetReturnSize ¶ added in v1.36.21
func (s *GetCostCategoriesOutput) SetReturnSize(v int64) *GetCostCategoriesOutput
SetReturnSize sets the ReturnSize field's value.
func (*GetCostCategoriesOutput) SetTotalSize ¶ added in v1.36.21
func (s *GetCostCategoriesOutput) SetTotalSize(v int64) *GetCostCategoriesOutput
SetTotalSize sets the TotalSize field's value.
func (GetCostCategoriesOutput) String ¶ added in v1.36.21
func (s GetCostCategoriesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetCostForecastInput ¶ added in v1.15.78
type GetCostForecastInput struct { // The filters that you want to use to filter your forecast. The GetCostForecast // API supports filtering by the following dimensions: // // * AZ // // * INSTANCE_TYPE // // * LINKED_ACCOUNT // // * LINKED_ACCOUNT_NAME // // * OPERATION // // * PURCHASE_TYPE // // * REGION // // * SERVICE // // * USAGE_TYPE // // * USAGE_TYPE_GROUP // // * RECORD_TYPE // // * OPERATING_SYSTEM // // * TENANCY // // * SCOPE // // * PLATFORM // // * SUBSCRIPTION_ID // // * LEGAL_ENTITY_NAME // // * DEPLOYMENT_OPTION // // * DATABASE_ENGINE // // * INSTANCE_TYPE_FAMILY // // * BILLING_ENTITY // // * RESERVATION_ID // // * SAVINGS_PLAN_ARN Filter *Expression `type:"structure"` // How granular you want the forecast to be. You can get 3 months of DAILY forecasts // or 12 months of MONTHLY forecasts. // // The GetCostForecast operation supports only DAILY and MONTHLY granularities. // // Granularity is a required field Granularity *string `type:"string" required:"true" enum:"Granularity"` // Which metric Cost Explorer uses to create your forecast. For more information // about blended and unblended rates, see Why does the "blended" annotation // appear on some line items in my bill? (http://aws.amazon.com/premiumsupport/knowledge-center/blended-rates-intro/). // // Valid values for a GetCostForecast call are the following: // // * AMORTIZED_COST // // * BLENDED_COST // // * NET_AMORTIZED_COST // // * NET_UNBLENDED_COST // // * UNBLENDED_COST // // Metric is a required field Metric *string `type:"string" required:"true" enum:"Metric"` // Cost Explorer always returns the mean forecast as a single point. You can // request a prediction interval around the mean by specifying a confidence // level. The higher the confidence level, the more confident Cost Explorer // is about the actual value falling in the prediction interval. Higher confidence // levels result in wider prediction intervals. PredictionIntervalLevel *int64 `min:"51" type:"integer"` // The period of time that you want the forecast to cover. The start date must // be equal to or no later than the current date to avoid a validation error. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetCostForecastInput) GoString ¶ added in v1.15.78
func (s GetCostForecastInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostForecastInput) SetFilter ¶ added in v1.15.78
func (s *GetCostForecastInput) SetFilter(v *Expression) *GetCostForecastInput
SetFilter sets the Filter field's value.
func (*GetCostForecastInput) SetGranularity ¶ added in v1.15.78
func (s *GetCostForecastInput) SetGranularity(v string) *GetCostForecastInput
SetGranularity sets the Granularity field's value.
func (*GetCostForecastInput) SetMetric ¶ added in v1.15.78
func (s *GetCostForecastInput) SetMetric(v string) *GetCostForecastInput
SetMetric sets the Metric field's value.
func (*GetCostForecastInput) SetPredictionIntervalLevel ¶ added in v1.15.78
func (s *GetCostForecastInput) SetPredictionIntervalLevel(v int64) *GetCostForecastInput
SetPredictionIntervalLevel sets the PredictionIntervalLevel field's value.
func (*GetCostForecastInput) SetTimePeriod ¶ added in v1.15.78
func (s *GetCostForecastInput) SetTimePeriod(v *DateInterval) *GetCostForecastInput
SetTimePeriod sets the TimePeriod field's value.
func (GetCostForecastInput) String ¶ added in v1.15.78
func (s GetCostForecastInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostForecastInput) Validate ¶ added in v1.15.78
func (s *GetCostForecastInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetCostForecastOutput ¶ added in v1.15.78
type GetCostForecastOutput struct { // The forecasts for your query, in order. For DAILY forecasts, this is a list // of days. For MONTHLY forecasts, this is a list of months. ForecastResultsByTime []*ForecastResult `type:"list"` // How much you are forecasted to spend over the forecast period, in USD. Total *MetricValue `type:"structure"` // contains filtered or unexported fields }
func (GetCostForecastOutput) GoString ¶ added in v1.15.78
func (s GetCostForecastOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetCostForecastOutput) SetForecastResultsByTime ¶ added in v1.15.78
func (s *GetCostForecastOutput) SetForecastResultsByTime(v []*ForecastResult) *GetCostForecastOutput
SetForecastResultsByTime sets the ForecastResultsByTime field's value.
func (*GetCostForecastOutput) SetTotal ¶ added in v1.15.78
func (s *GetCostForecastOutput) SetTotal(v *MetricValue) *GetCostForecastOutput
SetTotal sets the Total field's value.
func (GetCostForecastOutput) String ¶ added in v1.15.78
func (s GetCostForecastOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDimensionValuesInput ¶
type GetDimensionValuesInput struct { // The context for the call to GetDimensionValues. This can be RESERVATIONS // or COST_AND_USAGE. The default value is COST_AND_USAGE. If the context is // set to RESERVATIONS, the resulting dimension values can be used in the GetReservationUtilization // operation. If the context is set to COST_AND_USAGE, the resulting dimension // values can be used in the GetCostAndUsage operation. // // If you set the context to COST_AND_USAGE, you can use the following dimensions // for searching: // // * AZ - The Availability Zone. An example is us-east-1a. // // * BILLING_ENTITY - The Amazon Web Services seller that your account is // with. Possible values are the following: - Amazon Web Services(Amazon // Web Services): The entity that sells Amazon Web Services. - AISPL (Amazon // Internet Services Pvt. Ltd.): The local Indian entity that's an acting // reseller for Amazon Web Services in India. - Amazon Web Services Marketplace: // The entity that supports the sale of solutions that are built on Amazon // Web Services by third-party software providers. // // * CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are // Windows or Linux. // // * DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service // deployments. Valid values are SingleAZ and MultiAZ. // // * DATABASE_ENGINE - The Amazon Relational Database Service database. Examples // are Aurora or MySQL. // // * INSTANCE_TYPE - The type of Amazon EC2 instance. An example is m4.xlarge. // // * INSTANCE_TYPE_FAMILY - A family of instance types optimized to fit different // use cases. Examples are Compute Optimized (for example, C4, C5, C6g, and // C7g), Memory Optimization (for example, R4, R5n, R5b, and R6g). // // * INVOICING_ENTITY - The name of the entity that issues the Amazon Web // Services invoice. // // * LEGAL_ENTITY_NAME - The name of the organization that sells you Amazon // Web Services services, such as Amazon Web Services. // // * LINKED_ACCOUNT - The description in the attribute map that includes // the full name of the member account. The value field contains the Amazon // Web Services ID of the member account. // // * OPERATING_SYSTEM - The operating system. Examples are Windows or Linux. // // * OPERATION - The action performed. Examples include RunInstance and CreateBucket. // // * PLATFORM - The Amazon EC2 operating system. Examples are Windows or // Linux. // // * PURCHASE_TYPE - The reservation type of the purchase that this usage // is related to. Examples include On-Demand Instances and Standard Reserved // Instances. // // * RESERVATION_ID - The unique identifier for an Amazon Web Services Reservation // Instance. // // * SAVINGS_PLAN_ARN - The unique identifier for your Savings Plans. // // * SAVINGS_PLANS_TYPE - Type of Savings Plans (EC2 Instance or Compute). // // * SERVICE - The Amazon Web Services service such as Amazon DynamoDB. // // * TENANCY - The tenancy of a resource. Examples are shared or dedicated. // // * USAGE_TYPE - The type of usage. An example is DataTransfer-In-Bytes. // The response for the GetDimensionValues operation includes a unit attribute. // Examples include GB and Hrs. // // * USAGE_TYPE_GROUP - The grouping of common usage types. An example is // Amazon EC2: CloudWatch – Alarms. The response for this operation includes // a unit attribute. // // * REGION - The Amazon Web Services Region. // // * RECORD_TYPE - The different types of charges such as Reserved Instance // (RI) fees, usage costs, tax refunds, and credits. // // * RESOURCE_ID - The unique identifier of the resource. ResourceId is an // opt-in feature only available for last 14 days for EC2-Compute Service. // // If you set the context to RESERVATIONS, you can use the following dimensions // for searching: // // * AZ - The Availability Zone. An example is us-east-1a. // // * CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are // Windows or Linux. // // * DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service // deployments. Valid values are SingleAZ and MultiAZ. // // * INSTANCE_TYPE - The type of Amazon EC2 instance. An example is m4.xlarge. // // * LINKED_ACCOUNT - The description in the attribute map that includes // the full name of the member account. The value field contains the Amazon // Web Services ID of the member account. // // * PLATFORM - The Amazon EC2 operating system. Examples are Windows or // Linux. // // * REGION - The Amazon Web Services Region. // // * SCOPE (Utilization only) - The scope of a Reserved Instance (RI). Values // are regional or a single Availability Zone. // // * TAG (Coverage only) - The tags that are associated with a Reserved Instance // (RI). // // * TENANCY - The tenancy of a resource. Examples are shared or dedicated. // // If you set the context to SAVINGS_PLANS, you can use the following dimensions // for searching: // // * SAVINGS_PLANS_TYPE - Type of Savings Plans (EC2 Instance or Compute) // // * PAYMENT_OPTION - The payment option for the given Savings Plans (for // example, All Upfront) // // * REGION - The Amazon Web Services Region. // // * INSTANCE_TYPE_FAMILY - The family of instances (For example, m5) // // * LINKED_ACCOUNT - The description in the attribute map that includes // the full name of the member account. The value field contains the Amazon // Web Services ID of the member account. // // * SAVINGS_PLAN_ARN - The unique identifier for your Savings Plans. Context *string `type:"string" enum:"Context"` // The name of the dimension. Each Dimension is available for a different Context. // For more information, see Context. LINK_ACCOUNT_NAME and SERVICE_CODE can // only be used in CostCategoryRule (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/AAPI_CostCategoryRule.html). // // Dimension is a required field Dimension *string `type:"string" required:"true" enum:"Dimension"` // Use Expression to filter in various Cost Explorer APIs. // // Not all Expression types are supported in each API. Refer to the documentation // for each specific API to see what is supported. // // There are two patterns: // // * Simple dimension values. There are three types of simple dimension values: // CostCategories, Tags, and Dimensions. Specify the CostCategories field // to define a filter that acts on Cost Categories. Specify the Tags field // to define a filter that acts on Cost Allocation Tags. Specify the Dimensions // field to define a filter that acts on the DimensionValues (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_DimensionValues.html). // For each filter type, you can set the dimension name and values for the // filters that you plan to use. For example, you can filter for REGION==us-east-1 // OR REGION==us-west-1. For GetRightsizingRecommendation, the Region is // a full name (for example, REGION==US East (N. Virginia). The corresponding // Expression for this example is as follows: { "Dimensions": { "Key": "REGION", // "Values": [ "us-east-1", "us-west-1" ] } } As shown in the previous example, // lists of dimension values are combined with OR when applying the filter. // You can also set different match options to further control how the filter // behaves. Not all APIs support match options. Refer to the documentation // for each specific API to see what is supported. For example, you can filter // for linked account names that start with "a". The corresponding Expression // for this example is as follows: { "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", // "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } } // // * Compound Expression types with logical operations. You can use multiple // Expression types and the logical operators AND/OR/NOT to create a list // of one or more Expression objects. By doing this, you can filter by more // advanced options. For example, you can filter by ((REGION == us-east-1 // OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer). // The corresponding Expression for this example is as follows: { "And": // [ {"Or": [ {"Dimensions": { "Key": "REGION", "Values": [ "us-east-1", // "us-west-1" ] }}, {"Tags": { "Key": "TagName", "Values": ["Value1"] } // } ]}, {"Not": {"Dimensions": { "Key": "USAGE_TYPE", "Values": ["DataTransfer"] // }}} ] } Because each Expression can have only one operator, the service // returns an error if more than one is specified. The following example // shows an Expression object that creates an error: { "And": [ ... ], "Dimensions": // { "Key": "USAGE_TYPE", "Values": [ "DataTransfer" ] } } The following // is an example of the corresponding error message: "Expression has more // than one roots. Only one root operator is allowed for each expression: // And, Or, Not, Dimensions, Tags, CostCategories" // // For the GetRightsizingRecommendation action, a combination of OR and NOT // isn't supported. OR isn't supported between different dimensions, or dimensions // and tags. NOT operators aren't supported. Dimensions are also limited to // LINKED_ACCOUNT, REGION, or RIGHTSIZING_TYPE. // // For the GetReservationPurchaseRecommendation action, only NOT is supported. // AND and OR aren't supported. Dimensions are limited to LINKED_ACCOUNT. Filter *Expression `type:"structure"` // This field is only used when SortBy is provided in the request. The maximum // number of objects that are returned for this request. If MaxResults isn't // specified with SortBy, the request returns 1000 results as the default value // for this parameter. // // For GetDimensionValues, MaxResults has an upper limit of 1000. MaxResults *int64 `min:"1" type:"integer"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // The value that you want to search the filter values for. SearchString *string `type:"string"` // The value that you want to sort the data by. // // The key represents cost and usage metrics. The following values are supported: // // * BlendedCost // // * UnblendedCost // // * AmortizedCost // // * NetAmortizedCost // // * NetUnblendedCost // // * UsageQuantity // // * NormalizedUsageAmount // // The supported values for the SortOrder key are ASCENDING or DESCENDING. // // When you specify a SortBy paramater, the context must be COST_AND_USAGE. // Further, when using SortBy, NextPageToken and SearchString aren't supported. SortBy []*SortDefinition `type:"list"` // The start date and end date for retrieving the dimension values. The start // date is inclusive, but the end date is exclusive. For example, if start is // 2017-01-01 and end is 2017-05-01, then the cost and usage data is retrieved // from 2017-01-01 up to and including 2017-04-30 but not including 2017-05-01. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetDimensionValuesInput) GoString ¶
func (s GetDimensionValuesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDimensionValuesInput) SetContext ¶
func (s *GetDimensionValuesInput) SetContext(v string) *GetDimensionValuesInput
SetContext sets the Context field's value.
func (*GetDimensionValuesInput) SetDimension ¶
func (s *GetDimensionValuesInput) SetDimension(v string) *GetDimensionValuesInput
SetDimension sets the Dimension field's value.
func (*GetDimensionValuesInput) SetFilter ¶ added in v1.36.21
func (s *GetDimensionValuesInput) SetFilter(v *Expression) *GetDimensionValuesInput
SetFilter sets the Filter field's value.
func (*GetDimensionValuesInput) SetMaxResults ¶ added in v1.36.21
func (s *GetDimensionValuesInput) SetMaxResults(v int64) *GetDimensionValuesInput
SetMaxResults sets the MaxResults field's value.
func (*GetDimensionValuesInput) SetNextPageToken ¶
func (s *GetDimensionValuesInput) SetNextPageToken(v string) *GetDimensionValuesInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetDimensionValuesInput) SetSearchString ¶
func (s *GetDimensionValuesInput) SetSearchString(v string) *GetDimensionValuesInput
SetSearchString sets the SearchString field's value.
func (*GetDimensionValuesInput) SetSortBy ¶ added in v1.36.21
func (s *GetDimensionValuesInput) SetSortBy(v []*SortDefinition) *GetDimensionValuesInput
SetSortBy sets the SortBy field's value.
func (*GetDimensionValuesInput) SetTimePeriod ¶
func (s *GetDimensionValuesInput) SetTimePeriod(v *DateInterval) *GetDimensionValuesInput
SetTimePeriod sets the TimePeriod field's value.
func (GetDimensionValuesInput) String ¶
func (s GetDimensionValuesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDimensionValuesInput) Validate ¶
func (s *GetDimensionValuesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDimensionValuesOutput ¶
type GetDimensionValuesOutput struct { // The filters that you used to filter your request. Some dimensions are available // only for a specific context. // // If you set the context to COST_AND_USAGE, you can use the following dimensions // for searching: // // * AZ - The Availability Zone. An example is us-east-1a. // // * DATABASE_ENGINE - The Amazon Relational Database Service database. Examples // are Aurora or MySQL. // // * INSTANCE_TYPE - The type of Amazon EC2 instance. An example is m4.xlarge. // // * LEGAL_ENTITY_NAME - The name of the organization that sells you Amazon // Web Services services, such as Amazon Web Services. // // * LINKED_ACCOUNT - The description in the attribute map that includes // the full name of the member account. The value field contains the Amazon // Web Services ID of the member account. // // * OPERATING_SYSTEM - The operating system. Examples are Windows or Linux. // // * OPERATION - The action performed. Examples include RunInstance and CreateBucket. // // * PLATFORM - The Amazon EC2 operating system. Examples are Windows or // Linux. // // * PURCHASE_TYPE - The reservation type of the purchase to which this usage // is related. Examples include On-Demand Instances and Standard Reserved // Instances. // // * SERVICE - The Amazon Web Services service such as Amazon DynamoDB. // // * USAGE_TYPE - The type of usage. An example is DataTransfer-In-Bytes. // The response for the GetDimensionValues operation includes a unit attribute. // Examples include GB and Hrs. // // * USAGE_TYPE_GROUP - The grouping of common usage types. An example is // Amazon EC2: CloudWatch – Alarms. The response for this operation includes // a unit attribute. // // * RECORD_TYPE - The different types of charges such as RI fees, usage // costs, tax refunds, and credits. // // * RESOURCE_ID - The unique identifier of the resource. ResourceId is an // opt-in feature only available for last 14 days for EC2-Compute Service. // You can opt-in by enabling Hourly and Resource Level Data in Cost Management // Console preferences. // // If you set the context to RESERVATIONS, you can use the following dimensions // for searching: // // * AZ - The Availability Zone. An example is us-east-1a. // // * CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are // Windows or Linux. // // * DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service // deployments. Valid values are SingleAZ and MultiAZ. // // * INSTANCE_TYPE - The type of Amazon EC2 instance. An example is m4.xlarge. // // * LINKED_ACCOUNT - The description in the attribute map that includes // the full name of the member account. The value field contains the Amazon // Web Services ID of the member account. // // * PLATFORM - The Amazon EC2 operating system. Examples are Windows or // Linux. // // * REGION - The Amazon Web Services Region. // // * SCOPE (Utilization only) - The scope of a Reserved Instance (RI). Values // are regional or a single Availability Zone. // // * TAG (Coverage only) - The tags that are associated with a Reserved Instance // (RI). // // * TENANCY - The tenancy of a resource. Examples are shared or dedicated. // // If you set the context to SAVINGS_PLANS, you can use the following dimensions // for searching: // // * SAVINGS_PLANS_TYPE - Type of Savings Plans (EC2 Instance or Compute) // // * PAYMENT_OPTION - Payment option for the given Savings Plans (for example, // All Upfront) // // * REGION - The Amazon Web Services Region. // // * INSTANCE_TYPE_FAMILY - The family of instances (For example, m5) // // * LINKED_ACCOUNT - The description in the attribute map that includes // the full name of the member account. The value field contains the Amazon // Web Services ID of the member account. // // * SAVINGS_PLAN_ARN - The unique identifier for your Savings Plan // // DimensionValues is a required field DimensionValues []*DimensionValuesWithAttributes `type:"list" required:"true"` // The token for the next set of retrievable results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // The number of results that Amazon Web Services returned at one time. // // ReturnSize is a required field ReturnSize *int64 `type:"integer" required:"true"` // The total number of search results. // // TotalSize is a required field TotalSize *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
func (GetDimensionValuesOutput) GoString ¶
func (s GetDimensionValuesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDimensionValuesOutput) SetDimensionValues ¶
func (s *GetDimensionValuesOutput) SetDimensionValues(v []*DimensionValuesWithAttributes) *GetDimensionValuesOutput
SetDimensionValues sets the DimensionValues field's value.
func (*GetDimensionValuesOutput) SetNextPageToken ¶
func (s *GetDimensionValuesOutput) SetNextPageToken(v string) *GetDimensionValuesOutput
SetNextPageToken sets the NextPageToken field's value.
func (*GetDimensionValuesOutput) SetReturnSize ¶
func (s *GetDimensionValuesOutput) SetReturnSize(v int64) *GetDimensionValuesOutput
SetReturnSize sets the ReturnSize field's value.
func (*GetDimensionValuesOutput) SetTotalSize ¶
func (s *GetDimensionValuesOutput) SetTotalSize(v int64) *GetDimensionValuesOutput
SetTotalSize sets the TotalSize field's value.
func (GetDimensionValuesOutput) String ¶
func (s GetDimensionValuesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReservationCoverageInput ¶ added in v1.13.3
type GetReservationCoverageInput struct { // Filters utilization data by dimensions. You can filter by the following dimensions: // // * AZ // // * CACHE_ENGINE // // * DATABASE_ENGINE // // * DEPLOYMENT_OPTION // // * INSTANCE_TYPE // // * LINKED_ACCOUNT // // * OPERATING_SYSTEM // // * PLATFORM // // * REGION // // * SERVICE // // * TAG // // * TENANCY // // GetReservationCoverage uses the same Expression (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html) // object as the other operations, but only AND is supported among each dimension. // You can nest only one level deep. If there are multiple values for a dimension, // they are OR'd together. // // If you don't provide a SERVICE filter, Cost Explorer defaults to EC2. // // Cost category is also supported. Filter *Expression `type:"structure"` // The granularity of the Amazon Web Services cost data for the reservation. // Valid values are MONTHLY and DAILY. // // If GroupBy is set, Granularity can't be set. If Granularity isn't set, the // response object doesn't include Granularity, either MONTHLY or DAILY. // // The GetReservationCoverage operation supports only DAILY and MONTHLY granularities. Granularity *string `type:"string" enum:"Granularity"` // You can group the data by the following attributes: // // * AZ // // * CACHE_ENGINE // // * DATABASE_ENGINE // // * DEPLOYMENT_OPTION // // * INSTANCE_TYPE // // * INVOICING_ENTITY // // * LINKED_ACCOUNT // // * OPERATING_SYSTEM // // * PLATFORM // // * REGION // // * TENANCY GroupBy []*GroupDefinition `type:"list"` // The maximum number of objects that you returned for this request. If more // objects are available, in the response, Amazon Web Services provides a NextPageToken // value that you can use in a subsequent call to get the next batch of objects. MaxResults *int64 `min:"1" type:"integer"` // The measurement that you want your reservation coverage reported in. // // Valid values are Hour, Unit, and Cost. You can use multiple values in a request. Metrics []*string `type:"list"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // The value by which you want to sort the data. // // The following values are supported for Key: // // * OnDemandCost // // * CoverageHoursPercentage // // * OnDemandHours // // * ReservedHours // // * TotalRunningHours // // * CoverageNormalizedUnitsPercentage // // * OnDemandNormalizedUnits // // * ReservedNormalizedUnits // // * TotalRunningNormalizedUnits // // * Time // // Supported values for SortOrder are ASCENDING or DESCENDING. SortBy *SortDefinition `type:"structure"` // The start and end dates of the period that you want to retrieve data about // reservation coverage for. You can retrieve data for a maximum of 13 months: // the last 12 months and the current month. The start date is inclusive, but // the end date is exclusive. For example, if start is 2017-01-01 and end is // 2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up // to and including 2017-04-30 but not including 2017-05-01. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
You can use the following request parameters to query for how much of your instance usage a reservation covered.
func (GetReservationCoverageInput) GoString ¶ added in v1.13.3
func (s GetReservationCoverageInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetReservationCoverageInput) SetFilter ¶ added in v1.13.3
func (s *GetReservationCoverageInput) SetFilter(v *Expression) *GetReservationCoverageInput
SetFilter sets the Filter field's value.
func (*GetReservationCoverageInput) SetGranularity ¶ added in v1.13.3
func (s *GetReservationCoverageInput) SetGranularity(v string) *GetReservationCoverageInput
SetGranularity sets the Granularity field's value.
func (*GetReservationCoverageInput) SetGroupBy ¶ added in v1.13.3
func (s *GetReservationCoverageInput) SetGroupBy(v []*GroupDefinition) *GetReservationCoverageInput
SetGroupBy sets the GroupBy field's value.
func (*GetReservationCoverageInput) SetMaxResults ¶ added in v1.36.21
func (s *GetReservationCoverageInput) SetMaxResults(v int64) *GetReservationCoverageInput
SetMaxResults sets the MaxResults field's value.
func (*GetReservationCoverageInput) SetMetrics ¶ added in v1.16.0
func (s *GetReservationCoverageInput) SetMetrics(v []*string) *GetReservationCoverageInput
SetMetrics sets the Metrics field's value.
func (*GetReservationCoverageInput) SetNextPageToken ¶ added in v1.13.3
func (s *GetReservationCoverageInput) SetNextPageToken(v string) *GetReservationCoverageInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetReservationCoverageInput) SetSortBy ¶ added in v1.36.21
func (s *GetReservationCoverageInput) SetSortBy(v *SortDefinition) *GetReservationCoverageInput
SetSortBy sets the SortBy field's value.
func (*GetReservationCoverageInput) SetTimePeriod ¶ added in v1.13.3
func (s *GetReservationCoverageInput) SetTimePeriod(v *DateInterval) *GetReservationCoverageInput
SetTimePeriod sets the TimePeriod field's value.
func (GetReservationCoverageInput) String ¶ added in v1.13.3
func (s GetReservationCoverageInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetReservationCoverageInput) Validate ¶ added in v1.13.3
func (s *GetReservationCoverageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReservationCoverageOutput ¶ added in v1.13.3
type GetReservationCoverageOutput struct { // The amount of time that your reservations covered. // // CoveragesByTime is a required field CoveragesByTime []*CoverageByTime `type:"list" required:"true"` // The token for the next set of retrievable results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // The total amount of instance usage that a reservation covered. Total *Coverage `type:"structure"` // contains filtered or unexported fields }
func (GetReservationCoverageOutput) GoString ¶ added in v1.13.3
func (s GetReservationCoverageOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetReservationCoverageOutput) SetCoveragesByTime ¶ added in v1.13.3
func (s *GetReservationCoverageOutput) SetCoveragesByTime(v []*CoverageByTime) *GetReservationCoverageOutput
SetCoveragesByTime sets the CoveragesByTime field's value.
func (*GetReservationCoverageOutput) SetNextPageToken ¶ added in v1.13.3
func (s *GetReservationCoverageOutput) SetNextPageToken(v string) *GetReservationCoverageOutput
SetNextPageToken sets the NextPageToken field's value.
func (*GetReservationCoverageOutput) SetTotal ¶ added in v1.13.3
func (s *GetReservationCoverageOutput) SetTotal(v *Coverage) *GetReservationCoverageOutput
SetTotal sets the Total field's value.
func (GetReservationCoverageOutput) String ¶ added in v1.13.3
func (s GetReservationCoverageOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReservationPurchaseRecommendationInput ¶ added in v1.13.17
type GetReservationPurchaseRecommendationInput struct { // The account ID that's associated with the recommendation. AccountId *string `type:"string"` // The account scope that you want your recommendations for. Amazon Web Services // calculates recommendations including the management account and member accounts // if the value is set to PAYER. If the value is LINKED, recommendations are // calculated for individual member accounts only. AccountScope *string `type:"string" enum:"AccountScope"` // Use Expression to filter in various Cost Explorer APIs. // // Not all Expression types are supported in each API. Refer to the documentation // for each specific API to see what is supported. // // There are two patterns: // // * Simple dimension values. There are three types of simple dimension values: // CostCategories, Tags, and Dimensions. Specify the CostCategories field // to define a filter that acts on Cost Categories. Specify the Tags field // to define a filter that acts on Cost Allocation Tags. Specify the Dimensions // field to define a filter that acts on the DimensionValues (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_DimensionValues.html). // For each filter type, you can set the dimension name and values for the // filters that you plan to use. For example, you can filter for REGION==us-east-1 // OR REGION==us-west-1. For GetRightsizingRecommendation, the Region is // a full name (for example, REGION==US East (N. Virginia). The corresponding // Expression for this example is as follows: { "Dimensions": { "Key": "REGION", // "Values": [ "us-east-1", "us-west-1" ] } } As shown in the previous example, // lists of dimension values are combined with OR when applying the filter. // You can also set different match options to further control how the filter // behaves. Not all APIs support match options. Refer to the documentation // for each specific API to see what is supported. For example, you can filter // for linked account names that start with "a". The corresponding Expression // for this example is as follows: { "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", // "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } } // // * Compound Expression types with logical operations. You can use multiple // Expression types and the logical operators AND/OR/NOT to create a list // of one or more Expression objects. By doing this, you can filter by more // advanced options. For example, you can filter by ((REGION == us-east-1 // OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer). // The corresponding Expression for this example is as follows: { "And": // [ {"Or": [ {"Dimensions": { "Key": "REGION", "Values": [ "us-east-1", // "us-west-1" ] }}, {"Tags": { "Key": "TagName", "Values": ["Value1"] } // } ]}, {"Not": {"Dimensions": { "Key": "USAGE_TYPE", "Values": ["DataTransfer"] // }}} ] } Because each Expression can have only one operator, the service // returns an error if more than one is specified. The following example // shows an Expression object that creates an error: { "And": [ ... ], "Dimensions": // { "Key": "USAGE_TYPE", "Values": [ "DataTransfer" ] } } The following // is an example of the corresponding error message: "Expression has more // than one roots. Only one root operator is allowed for each expression: // And, Or, Not, Dimensions, Tags, CostCategories" // // For the GetRightsizingRecommendation action, a combination of OR and NOT // isn't supported. OR isn't supported between different dimensions, or dimensions // and tags. NOT operators aren't supported. Dimensions are also limited to // LINKED_ACCOUNT, REGION, or RIGHTSIZING_TYPE. // // For the GetReservationPurchaseRecommendation action, only NOT is supported. // AND and OR aren't supported. Dimensions are limited to LINKED_ACCOUNT. Filter *Expression `type:"structure"` // The number of previous days that you want Amazon Web Services to consider // when it calculates your recommendations. LookbackPeriodInDays *string `type:"string" enum:"LookbackPeriodInDays"` // The pagination token that indicates the next set of results that you want // to retrieve. NextPageToken *string `type:"string"` // The number of recommendations that you want returned in a single response // object. PageSize *int64 `type:"integer"` // The reservation purchase option that you want recommendations for. PaymentOption *string `type:"string" enum:"PaymentOption"` // The specific service that you want recommendations for. // // Service is a required field Service *string `type:"string" required:"true"` // The hardware specifications for the service instances that you want recommendations // for, such as standard or convertible Amazon EC2 instances. ServiceSpecification *ServiceSpecification `type:"structure"` // The reservation term that you want recommendations for. TermInYears *string `type:"string" enum:"TermInYears"` // contains filtered or unexported fields }
func (GetReservationPurchaseRecommendationInput) GoString ¶ added in v1.13.17
func (s GetReservationPurchaseRecommendationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetReservationPurchaseRecommendationInput) SetAccountId ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationInput) SetAccountId(v string) *GetReservationPurchaseRecommendationInput
SetAccountId sets the AccountId field's value.
func (*GetReservationPurchaseRecommendationInput) SetAccountScope ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationInput) SetAccountScope(v string) *GetReservationPurchaseRecommendationInput
SetAccountScope sets the AccountScope field's value.
func (*GetReservationPurchaseRecommendationInput) SetFilter ¶ added in v1.36.21
func (s *GetReservationPurchaseRecommendationInput) SetFilter(v *Expression) *GetReservationPurchaseRecommendationInput
SetFilter sets the Filter field's value.
func (*GetReservationPurchaseRecommendationInput) SetLookbackPeriodInDays ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationInput) SetLookbackPeriodInDays(v string) *GetReservationPurchaseRecommendationInput
SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.
func (*GetReservationPurchaseRecommendationInput) SetNextPageToken ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationInput) SetNextPageToken(v string) *GetReservationPurchaseRecommendationInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetReservationPurchaseRecommendationInput) SetPageSize ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationInput) SetPageSize(v int64) *GetReservationPurchaseRecommendationInput
SetPageSize sets the PageSize field's value.
func (*GetReservationPurchaseRecommendationInput) SetPaymentOption ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationInput) SetPaymentOption(v string) *GetReservationPurchaseRecommendationInput
SetPaymentOption sets the PaymentOption field's value.
func (*GetReservationPurchaseRecommendationInput) SetService ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationInput) SetService(v string) *GetReservationPurchaseRecommendationInput
SetService sets the Service field's value.
func (*GetReservationPurchaseRecommendationInput) SetServiceSpecification ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationInput) SetServiceSpecification(v *ServiceSpecification) *GetReservationPurchaseRecommendationInput
SetServiceSpecification sets the ServiceSpecification field's value.
func (*GetReservationPurchaseRecommendationInput) SetTermInYears ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationInput) SetTermInYears(v string) *GetReservationPurchaseRecommendationInput
SetTermInYears sets the TermInYears field's value.
func (GetReservationPurchaseRecommendationInput) String ¶ added in v1.13.17
func (s GetReservationPurchaseRecommendationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetReservationPurchaseRecommendationInput) Validate ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReservationPurchaseRecommendationOutput ¶ added in v1.13.17
type GetReservationPurchaseRecommendationOutput struct { // Information about this specific recommendation call, such as the time stamp // for when Cost Explorer generated this recommendation. Metadata *ReservationPurchaseRecommendationMetadata `type:"structure"` // The pagination token for the next set of retrievable results. NextPageToken *string `type:"string"` // Recommendations for reservations to purchase. Recommendations []*ReservationPurchaseRecommendation `type:"list"` // contains filtered or unexported fields }
func (GetReservationPurchaseRecommendationOutput) GoString ¶ added in v1.13.17
func (s GetReservationPurchaseRecommendationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetReservationPurchaseRecommendationOutput) SetMetadata ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationOutput) SetMetadata(v *ReservationPurchaseRecommendationMetadata) *GetReservationPurchaseRecommendationOutput
SetMetadata sets the Metadata field's value.
func (*GetReservationPurchaseRecommendationOutput) SetNextPageToken ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationOutput) SetNextPageToken(v string) *GetReservationPurchaseRecommendationOutput
SetNextPageToken sets the NextPageToken field's value.
func (*GetReservationPurchaseRecommendationOutput) SetRecommendations ¶ added in v1.13.17
func (s *GetReservationPurchaseRecommendationOutput) SetRecommendations(v []*ReservationPurchaseRecommendation) *GetReservationPurchaseRecommendationOutput
SetRecommendations sets the Recommendations field's value.
func (GetReservationPurchaseRecommendationOutput) String ¶ added in v1.13.17
func (s GetReservationPurchaseRecommendationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetReservationUtilizationInput ¶
type GetReservationUtilizationInput struct { // Filters utilization data by dimensions. You can filter by the following dimensions: // // * AZ // // * CACHE_ENGINE // // * DEPLOYMENT_OPTION // // * INSTANCE_TYPE // // * LINKED_ACCOUNT // // * OPERATING_SYSTEM // // * PLATFORM // // * REGION // // * SERVICE // // * SCOPE // // * TENANCY // // GetReservationUtilization uses the same Expression (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html) // object as the other operations, but only AND is supported among each dimension, // and nesting is supported up to only one level deep. If there are multiple // values for a dimension, they are OR'd together. Filter *Expression `type:"structure"` // If GroupBy is set, Granularity can't be set. If Granularity isn't set, the // response object doesn't include Granularity, either MONTHLY or DAILY. If // both GroupBy and Granularity aren't set, GetReservationUtilization defaults // to DAILY. // // The GetReservationUtilization operation supports only DAILY and MONTHLY granularities. Granularity *string `type:"string" enum:"Granularity"` // Groups only by SUBSCRIPTION_ID. Metadata is included. GroupBy []*GroupDefinition `type:"list"` // The maximum number of objects that you returned for this request. If more // objects are available, in the response, Amazon Web Services provides a NextPageToken // value that you can use in a subsequent call to get the next batch of objects. MaxResults *int64 `min:"1" type:"integer"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // The value that you want to sort the data by. // // The following values are supported for Key: // // * UtilizationPercentage // // * UtilizationPercentageInUnits // // * PurchasedHours // // * PurchasedUnits // // * TotalActualHours // // * TotalActualUnits // // * UnusedHours // // * UnusedUnits // // * OnDemandCostOfRIHoursUsed // // * NetRISavings // // * TotalPotentialRISavings // // * AmortizedUpfrontFee // // * AmortizedRecurringFee // // * TotalAmortizedFee // // * RICostForUnusedHours // // * RealizedSavings // // * UnrealizedSavings // // The supported values for SortOrder are ASCENDING and DESCENDING. SortBy *SortDefinition `type:"structure"` // Sets the start and end dates for retrieving Reserved Instance (RI) utilization. // The start date is inclusive, but the end date is exclusive. For example, // if start is 2017-01-01 and end is 2017-05-01, then the cost and usage data // is retrieved from 2017-01-01 up to and including 2017-04-30 but not including // 2017-05-01. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetReservationUtilizationInput) GoString ¶
func (s GetReservationUtilizationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetReservationUtilizationInput) SetFilter ¶
func (s *GetReservationUtilizationInput) SetFilter(v *Expression) *GetReservationUtilizationInput
SetFilter sets the Filter field's value.
func (*GetReservationUtilizationInput) SetGranularity ¶
func (s *GetReservationUtilizationInput) SetGranularity(v string) *GetReservationUtilizationInput
SetGranularity sets the Granularity field's value.
func (*GetReservationUtilizationInput) SetGroupBy ¶
func (s *GetReservationUtilizationInput) SetGroupBy(v []*GroupDefinition) *GetReservationUtilizationInput
SetGroupBy sets the GroupBy field's value.
func (*GetReservationUtilizationInput) SetMaxResults ¶ added in v1.36.21
func (s *GetReservationUtilizationInput) SetMaxResults(v int64) *GetReservationUtilizationInput
SetMaxResults sets the MaxResults field's value.
func (*GetReservationUtilizationInput) SetNextPageToken ¶
func (s *GetReservationUtilizationInput) SetNextPageToken(v string) *GetReservationUtilizationInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetReservationUtilizationInput) SetSortBy ¶ added in v1.36.21
func (s *GetReservationUtilizationInput) SetSortBy(v *SortDefinition) *GetReservationUtilizationInput
SetSortBy sets the SortBy field's value.
func (*GetReservationUtilizationInput) SetTimePeriod ¶
func (s *GetReservationUtilizationInput) SetTimePeriod(v *DateInterval) *GetReservationUtilizationInput
SetTimePeriod sets the TimePeriod field's value.
func (GetReservationUtilizationInput) String ¶
func (s GetReservationUtilizationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetReservationUtilizationInput) Validate ¶
func (s *GetReservationUtilizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetReservationUtilizationOutput ¶
type GetReservationUtilizationOutput struct { // The token for the next set of retrievable results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // The total amount of time that you used your Reserved Instances (RIs). Total *ReservationAggregates `type:"structure"` // The amount of time that you used your Reserved Instances (RIs). // // UtilizationsByTime is a required field UtilizationsByTime []*UtilizationByTime `type:"list" required:"true"` // contains filtered or unexported fields }
func (GetReservationUtilizationOutput) GoString ¶
func (s GetReservationUtilizationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetReservationUtilizationOutput) SetNextPageToken ¶
func (s *GetReservationUtilizationOutput) SetNextPageToken(v string) *GetReservationUtilizationOutput
SetNextPageToken sets the NextPageToken field's value.
func (*GetReservationUtilizationOutput) SetTotal ¶
func (s *GetReservationUtilizationOutput) SetTotal(v *ReservationAggregates) *GetReservationUtilizationOutput
SetTotal sets the Total field's value.
func (*GetReservationUtilizationOutput) SetUtilizationsByTime ¶
func (s *GetReservationUtilizationOutput) SetUtilizationsByTime(v []*UtilizationByTime) *GetReservationUtilizationOutput
SetUtilizationsByTime sets the UtilizationsByTime field's value.
func (GetReservationUtilizationOutput) String ¶
func (s GetReservationUtilizationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetRightsizingRecommendationInput ¶ added in v1.21.6
type GetRightsizingRecommendationInput struct { // You can use Configuration to customize recommendations across two attributes. // You can choose to view recommendations for instances within the same instance // families or across different instance families. You can also choose to view // your estimated savings that are associated with recommendations with consideration // of existing Savings Plans or RI benefits, or neither. Configuration *RightsizingRecommendationConfiguration `type:"structure"` // Use Expression to filter in various Cost Explorer APIs. // // Not all Expression types are supported in each API. Refer to the documentation // for each specific API to see what is supported. // // There are two patterns: // // * Simple dimension values. There are three types of simple dimension values: // CostCategories, Tags, and Dimensions. Specify the CostCategories field // to define a filter that acts on Cost Categories. Specify the Tags field // to define a filter that acts on Cost Allocation Tags. Specify the Dimensions // field to define a filter that acts on the DimensionValues (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_DimensionValues.html). // For each filter type, you can set the dimension name and values for the // filters that you plan to use. For example, you can filter for REGION==us-east-1 // OR REGION==us-west-1. For GetRightsizingRecommendation, the Region is // a full name (for example, REGION==US East (N. Virginia). The corresponding // Expression for this example is as follows: { "Dimensions": { "Key": "REGION", // "Values": [ "us-east-1", "us-west-1" ] } } As shown in the previous example, // lists of dimension values are combined with OR when applying the filter. // You can also set different match options to further control how the filter // behaves. Not all APIs support match options. Refer to the documentation // for each specific API to see what is supported. For example, you can filter // for linked account names that start with "a". The corresponding Expression // for this example is as follows: { "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", // "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } } // // * Compound Expression types with logical operations. You can use multiple // Expression types and the logical operators AND/OR/NOT to create a list // of one or more Expression objects. By doing this, you can filter by more // advanced options. For example, you can filter by ((REGION == us-east-1 // OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer). // The corresponding Expression for this example is as follows: { "And": // [ {"Or": [ {"Dimensions": { "Key": "REGION", "Values": [ "us-east-1", // "us-west-1" ] }}, {"Tags": { "Key": "TagName", "Values": ["Value1"] } // } ]}, {"Not": {"Dimensions": { "Key": "USAGE_TYPE", "Values": ["DataTransfer"] // }}} ] } Because each Expression can have only one operator, the service // returns an error if more than one is specified. The following example // shows an Expression object that creates an error: { "And": [ ... ], "Dimensions": // { "Key": "USAGE_TYPE", "Values": [ "DataTransfer" ] } } The following // is an example of the corresponding error message: "Expression has more // than one roots. Only one root operator is allowed for each expression: // And, Or, Not, Dimensions, Tags, CostCategories" // // For the GetRightsizingRecommendation action, a combination of OR and NOT // isn't supported. OR isn't supported between different dimensions, or dimensions // and tags. NOT operators aren't supported. Dimensions are also limited to // LINKED_ACCOUNT, REGION, or RIGHTSIZING_TYPE. // // For the GetReservationPurchaseRecommendation action, only NOT is supported. // AND and OR aren't supported. Dimensions are limited to LINKED_ACCOUNT. Filter *Expression `type:"structure"` // The pagination token that indicates the next set of results that you want // to retrieve. NextPageToken *string `type:"string"` // The number of recommendations that you want returned in a single response // object. PageSize *int64 `type:"integer"` // The specific service that you want recommendations for. The only valid value // for GetRightsizingRecommendation is "AmazonEC2". // // Service is a required field Service *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (GetRightsizingRecommendationInput) GoString ¶ added in v1.21.6
func (s GetRightsizingRecommendationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetRightsizingRecommendationInput) SetConfiguration ¶ added in v1.30.11
func (s *GetRightsizingRecommendationInput) SetConfiguration(v *RightsizingRecommendationConfiguration) *GetRightsizingRecommendationInput
SetConfiguration sets the Configuration field's value.
func (*GetRightsizingRecommendationInput) SetFilter ¶ added in v1.21.6
func (s *GetRightsizingRecommendationInput) SetFilter(v *Expression) *GetRightsizingRecommendationInput
SetFilter sets the Filter field's value.
func (*GetRightsizingRecommendationInput) SetNextPageToken ¶ added in v1.21.6
func (s *GetRightsizingRecommendationInput) SetNextPageToken(v string) *GetRightsizingRecommendationInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetRightsizingRecommendationInput) SetPageSize ¶ added in v1.21.6
func (s *GetRightsizingRecommendationInput) SetPageSize(v int64) *GetRightsizingRecommendationInput
SetPageSize sets the PageSize field's value.
func (*GetRightsizingRecommendationInput) SetService ¶ added in v1.21.6
func (s *GetRightsizingRecommendationInput) SetService(v string) *GetRightsizingRecommendationInput
SetService sets the Service field's value.
func (GetRightsizingRecommendationInput) String ¶ added in v1.21.6
func (s GetRightsizingRecommendationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetRightsizingRecommendationInput) Validate ¶ added in v1.21.6
func (s *GetRightsizingRecommendationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRightsizingRecommendationOutput ¶ added in v1.21.6
type GetRightsizingRecommendationOutput struct { // You can use Configuration to customize recommendations across two attributes. // You can choose to view recommendations for instances within the same instance // families or across different instance families. You can also choose to view // your estimated savings that are associated with recommendations with consideration // of existing Savings Plans or RI benefits, or neither. Configuration *RightsizingRecommendationConfiguration `type:"structure"` // Information regarding this specific recommendation set. Metadata *RightsizingRecommendationMetadata `type:"structure"` // The token to retrieve the next set of results. NextPageToken *string `type:"string"` // Recommendations to rightsize resources. RightsizingRecommendations []*RightsizingRecommendation `type:"list"` // Summary of this recommendation set. Summary *RightsizingRecommendationSummary `type:"structure"` // contains filtered or unexported fields }
func (GetRightsizingRecommendationOutput) GoString ¶ added in v1.21.6
func (s GetRightsizingRecommendationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetRightsizingRecommendationOutput) SetConfiguration ¶ added in v1.30.11
func (s *GetRightsizingRecommendationOutput) SetConfiguration(v *RightsizingRecommendationConfiguration) *GetRightsizingRecommendationOutput
SetConfiguration sets the Configuration field's value.
func (*GetRightsizingRecommendationOutput) SetMetadata ¶ added in v1.21.6
func (s *GetRightsizingRecommendationOutput) SetMetadata(v *RightsizingRecommendationMetadata) *GetRightsizingRecommendationOutput
SetMetadata sets the Metadata field's value.
func (*GetRightsizingRecommendationOutput) SetNextPageToken ¶ added in v1.21.6
func (s *GetRightsizingRecommendationOutput) SetNextPageToken(v string) *GetRightsizingRecommendationOutput
SetNextPageToken sets the NextPageToken field's value.
func (*GetRightsizingRecommendationOutput) SetRightsizingRecommendations ¶ added in v1.21.6
func (s *GetRightsizingRecommendationOutput) SetRightsizingRecommendations(v []*RightsizingRecommendation) *GetRightsizingRecommendationOutput
SetRightsizingRecommendations sets the RightsizingRecommendations field's value.
func (*GetRightsizingRecommendationOutput) SetSummary ¶ added in v1.21.6
func (s *GetRightsizingRecommendationOutput) SetSummary(v *RightsizingRecommendationSummary) *GetRightsizingRecommendationOutput
SetSummary sets the Summary field's value.
func (GetRightsizingRecommendationOutput) String ¶ added in v1.21.6
func (s GetRightsizingRecommendationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSavingsPlanPurchaseRecommendationDetailsInput ¶ added in v1.44.307
type GetSavingsPlanPurchaseRecommendationDetailsInput struct { // The ID that is associated with the Savings Plan recommendation. // // RecommendationDetailId is a required field RecommendationDetailId *string `min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (GetSavingsPlanPurchaseRecommendationDetailsInput) GoString ¶ added in v1.44.307
func (s GetSavingsPlanPurchaseRecommendationDetailsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlanPurchaseRecommendationDetailsInput) SetRecommendationDetailId ¶ added in v1.44.307
func (s *GetSavingsPlanPurchaseRecommendationDetailsInput) SetRecommendationDetailId(v string) *GetSavingsPlanPurchaseRecommendationDetailsInput
SetRecommendationDetailId sets the RecommendationDetailId field's value.
func (GetSavingsPlanPurchaseRecommendationDetailsInput) String ¶ added in v1.44.307
func (s GetSavingsPlanPurchaseRecommendationDetailsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlanPurchaseRecommendationDetailsInput) Validate ¶ added in v1.44.307
func (s *GetSavingsPlanPurchaseRecommendationDetailsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSavingsPlanPurchaseRecommendationDetailsOutput ¶ added in v1.44.307
type GetSavingsPlanPurchaseRecommendationDetailsOutput struct { // Contains detailed information about a specific Savings Plan recommendation. RecommendationDetailData *RecommendationDetailData `type:"structure"` // The ID that is associated with the Savings Plan recommendation. RecommendationDetailId *string `min:"36" type:"string"` // contains filtered or unexported fields }
func (GetSavingsPlanPurchaseRecommendationDetailsOutput) GoString ¶ added in v1.44.307
func (s GetSavingsPlanPurchaseRecommendationDetailsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlanPurchaseRecommendationDetailsOutput) SetRecommendationDetailData ¶ added in v1.44.307
func (s *GetSavingsPlanPurchaseRecommendationDetailsOutput) SetRecommendationDetailData(v *RecommendationDetailData) *GetSavingsPlanPurchaseRecommendationDetailsOutput
SetRecommendationDetailData sets the RecommendationDetailData field's value.
func (*GetSavingsPlanPurchaseRecommendationDetailsOutput) SetRecommendationDetailId ¶ added in v1.44.307
func (s *GetSavingsPlanPurchaseRecommendationDetailsOutput) SetRecommendationDetailId(v string) *GetSavingsPlanPurchaseRecommendationDetailsOutput
SetRecommendationDetailId sets the RecommendationDetailId field's value.
func (GetSavingsPlanPurchaseRecommendationDetailsOutput) String ¶ added in v1.44.307
func (s GetSavingsPlanPurchaseRecommendationDetailsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSavingsPlansCoverageInput ¶ added in v1.25.28
type GetSavingsPlansCoverageInput struct { // Filters Savings Plans coverage data by dimensions. You can filter data for // Savings Plans usage with the following dimensions: // // * LINKED_ACCOUNT // // * REGION // // * SERVICE // // * INSTANCE_FAMILY // // GetSavingsPlansCoverage uses the same Expression (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html) // object as the other operations, but only AND is supported among each dimension. // If there are multiple values for a dimension, they are OR'd together. // // Cost category is also supported. Filter *Expression `type:"structure"` // The granularity of the Amazon Web Services cost data for your Savings Plans. // Granularity can't be set if GroupBy is set. // // The GetSavingsPlansCoverage operation supports only DAILY and MONTHLY granularities. Granularity *string `type:"string" enum:"Granularity"` // You can group the data using the attributes INSTANCE_FAMILY, REGION, or SERVICE. GroupBy []*GroupDefinition `type:"list"` // The number of items to be returned in a response. The default is 20, with // a minimum value of 1. MaxResults *int64 `min:"1" type:"integer"` // The measurement that you want your Savings Plans coverage reported in. The // only valid value is SpendCoveredBySavingsPlans. Metrics []*string `type:"list"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // The value that you want to sort the data by. // // The following values are supported for Key: // // * SpendCoveredBySavingsPlan // // * OnDemandCost // // * CoveragePercentage // // * TotalCost // // * InstanceFamily // // * Region // // * Service // // The supported values for SortOrder are ASCENDING and DESCENDING. SortBy *SortDefinition `type:"structure"` // The time period that you want the usage and costs for. The Start date must // be within 13 months. The End date must be after the Start date, and before // the current date. Future dates can't be used as an End date. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetSavingsPlansCoverageInput) GoString ¶ added in v1.25.28
func (s GetSavingsPlansCoverageInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansCoverageInput) SetFilter ¶ added in v1.25.28
func (s *GetSavingsPlansCoverageInput) SetFilter(v *Expression) *GetSavingsPlansCoverageInput
SetFilter sets the Filter field's value.
func (*GetSavingsPlansCoverageInput) SetGranularity ¶ added in v1.25.28
func (s *GetSavingsPlansCoverageInput) SetGranularity(v string) *GetSavingsPlansCoverageInput
SetGranularity sets the Granularity field's value.
func (*GetSavingsPlansCoverageInput) SetGroupBy ¶ added in v1.25.28
func (s *GetSavingsPlansCoverageInput) SetGroupBy(v []*GroupDefinition) *GetSavingsPlansCoverageInput
SetGroupBy sets the GroupBy field's value.
func (*GetSavingsPlansCoverageInput) SetMaxResults ¶ added in v1.25.28
func (s *GetSavingsPlansCoverageInput) SetMaxResults(v int64) *GetSavingsPlansCoverageInput
SetMaxResults sets the MaxResults field's value.
func (*GetSavingsPlansCoverageInput) SetMetrics ¶ added in v1.25.28
func (s *GetSavingsPlansCoverageInput) SetMetrics(v []*string) *GetSavingsPlansCoverageInput
SetMetrics sets the Metrics field's value.
func (*GetSavingsPlansCoverageInput) SetNextToken ¶ added in v1.25.28
func (s *GetSavingsPlansCoverageInput) SetNextToken(v string) *GetSavingsPlansCoverageInput
SetNextToken sets the NextToken field's value.
func (*GetSavingsPlansCoverageInput) SetSortBy ¶ added in v1.36.21
func (s *GetSavingsPlansCoverageInput) SetSortBy(v *SortDefinition) *GetSavingsPlansCoverageInput
SetSortBy sets the SortBy field's value.
func (*GetSavingsPlansCoverageInput) SetTimePeriod ¶ added in v1.25.28
func (s *GetSavingsPlansCoverageInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansCoverageInput
SetTimePeriod sets the TimePeriod field's value.
func (GetSavingsPlansCoverageInput) String ¶ added in v1.25.28
func (s GetSavingsPlansCoverageInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansCoverageInput) Validate ¶ added in v1.25.28
func (s *GetSavingsPlansCoverageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSavingsPlansCoverageOutput ¶ added in v1.25.28
type GetSavingsPlansCoverageOutput struct { // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // The amount of spend that your Savings Plans covered. // // SavingsPlansCoverages is a required field SavingsPlansCoverages []*SavingsPlansCoverage `type:"list" required:"true"` // contains filtered or unexported fields }
func (GetSavingsPlansCoverageOutput) GoString ¶ added in v1.25.28
func (s GetSavingsPlansCoverageOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansCoverageOutput) SetNextToken ¶ added in v1.25.28
func (s *GetSavingsPlansCoverageOutput) SetNextToken(v string) *GetSavingsPlansCoverageOutput
SetNextToken sets the NextToken field's value.
func (*GetSavingsPlansCoverageOutput) SetSavingsPlansCoverages ¶ added in v1.25.28
func (s *GetSavingsPlansCoverageOutput) SetSavingsPlansCoverages(v []*SavingsPlansCoverage) *GetSavingsPlansCoverageOutput
SetSavingsPlansCoverages sets the SavingsPlansCoverages field's value.
func (GetSavingsPlansCoverageOutput) String ¶ added in v1.25.28
func (s GetSavingsPlansCoverageOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSavingsPlansPurchaseRecommendationInput ¶ added in v1.25.28
type GetSavingsPlansPurchaseRecommendationInput struct { // The account scope that you want your recommendations for. Amazon Web Services // calculates recommendations including the management account and member accounts // if the value is set to PAYER. If the value is LINKED, recommendations are // calculated for individual member accounts only. AccountScope *string `type:"string" enum:"AccountScope"` // You can filter your recommendations by Account ID with the LINKED_ACCOUNT // dimension. To filter your recommendations by Account ID, specify Key as LINKED_ACCOUNT // and Value as the comma-separated Acount ID(s) that you want to see Savings // Plans purchase recommendations for. // // For GetSavingsPlansPurchaseRecommendation, the Filter doesn't include CostCategories // or Tags. It only includes Dimensions. With Dimensions, Key must be LINKED_ACCOUNT // and Value can be a single Account ID or multiple comma-separated Account // IDs that you want to see Savings Plans Purchase Recommendations for. AND // and OR operators are not supported. Filter *Expression `type:"structure"` // The lookback period that's used to generate the recommendation. // // LookbackPeriodInDays is a required field LookbackPeriodInDays *string `type:"string" required:"true" enum:"LookbackPeriodInDays"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // The number of recommendations that you want returned in a single response // object. PageSize *int64 `type:"integer"` // The payment option that's used to generate these recommendations. // // PaymentOption is a required field PaymentOption *string `type:"string" required:"true" enum:"PaymentOption"` // The Savings Plans recommendation type that's requested. // // SavingsPlansType is a required field SavingsPlansType *string `type:"string" required:"true" enum:"SupportedSavingsPlansType"` // The savings plan recommendation term that's used to generate these recommendations. // // TermInYears is a required field TermInYears *string `type:"string" required:"true" enum:"TermInYears"` // contains filtered or unexported fields }
func (GetSavingsPlansPurchaseRecommendationInput) GoString ¶ added in v1.25.28
func (s GetSavingsPlansPurchaseRecommendationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansPurchaseRecommendationInput) SetAccountScope ¶ added in v1.29.32
func (s *GetSavingsPlansPurchaseRecommendationInput) SetAccountScope(v string) *GetSavingsPlansPurchaseRecommendationInput
SetAccountScope sets the AccountScope field's value.
func (*GetSavingsPlansPurchaseRecommendationInput) SetFilter ¶ added in v1.29.32
func (s *GetSavingsPlansPurchaseRecommendationInput) SetFilter(v *Expression) *GetSavingsPlansPurchaseRecommendationInput
SetFilter sets the Filter field's value.
func (*GetSavingsPlansPurchaseRecommendationInput) SetLookbackPeriodInDays ¶ added in v1.25.28
func (s *GetSavingsPlansPurchaseRecommendationInput) SetLookbackPeriodInDays(v string) *GetSavingsPlansPurchaseRecommendationInput
SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.
func (*GetSavingsPlansPurchaseRecommendationInput) SetNextPageToken ¶ added in v1.25.28
func (s *GetSavingsPlansPurchaseRecommendationInput) SetNextPageToken(v string) *GetSavingsPlansPurchaseRecommendationInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetSavingsPlansPurchaseRecommendationInput) SetPageSize ¶ added in v1.25.28
func (s *GetSavingsPlansPurchaseRecommendationInput) SetPageSize(v int64) *GetSavingsPlansPurchaseRecommendationInput
SetPageSize sets the PageSize field's value.
func (*GetSavingsPlansPurchaseRecommendationInput) SetPaymentOption ¶ added in v1.25.28
func (s *GetSavingsPlansPurchaseRecommendationInput) SetPaymentOption(v string) *GetSavingsPlansPurchaseRecommendationInput
SetPaymentOption sets the PaymentOption field's value.
func (*GetSavingsPlansPurchaseRecommendationInput) SetSavingsPlansType ¶ added in v1.25.28
func (s *GetSavingsPlansPurchaseRecommendationInput) SetSavingsPlansType(v string) *GetSavingsPlansPurchaseRecommendationInput
SetSavingsPlansType sets the SavingsPlansType field's value.
func (*GetSavingsPlansPurchaseRecommendationInput) SetTermInYears ¶ added in v1.25.28
func (s *GetSavingsPlansPurchaseRecommendationInput) SetTermInYears(v string) *GetSavingsPlansPurchaseRecommendationInput
SetTermInYears sets the TermInYears field's value.
func (GetSavingsPlansPurchaseRecommendationInput) String ¶ added in v1.25.28
func (s GetSavingsPlansPurchaseRecommendationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansPurchaseRecommendationInput) Validate ¶ added in v1.25.28
func (s *GetSavingsPlansPurchaseRecommendationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSavingsPlansPurchaseRecommendationOutput ¶ added in v1.25.28
type GetSavingsPlansPurchaseRecommendationOutput struct { // Information that regards this specific recommendation set. Metadata *SavingsPlansPurchaseRecommendationMetadata `type:"structure"` // The token for the next set of retrievable results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // Contains your request parameters, Savings Plan Recommendations Summary, and // Details. SavingsPlansPurchaseRecommendation *SavingsPlansPurchaseRecommendation `type:"structure"` // contains filtered or unexported fields }
func (GetSavingsPlansPurchaseRecommendationOutput) GoString ¶ added in v1.25.28
func (s GetSavingsPlansPurchaseRecommendationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansPurchaseRecommendationOutput) SetMetadata ¶ added in v1.25.28
func (s *GetSavingsPlansPurchaseRecommendationOutput) SetMetadata(v *SavingsPlansPurchaseRecommendationMetadata) *GetSavingsPlansPurchaseRecommendationOutput
SetMetadata sets the Metadata field's value.
func (*GetSavingsPlansPurchaseRecommendationOutput) SetNextPageToken ¶ added in v1.25.28
func (s *GetSavingsPlansPurchaseRecommendationOutput) SetNextPageToken(v string) *GetSavingsPlansPurchaseRecommendationOutput
SetNextPageToken sets the NextPageToken field's value.
func (*GetSavingsPlansPurchaseRecommendationOutput) SetSavingsPlansPurchaseRecommendation ¶ added in v1.25.28
func (s *GetSavingsPlansPurchaseRecommendationOutput) SetSavingsPlansPurchaseRecommendation(v *SavingsPlansPurchaseRecommendation) *GetSavingsPlansPurchaseRecommendationOutput
SetSavingsPlansPurchaseRecommendation sets the SavingsPlansPurchaseRecommendation field's value.
func (GetSavingsPlansPurchaseRecommendationOutput) String ¶ added in v1.25.28
func (s GetSavingsPlansPurchaseRecommendationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSavingsPlansUtilizationDetailsInput ¶ added in v1.25.28
type GetSavingsPlansUtilizationDetailsInput struct { // The data type. DataType []*string `type:"list" enum:"SavingsPlansDataType"` // Filters Savings Plans utilization coverage data for active Savings Plans // dimensions. You can filter data with the following dimensions: // // * LINKED_ACCOUNT // // * SAVINGS_PLAN_ARN // // * REGION // // * PAYMENT_OPTION // // * INSTANCE_TYPE_FAMILY // // GetSavingsPlansUtilizationDetails uses the same Expression (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html) // object as the other operations, but only AND is supported among each dimension. Filter *Expression `type:"structure"` // The number of items to be returned in a response. The default is 20, with // a minimum value of 1. MaxResults *int64 `min:"1" type:"integer"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // The value that you want to sort the data by. // // The following values are supported for Key: // // * UtilizationPercentage // // * TotalCommitment // // * UsedCommitment // // * UnusedCommitment // // * NetSavings // // * AmortizedRecurringCommitment // // * AmortizedUpfrontCommitment // // The supported values for SortOrder are ASCENDING and DESCENDING. SortBy *SortDefinition `type:"structure"` // The time period that you want the usage and costs for. The Start date must // be within 13 months. The End date must be after the Start date, and before // the current date. Future dates can't be used as an End date. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetSavingsPlansUtilizationDetailsInput) GoString ¶ added in v1.25.28
func (s GetSavingsPlansUtilizationDetailsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansUtilizationDetailsInput) SetDataType ¶ added in v1.36.21
func (s *GetSavingsPlansUtilizationDetailsInput) SetDataType(v []*string) *GetSavingsPlansUtilizationDetailsInput
SetDataType sets the DataType field's value.
func (*GetSavingsPlansUtilizationDetailsInput) SetFilter ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationDetailsInput) SetFilter(v *Expression) *GetSavingsPlansUtilizationDetailsInput
SetFilter sets the Filter field's value.
func (*GetSavingsPlansUtilizationDetailsInput) SetMaxResults ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationDetailsInput) SetMaxResults(v int64) *GetSavingsPlansUtilizationDetailsInput
SetMaxResults sets the MaxResults field's value.
func (*GetSavingsPlansUtilizationDetailsInput) SetNextToken ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationDetailsInput) SetNextToken(v string) *GetSavingsPlansUtilizationDetailsInput
SetNextToken sets the NextToken field's value.
func (*GetSavingsPlansUtilizationDetailsInput) SetSortBy ¶ added in v1.36.21
func (s *GetSavingsPlansUtilizationDetailsInput) SetSortBy(v *SortDefinition) *GetSavingsPlansUtilizationDetailsInput
SetSortBy sets the SortBy field's value.
func (*GetSavingsPlansUtilizationDetailsInput) SetTimePeriod ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationDetailsInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationDetailsInput
SetTimePeriod sets the TimePeriod field's value.
func (GetSavingsPlansUtilizationDetailsInput) String ¶ added in v1.25.28
func (s GetSavingsPlansUtilizationDetailsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansUtilizationDetailsInput) Validate ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationDetailsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSavingsPlansUtilizationDetailsOutput ¶ added in v1.25.28
type GetSavingsPlansUtilizationDetailsOutput struct { // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // Retrieves a single daily or monthly Savings Plans utilization rate and details // for your account. // // SavingsPlansUtilizationDetails is a required field SavingsPlansUtilizationDetails []*SavingsPlansUtilizationDetail `type:"list" required:"true"` // The time period of the request. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // The total Savings Plans utilization, regardless of time period. Total *SavingsPlansUtilizationAggregates `type:"structure"` // contains filtered or unexported fields }
func (GetSavingsPlansUtilizationDetailsOutput) GoString ¶ added in v1.25.28
func (s GetSavingsPlansUtilizationDetailsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansUtilizationDetailsOutput) SetNextToken ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationDetailsOutput) SetNextToken(v string) *GetSavingsPlansUtilizationDetailsOutput
SetNextToken sets the NextToken field's value.
func (*GetSavingsPlansUtilizationDetailsOutput) SetSavingsPlansUtilizationDetails ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationDetailsOutput) SetSavingsPlansUtilizationDetails(v []*SavingsPlansUtilizationDetail) *GetSavingsPlansUtilizationDetailsOutput
SetSavingsPlansUtilizationDetails sets the SavingsPlansUtilizationDetails field's value.
func (*GetSavingsPlansUtilizationDetailsOutput) SetTimePeriod ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationDetailsOutput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationDetailsOutput
SetTimePeriod sets the TimePeriod field's value.
func (*GetSavingsPlansUtilizationDetailsOutput) SetTotal ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationDetailsOutput) SetTotal(v *SavingsPlansUtilizationAggregates) *GetSavingsPlansUtilizationDetailsOutput
SetTotal sets the Total field's value.
func (GetSavingsPlansUtilizationDetailsOutput) String ¶ added in v1.25.28
func (s GetSavingsPlansUtilizationDetailsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSavingsPlansUtilizationInput ¶ added in v1.25.28
type GetSavingsPlansUtilizationInput struct { // Filters Savings Plans utilization coverage data for active Savings Plans // dimensions. You can filter data with the following dimensions: // // * LINKED_ACCOUNT // // * SAVINGS_PLAN_ARN // // * SAVINGS_PLANS_TYPE // // * REGION // // * PAYMENT_OPTION // // * INSTANCE_TYPE_FAMILY // // GetSavingsPlansUtilization uses the same Expression (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html) // object as the other operations, but only AND is supported among each dimension. Filter *Expression `type:"structure"` // The granularity of the Amazon Web Services utillization data for your Savings // Plans. // // The GetSavingsPlansUtilization operation supports only DAILY and MONTHLY // granularities. Granularity *string `type:"string" enum:"Granularity"` // The value that you want to sort the data by. // // The following values are supported for Key: // // * UtilizationPercentage // // * TotalCommitment // // * UsedCommitment // // * UnusedCommitment // // * NetSavings // // The supported values for SortOrder are ASCENDING and DESCENDING. SortBy *SortDefinition `type:"structure"` // The time period that you want the usage and costs for. The Start date must // be within 13 months. The End date must be after the Start date, and before // the current date. Future dates can't be used as an End date. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetSavingsPlansUtilizationInput) GoString ¶ added in v1.25.28
func (s GetSavingsPlansUtilizationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansUtilizationInput) SetFilter ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationInput) SetFilter(v *Expression) *GetSavingsPlansUtilizationInput
SetFilter sets the Filter field's value.
func (*GetSavingsPlansUtilizationInput) SetGranularity ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationInput) SetGranularity(v string) *GetSavingsPlansUtilizationInput
SetGranularity sets the Granularity field's value.
func (*GetSavingsPlansUtilizationInput) SetSortBy ¶ added in v1.36.21
func (s *GetSavingsPlansUtilizationInput) SetSortBy(v *SortDefinition) *GetSavingsPlansUtilizationInput
SetSortBy sets the SortBy field's value.
func (*GetSavingsPlansUtilizationInput) SetTimePeriod ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationInput
SetTimePeriod sets the TimePeriod field's value.
func (GetSavingsPlansUtilizationInput) String ¶ added in v1.25.28
func (s GetSavingsPlansUtilizationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansUtilizationInput) Validate ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSavingsPlansUtilizationOutput ¶ added in v1.25.28
type GetSavingsPlansUtilizationOutput struct { // The amount of cost/commitment that you used your Savings Plans. You can use // it to specify date ranges. SavingsPlansUtilizationsByTime []*SavingsPlansUtilizationByTime `type:"list"` // The total amount of cost/commitment that you used your Savings Plans, regardless // of date ranges. // // Total is a required field Total *SavingsPlansUtilizationAggregates `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetSavingsPlansUtilizationOutput) GoString ¶ added in v1.25.28
func (s GetSavingsPlansUtilizationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetSavingsPlansUtilizationOutput) SetSavingsPlansUtilizationsByTime ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationOutput) SetSavingsPlansUtilizationsByTime(v []*SavingsPlansUtilizationByTime) *GetSavingsPlansUtilizationOutput
SetSavingsPlansUtilizationsByTime sets the SavingsPlansUtilizationsByTime field's value.
func (*GetSavingsPlansUtilizationOutput) SetTotal ¶ added in v1.25.28
func (s *GetSavingsPlansUtilizationOutput) SetTotal(v *SavingsPlansUtilizationAggregates) *GetSavingsPlansUtilizationOutput
SetTotal sets the Total field's value.
func (GetSavingsPlansUtilizationOutput) String ¶ added in v1.25.28
func (s GetSavingsPlansUtilizationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetTagsInput ¶
type GetTagsInput struct { // Use Expression to filter in various Cost Explorer APIs. // // Not all Expression types are supported in each API. Refer to the documentation // for each specific API to see what is supported. // // There are two patterns: // // * Simple dimension values. There are three types of simple dimension values: // CostCategories, Tags, and Dimensions. Specify the CostCategories field // to define a filter that acts on Cost Categories. Specify the Tags field // to define a filter that acts on Cost Allocation Tags. Specify the Dimensions // field to define a filter that acts on the DimensionValues (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_DimensionValues.html). // For each filter type, you can set the dimension name and values for the // filters that you plan to use. For example, you can filter for REGION==us-east-1 // OR REGION==us-west-1. For GetRightsizingRecommendation, the Region is // a full name (for example, REGION==US East (N. Virginia). The corresponding // Expression for this example is as follows: { "Dimensions": { "Key": "REGION", // "Values": [ "us-east-1", "us-west-1" ] } } As shown in the previous example, // lists of dimension values are combined with OR when applying the filter. // You can also set different match options to further control how the filter // behaves. Not all APIs support match options. Refer to the documentation // for each specific API to see what is supported. For example, you can filter // for linked account names that start with "a". The corresponding Expression // for this example is as follows: { "Dimensions": { "Key": "LINKED_ACCOUNT_NAME", // "MatchOptions": [ "STARTS_WITH" ], "Values": [ "a" ] } } // // * Compound Expression types with logical operations. You can use multiple // Expression types and the logical operators AND/OR/NOT to create a list // of one or more Expression objects. By doing this, you can filter by more // advanced options. For example, you can filter by ((REGION == us-east-1 // OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer). // The corresponding Expression for this example is as follows: { "And": // [ {"Or": [ {"Dimensions": { "Key": "REGION", "Values": [ "us-east-1", // "us-west-1" ] }}, {"Tags": { "Key": "TagName", "Values": ["Value1"] } // } ]}, {"Not": {"Dimensions": { "Key": "USAGE_TYPE", "Values": ["DataTransfer"] // }}} ] } Because each Expression can have only one operator, the service // returns an error if more than one is specified. The following example // shows an Expression object that creates an error: { "And": [ ... ], "Dimensions": // { "Key": "USAGE_TYPE", "Values": [ "DataTransfer" ] } } The following // is an example of the corresponding error message: "Expression has more // than one roots. Only one root operator is allowed for each expression: // And, Or, Not, Dimensions, Tags, CostCategories" // // For the GetRightsizingRecommendation action, a combination of OR and NOT // isn't supported. OR isn't supported between different dimensions, or dimensions // and tags. NOT operators aren't supported. Dimensions are also limited to // LINKED_ACCOUNT, REGION, or RIGHTSIZING_TYPE. // // For the GetReservationPurchaseRecommendation action, only NOT is supported. // AND and OR aren't supported. Dimensions are limited to LINKED_ACCOUNT. Filter *Expression `type:"structure"` // This field is only used when SortBy is provided in the request. The maximum // number of objects that are returned for this request. If MaxResults isn't // specified with SortBy, the request returns 1000 results as the default value // for this parameter. // // For GetTags, MaxResults has an upper quota of 1000. MaxResults *int64 `min:"1" type:"integer"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // The value that you want to search for. SearchString *string `type:"string"` // The value that you want to sort the data by. // // The key represents cost and usage metrics. The following values are supported: // // * BlendedCost // // * UnblendedCost // // * AmortizedCost // // * NetAmortizedCost // // * NetUnblendedCost // // * UsageQuantity // // * NormalizedUsageAmount // // The supported values for SortOrder are ASCENDING and DESCENDING. // // When you use SortBy, NextPageToken and SearchString aren't supported. SortBy []*SortDefinition `type:"list"` // The key of the tag that you want to return values for. TagKey *string `type:"string"` // The start and end dates for retrieving the dimension values. The start date // is inclusive, but the end date is exclusive. For example, if start is 2017-01-01 // and end is 2017-05-01, then the cost and usage data is retrieved from 2017-01-01 // up to and including 2017-04-30 but not including 2017-05-01. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetTagsInput) GoString ¶
func (s GetTagsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetTagsInput) SetFilter ¶ added in v1.36.21
func (s *GetTagsInput) SetFilter(v *Expression) *GetTagsInput
SetFilter sets the Filter field's value.
func (*GetTagsInput) SetMaxResults ¶ added in v1.36.21
func (s *GetTagsInput) SetMaxResults(v int64) *GetTagsInput
SetMaxResults sets the MaxResults field's value.
func (*GetTagsInput) SetNextPageToken ¶
func (s *GetTagsInput) SetNextPageToken(v string) *GetTagsInput
SetNextPageToken sets the NextPageToken field's value.
func (*GetTagsInput) SetSearchString ¶
func (s *GetTagsInput) SetSearchString(v string) *GetTagsInput
SetSearchString sets the SearchString field's value.
func (*GetTagsInput) SetSortBy ¶ added in v1.36.21
func (s *GetTagsInput) SetSortBy(v []*SortDefinition) *GetTagsInput
SetSortBy sets the SortBy field's value.
func (*GetTagsInput) SetTagKey ¶
func (s *GetTagsInput) SetTagKey(v string) *GetTagsInput
SetTagKey sets the TagKey field's value.
func (*GetTagsInput) SetTimePeriod ¶
func (s *GetTagsInput) SetTimePeriod(v *DateInterval) *GetTagsInput
SetTimePeriod sets the TimePeriod field's value.
func (GetTagsInput) String ¶
func (s GetTagsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetTagsInput) Validate ¶
func (s *GetTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetTagsOutput ¶
type GetTagsOutput struct { // The token for the next set of retrievable results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextPageToken *string `type:"string"` // The number of query results that Amazon Web Services returns at a time. // // ReturnSize is a required field ReturnSize *int64 `type:"integer" required:"true"` // The tags that match your request. // // Tags is a required field Tags []*string `type:"list" required:"true"` // The total number of query results. // // TotalSize is a required field TotalSize *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
func (GetTagsOutput) GoString ¶
func (s GetTagsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetTagsOutput) SetNextPageToken ¶
func (s *GetTagsOutput) SetNextPageToken(v string) *GetTagsOutput
SetNextPageToken sets the NextPageToken field's value.
func (*GetTagsOutput) SetReturnSize ¶
func (s *GetTagsOutput) SetReturnSize(v int64) *GetTagsOutput
SetReturnSize sets the ReturnSize field's value.
func (*GetTagsOutput) SetTags ¶
func (s *GetTagsOutput) SetTags(v []*string) *GetTagsOutput
SetTags sets the Tags field's value.
func (*GetTagsOutput) SetTotalSize ¶
func (s *GetTagsOutput) SetTotalSize(v int64) *GetTagsOutput
SetTotalSize sets the TotalSize field's value.
func (GetTagsOutput) String ¶
func (s GetTagsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetUsageForecastInput ¶ added in v1.20.16
type GetUsageForecastInput struct { // The filters that you want to use to filter your forecast. The GetUsageForecast // API supports filtering by the following dimensions: // // * AZ // // * INSTANCE_TYPE // // * LINKED_ACCOUNT // // * LINKED_ACCOUNT_NAME // // * OPERATION // // * PURCHASE_TYPE // // * REGION // // * SERVICE // // * USAGE_TYPE // // * USAGE_TYPE_GROUP // // * RECORD_TYPE // // * OPERATING_SYSTEM // // * TENANCY // // * SCOPE // // * PLATFORM // // * SUBSCRIPTION_ID // // * LEGAL_ENTITY_NAME // // * DEPLOYMENT_OPTION // // * DATABASE_ENGINE // // * INSTANCE_TYPE_FAMILY // // * BILLING_ENTITY // // * RESERVATION_ID // // * SAVINGS_PLAN_ARN Filter *Expression `type:"structure"` // How granular you want the forecast to be. You can get 3 months of DAILY forecasts // or 12 months of MONTHLY forecasts. // // The GetUsageForecast operation supports only DAILY and MONTHLY granularities. // // Granularity is a required field Granularity *string `type:"string" required:"true" enum:"Granularity"` // Which metric Cost Explorer uses to create your forecast. // // Valid values for a GetUsageForecast call are the following: // // * USAGE_QUANTITY // // * NORMALIZED_USAGE_AMOUNT // // Metric is a required field Metric *string `type:"string" required:"true" enum:"Metric"` // Amazon Web Services Cost Explorer always returns the mean forecast as a single // point. You can request a prediction interval around the mean by specifying // a confidence level. The higher the confidence level, the more confident Cost // Explorer is about the actual value falling in the prediction interval. Higher // confidence levels result in wider prediction intervals. PredictionIntervalLevel *int64 `min:"51" type:"integer"` // The start and end dates of the period that you want to retrieve usage forecast // for. The start date is included in the period, but the end date isn't included // in the period. For example, if start is 2017-01-01 and end is 2017-05-01, // then the cost and usage data is retrieved from 2017-01-01 up to and including // 2017-04-30 but not including 2017-05-01. The start date must be equal to // or later than the current date to avoid a validation error. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // contains filtered or unexported fields }
func (GetUsageForecastInput) GoString ¶ added in v1.20.16
func (s GetUsageForecastInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetUsageForecastInput) SetFilter ¶ added in v1.20.16
func (s *GetUsageForecastInput) SetFilter(v *Expression) *GetUsageForecastInput
SetFilter sets the Filter field's value.
func (*GetUsageForecastInput) SetGranularity ¶ added in v1.20.16
func (s *GetUsageForecastInput) SetGranularity(v string) *GetUsageForecastInput
SetGranularity sets the Granularity field's value.
func (*GetUsageForecastInput) SetMetric ¶ added in v1.20.16
func (s *GetUsageForecastInput) SetMetric(v string) *GetUsageForecastInput
SetMetric sets the Metric field's value.
func (*GetUsageForecastInput) SetPredictionIntervalLevel ¶ added in v1.20.16
func (s *GetUsageForecastInput) SetPredictionIntervalLevel(v int64) *GetUsageForecastInput
SetPredictionIntervalLevel sets the PredictionIntervalLevel field's value.
func (*GetUsageForecastInput) SetTimePeriod ¶ added in v1.20.16
func (s *GetUsageForecastInput) SetTimePeriod(v *DateInterval) *GetUsageForecastInput
SetTimePeriod sets the TimePeriod field's value.
func (GetUsageForecastInput) String ¶ added in v1.20.16
func (s GetUsageForecastInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetUsageForecastInput) Validate ¶ added in v1.20.16
func (s *GetUsageForecastInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetUsageForecastOutput ¶ added in v1.20.16
type GetUsageForecastOutput struct { // The forecasts for your query, in order. For DAILY forecasts, this is a list // of days. For MONTHLY forecasts, this is a list of months. ForecastResultsByTime []*ForecastResult `type:"list"` // How much you're forecasted to use over the forecast period. Total *MetricValue `type:"structure"` // contains filtered or unexported fields }
func (GetUsageForecastOutput) GoString ¶ added in v1.20.16
func (s GetUsageForecastOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetUsageForecastOutput) SetForecastResultsByTime ¶ added in v1.20.16
func (s *GetUsageForecastOutput) SetForecastResultsByTime(v []*ForecastResult) *GetUsageForecastOutput
SetForecastResultsByTime sets the ForecastResultsByTime field's value.
func (*GetUsageForecastOutput) SetTotal ¶ added in v1.20.16
func (s *GetUsageForecastOutput) SetTotal(v *MetricValue) *GetUsageForecastOutput
SetTotal sets the Total field's value.
func (GetUsageForecastOutput) String ¶ added in v1.20.16
func (s GetUsageForecastOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Group ¶
type Group struct { // The keys that are included in this group. Keys []*string `type:"list"` // The metrics that are included in this group. Metrics map[string]*MetricValue `type:"map"` // contains filtered or unexported fields }
One level of grouped data in the results.
func (Group) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Group) SetMetrics ¶
func (s *Group) SetMetrics(v map[string]*MetricValue) *Group
SetMetrics sets the Metrics field's value.
type GroupDefinition ¶
type GroupDefinition struct { // The string that represents a key for a specified group. Key *string `type:"string"` // The string that represents the type of group. Type *string `type:"string" enum:"GroupDefinitionType"` // contains filtered or unexported fields }
Represents a group when you specify a group by criteria or in the response to a query with a specific grouping.
func (GroupDefinition) GoString ¶
func (s GroupDefinition) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GroupDefinition) SetKey ¶
func (s *GroupDefinition) SetKey(v string) *GroupDefinition
SetKey sets the Key field's value.
func (*GroupDefinition) SetType ¶
func (s *GroupDefinition) SetType(v string) *GroupDefinition
SetType sets the Type field's value.
func (GroupDefinition) String ¶
func (s GroupDefinition) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Impact ¶ added in v1.34.30
type Impact struct { // The maximum dollar value that's observed for an anomaly. // // MaxImpact is a required field MaxImpact *float64 `type:"double" required:"true"` // The cumulative dollar amount that was actually spent during the anomaly. TotalActualSpend *float64 `type:"double"` // The cumulative dollar amount that was expected to be spent during the anomaly. // It is calculated using advanced machine learning models to determine the // typical spending pattern based on historical data for a customer. TotalExpectedSpend *float64 `type:"double"` // The cumulative dollar difference between the total actual spend and total // expected spend. It is calculated as TotalActualSpend - TotalExpectedSpend. TotalImpact *float64 `type:"double"` // The cumulative percentage difference between the total actual spend and total // expected spend. It is calculated as (TotalImpact / TotalExpectedSpend) * // 100. When TotalExpectedSpend is zero, this field is omitted. Expected spend // can be zero in situations such as when you start to use a service for the // first time. TotalImpactPercentage *float64 `type:"double"` // contains filtered or unexported fields }
The dollar value of the anomaly.
func (Impact) GoString ¶ added in v1.34.30
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Impact) SetMaxImpact ¶ added in v1.34.30
SetMaxImpact sets the MaxImpact field's value.
func (*Impact) SetTotalActualSpend ¶ added in v1.44.160
SetTotalActualSpend sets the TotalActualSpend field's value.
func (*Impact) SetTotalExpectedSpend ¶ added in v1.44.160
SetTotalExpectedSpend sets the TotalExpectedSpend field's value.
func (*Impact) SetTotalImpact ¶ added in v1.34.30
SetTotalImpact sets the TotalImpact field's value.
func (*Impact) SetTotalImpactPercentage ¶ added in v1.44.160
SetTotalImpactPercentage sets the TotalImpactPercentage field's value.
type InstanceDetails ¶ added in v1.13.17
type InstanceDetails struct { // The Amazon EC2 reservations that Amazon Web Services recommends that you // purchase. EC2InstanceDetails *EC2InstanceDetails `type:"structure"` // The Amazon OpenSearch Service reservations that Amazon Web Services recommends // that you purchase. ESInstanceDetails *ESInstanceDetails `type:"structure"` // The ElastiCache reservations that Amazon Web Services recommends that you // purchase. ElastiCacheInstanceDetails *ElastiCacheInstanceDetails `type:"structure"` // The MemoryDB reservations that Amazon Web Services recommends that you purchase. MemoryDBInstanceDetails *MemoryDBInstanceDetails `type:"structure"` // The Amazon RDS reservations that Amazon Web Services recommends that you // purchase. RDSInstanceDetails *RDSInstanceDetails `type:"structure"` // The Amazon Redshift reservations that Amazon Web Services recommends that // you purchase. RedshiftInstanceDetails *RedshiftInstanceDetails `type:"structure"` // contains filtered or unexported fields }
Details about the reservations that Amazon Web Services recommends that you purchase.
func (InstanceDetails) GoString ¶ added in v1.13.17
func (s InstanceDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InstanceDetails) SetEC2InstanceDetails ¶ added in v1.13.17
func (s *InstanceDetails) SetEC2InstanceDetails(v *EC2InstanceDetails) *InstanceDetails
SetEC2InstanceDetails sets the EC2InstanceDetails field's value.
func (*InstanceDetails) SetESInstanceDetails ¶ added in v1.14.25
func (s *InstanceDetails) SetESInstanceDetails(v *ESInstanceDetails) *InstanceDetails
SetESInstanceDetails sets the ESInstanceDetails field's value.
func (*InstanceDetails) SetElastiCacheInstanceDetails ¶ added in v1.14.25
func (s *InstanceDetails) SetElastiCacheInstanceDetails(v *ElastiCacheInstanceDetails) *InstanceDetails
SetElastiCacheInstanceDetails sets the ElastiCacheInstanceDetails field's value.
func (*InstanceDetails) SetMemoryDBInstanceDetails ¶ added in v1.47.4
func (s *InstanceDetails) SetMemoryDBInstanceDetails(v *MemoryDBInstanceDetails) *InstanceDetails
SetMemoryDBInstanceDetails sets the MemoryDBInstanceDetails field's value.
func (*InstanceDetails) SetRDSInstanceDetails ¶ added in v1.13.33
func (s *InstanceDetails) SetRDSInstanceDetails(v *RDSInstanceDetails) *InstanceDetails
SetRDSInstanceDetails sets the RDSInstanceDetails field's value.
func (*InstanceDetails) SetRedshiftInstanceDetails ¶ added in v1.14.25
func (s *InstanceDetails) SetRedshiftInstanceDetails(v *RedshiftInstanceDetails) *InstanceDetails
SetRedshiftInstanceDetails sets the RedshiftInstanceDetails field's value.
func (InstanceDetails) String ¶ added in v1.13.17
func (s InstanceDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidNextTokenException ¶ added in v1.28.0
type InvalidNextTokenException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The pagination token is invalid. Try again without a pagination token.
func (*InvalidNextTokenException) Code ¶ added in v1.28.0
func (s *InvalidNextTokenException) Code() string
Code returns the exception type name.
func (*InvalidNextTokenException) Error ¶ added in v1.28.0
func (s *InvalidNextTokenException) Error() string
func (InvalidNextTokenException) GoString ¶ added in v1.28.0
func (s InvalidNextTokenException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidNextTokenException) Message ¶ added in v1.28.0
func (s *InvalidNextTokenException) Message() string
Message returns the exception's message.
func (*InvalidNextTokenException) OrigErr ¶ added in v1.28.0
func (s *InvalidNextTokenException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidNextTokenException) RequestID ¶ added in v1.28.0
func (s *InvalidNextTokenException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidNextTokenException) StatusCode ¶ added in v1.28.0
func (s *InvalidNextTokenException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidNextTokenException) String ¶ added in v1.28.0
func (s InvalidNextTokenException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LimitExceededException ¶ added in v1.28.0
type LimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
You made too many calls in a short period of time. Try again later.
func (*LimitExceededException) Code ¶ added in v1.28.0
func (s *LimitExceededException) Code() string
Code returns the exception type name.
func (*LimitExceededException) Error ¶ added in v1.28.0
func (s *LimitExceededException) Error() string
func (LimitExceededException) GoString ¶ added in v1.28.0
func (s LimitExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LimitExceededException) Message ¶ added in v1.28.0
func (s *LimitExceededException) Message() string
Message returns the exception's message.
func (*LimitExceededException) OrigErr ¶ added in v1.28.0
func (s *LimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LimitExceededException) RequestID ¶ added in v1.28.0
func (s *LimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LimitExceededException) StatusCode ¶ added in v1.28.0
func (s *LimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LimitExceededException) String ¶ added in v1.28.0
func (s LimitExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListCostAllocationTagBackfillHistoryInput ¶ added in v1.51.8
type ListCostAllocationTagBackfillHistoryInput struct { // The maximum number of objects that are returned for this request. MaxResults *int64 `min:"1" type:"integer"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListCostAllocationTagBackfillHistoryInput) GoString ¶ added in v1.51.8
func (s ListCostAllocationTagBackfillHistoryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListCostAllocationTagBackfillHistoryInput) SetMaxResults ¶ added in v1.51.8
func (s *ListCostAllocationTagBackfillHistoryInput) SetMaxResults(v int64) *ListCostAllocationTagBackfillHistoryInput
SetMaxResults sets the MaxResults field's value.
func (*ListCostAllocationTagBackfillHistoryInput) SetNextToken ¶ added in v1.51.8
func (s *ListCostAllocationTagBackfillHistoryInput) SetNextToken(v string) *ListCostAllocationTagBackfillHistoryInput
SetNextToken sets the NextToken field's value.
func (ListCostAllocationTagBackfillHistoryInput) String ¶ added in v1.51.8
func (s ListCostAllocationTagBackfillHistoryInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListCostAllocationTagBackfillHistoryInput) Validate ¶ added in v1.51.8
func (s *ListCostAllocationTagBackfillHistoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListCostAllocationTagBackfillHistoryOutput ¶ added in v1.51.8
type ListCostAllocationTagBackfillHistoryOutput struct { // The list of historical cost allocation tag backfill requests. BackfillRequests []*CostAllocationTagBackfillRequest `type:"list"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListCostAllocationTagBackfillHistoryOutput) GoString ¶ added in v1.51.8
func (s ListCostAllocationTagBackfillHistoryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListCostAllocationTagBackfillHistoryOutput) SetBackfillRequests ¶ added in v1.51.8
func (s *ListCostAllocationTagBackfillHistoryOutput) SetBackfillRequests(v []*CostAllocationTagBackfillRequest) *ListCostAllocationTagBackfillHistoryOutput
SetBackfillRequests sets the BackfillRequests field's value.
func (*ListCostAllocationTagBackfillHistoryOutput) SetNextToken ¶ added in v1.51.8
func (s *ListCostAllocationTagBackfillHistoryOutput) SetNextToken(v string) *ListCostAllocationTagBackfillHistoryOutput
SetNextToken sets the NextToken field's value.
func (ListCostAllocationTagBackfillHistoryOutput) String ¶ added in v1.51.8
func (s ListCostAllocationTagBackfillHistoryOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListCostAllocationTagsInput ¶ added in v1.44.29
type ListCostAllocationTagsInput struct { // The maximum number of objects that are returned for this request. By default, // the request returns 100 results. MaxResults *int64 `min:"1" type:"integer"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // The status of cost allocation tag keys that are returned for this request. Status *string `type:"string" enum:"CostAllocationTagStatus"` // The list of cost allocation tag keys that are returned for this request. TagKeys []*string `min:"1" type:"list"` // The type of CostAllocationTag object that are returned for this request. // The AWSGenerated type tags are tags that Amazon Web Services defines and // applies to support Amazon Web Services resources for cost allocation purposes. // The UserDefined type tags are tags that you define, create, and apply to // resources. Type *string `type:"string" enum:"CostAllocationTagType"` // contains filtered or unexported fields }
func (ListCostAllocationTagsInput) GoString ¶ added in v1.44.29
func (s ListCostAllocationTagsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListCostAllocationTagsInput) SetMaxResults ¶ added in v1.44.29
func (s *ListCostAllocationTagsInput) SetMaxResults(v int64) *ListCostAllocationTagsInput
SetMaxResults sets the MaxResults field's value.
func (*ListCostAllocationTagsInput) SetNextToken ¶ added in v1.44.29
func (s *ListCostAllocationTagsInput) SetNextToken(v string) *ListCostAllocationTagsInput
SetNextToken sets the NextToken field's value.
func (*ListCostAllocationTagsInput) SetStatus ¶ added in v1.44.29
func (s *ListCostAllocationTagsInput) SetStatus(v string) *ListCostAllocationTagsInput
SetStatus sets the Status field's value.
func (*ListCostAllocationTagsInput) SetTagKeys ¶ added in v1.44.29
func (s *ListCostAllocationTagsInput) SetTagKeys(v []*string) *ListCostAllocationTagsInput
SetTagKeys sets the TagKeys field's value.
func (*ListCostAllocationTagsInput) SetType ¶ added in v1.44.29
func (s *ListCostAllocationTagsInput) SetType(v string) *ListCostAllocationTagsInput
SetType sets the Type field's value.
func (ListCostAllocationTagsInput) String ¶ added in v1.44.29
func (s ListCostAllocationTagsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListCostAllocationTagsInput) Validate ¶ added in v1.44.29
func (s *ListCostAllocationTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListCostAllocationTagsOutput ¶ added in v1.44.29
type ListCostAllocationTagsOutput struct { // A list of cost allocation tags that includes the detailed metadata for each // one. CostAllocationTags []*CostAllocationTag `type:"list"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListCostAllocationTagsOutput) GoString ¶ added in v1.44.29
func (s ListCostAllocationTagsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListCostAllocationTagsOutput) SetCostAllocationTags ¶ added in v1.44.29
func (s *ListCostAllocationTagsOutput) SetCostAllocationTags(v []*CostAllocationTag) *ListCostAllocationTagsOutput
SetCostAllocationTags sets the CostAllocationTags field's value.
func (*ListCostAllocationTagsOutput) SetNextToken ¶ added in v1.44.29
func (s *ListCostAllocationTagsOutput) SetNextToken(v string) *ListCostAllocationTagsOutput
SetNextToken sets the NextToken field's value.
func (ListCostAllocationTagsOutput) String ¶ added in v1.44.29
func (s ListCostAllocationTagsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListCostCategoryDefinitionsInput ¶ added in v1.25.42
type ListCostCategoryDefinitionsInput struct { // The date when the Cost Category was effective. EffectiveOn *string `min:"20" type:"string"` // The number of entries a paginated response contains. MaxResults *int64 `min:"1" type:"integer"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListCostCategoryDefinitionsInput) GoString ¶ added in v1.25.42
func (s ListCostCategoryDefinitionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListCostCategoryDefinitionsInput) SetEffectiveOn ¶ added in v1.25.42
func (s *ListCostCategoryDefinitionsInput) SetEffectiveOn(v string) *ListCostCategoryDefinitionsInput
SetEffectiveOn sets the EffectiveOn field's value.
func (*ListCostCategoryDefinitionsInput) SetMaxResults ¶ added in v1.30.10
func (s *ListCostCategoryDefinitionsInput) SetMaxResults(v int64) *ListCostCategoryDefinitionsInput
SetMaxResults sets the MaxResults field's value.
func (*ListCostCategoryDefinitionsInput) SetNextToken ¶ added in v1.25.42
func (s *ListCostCategoryDefinitionsInput) SetNextToken(v string) *ListCostCategoryDefinitionsInput
SetNextToken sets the NextToken field's value.
func (ListCostCategoryDefinitionsInput) String ¶ added in v1.25.42
func (s ListCostCategoryDefinitionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListCostCategoryDefinitionsInput) Validate ¶ added in v1.25.42
func (s *ListCostCategoryDefinitionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListCostCategoryDefinitionsOutput ¶ added in v1.25.42
type ListCostCategoryDefinitionsOutput struct { // A reference to a Cost Category that contains enough information to identify // the Cost Category. CostCategoryReferences []*CostCategoryReference `type:"list"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListCostCategoryDefinitionsOutput) GoString ¶ added in v1.25.42
func (s ListCostCategoryDefinitionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListCostCategoryDefinitionsOutput) SetCostCategoryReferences ¶ added in v1.25.42
func (s *ListCostCategoryDefinitionsOutput) SetCostCategoryReferences(v []*CostCategoryReference) *ListCostCategoryDefinitionsOutput
SetCostCategoryReferences sets the CostCategoryReferences field's value.
func (*ListCostCategoryDefinitionsOutput) SetNextToken ¶ added in v1.25.42
func (s *ListCostCategoryDefinitionsOutput) SetNextToken(v string) *ListCostCategoryDefinitionsOutput
SetNextToken sets the NextToken field's value.
func (ListCostCategoryDefinitionsOutput) String ¶ added in v1.25.42
func (s ListCostCategoryDefinitionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListSavingsPlansPurchaseRecommendationGenerationInput ¶ added in v1.44.153
type ListSavingsPlansPurchaseRecommendationGenerationInput struct { // The status of the recommendation generation. GenerationStatus *string `type:"string" enum:"GenerationStatus"` // The token to retrieve the next set of results. NextPageToken *string `type:"string"` // The number of recommendations that you want returned in a single response // object. PageSize *int64 `type:"integer"` // The IDs for each specific recommendation. RecommendationIds []*string `type:"list"` // contains filtered or unexported fields }
func (ListSavingsPlansPurchaseRecommendationGenerationInput) GoString ¶ added in v1.44.153
func (s ListSavingsPlansPurchaseRecommendationGenerationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListSavingsPlansPurchaseRecommendationGenerationInput) SetGenerationStatus ¶ added in v1.44.153
func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetGenerationStatus(v string) *ListSavingsPlansPurchaseRecommendationGenerationInput
SetGenerationStatus sets the GenerationStatus field's value.
func (*ListSavingsPlansPurchaseRecommendationGenerationInput) SetNextPageToken ¶ added in v1.44.153
func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetNextPageToken(v string) *ListSavingsPlansPurchaseRecommendationGenerationInput
SetNextPageToken sets the NextPageToken field's value.
func (*ListSavingsPlansPurchaseRecommendationGenerationInput) SetPageSize ¶ added in v1.44.153
func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetPageSize(v int64) *ListSavingsPlansPurchaseRecommendationGenerationInput
SetPageSize sets the PageSize field's value.
func (*ListSavingsPlansPurchaseRecommendationGenerationInput) SetRecommendationIds ¶ added in v1.44.153
func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetRecommendationIds(v []*string) *ListSavingsPlansPurchaseRecommendationGenerationInput
SetRecommendationIds sets the RecommendationIds field's value.
func (ListSavingsPlansPurchaseRecommendationGenerationInput) String ¶ added in v1.44.153
func (s ListSavingsPlansPurchaseRecommendationGenerationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListSavingsPlansPurchaseRecommendationGenerationOutput ¶ added in v1.44.153
type ListSavingsPlansPurchaseRecommendationGenerationOutput struct { // The list of historical recommendation generations. GenerationSummaryList []*GenerationSummary `type:"list"` // The token to retrieve the next set of results. NextPageToken *string `type:"string"` // contains filtered or unexported fields }
func (ListSavingsPlansPurchaseRecommendationGenerationOutput) GoString ¶ added in v1.44.153
func (s ListSavingsPlansPurchaseRecommendationGenerationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListSavingsPlansPurchaseRecommendationGenerationOutput) SetGenerationSummaryList ¶ added in v1.44.153
func (s *ListSavingsPlansPurchaseRecommendationGenerationOutput) SetGenerationSummaryList(v []*GenerationSummary) *ListSavingsPlansPurchaseRecommendationGenerationOutput
SetGenerationSummaryList sets the GenerationSummaryList field's value.
func (*ListSavingsPlansPurchaseRecommendationGenerationOutput) SetNextPageToken ¶ added in v1.44.153
func (s *ListSavingsPlansPurchaseRecommendationGenerationOutput) SetNextPageToken(v string) *ListSavingsPlansPurchaseRecommendationGenerationOutput
SetNextPageToken sets the NextPageToken field's value.
func (ListSavingsPlansPurchaseRecommendationGenerationOutput) String ¶ added in v1.44.153
func (s ListSavingsPlansPurchaseRecommendationGenerationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput ¶ added in v1.43.23
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the resource. For a list of supported resources, // see ResourceTag (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_ResourceTag.html). // // ResourceArn is a required field ResourceArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶ added in v1.43.23
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) SetResourceArn ¶ added in v1.43.23
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶ added in v1.43.23
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceInput) Validate ¶ added in v1.43.23
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶ added in v1.43.23
type ListTagsForResourceOutput struct { // A list of tag key value pairs that are associated with the resource. ResourceTags []*ResourceTag `type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶ added in v1.43.23
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForResourceOutput) SetResourceTags ¶ added in v1.43.23
func (s *ListTagsForResourceOutput) SetResourceTags(v []*ResourceTag) *ListTagsForResourceOutput
SetResourceTags sets the ResourceTags field's value.
func (ListTagsForResourceOutput) String ¶ added in v1.43.23
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type MemoryDBInstanceDetails ¶ added in v1.47.4
type MemoryDBInstanceDetails struct { // Determines whether the recommendation is for a current generation instance. CurrentGeneration *bool `type:"boolean"` // The instance family of the recommended reservation. Family *string `type:"string"` // The node type of the recommended reservation. NodeType *string `type:"string"` // The Amazon Web Services Region of the recommended reservation. Region *string `type:"string"` // Determines whether the recommended reservation is size flexible. SizeFlexEligible *bool `type:"boolean"` // contains filtered or unexported fields }
Details about the MemoryDB reservations that Amazon Web Services recommends that you purchase.
func (MemoryDBInstanceDetails) GoString ¶ added in v1.47.4
func (s MemoryDBInstanceDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*MemoryDBInstanceDetails) SetCurrentGeneration ¶ added in v1.47.4
func (s *MemoryDBInstanceDetails) SetCurrentGeneration(v bool) *MemoryDBInstanceDetails
SetCurrentGeneration sets the CurrentGeneration field's value.
func (*MemoryDBInstanceDetails) SetFamily ¶ added in v1.47.4
func (s *MemoryDBInstanceDetails) SetFamily(v string) *MemoryDBInstanceDetails
SetFamily sets the Family field's value.
func (*MemoryDBInstanceDetails) SetNodeType ¶ added in v1.47.4
func (s *MemoryDBInstanceDetails) SetNodeType(v string) *MemoryDBInstanceDetails
SetNodeType sets the NodeType field's value.
func (*MemoryDBInstanceDetails) SetRegion ¶ added in v1.47.4
func (s *MemoryDBInstanceDetails) SetRegion(v string) *MemoryDBInstanceDetails
SetRegion sets the Region field's value.
func (*MemoryDBInstanceDetails) SetSizeFlexEligible ¶ added in v1.47.4
func (s *MemoryDBInstanceDetails) SetSizeFlexEligible(v bool) *MemoryDBInstanceDetails
SetSizeFlexEligible sets the SizeFlexEligible field's value.
func (MemoryDBInstanceDetails) String ¶ added in v1.47.4
func (s MemoryDBInstanceDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type MetricValue ¶
type MetricValue struct { // The actual number that represents the metric. Amount *string `type:"string"` // The unit that the metric is given in. Unit *string `type:"string"` // contains filtered or unexported fields }
The aggregated value for a metric.
func (MetricValue) GoString ¶
func (s MetricValue) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*MetricValue) SetAmount ¶
func (s *MetricValue) SetAmount(v string) *MetricValue
SetAmount sets the Amount field's value.
func (*MetricValue) SetUnit ¶
func (s *MetricValue) SetUnit(v string) *MetricValue
SetUnit sets the Unit field's value.
func (MetricValue) String ¶
func (s MetricValue) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ModifyRecommendationDetail ¶ added in v1.21.6
type ModifyRecommendationDetail struct { // Determines whether this instance type is the Amazon Web Services default // recommendation. TargetInstances []*TargetInstance `type:"list"` // contains filtered or unexported fields }
Details for the modification recommendation.
func (ModifyRecommendationDetail) GoString ¶ added in v1.21.6
func (s ModifyRecommendationDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ModifyRecommendationDetail) SetTargetInstances ¶ added in v1.21.6
func (s *ModifyRecommendationDetail) SetTargetInstances(v []*TargetInstance) *ModifyRecommendationDetail
SetTargetInstances sets the TargetInstances field's value.
func (ModifyRecommendationDetail) String ¶ added in v1.21.6
func (s ModifyRecommendationDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type NetworkResourceUtilization ¶ added in v1.38.46
type NetworkResourceUtilization struct { // The network inbound throughput utilization measured in Bytes per second (Bps). NetworkInBytesPerSecond *string `type:"string"` // The network outbound throughput utilization measured in Bytes per second // (Bps). NetworkOutBytesPerSecond *string `type:"string"` // The network inbound packets that are measured in packets per second. NetworkPacketsInPerSecond *string `type:"string"` // The network outbound packets that are measured in packets per second. NetworkPacketsOutPerSecond *string `type:"string"` // contains filtered or unexported fields }
The network field that contains a list of network metrics that are associated with the current instance.
func (NetworkResourceUtilization) GoString ¶ added in v1.38.46
func (s NetworkResourceUtilization) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NetworkResourceUtilization) SetNetworkInBytesPerSecond ¶ added in v1.38.46
func (s *NetworkResourceUtilization) SetNetworkInBytesPerSecond(v string) *NetworkResourceUtilization
SetNetworkInBytesPerSecond sets the NetworkInBytesPerSecond field's value.
func (*NetworkResourceUtilization) SetNetworkOutBytesPerSecond ¶ added in v1.38.46
func (s *NetworkResourceUtilization) SetNetworkOutBytesPerSecond(v string) *NetworkResourceUtilization
SetNetworkOutBytesPerSecond sets the NetworkOutBytesPerSecond field's value.
func (*NetworkResourceUtilization) SetNetworkPacketsInPerSecond ¶ added in v1.38.46
func (s *NetworkResourceUtilization) SetNetworkPacketsInPerSecond(v string) *NetworkResourceUtilization
SetNetworkPacketsInPerSecond sets the NetworkPacketsInPerSecond field's value.
func (*NetworkResourceUtilization) SetNetworkPacketsOutPerSecond ¶ added in v1.38.46
func (s *NetworkResourceUtilization) SetNetworkPacketsOutPerSecond(v string) *NetworkResourceUtilization
SetNetworkPacketsOutPerSecond sets the NetworkPacketsOutPerSecond field's value.
func (NetworkResourceUtilization) String ¶ added in v1.38.46
func (s NetworkResourceUtilization) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ProvideAnomalyFeedbackInput ¶ added in v1.34.30
type ProvideAnomalyFeedbackInput struct { // A cost anomaly ID. // // AnomalyId is a required field AnomalyId *string `type:"string" required:"true"` // Describes whether the cost anomaly was a planned activity or you considered // it an anomaly. // // Feedback is a required field Feedback *string `type:"string" required:"true" enum:"AnomalyFeedbackType"` // contains filtered or unexported fields }
func (ProvideAnomalyFeedbackInput) GoString ¶ added in v1.34.30
func (s ProvideAnomalyFeedbackInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ProvideAnomalyFeedbackInput) SetAnomalyId ¶ added in v1.34.30
func (s *ProvideAnomalyFeedbackInput) SetAnomalyId(v string) *ProvideAnomalyFeedbackInput
SetAnomalyId sets the AnomalyId field's value.
func (*ProvideAnomalyFeedbackInput) SetFeedback ¶ added in v1.34.30
func (s *ProvideAnomalyFeedbackInput) SetFeedback(v string) *ProvideAnomalyFeedbackInput
SetFeedback sets the Feedback field's value.
func (ProvideAnomalyFeedbackInput) String ¶ added in v1.34.30
func (s ProvideAnomalyFeedbackInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ProvideAnomalyFeedbackInput) Validate ¶ added in v1.34.30
func (s *ProvideAnomalyFeedbackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProvideAnomalyFeedbackOutput ¶ added in v1.34.30
type ProvideAnomalyFeedbackOutput struct { // The ID of the modified cost anomaly. // // AnomalyId is a required field AnomalyId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ProvideAnomalyFeedbackOutput) GoString ¶ added in v1.34.30
func (s ProvideAnomalyFeedbackOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ProvideAnomalyFeedbackOutput) SetAnomalyId ¶ added in v1.34.30
func (s *ProvideAnomalyFeedbackOutput) SetAnomalyId(v string) *ProvideAnomalyFeedbackOutput
SetAnomalyId sets the AnomalyId field's value.
func (ProvideAnomalyFeedbackOutput) String ¶ added in v1.34.30
func (s ProvideAnomalyFeedbackOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RDSInstanceDetails ¶ added in v1.13.33
type RDSInstanceDetails struct { // Determines whether the recommendation is for a current-generation instance. CurrentGeneration *bool `type:"boolean"` // The database edition that the recommended reservation supports. DatabaseEdition *string `type:"string"` // The database engine that the recommended reservation supports. DatabaseEngine *string `type:"string"` // Determines whether the recommendation is for a reservation in a single Availability // Zone or a reservation with a backup in a second Availability Zone. DeploymentOption *string `type:"string"` // The instance family of the recommended reservation. Family *string `type:"string"` // The type of instance that Amazon Web Services recommends. InstanceType *string `type:"string"` // The license model that the recommended reservation supports. LicenseModel *string `type:"string"` // The Amazon Web Services Region of the recommended reservation. Region *string `type:"string"` // Determines whether the recommended reservation is size flexible. SizeFlexEligible *bool `type:"boolean"` // contains filtered or unexported fields }
Details about the Amazon RDS reservations that Amazon Web Services recommends that you purchase.
func (RDSInstanceDetails) GoString ¶ added in v1.13.33
func (s RDSInstanceDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RDSInstanceDetails) SetCurrentGeneration ¶ added in v1.13.33
func (s *RDSInstanceDetails) SetCurrentGeneration(v bool) *RDSInstanceDetails
SetCurrentGeneration sets the CurrentGeneration field's value.
func (*RDSInstanceDetails) SetDatabaseEdition ¶ added in v1.14.22
func (s *RDSInstanceDetails) SetDatabaseEdition(v string) *RDSInstanceDetails
SetDatabaseEdition sets the DatabaseEdition field's value.
func (*RDSInstanceDetails) SetDatabaseEngine ¶ added in v1.13.33
func (s *RDSInstanceDetails) SetDatabaseEngine(v string) *RDSInstanceDetails
SetDatabaseEngine sets the DatabaseEngine field's value.
func (*RDSInstanceDetails) SetDeploymentOption ¶ added in v1.13.33
func (s *RDSInstanceDetails) SetDeploymentOption(v string) *RDSInstanceDetails
SetDeploymentOption sets the DeploymentOption field's value.
func (*RDSInstanceDetails) SetFamily ¶ added in v1.13.33
func (s *RDSInstanceDetails) SetFamily(v string) *RDSInstanceDetails
SetFamily sets the Family field's value.
func (*RDSInstanceDetails) SetInstanceType ¶ added in v1.13.33
func (s *RDSInstanceDetails) SetInstanceType(v string) *RDSInstanceDetails
SetInstanceType sets the InstanceType field's value.
func (*RDSInstanceDetails) SetLicenseModel ¶ added in v1.13.33
func (s *RDSInstanceDetails) SetLicenseModel(v string) *RDSInstanceDetails
SetLicenseModel sets the LicenseModel field's value.
func (*RDSInstanceDetails) SetRegion ¶ added in v1.13.33
func (s *RDSInstanceDetails) SetRegion(v string) *RDSInstanceDetails
SetRegion sets the Region field's value.
func (*RDSInstanceDetails) SetSizeFlexEligible ¶ added in v1.13.33
func (s *RDSInstanceDetails) SetSizeFlexEligible(v bool) *RDSInstanceDetails
SetSizeFlexEligible sets the SizeFlexEligible field's value.
func (RDSInstanceDetails) String ¶ added in v1.13.33
func (s RDSInstanceDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RecommendationDetailData ¶ added in v1.44.307
type RecommendationDetailData struct { // The AccountID that the recommendation is generated for. AccountId *string `type:"string"` // The account scope that you want your recommendations for. Amazon Web Services // calculates recommendations including the management account and member accounts // if the value is set to PAYER. If the value is LINKED, recommendations are // calculated for individual member accounts only. AccountScope *string `type:"string" enum:"AccountScope"` // The currency code that Amazon Web Services used to generate the recommendation // and present potential savings. CurrencyCode *string `type:"string"` // The average value of hourly coverage over the lookback period. CurrentAverageCoverage *string `type:"string"` // The average value of hourly On-Demand spend over the lookback period of the // applicable usage type. CurrentAverageHourlyOnDemandSpend *string `type:"string"` // The highest value of hourly On-Demand spend over the lookback period of the // applicable usage type. CurrentMaximumHourlyOnDemandSpend *string `type:"string"` // The lowest value of hourly On-Demand spend over the lookback period of the // applicable usage type. CurrentMinimumHourlyOnDemandSpend *string `type:"string"` // The estimated coverage of the recommended Savings Plan. EstimatedAverageCoverage *string `type:"string"` // The estimated utilization of the recommended Savings Plan. EstimatedAverageUtilization *string `type:"string"` // The estimated monthly savings amount based on the recommended Savings Plan. EstimatedMonthlySavingsAmount *string `type:"string"` // The remaining On-Demand cost estimated to not be covered by the recommended // Savings Plan, over the length of the lookback period. EstimatedOnDemandCost *string `type:"string"` // The estimated On-Demand costs you expect with no additional commitment, based // on your usage of the selected time period and the Savings Plan you own. EstimatedOnDemandCostWithCurrentCommitment *string `type:"string"` // The estimated return on investment that's based on the recommended Savings // Plan that you purchased. This is calculated as estimatedSavingsAmount/estimatedSPCost*100. EstimatedROI *string `type:"string"` // The cost of the recommended Savings Plan over the length of the lookback // period. EstimatedSPCost *string `type:"string"` // The estimated savings amount that's based on the recommended Savings Plan // over the length of the lookback period. EstimatedSavingsAmount *string `type:"string"` // The estimated savings percentage relative to the total cost of applicable // On-Demand usage over the lookback period. EstimatedSavingsPercentage *string `type:"string"` // The existing hourly commitment for the Savings Plan type. ExistingHourlyCommitment *string `type:"string"` // The period of time that you want the usage and costs for. GenerationTimestamp *string `min:"20" type:"string"` // The recommended hourly commitment level for the Savings Plan type and the // configuration that's based on the usage during the lookback period. HourlyCommitmentToPurchase *string `type:"string"` // The instance family of the recommended Savings Plan. InstanceFamily *string `type:"string"` // The period of time that you want the usage and costs for. LatestUsageTimestamp *string `min:"20" type:"string"` // How many days of previous usage that Amazon Web Services considers when making // this recommendation. LookbackPeriodInDays *string `type:"string" enum:"LookbackPeriodInDays"` // The related hourly cost, coverage, and utilization metrics over the lookback // period. MetricsOverLookbackPeriod []*RecommendationDetailHourlyMetrics `type:"list"` // The unique ID that's used to distinguish Savings Plans from one another. OfferingId *string `type:"string"` // The payment option for the commitment (for example, All Upfront or No Upfront). PaymentOption *string `type:"string" enum:"PaymentOption"` // The region the recommendation is generated for. Region *string `type:"string"` // The requested Savings Plan recommendation type. SavingsPlansType *string `type:"string" enum:"SupportedSavingsPlansType"` // The term of the commitment in years. TermInYears *string `type:"string" enum:"TermInYears"` // The upfront cost of the recommended Savings Plan, based on the selected payment // option. UpfrontCost *string `type:"string"` // contains filtered or unexported fields }
The details and metrics for the given recommendation.
func (RecommendationDetailData) GoString ¶ added in v1.44.307
func (s RecommendationDetailData) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RecommendationDetailData) SetAccountId ¶ added in v1.44.307
func (s *RecommendationDetailData) SetAccountId(v string) *RecommendationDetailData
SetAccountId sets the AccountId field's value.
func (*RecommendationDetailData) SetAccountScope ¶ added in v1.44.307
func (s *RecommendationDetailData) SetAccountScope(v string) *RecommendationDetailData
SetAccountScope sets the AccountScope field's value.
func (*RecommendationDetailData) SetCurrencyCode ¶ added in v1.44.307
func (s *RecommendationDetailData) SetCurrencyCode(v string) *RecommendationDetailData
SetCurrencyCode sets the CurrencyCode field's value.
func (*RecommendationDetailData) SetCurrentAverageCoverage ¶ added in v1.44.307
func (s *RecommendationDetailData) SetCurrentAverageCoverage(v string) *RecommendationDetailData
SetCurrentAverageCoverage sets the CurrentAverageCoverage field's value.
func (*RecommendationDetailData) SetCurrentAverageHourlyOnDemandSpend ¶ added in v1.44.307
func (s *RecommendationDetailData) SetCurrentAverageHourlyOnDemandSpend(v string) *RecommendationDetailData
SetCurrentAverageHourlyOnDemandSpend sets the CurrentAverageHourlyOnDemandSpend field's value.
func (*RecommendationDetailData) SetCurrentMaximumHourlyOnDemandSpend ¶ added in v1.44.307
func (s *RecommendationDetailData) SetCurrentMaximumHourlyOnDemandSpend(v string) *RecommendationDetailData
SetCurrentMaximumHourlyOnDemandSpend sets the CurrentMaximumHourlyOnDemandSpend field's value.
func (*RecommendationDetailData) SetCurrentMinimumHourlyOnDemandSpend ¶ added in v1.44.307
func (s *RecommendationDetailData) SetCurrentMinimumHourlyOnDemandSpend(v string) *RecommendationDetailData
SetCurrentMinimumHourlyOnDemandSpend sets the CurrentMinimumHourlyOnDemandSpend field's value.
func (*RecommendationDetailData) SetEstimatedAverageCoverage ¶ added in v1.44.307
func (s *RecommendationDetailData) SetEstimatedAverageCoverage(v string) *RecommendationDetailData
SetEstimatedAverageCoverage sets the EstimatedAverageCoverage field's value.
func (*RecommendationDetailData) SetEstimatedAverageUtilization ¶ added in v1.44.307
func (s *RecommendationDetailData) SetEstimatedAverageUtilization(v string) *RecommendationDetailData
SetEstimatedAverageUtilization sets the EstimatedAverageUtilization field's value.
func (*RecommendationDetailData) SetEstimatedMonthlySavingsAmount ¶ added in v1.44.307
func (s *RecommendationDetailData) SetEstimatedMonthlySavingsAmount(v string) *RecommendationDetailData
SetEstimatedMonthlySavingsAmount sets the EstimatedMonthlySavingsAmount field's value.
func (*RecommendationDetailData) SetEstimatedOnDemandCost ¶ added in v1.44.307
func (s *RecommendationDetailData) SetEstimatedOnDemandCost(v string) *RecommendationDetailData
SetEstimatedOnDemandCost sets the EstimatedOnDemandCost field's value.
func (*RecommendationDetailData) SetEstimatedOnDemandCostWithCurrentCommitment ¶ added in v1.44.307
func (s *RecommendationDetailData) SetEstimatedOnDemandCostWithCurrentCommitment(v string) *RecommendationDetailData
SetEstimatedOnDemandCostWithCurrentCommitment sets the EstimatedOnDemandCostWithCurrentCommitment field's value.
func (*RecommendationDetailData) SetEstimatedROI ¶ added in v1.44.307
func (s *RecommendationDetailData) SetEstimatedROI(v string) *RecommendationDetailData
SetEstimatedROI sets the EstimatedROI field's value.
func (*RecommendationDetailData) SetEstimatedSPCost ¶ added in v1.44.307
func (s *RecommendationDetailData) SetEstimatedSPCost(v string) *RecommendationDetailData
SetEstimatedSPCost sets the EstimatedSPCost field's value.
func (*RecommendationDetailData) SetEstimatedSavingsAmount ¶ added in v1.44.307
func (s *RecommendationDetailData) SetEstimatedSavingsAmount(v string) *RecommendationDetailData
SetEstimatedSavingsAmount sets the EstimatedSavingsAmount field's value.
func (*RecommendationDetailData) SetEstimatedSavingsPercentage ¶ added in v1.44.307
func (s *RecommendationDetailData) SetEstimatedSavingsPercentage(v string) *RecommendationDetailData
SetEstimatedSavingsPercentage sets the EstimatedSavingsPercentage field's value.
func (*RecommendationDetailData) SetExistingHourlyCommitment ¶ added in v1.44.307
func (s *RecommendationDetailData) SetExistingHourlyCommitment(v string) *RecommendationDetailData
SetExistingHourlyCommitment sets the ExistingHourlyCommitment field's value.
func (*RecommendationDetailData) SetGenerationTimestamp ¶ added in v1.44.307
func (s *RecommendationDetailData) SetGenerationTimestamp(v string) *RecommendationDetailData
SetGenerationTimestamp sets the GenerationTimestamp field's value.
func (*RecommendationDetailData) SetHourlyCommitmentToPurchase ¶ added in v1.44.307
func (s *RecommendationDetailData) SetHourlyCommitmentToPurchase(v string) *RecommendationDetailData
SetHourlyCommitmentToPurchase sets the HourlyCommitmentToPurchase field's value.
func (*RecommendationDetailData) SetInstanceFamily ¶ added in v1.44.307
func (s *RecommendationDetailData) SetInstanceFamily(v string) *RecommendationDetailData
SetInstanceFamily sets the InstanceFamily field's value.
func (*RecommendationDetailData) SetLatestUsageTimestamp ¶ added in v1.44.307
func (s *RecommendationDetailData) SetLatestUsageTimestamp(v string) *RecommendationDetailData
SetLatestUsageTimestamp sets the LatestUsageTimestamp field's value.
func (*RecommendationDetailData) SetLookbackPeriodInDays ¶ added in v1.44.307
func (s *RecommendationDetailData) SetLookbackPeriodInDays(v string) *RecommendationDetailData
SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.
func (*RecommendationDetailData) SetMetricsOverLookbackPeriod ¶ added in v1.44.307
func (s *RecommendationDetailData) SetMetricsOverLookbackPeriod(v []*RecommendationDetailHourlyMetrics) *RecommendationDetailData
SetMetricsOverLookbackPeriod sets the MetricsOverLookbackPeriod field's value.
func (*RecommendationDetailData) SetOfferingId ¶ added in v1.44.307
func (s *RecommendationDetailData) SetOfferingId(v string) *RecommendationDetailData
SetOfferingId sets the OfferingId field's value.
func (*RecommendationDetailData) SetPaymentOption ¶ added in v1.44.307
func (s *RecommendationDetailData) SetPaymentOption(v string) *RecommendationDetailData
SetPaymentOption sets the PaymentOption field's value.
func (*RecommendationDetailData) SetRegion ¶ added in v1.44.307
func (s *RecommendationDetailData) SetRegion(v string) *RecommendationDetailData
SetRegion sets the Region field's value.
func (*RecommendationDetailData) SetSavingsPlansType ¶ added in v1.44.307
func (s *RecommendationDetailData) SetSavingsPlansType(v string) *RecommendationDetailData
SetSavingsPlansType sets the SavingsPlansType field's value.
func (*RecommendationDetailData) SetTermInYears ¶ added in v1.44.307
func (s *RecommendationDetailData) SetTermInYears(v string) *RecommendationDetailData
SetTermInYears sets the TermInYears field's value.
func (*RecommendationDetailData) SetUpfrontCost ¶ added in v1.44.307
func (s *RecommendationDetailData) SetUpfrontCost(v string) *RecommendationDetailData
SetUpfrontCost sets the UpfrontCost field's value.
func (RecommendationDetailData) String ¶ added in v1.44.307
func (s RecommendationDetailData) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RecommendationDetailHourlyMetrics ¶ added in v1.44.307
type RecommendationDetailHourlyMetrics struct { // The current amount of Savings Plans eligible usage that the Savings Plan // covered. CurrentCoverage *string `type:"string"` // The estimated coverage amount based on the recommended Savings Plan. EstimatedCoverage *string `type:"string"` // The estimated utilization for the recommended Savings Plan. EstimatedNewCommitmentUtilization *string `type:"string"` // The remaining On-Demand cost estimated to not be covered by the recommended // Savings Plan, over the length of the lookback period. EstimatedOnDemandCost *string `type:"string"` // The period of time that you want the usage and costs for. StartTime *string `min:"20" type:"string"` // contains filtered or unexported fields }
Contains the hourly metrics for the given recommendation over the lookback period.
func (RecommendationDetailHourlyMetrics) GoString ¶ added in v1.44.307
func (s RecommendationDetailHourlyMetrics) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RecommendationDetailHourlyMetrics) SetCurrentCoverage ¶ added in v1.44.307
func (s *RecommendationDetailHourlyMetrics) SetCurrentCoverage(v string) *RecommendationDetailHourlyMetrics
SetCurrentCoverage sets the CurrentCoverage field's value.
func (*RecommendationDetailHourlyMetrics) SetEstimatedCoverage ¶ added in v1.44.307
func (s *RecommendationDetailHourlyMetrics) SetEstimatedCoverage(v string) *RecommendationDetailHourlyMetrics
SetEstimatedCoverage sets the EstimatedCoverage field's value.
func (*RecommendationDetailHourlyMetrics) SetEstimatedNewCommitmentUtilization ¶ added in v1.44.307
func (s *RecommendationDetailHourlyMetrics) SetEstimatedNewCommitmentUtilization(v string) *RecommendationDetailHourlyMetrics
SetEstimatedNewCommitmentUtilization sets the EstimatedNewCommitmentUtilization field's value.
func (*RecommendationDetailHourlyMetrics) SetEstimatedOnDemandCost ¶ added in v1.44.307
func (s *RecommendationDetailHourlyMetrics) SetEstimatedOnDemandCost(v string) *RecommendationDetailHourlyMetrics
SetEstimatedOnDemandCost sets the EstimatedOnDemandCost field's value.
func (*RecommendationDetailHourlyMetrics) SetStartTime ¶ added in v1.44.307
func (s *RecommendationDetailHourlyMetrics) SetStartTime(v string) *RecommendationDetailHourlyMetrics
SetStartTime sets the StartTime field's value.
func (RecommendationDetailHourlyMetrics) String ¶ added in v1.44.307
func (s RecommendationDetailHourlyMetrics) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RedshiftInstanceDetails ¶ added in v1.14.25
type RedshiftInstanceDetails struct { // Determines whether the recommendation is for a current-generation instance. CurrentGeneration *bool `type:"boolean"` // The instance family of the recommended reservation. Family *string `type:"string"` // The type of node that Amazon Web Services recommends. NodeType *string `type:"string"` // The Amazon Web Services Region of the recommended reservation. Region *string `type:"string"` // Determines whether the recommended reservation is size flexible. SizeFlexEligible *bool `type:"boolean"` // contains filtered or unexported fields }
Details about the Amazon Redshift reservations that Amazon Web Services recommends that you purchase.
func (RedshiftInstanceDetails) GoString ¶ added in v1.14.25
func (s RedshiftInstanceDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RedshiftInstanceDetails) SetCurrentGeneration ¶ added in v1.14.25
func (s *RedshiftInstanceDetails) SetCurrentGeneration(v bool) *RedshiftInstanceDetails
SetCurrentGeneration sets the CurrentGeneration field's value.
func (*RedshiftInstanceDetails) SetFamily ¶ added in v1.14.25
func (s *RedshiftInstanceDetails) SetFamily(v string) *RedshiftInstanceDetails
SetFamily sets the Family field's value.
func (*RedshiftInstanceDetails) SetNodeType ¶ added in v1.14.25
func (s *RedshiftInstanceDetails) SetNodeType(v string) *RedshiftInstanceDetails
SetNodeType sets the NodeType field's value.
func (*RedshiftInstanceDetails) SetRegion ¶ added in v1.14.25
func (s *RedshiftInstanceDetails) SetRegion(v string) *RedshiftInstanceDetails
SetRegion sets the Region field's value.
func (*RedshiftInstanceDetails) SetSizeFlexEligible ¶ added in v1.14.25
func (s *RedshiftInstanceDetails) SetSizeFlexEligible(v bool) *RedshiftInstanceDetails
SetSizeFlexEligible sets the SizeFlexEligible field's value.
func (RedshiftInstanceDetails) String ¶ added in v1.14.25
func (s RedshiftInstanceDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RequestChangedException ¶ added in v1.28.0
type RequestChangedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
Your request parameters changed between pages. Try again with the old parameters or without a pagination token.
func (*RequestChangedException) Code ¶ added in v1.28.0
func (s *RequestChangedException) Code() string
Code returns the exception type name.
func (*RequestChangedException) Error ¶ added in v1.28.0
func (s *RequestChangedException) Error() string
func (RequestChangedException) GoString ¶ added in v1.28.0
func (s RequestChangedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RequestChangedException) Message ¶ added in v1.28.0
func (s *RequestChangedException) Message() string
Message returns the exception's message.
func (*RequestChangedException) OrigErr ¶ added in v1.28.0
func (s *RequestChangedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*RequestChangedException) RequestID ¶ added in v1.28.0
func (s *RequestChangedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*RequestChangedException) StatusCode ¶ added in v1.28.0
func (s *RequestChangedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (RequestChangedException) String ¶ added in v1.28.0
func (s RequestChangedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ReservationAggregates ¶
type ReservationAggregates struct { // The monthly cost of your reservation. It's amortized over the reservation // period. AmortizedRecurringFee *string `type:"string"` // The upfront cost of your reservation. It's amortized over the reservation // period. AmortizedUpfrontFee *string `type:"string"` // How much you saved due to purchasing and utilizing reservation. Amazon Web // Services calculates this by subtracting TotalAmortizedFee from OnDemandCostOfRIHoursUsed. NetRISavings *string `type:"string"` // How much your reservation costs if charged On-Demand rates. OnDemandCostOfRIHoursUsed *string `type:"string"` // How many reservation hours that you purchased. PurchasedHours *string `type:"string"` // The number of Amazon EC2 reservation hours that you purchased. It's converted // to normalized units. Normalized units are available only for Amazon EC2 usage // after November 11, 2017. PurchasedUnits *string `type:"string"` // The cost of unused hours for your reservation. RICostForUnusedHours *string `type:"string"` // The realized savings because of purchasing and using a reservation. RealizedSavings *string `type:"string"` // The total number of reservation hours that you used. TotalActualHours *string `type:"string"` // The total number of Amazon EC2 reservation hours that you used. It's converted // to normalized units. Normalized units are available only for Amazon EC2 usage // after November 11, 2017. TotalActualUnits *string `type:"string"` // The total cost of your reservation. It's amortized over the reservation period. TotalAmortizedFee *string `type:"string"` // How much you might save if you use your entire reservation. TotalPotentialRISavings *string `type:"string"` // The unrealized savings because of purchasing and using a reservation. UnrealizedSavings *string `type:"string"` // The number of reservation hours that you didn't use. UnusedHours *string `type:"string"` // The number of Amazon EC2 reservation hours that you didn't use. It's converted // to normalized units. Normalized units are available only for Amazon EC2 usage // after November 11, 2017. UnusedUnits *string `type:"string"` // The percentage of reservation time that you used. UtilizationPercentage *string `type:"string"` // The percentage of Amazon EC2 reservation time that you used. It's converted // to normalized units. Normalized units are available only for Amazon EC2 usage // after November 11, 2017. UtilizationPercentageInUnits *string `type:"string"` // contains filtered or unexported fields }
The aggregated numbers for your reservation usage.
func (ReservationAggregates) GoString ¶
func (s ReservationAggregates) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ReservationAggregates) SetAmortizedRecurringFee ¶ added in v1.14.1
func (s *ReservationAggregates) SetAmortizedRecurringFee(v string) *ReservationAggregates
SetAmortizedRecurringFee sets the AmortizedRecurringFee field's value.
func (*ReservationAggregates) SetAmortizedUpfrontFee ¶ added in v1.14.1
func (s *ReservationAggregates) SetAmortizedUpfrontFee(v string) *ReservationAggregates
SetAmortizedUpfrontFee sets the AmortizedUpfrontFee field's value.
func (*ReservationAggregates) SetNetRISavings ¶ added in v1.14.1
func (s *ReservationAggregates) SetNetRISavings(v string) *ReservationAggregates
SetNetRISavings sets the NetRISavings field's value.
func (*ReservationAggregates) SetOnDemandCostOfRIHoursUsed ¶ added in v1.14.1
func (s *ReservationAggregates) SetOnDemandCostOfRIHoursUsed(v string) *ReservationAggregates
SetOnDemandCostOfRIHoursUsed sets the OnDemandCostOfRIHoursUsed field's value.
func (*ReservationAggregates) SetPurchasedHours ¶
func (s *ReservationAggregates) SetPurchasedHours(v string) *ReservationAggregates
SetPurchasedHours sets the PurchasedHours field's value.
func (*ReservationAggregates) SetPurchasedUnits ¶ added in v1.16.0
func (s *ReservationAggregates) SetPurchasedUnits(v string) *ReservationAggregates
SetPurchasedUnits sets the PurchasedUnits field's value.
func (*ReservationAggregates) SetRICostForUnusedHours ¶ added in v1.36.21
func (s *ReservationAggregates) SetRICostForUnusedHours(v string) *ReservationAggregates
SetRICostForUnusedHours sets the RICostForUnusedHours field's value.
func (*ReservationAggregates) SetRealizedSavings ¶ added in v1.36.21
func (s *ReservationAggregates) SetRealizedSavings(v string) *ReservationAggregates
SetRealizedSavings sets the RealizedSavings field's value.
func (*ReservationAggregates) SetTotalActualHours ¶
func (s *ReservationAggregates) SetTotalActualHours(v string) *ReservationAggregates
SetTotalActualHours sets the TotalActualHours field's value.
func (*ReservationAggregates) SetTotalActualUnits ¶ added in v1.16.0
func (s *ReservationAggregates) SetTotalActualUnits(v string) *ReservationAggregates
SetTotalActualUnits sets the TotalActualUnits field's value.
func (*ReservationAggregates) SetTotalAmortizedFee ¶ added in v1.14.1
func (s *ReservationAggregates) SetTotalAmortizedFee(v string) *ReservationAggregates
SetTotalAmortizedFee sets the TotalAmortizedFee field's value.
func (*ReservationAggregates) SetTotalPotentialRISavings ¶ added in v1.14.1
func (s *ReservationAggregates) SetTotalPotentialRISavings(v string) *ReservationAggregates
SetTotalPotentialRISavings sets the TotalPotentialRISavings field's value.
func (*ReservationAggregates) SetUnrealizedSavings ¶ added in v1.36.21
func (s *ReservationAggregates) SetUnrealizedSavings(v string) *ReservationAggregates
SetUnrealizedSavings sets the UnrealizedSavings field's value.
func (*ReservationAggregates) SetUnusedHours ¶
func (s *ReservationAggregates) SetUnusedHours(v string) *ReservationAggregates
SetUnusedHours sets the UnusedHours field's value.
func (*ReservationAggregates) SetUnusedUnits ¶ added in v1.16.0
func (s *ReservationAggregates) SetUnusedUnits(v string) *ReservationAggregates
SetUnusedUnits sets the UnusedUnits field's value.
func (*ReservationAggregates) SetUtilizationPercentage ¶
func (s *ReservationAggregates) SetUtilizationPercentage(v string) *ReservationAggregates
SetUtilizationPercentage sets the UtilizationPercentage field's value.
func (*ReservationAggregates) SetUtilizationPercentageInUnits ¶ added in v1.16.0
func (s *ReservationAggregates) SetUtilizationPercentageInUnits(v string) *ReservationAggregates
SetUtilizationPercentageInUnits sets the UtilizationPercentageInUnits field's value.
func (ReservationAggregates) String ¶
func (s ReservationAggregates) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ReservationCoverageGroup ¶ added in v1.13.3
type ReservationCoverageGroup struct { // The attributes for this group of reservations. Attributes map[string]*string `type:"map"` // How much instance usage this group of reservations covered. Coverage *Coverage `type:"structure"` // contains filtered or unexported fields }
A group of reservations that share a set of attributes.
func (ReservationCoverageGroup) GoString ¶ added in v1.13.3
func (s ReservationCoverageGroup) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ReservationCoverageGroup) SetAttributes ¶ added in v1.13.3
func (s *ReservationCoverageGroup) SetAttributes(v map[string]*string) *ReservationCoverageGroup
SetAttributes sets the Attributes field's value.
func (*ReservationCoverageGroup) SetCoverage ¶ added in v1.13.3
func (s *ReservationCoverageGroup) SetCoverage(v *Coverage) *ReservationCoverageGroup
SetCoverage sets the Coverage field's value.
func (ReservationCoverageGroup) String ¶ added in v1.13.3
func (s ReservationCoverageGroup) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ReservationPurchaseRecommendation ¶ added in v1.13.17
type ReservationPurchaseRecommendation struct { // The account scope that Amazon Web Services recommends that you purchase this // instance for. For example, you can purchase this reservation for an entire // organization in Amazon Web Services Organizations. AccountScope *string `type:"string" enum:"AccountScope"` // How many days of previous usage that Amazon Web Services considers when making // this recommendation. LookbackPeriodInDays *string `type:"string" enum:"LookbackPeriodInDays"` // The payment option for the reservation (for example, AllUpfront or NoUpfront). PaymentOption *string `type:"string" enum:"PaymentOption"` // Details about the recommended purchases. RecommendationDetails []*ReservationPurchaseRecommendationDetail `type:"list"` // A summary about the recommended purchase. RecommendationSummary *ReservationPurchaseRecommendationSummary `type:"structure"` // Hardware specifications for the service that you want recommendations for. ServiceSpecification *ServiceSpecification `type:"structure"` // The term of the reservation that you want recommendations for, in years. TermInYears *string `type:"string" enum:"TermInYears"` // contains filtered or unexported fields }
A specific reservation that Amazon Web Services recommends for purchase.
func (ReservationPurchaseRecommendation) GoString ¶ added in v1.13.17
func (s ReservationPurchaseRecommendation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ReservationPurchaseRecommendation) SetAccountScope ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendation) SetAccountScope(v string) *ReservationPurchaseRecommendation
SetAccountScope sets the AccountScope field's value.
func (*ReservationPurchaseRecommendation) SetLookbackPeriodInDays ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendation) SetLookbackPeriodInDays(v string) *ReservationPurchaseRecommendation
SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.
func (*ReservationPurchaseRecommendation) SetPaymentOption ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendation) SetPaymentOption(v string) *ReservationPurchaseRecommendation
SetPaymentOption sets the PaymentOption field's value.
func (*ReservationPurchaseRecommendation) SetRecommendationDetails ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendation) SetRecommendationDetails(v []*ReservationPurchaseRecommendationDetail) *ReservationPurchaseRecommendation
SetRecommendationDetails sets the RecommendationDetails field's value.
func (*ReservationPurchaseRecommendation) SetRecommendationSummary ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendation) SetRecommendationSummary(v *ReservationPurchaseRecommendationSummary) *ReservationPurchaseRecommendation
SetRecommendationSummary sets the RecommendationSummary field's value.
func (*ReservationPurchaseRecommendation) SetServiceSpecification ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendation) SetServiceSpecification(v *ServiceSpecification) *ReservationPurchaseRecommendation
SetServiceSpecification sets the ServiceSpecification field's value.
func (*ReservationPurchaseRecommendation) SetTermInYears ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendation) SetTermInYears(v string) *ReservationPurchaseRecommendation
SetTermInYears sets the TermInYears field's value.
func (ReservationPurchaseRecommendation) String ¶ added in v1.13.17
func (s ReservationPurchaseRecommendation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ReservationPurchaseRecommendationDetail ¶ added in v1.13.17
type ReservationPurchaseRecommendationDetail struct { // The account that this Reserved Instance (RI) recommendation is for. AccountId *string `type:"string"` // The average number of normalized units that you used in an hour during the // historical period. Amazon Web Services uses this to calculate your recommended // reservation purchases. AverageNormalizedUnitsUsedPerHour *string `type:"string"` // The average number of instances that you used in an hour during the historical // period. Amazon Web Services uses this to calculate your recommended reservation // purchases. AverageNumberOfInstancesUsedPerHour *string `type:"string"` // The average utilization of your instances. Amazon Web Services uses this // to calculate your recommended reservation purchases. AverageUtilization *string `type:"string"` // The currency code that Amazon Web Services used to calculate the costs for // this instance. CurrencyCode *string `type:"string"` // How long Amazon Web Services estimates that it takes for this instance to // start saving you money, in months. EstimatedBreakEvenInMonths *string `type:"string"` // How much Amazon Web Services estimates that you spend on On-Demand Instances // in a month. EstimatedMonthlyOnDemandCost *string `type:"string"` // How much Amazon Web Services estimates that this specific recommendation // might save you in a month. EstimatedMonthlySavingsAmount *string `type:"string"` // How much Amazon Web Services estimates that this specific recommendation // might save you in a month, as a percentage of your overall costs. EstimatedMonthlySavingsPercentage *string `type:"string"` // How much Amazon Web Services estimates that you might spend for all usage // during the specified historical period if you had a reservation. EstimatedReservationCostForLookbackPeriod *string `type:"string"` // Details about the reservations that Amazon Web Services recommends that you // purchase. InstanceDetails *InstanceDetails `type:"structure"` // The maximum number of normalized units that you used in an hour during the // historical period. Amazon Web Services uses this to calculate your recommended // reservation purchases. MaximumNormalizedUnitsUsedPerHour *string `type:"string"` // The maximum number of instances that you used in an hour during the historical // period. Amazon Web Services uses this to calculate your recommended reservation // purchases. MaximumNumberOfInstancesUsedPerHour *string `type:"string"` // The minimum number of normalized units that you used in an hour during the // historical period. Amazon Web Services uses this to calculate your recommended // reservation purchases. MinimumNormalizedUnitsUsedPerHour *string `type:"string"` // The minimum number of instances that you used in an hour during the historical // period. Amazon Web Services uses this to calculate your recommended reservation // purchases. MinimumNumberOfInstancesUsedPerHour *string `type:"string"` // The number of normalized units that Amazon Web Services recommends that you // purchase. RecommendedNormalizedUnitsToPurchase *string `type:"string"` // The number of instances that Amazon Web Services recommends that you purchase. RecommendedNumberOfInstancesToPurchase *string `type:"string"` // How much purchasing this instance costs you on a monthly basis. RecurringStandardMonthlyCost *string `type:"string"` // How much purchasing this instance costs you upfront. UpfrontCost *string `type:"string"` // contains filtered or unexported fields }
Details about your recommended reservation purchase.
func (ReservationPurchaseRecommendationDetail) GoString ¶ added in v1.13.17
func (s ReservationPurchaseRecommendationDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ReservationPurchaseRecommendationDetail) SetAccountId ¶ added in v1.15.71
func (s *ReservationPurchaseRecommendationDetail) SetAccountId(v string) *ReservationPurchaseRecommendationDetail
SetAccountId sets the AccountId field's value.
func (*ReservationPurchaseRecommendationDetail) SetAverageNormalizedUnitsUsedPerHour ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetAverageNormalizedUnitsUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
SetAverageNormalizedUnitsUsedPerHour sets the AverageNormalizedUnitsUsedPerHour field's value.
func (*ReservationPurchaseRecommendationDetail) SetAverageNumberOfInstancesUsedPerHour ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetAverageNumberOfInstancesUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
SetAverageNumberOfInstancesUsedPerHour sets the AverageNumberOfInstancesUsedPerHour field's value.
func (*ReservationPurchaseRecommendationDetail) SetAverageUtilization ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetAverageUtilization(v string) *ReservationPurchaseRecommendationDetail
SetAverageUtilization sets the AverageUtilization field's value.
func (*ReservationPurchaseRecommendationDetail) SetCurrencyCode ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetCurrencyCode(v string) *ReservationPurchaseRecommendationDetail
SetCurrencyCode sets the CurrencyCode field's value.
func (*ReservationPurchaseRecommendationDetail) SetEstimatedBreakEvenInMonths ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetEstimatedBreakEvenInMonths(v string) *ReservationPurchaseRecommendationDetail
SetEstimatedBreakEvenInMonths sets the EstimatedBreakEvenInMonths field's value.
func (*ReservationPurchaseRecommendationDetail) SetEstimatedMonthlyOnDemandCost ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetEstimatedMonthlyOnDemandCost(v string) *ReservationPurchaseRecommendationDetail
SetEstimatedMonthlyOnDemandCost sets the EstimatedMonthlyOnDemandCost field's value.
func (*ReservationPurchaseRecommendationDetail) SetEstimatedMonthlySavingsAmount ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetEstimatedMonthlySavingsAmount(v string) *ReservationPurchaseRecommendationDetail
SetEstimatedMonthlySavingsAmount sets the EstimatedMonthlySavingsAmount field's value.
func (*ReservationPurchaseRecommendationDetail) SetEstimatedMonthlySavingsPercentage ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetEstimatedMonthlySavingsPercentage(v string) *ReservationPurchaseRecommendationDetail
SetEstimatedMonthlySavingsPercentage sets the EstimatedMonthlySavingsPercentage field's value.
func (*ReservationPurchaseRecommendationDetail) SetEstimatedReservationCostForLookbackPeriod ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetEstimatedReservationCostForLookbackPeriod(v string) *ReservationPurchaseRecommendationDetail
SetEstimatedReservationCostForLookbackPeriod sets the EstimatedReservationCostForLookbackPeriod field's value.
func (*ReservationPurchaseRecommendationDetail) SetInstanceDetails ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetInstanceDetails(v *InstanceDetails) *ReservationPurchaseRecommendationDetail
SetInstanceDetails sets the InstanceDetails field's value.
func (*ReservationPurchaseRecommendationDetail) SetMaximumNormalizedUnitsUsedPerHour ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetMaximumNormalizedUnitsUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
SetMaximumNormalizedUnitsUsedPerHour sets the MaximumNormalizedUnitsUsedPerHour field's value.
func (*ReservationPurchaseRecommendationDetail) SetMaximumNumberOfInstancesUsedPerHour ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetMaximumNumberOfInstancesUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
SetMaximumNumberOfInstancesUsedPerHour sets the MaximumNumberOfInstancesUsedPerHour field's value.
func (*ReservationPurchaseRecommendationDetail) SetMinimumNormalizedUnitsUsedPerHour ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetMinimumNormalizedUnitsUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
SetMinimumNormalizedUnitsUsedPerHour sets the MinimumNormalizedUnitsUsedPerHour field's value.
func (*ReservationPurchaseRecommendationDetail) SetMinimumNumberOfInstancesUsedPerHour ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetMinimumNumberOfInstancesUsedPerHour(v string) *ReservationPurchaseRecommendationDetail
SetMinimumNumberOfInstancesUsedPerHour sets the MinimumNumberOfInstancesUsedPerHour field's value.
func (*ReservationPurchaseRecommendationDetail) SetRecommendedNormalizedUnitsToPurchase ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetRecommendedNormalizedUnitsToPurchase(v string) *ReservationPurchaseRecommendationDetail
SetRecommendedNormalizedUnitsToPurchase sets the RecommendedNormalizedUnitsToPurchase field's value.
func (*ReservationPurchaseRecommendationDetail) SetRecommendedNumberOfInstancesToPurchase ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetRecommendedNumberOfInstancesToPurchase(v string) *ReservationPurchaseRecommendationDetail
SetRecommendedNumberOfInstancesToPurchase sets the RecommendedNumberOfInstancesToPurchase field's value.
func (*ReservationPurchaseRecommendationDetail) SetRecurringStandardMonthlyCost ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetRecurringStandardMonthlyCost(v string) *ReservationPurchaseRecommendationDetail
SetRecurringStandardMonthlyCost sets the RecurringStandardMonthlyCost field's value.
func (*ReservationPurchaseRecommendationDetail) SetUpfrontCost ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationDetail) SetUpfrontCost(v string) *ReservationPurchaseRecommendationDetail
SetUpfrontCost sets the UpfrontCost field's value.
func (ReservationPurchaseRecommendationDetail) String ¶ added in v1.13.17
func (s ReservationPurchaseRecommendationDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ReservationPurchaseRecommendationMetadata ¶ added in v1.13.17
type ReservationPurchaseRecommendationMetadata struct { // The timestamp for when Amazon Web Services made this recommendation. GenerationTimestamp *string `type:"string"` // The ID for this specific recommendation. RecommendationId *string `type:"string"` // contains filtered or unexported fields }
Information about this specific recommendation, such as the timestamp for when Amazon Web Services made a specific recommendation.
func (ReservationPurchaseRecommendationMetadata) GoString ¶ added in v1.13.17
func (s ReservationPurchaseRecommendationMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ReservationPurchaseRecommendationMetadata) SetGenerationTimestamp ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationMetadata) SetGenerationTimestamp(v string) *ReservationPurchaseRecommendationMetadata
SetGenerationTimestamp sets the GenerationTimestamp field's value.
func (*ReservationPurchaseRecommendationMetadata) SetRecommendationId ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationMetadata) SetRecommendationId(v string) *ReservationPurchaseRecommendationMetadata
SetRecommendationId sets the RecommendationId field's value.
func (ReservationPurchaseRecommendationMetadata) String ¶ added in v1.13.17
func (s ReservationPurchaseRecommendationMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ReservationPurchaseRecommendationSummary ¶ added in v1.13.17
type ReservationPurchaseRecommendationSummary struct { // The currency code used for this recommendation. CurrencyCode *string `type:"string"` // The total amount that Amazon Web Services estimates that this recommendation // could save you in a month. TotalEstimatedMonthlySavingsAmount *string `type:"string"` // The total amount that Amazon Web Services estimates that this recommendation // could save you in a month, as a percentage of your costs. TotalEstimatedMonthlySavingsPercentage *string `type:"string"` // contains filtered or unexported fields }
A summary about this recommendation, such as the currency code, the amount that Amazon Web Services estimates that you could save, and the total amount of reservation to purchase.
func (ReservationPurchaseRecommendationSummary) GoString ¶ added in v1.13.17
func (s ReservationPurchaseRecommendationSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ReservationPurchaseRecommendationSummary) SetCurrencyCode ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationSummary) SetCurrencyCode(v string) *ReservationPurchaseRecommendationSummary
SetCurrencyCode sets the CurrencyCode field's value.
func (*ReservationPurchaseRecommendationSummary) SetTotalEstimatedMonthlySavingsAmount ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationSummary) SetTotalEstimatedMonthlySavingsAmount(v string) *ReservationPurchaseRecommendationSummary
SetTotalEstimatedMonthlySavingsAmount sets the TotalEstimatedMonthlySavingsAmount field's value.
func (*ReservationPurchaseRecommendationSummary) SetTotalEstimatedMonthlySavingsPercentage ¶ added in v1.13.17
func (s *ReservationPurchaseRecommendationSummary) SetTotalEstimatedMonthlySavingsPercentage(v string) *ReservationPurchaseRecommendationSummary
SetTotalEstimatedMonthlySavingsPercentage sets the TotalEstimatedMonthlySavingsPercentage field's value.
func (ReservationPurchaseRecommendationSummary) String ¶ added in v1.13.17
func (s ReservationPurchaseRecommendationSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ReservationUtilizationGroup ¶
type ReservationUtilizationGroup struct { // The attributes for this group of reservations. Attributes map[string]*string `type:"map"` // The key for a specific reservation attribute. Key *string `type:"string"` // How much you used this group of reservations. Utilization *ReservationAggregates `type:"structure"` // The value of a specific reservation attribute. Value *string `type:"string"` // contains filtered or unexported fields }
A group of reservations that share a set of attributes.
func (ReservationUtilizationGroup) GoString ¶
func (s ReservationUtilizationGroup) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ReservationUtilizationGroup) SetAttributes ¶
func (s *ReservationUtilizationGroup) SetAttributes(v map[string]*string) *ReservationUtilizationGroup
SetAttributes sets the Attributes field's value.
func (*ReservationUtilizationGroup) SetKey ¶
func (s *ReservationUtilizationGroup) SetKey(v string) *ReservationUtilizationGroup
SetKey sets the Key field's value.
func (*ReservationUtilizationGroup) SetUtilization ¶
func (s *ReservationUtilizationGroup) SetUtilization(v *ReservationAggregates) *ReservationUtilizationGroup
SetUtilization sets the Utilization field's value.
func (*ReservationUtilizationGroup) SetValue ¶
func (s *ReservationUtilizationGroup) SetValue(v string) *ReservationUtilizationGroup
SetValue sets the Value field's value.
func (ReservationUtilizationGroup) String ¶
func (s ReservationUtilizationGroup) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceDetails ¶ added in v1.21.6
type ResourceDetails struct { // Details for the Amazon EC2 resource. EC2ResourceDetails *EC2ResourceDetails `type:"structure"` // contains filtered or unexported fields }
Details for the resource.
func (ResourceDetails) GoString ¶ added in v1.21.6
func (s ResourceDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceDetails) SetEC2ResourceDetails ¶ added in v1.21.6
func (s *ResourceDetails) SetEC2ResourceDetails(v *EC2ResourceDetails) *ResourceDetails
SetEC2ResourceDetails sets the EC2ResourceDetails field's value.
func (ResourceDetails) String ¶ added in v1.21.6
func (s ResourceDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceNotFoundException ¶ added in v1.28.0
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` ResourceName *string `min:"20" type:"string"` // contains filtered or unexported fields }
The specified ARN in the request doesn't exist.
func (*ResourceNotFoundException) Code ¶ added in v1.28.0
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (*ResourceNotFoundException) Error ¶ added in v1.28.0
func (s *ResourceNotFoundException) Error() string
func (ResourceNotFoundException) GoString ¶ added in v1.28.0
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceNotFoundException) Message ¶ added in v1.28.0
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (*ResourceNotFoundException) OrigErr ¶ added in v1.28.0
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceNotFoundException) RequestID ¶ added in v1.28.0
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceNotFoundException) StatusCode ¶ added in v1.28.0
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceNotFoundException) String ¶ added in v1.28.0
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceTag ¶ added in v1.43.23
type ResourceTag struct { // The key that's associated with the tag. // // Key is a required field Key *string `min:"1" type:"string" required:"true"` // The value that's associated with the tag. // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
The tag structure that contains a tag key and value.
Tagging is supported only for the following Cost Explorer resource types: AnomalyMonitor (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AnomalyMonitor.html), AnomalySubscription (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AnomalySubscription.html), CostCategory (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_CostCategory.html).
func (ResourceTag) GoString ¶ added in v1.43.23
func (s ResourceTag) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceTag) SetKey ¶ added in v1.43.23
func (s *ResourceTag) SetKey(v string) *ResourceTag
SetKey sets the Key field's value.
func (*ResourceTag) SetValue ¶ added in v1.43.23
func (s *ResourceTag) SetValue(v string) *ResourceTag
SetValue sets the Value field's value.
func (ResourceTag) String ¶ added in v1.43.23
func (s ResourceTag) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceTag) Validate ¶ added in v1.43.23
func (s *ResourceTag) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResourceUtilization ¶ added in v1.21.6
type ResourceUtilization struct { // The utilization of current Amazon EC2 instance. EC2ResourceUtilization *EC2ResourceUtilization `type:"structure"` // contains filtered or unexported fields }
Resource utilization of current resource.
func (ResourceUtilization) GoString ¶ added in v1.21.6
func (s ResourceUtilization) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResourceUtilization) SetEC2ResourceUtilization ¶ added in v1.21.6
func (s *ResourceUtilization) SetEC2ResourceUtilization(v *EC2ResourceUtilization) *ResourceUtilization
SetEC2ResourceUtilization sets the EC2ResourceUtilization field's value.
func (ResourceUtilization) String ¶ added in v1.21.6
func (s ResourceUtilization) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResultByTime ¶
type ResultByTime struct { // Determines whether the result is estimated. Estimated *bool `type:"boolean"` // The groups that this time period includes. Groups []*Group `type:"list"` // The time period that the result covers. TimePeriod *DateInterval `type:"structure"` // The total amount of cost or usage accrued during the time period. Total map[string]*MetricValue `type:"map"` // contains filtered or unexported fields }
The result that's associated with a time period.
func (ResultByTime) GoString ¶
func (s ResultByTime) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResultByTime) SetEstimated ¶
func (s *ResultByTime) SetEstimated(v bool) *ResultByTime
SetEstimated sets the Estimated field's value.
func (*ResultByTime) SetGroups ¶
func (s *ResultByTime) SetGroups(v []*Group) *ResultByTime
SetGroups sets the Groups field's value.
func (*ResultByTime) SetTimePeriod ¶
func (s *ResultByTime) SetTimePeriod(v *DateInterval) *ResultByTime
SetTimePeriod sets the TimePeriod field's value.
func (*ResultByTime) SetTotal ¶
func (s *ResultByTime) SetTotal(v map[string]*MetricValue) *ResultByTime
SetTotal sets the Total field's value.
func (ResultByTime) String ¶
func (s ResultByTime) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RightsizingRecommendation ¶ added in v1.21.6
type RightsizingRecommendation struct { // The account that this recommendation is for. AccountId *string `type:"string"` // Context regarding the current instance. CurrentInstance *CurrentInstance `type:"structure"` // The list of possible reasons why the recommendation is generated, such as // under- or over-utilization of specific metrics (for example, CPU, Memory, // Network). FindingReasonCodes []*string `type:"list" enum:"FindingReasonCode"` // The details for the modification recommendations. ModifyRecommendationDetail *ModifyRecommendationDetail `type:"structure"` // A recommendation to either terminate or modify the resource. RightsizingType *string `type:"string" enum:"RightsizingType"` // The details for termination recommendations. TerminateRecommendationDetail *TerminateRecommendationDetail `type:"structure"` // contains filtered or unexported fields }
Recommendations to rightsize resources.
func (RightsizingRecommendation) GoString ¶ added in v1.21.6
func (s RightsizingRecommendation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RightsizingRecommendation) SetAccountId ¶ added in v1.21.6
func (s *RightsizingRecommendation) SetAccountId(v string) *RightsizingRecommendation
SetAccountId sets the AccountId field's value.
func (*RightsizingRecommendation) SetCurrentInstance ¶ added in v1.21.6
func (s *RightsizingRecommendation) SetCurrentInstance(v *CurrentInstance) *RightsizingRecommendation
SetCurrentInstance sets the CurrentInstance field's value.
func (*RightsizingRecommendation) SetFindingReasonCodes ¶ added in v1.38.46
func (s *RightsizingRecommendation) SetFindingReasonCodes(v []*string) *RightsizingRecommendation
SetFindingReasonCodes sets the FindingReasonCodes field's value.
func (*RightsizingRecommendation) SetModifyRecommendationDetail ¶ added in v1.21.6
func (s *RightsizingRecommendation) SetModifyRecommendationDetail(v *ModifyRecommendationDetail) *RightsizingRecommendation
SetModifyRecommendationDetail sets the ModifyRecommendationDetail field's value.
func (*RightsizingRecommendation) SetRightsizingType ¶ added in v1.21.6
func (s *RightsizingRecommendation) SetRightsizingType(v string) *RightsizingRecommendation
SetRightsizingType sets the RightsizingType field's value.
func (*RightsizingRecommendation) SetTerminateRecommendationDetail ¶ added in v1.21.6
func (s *RightsizingRecommendation) SetTerminateRecommendationDetail(v *TerminateRecommendationDetail) *RightsizingRecommendation
SetTerminateRecommendationDetail sets the TerminateRecommendationDetail field's value.
func (RightsizingRecommendation) String ¶ added in v1.21.6
func (s RightsizingRecommendation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RightsizingRecommendationConfiguration ¶ added in v1.30.11
type RightsizingRecommendationConfiguration struct { // The option to consider RI or Savings Plans discount benefits in your savings // calculation. The default value is TRUE. // // BenefitsConsidered is a required field BenefitsConsidered *bool `type:"boolean" required:"true"` // The option to see recommendations within the same instance family or recommendations // for instances across other families. The default value is SAME_INSTANCE_FAMILY. // // RecommendationTarget is a required field RecommendationTarget *string `type:"string" required:"true" enum:"RecommendationTarget"` // contains filtered or unexported fields }
You can use RightsizingRecommendationConfiguration to customize recommendations across two attributes. You can choose to view recommendations for instances within the same instance families or across different instance families. You can also choose to view your estimated savings that are associated with recommendations with consideration of existing Savings Plans or Reserved Instance (RI) benefits, or neither.
func (RightsizingRecommendationConfiguration) GoString ¶ added in v1.30.11
func (s RightsizingRecommendationConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RightsizingRecommendationConfiguration) SetBenefitsConsidered ¶ added in v1.30.11
func (s *RightsizingRecommendationConfiguration) SetBenefitsConsidered(v bool) *RightsizingRecommendationConfiguration
SetBenefitsConsidered sets the BenefitsConsidered field's value.
func (*RightsizingRecommendationConfiguration) SetRecommendationTarget ¶ added in v1.30.11
func (s *RightsizingRecommendationConfiguration) SetRecommendationTarget(v string) *RightsizingRecommendationConfiguration
SetRecommendationTarget sets the RecommendationTarget field's value.
func (RightsizingRecommendationConfiguration) String ¶ added in v1.30.11
func (s RightsizingRecommendationConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RightsizingRecommendationConfiguration) Validate ¶ added in v1.30.11
func (s *RightsizingRecommendationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RightsizingRecommendationMetadata ¶ added in v1.21.6
type RightsizingRecommendationMetadata struct { // Additional metadata that might be applicable to the recommendation. AdditionalMetadata *string `type:"string"` // The timestamp for when Amazon Web Services made this recommendation. GenerationTimestamp *string `type:"string"` // The number of days of previous usage that Amazon Web Services considers when // making this recommendation. LookbackPeriodInDays *string `type:"string" enum:"LookbackPeriodInDays"` // The ID for this specific recommendation. RecommendationId *string `type:"string"` // contains filtered or unexported fields }
Metadata for this recommendation set.
func (RightsizingRecommendationMetadata) GoString ¶ added in v1.21.6
func (s RightsizingRecommendationMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RightsizingRecommendationMetadata) SetAdditionalMetadata ¶ added in v1.36.14
func (s *RightsizingRecommendationMetadata) SetAdditionalMetadata(v string) *RightsizingRecommendationMetadata
SetAdditionalMetadata sets the AdditionalMetadata field's value.
func (*RightsizingRecommendationMetadata) SetGenerationTimestamp ¶ added in v1.21.6
func (s *RightsizingRecommendationMetadata) SetGenerationTimestamp(v string) *RightsizingRecommendationMetadata
SetGenerationTimestamp sets the GenerationTimestamp field's value.
func (*RightsizingRecommendationMetadata) SetLookbackPeriodInDays ¶ added in v1.21.6
func (s *RightsizingRecommendationMetadata) SetLookbackPeriodInDays(v string) *RightsizingRecommendationMetadata
SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.
func (*RightsizingRecommendationMetadata) SetRecommendationId ¶ added in v1.21.6
func (s *RightsizingRecommendationMetadata) SetRecommendationId(v string) *RightsizingRecommendationMetadata
SetRecommendationId sets the RecommendationId field's value.
func (RightsizingRecommendationMetadata) String ¶ added in v1.21.6
func (s RightsizingRecommendationMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RightsizingRecommendationSummary ¶ added in v1.21.6
type RightsizingRecommendationSummary struct { // The estimated total savings resulting from modifications, on a monthly basis. EstimatedTotalMonthlySavingsAmount *string `type:"string"` // The currency code that Amazon Web Services used to calculate the savings. SavingsCurrencyCode *string `type:"string"` // The savings percentage based on the recommended modifications. It's relative // to the total On-Demand costs that are associated with these instances. SavingsPercentage *string `type:"string"` // The total number of instance recommendations. TotalRecommendationCount *string `type:"string"` // contains filtered or unexported fields }
The summary of rightsizing recommendations
func (RightsizingRecommendationSummary) GoString ¶ added in v1.21.6
func (s RightsizingRecommendationSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RightsizingRecommendationSummary) SetEstimatedTotalMonthlySavingsAmount ¶ added in v1.21.6
func (s *RightsizingRecommendationSummary) SetEstimatedTotalMonthlySavingsAmount(v string) *RightsizingRecommendationSummary
SetEstimatedTotalMonthlySavingsAmount sets the EstimatedTotalMonthlySavingsAmount field's value.
func (*RightsizingRecommendationSummary) SetSavingsCurrencyCode ¶ added in v1.21.6
func (s *RightsizingRecommendationSummary) SetSavingsCurrencyCode(v string) *RightsizingRecommendationSummary
SetSavingsCurrencyCode sets the SavingsCurrencyCode field's value.
func (*RightsizingRecommendationSummary) SetSavingsPercentage ¶ added in v1.21.6
func (s *RightsizingRecommendationSummary) SetSavingsPercentage(v string) *RightsizingRecommendationSummary
SetSavingsPercentage sets the SavingsPercentage field's value.
func (*RightsizingRecommendationSummary) SetTotalRecommendationCount ¶ added in v1.21.6
func (s *RightsizingRecommendationSummary) SetTotalRecommendationCount(v string) *RightsizingRecommendationSummary
SetTotalRecommendationCount sets the TotalRecommendationCount field's value.
func (RightsizingRecommendationSummary) String ¶ added in v1.21.6
func (s RightsizingRecommendationSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RootCause ¶ added in v1.34.30
type RootCause struct { // The member account value that's associated with the cost anomaly. LinkedAccount *string `type:"string"` // The member account name value that's associated with the cost anomaly. LinkedAccountName *string `type:"string"` // The Amazon Web Services Region that's associated with the cost anomaly. Region *string `type:"string"` // The Amazon Web Service name that's associated with the cost anomaly. Service *string `type:"string"` // The UsageType value that's associated with the cost anomaly. UsageType *string `type:"string"` // contains filtered or unexported fields }
The combination of Amazon Web Service, linked account, linked account name, Region, and usage type where a cost anomaly is observed. The linked account name will only be available when the account name can be identified.
func (RootCause) GoString ¶ added in v1.34.30
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RootCause) SetLinkedAccount ¶ added in v1.34.30
SetLinkedAccount sets the LinkedAccount field's value.
func (*RootCause) SetLinkedAccountName ¶ added in v1.44.155
SetLinkedAccountName sets the LinkedAccountName field's value.
func (*RootCause) SetService ¶ added in v1.34.30
SetService sets the Service field's value.
func (*RootCause) SetUsageType ¶ added in v1.34.30
SetUsageType sets the UsageType field's value.
type SavingsPlansAmortizedCommitment ¶ added in v1.25.28
type SavingsPlansAmortizedCommitment struct { // The amortized amount of your Savings Plans commitment that was purchased // with either a Partial or a NoUpfront. AmortizedRecurringCommitment *string `type:"string"` // The amortized amount of your Savings Plans commitment that was purchased // with an Upfront or PartialUpfront Savings Plans. AmortizedUpfrontCommitment *string `type:"string"` // The total amortized amount of your Savings Plans commitment, regardless of // your Savings Plans purchase method. TotalAmortizedCommitment *string `type:"string"` // contains filtered or unexported fields }
The amortized amount of Savings Plans purchased in a specific account during a specific time interval.
func (SavingsPlansAmortizedCommitment) GoString ¶ added in v1.25.28
func (s SavingsPlansAmortizedCommitment) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansAmortizedCommitment) SetAmortizedRecurringCommitment ¶ added in v1.25.28
func (s *SavingsPlansAmortizedCommitment) SetAmortizedRecurringCommitment(v string) *SavingsPlansAmortizedCommitment
SetAmortizedRecurringCommitment sets the AmortizedRecurringCommitment field's value.
func (*SavingsPlansAmortizedCommitment) SetAmortizedUpfrontCommitment ¶ added in v1.25.28
func (s *SavingsPlansAmortizedCommitment) SetAmortizedUpfrontCommitment(v string) *SavingsPlansAmortizedCommitment
SetAmortizedUpfrontCommitment sets the AmortizedUpfrontCommitment field's value.
func (*SavingsPlansAmortizedCommitment) SetTotalAmortizedCommitment ¶ added in v1.25.28
func (s *SavingsPlansAmortizedCommitment) SetTotalAmortizedCommitment(v string) *SavingsPlansAmortizedCommitment
SetTotalAmortizedCommitment sets the TotalAmortizedCommitment field's value.
func (SavingsPlansAmortizedCommitment) String ¶ added in v1.25.28
func (s SavingsPlansAmortizedCommitment) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansCoverage ¶ added in v1.25.28
type SavingsPlansCoverage struct { // The attribute that applies to a specific Dimension. Attributes map[string]*string `type:"map"` // The amount of Savings Plans eligible usage that the Savings Plans covered. Coverage *SavingsPlansCoverageData `type:"structure"` // The time period of the request. TimePeriod *DateInterval `type:"structure"` // contains filtered or unexported fields }
The amount of Savings Plans eligible usage that's covered by Savings Plans. All calculations consider the On-Demand equivalent of your Savings Plans usage.
func (SavingsPlansCoverage) GoString ¶ added in v1.25.28
func (s SavingsPlansCoverage) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansCoverage) SetAttributes ¶ added in v1.25.28
func (s *SavingsPlansCoverage) SetAttributes(v map[string]*string) *SavingsPlansCoverage
SetAttributes sets the Attributes field's value.
func (*SavingsPlansCoverage) SetCoverage ¶ added in v1.25.28
func (s *SavingsPlansCoverage) SetCoverage(v *SavingsPlansCoverageData) *SavingsPlansCoverage
SetCoverage sets the Coverage field's value.
func (*SavingsPlansCoverage) SetTimePeriod ¶ added in v1.25.28
func (s *SavingsPlansCoverage) SetTimePeriod(v *DateInterval) *SavingsPlansCoverage
SetTimePeriod sets the TimePeriod field's value.
func (SavingsPlansCoverage) String ¶ added in v1.25.28
func (s SavingsPlansCoverage) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansCoverageData ¶ added in v1.25.28
type SavingsPlansCoverageData struct { // The percentage of your existing Savings Plans covered usage, divided by all // of your eligible Savings Plans usage in an account (or set of accounts). CoveragePercentage *string `type:"string"` // The cost of your Amazon Web Services usage at the public On-Demand rate. OnDemandCost *string `type:"string"` // The amount of your Amazon Web Services usage that's covered by a Savings // Plans. SpendCoveredBySavingsPlans *string `type:"string"` // The total cost of your Amazon Web Services usage, regardless of your purchase // option. TotalCost *string `type:"string"` // contains filtered or unexported fields }
Specific coverage percentage, On-Demand costs, and spend covered by Savings Plans, and total Savings Plans costs for an account.
func (SavingsPlansCoverageData) GoString ¶ added in v1.25.28
func (s SavingsPlansCoverageData) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansCoverageData) SetCoveragePercentage ¶ added in v1.25.28
func (s *SavingsPlansCoverageData) SetCoveragePercentage(v string) *SavingsPlansCoverageData
SetCoveragePercentage sets the CoveragePercentage field's value.
func (*SavingsPlansCoverageData) SetOnDemandCost ¶ added in v1.25.28
func (s *SavingsPlansCoverageData) SetOnDemandCost(v string) *SavingsPlansCoverageData
SetOnDemandCost sets the OnDemandCost field's value.
func (*SavingsPlansCoverageData) SetSpendCoveredBySavingsPlans ¶ added in v1.25.28
func (s *SavingsPlansCoverageData) SetSpendCoveredBySavingsPlans(v string) *SavingsPlansCoverageData
SetSpendCoveredBySavingsPlans sets the SpendCoveredBySavingsPlans field's value.
func (*SavingsPlansCoverageData) SetTotalCost ¶ added in v1.25.28
func (s *SavingsPlansCoverageData) SetTotalCost(v string) *SavingsPlansCoverageData
SetTotalCost sets the TotalCost field's value.
func (SavingsPlansCoverageData) String ¶ added in v1.25.28
func (s SavingsPlansCoverageData) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansDetails ¶ added in v1.25.28
type SavingsPlansDetails struct { // A group of instance types that Savings Plans applies to. InstanceFamily *string `type:"string"` // The unique ID that's used to distinguish Savings Plans from one another. OfferingId *string `type:"string"` // A collection of Amazon Web Services resources in a geographic area. Each // Amazon Web Services Region is isolated and independent of the other Regions. Region *string `type:"string"` // contains filtered or unexported fields }
The attribute details on a specific Savings Plan.
func (SavingsPlansDetails) GoString ¶ added in v1.25.28
func (s SavingsPlansDetails) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansDetails) SetInstanceFamily ¶ added in v1.25.28
func (s *SavingsPlansDetails) SetInstanceFamily(v string) *SavingsPlansDetails
SetInstanceFamily sets the InstanceFamily field's value.
func (*SavingsPlansDetails) SetOfferingId ¶ added in v1.25.28
func (s *SavingsPlansDetails) SetOfferingId(v string) *SavingsPlansDetails
SetOfferingId sets the OfferingId field's value.
func (*SavingsPlansDetails) SetRegion ¶ added in v1.25.28
func (s *SavingsPlansDetails) SetRegion(v string) *SavingsPlansDetails
SetRegion sets the Region field's value.
func (SavingsPlansDetails) String ¶ added in v1.25.28
func (s SavingsPlansDetails) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansPurchaseRecommendation ¶ added in v1.25.28
type SavingsPlansPurchaseRecommendation struct { // The account scope that you want your recommendations for. Amazon Web Services // calculates recommendations that include the management account and member // accounts if the value is set to PAYER. If the value is LINKED, recommendations // are calculated for individual member accounts only. AccountScope *string `type:"string" enum:"AccountScope"` // The lookback period in days that's used to generate the recommendation. LookbackPeriodInDays *string `type:"string" enum:"LookbackPeriodInDays"` // The payment option that's used to generate the recommendation. PaymentOption *string `type:"string" enum:"PaymentOption"` // Details for the Savings Plans that we recommend that you purchase to cover // existing Savings Plans eligible workloads. SavingsPlansPurchaseRecommendationDetails []*SavingsPlansPurchaseRecommendationDetail `type:"list"` // Summary metrics for your Savings Plans Recommendations. SavingsPlansPurchaseRecommendationSummary *SavingsPlansPurchaseRecommendationSummary `type:"structure"` // The requested Savings Plans recommendation type. SavingsPlansType *string `type:"string" enum:"SupportedSavingsPlansType"` // The Savings Plans recommendation term in years. It's used to generate the // recommendation. TermInYears *string `type:"string" enum:"TermInYears"` // contains filtered or unexported fields }
Contains your request parameters, Savings Plan Recommendations Summary, and Details.
func (SavingsPlansPurchaseRecommendation) GoString ¶ added in v1.25.28
func (s SavingsPlansPurchaseRecommendation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansPurchaseRecommendation) SetAccountScope ¶ added in v1.29.32
func (s *SavingsPlansPurchaseRecommendation) SetAccountScope(v string) *SavingsPlansPurchaseRecommendation
SetAccountScope sets the AccountScope field's value.
func (*SavingsPlansPurchaseRecommendation) SetLookbackPeriodInDays ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendation) SetLookbackPeriodInDays(v string) *SavingsPlansPurchaseRecommendation
SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.
func (*SavingsPlansPurchaseRecommendation) SetPaymentOption ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendation) SetPaymentOption(v string) *SavingsPlansPurchaseRecommendation
SetPaymentOption sets the PaymentOption field's value.
func (*SavingsPlansPurchaseRecommendation) SetSavingsPlansPurchaseRecommendationDetails ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendation) SetSavingsPlansPurchaseRecommendationDetails(v []*SavingsPlansPurchaseRecommendationDetail) *SavingsPlansPurchaseRecommendation
SetSavingsPlansPurchaseRecommendationDetails sets the SavingsPlansPurchaseRecommendationDetails field's value.
func (*SavingsPlansPurchaseRecommendation) SetSavingsPlansPurchaseRecommendationSummary ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendation) SetSavingsPlansPurchaseRecommendationSummary(v *SavingsPlansPurchaseRecommendationSummary) *SavingsPlansPurchaseRecommendation
SetSavingsPlansPurchaseRecommendationSummary sets the SavingsPlansPurchaseRecommendationSummary field's value.
func (*SavingsPlansPurchaseRecommendation) SetSavingsPlansType ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendation) SetSavingsPlansType(v string) *SavingsPlansPurchaseRecommendation
SetSavingsPlansType sets the SavingsPlansType field's value.
func (*SavingsPlansPurchaseRecommendation) SetTermInYears ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendation) SetTermInYears(v string) *SavingsPlansPurchaseRecommendation
SetTermInYears sets the TermInYears field's value.
func (SavingsPlansPurchaseRecommendation) String ¶ added in v1.25.28
func (s SavingsPlansPurchaseRecommendation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansPurchaseRecommendationDetail ¶ added in v1.25.28
type SavingsPlansPurchaseRecommendationDetail struct { // The AccountID the recommendation is generated for. AccountId *string `type:"string"` // The currency code that Amazon Web Services used to generate the recommendations // and present potential savings. CurrencyCode *string `type:"string"` // The average value of hourly On-Demand spend over the lookback period of the // applicable usage type. CurrentAverageHourlyOnDemandSpend *string `type:"string"` // The highest value of hourly On-Demand spend over the lookback period of the // applicable usage type. CurrentMaximumHourlyOnDemandSpend *string `type:"string"` // The lowest value of hourly On-Demand spend over the lookback period of the // applicable usage type. CurrentMinimumHourlyOnDemandSpend *string `type:"string"` // The estimated utilization of the recommended Savings Plans. EstimatedAverageUtilization *string `type:"string"` // The estimated monthly savings amount based on the recommended Savings Plans. EstimatedMonthlySavingsAmount *string `type:"string"` // The remaining On-Demand cost estimated to not be covered by the recommended // Savings Plans, over the length of the lookback period. EstimatedOnDemandCost *string `type:"string"` // The estimated On-Demand costs you expect with no additional commitment, based // on your usage of the selected time period and the Savings Plans you own. EstimatedOnDemandCostWithCurrentCommitment *string `type:"string"` // The estimated return on investment that's based on the recommended Savings // Plans that you purchased. This is calculated as estimatedSavingsAmount/ estimatedSPCost*100. EstimatedROI *string `type:"string"` // The cost of the recommended Savings Plans over the length of the lookback // period. EstimatedSPCost *string `type:"string"` // The estimated savings amount that's based on the recommended Savings Plans // over the length of the lookback period. EstimatedSavingsAmount *string `type:"string"` // The estimated savings percentage relative to the total cost of applicable // On-Demand usage over the lookback period. EstimatedSavingsPercentage *string `type:"string"` // The recommended hourly commitment level for the Savings Plans type and the // configuration that's based on the usage during the lookback period. HourlyCommitmentToPurchase *string `type:"string"` // Contains detailed information about a specific Savings Plan recommendation. RecommendationDetailId *string `min:"36" type:"string"` // Details for your recommended Savings Plans. SavingsPlansDetails *SavingsPlansDetails `type:"structure"` // The upfront cost of the recommended Savings Plans, based on the selected // payment option. UpfrontCost *string `type:"string"` // contains filtered or unexported fields }
Details for your recommended Savings Plans.
func (SavingsPlansPurchaseRecommendationDetail) GoString ¶ added in v1.25.28
func (s SavingsPlansPurchaseRecommendationDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansPurchaseRecommendationDetail) SetAccountId ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetAccountId(v string) *SavingsPlansPurchaseRecommendationDetail
SetAccountId sets the AccountId field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetCurrencyCode ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrencyCode(v string) *SavingsPlansPurchaseRecommendationDetail
SetCurrencyCode sets the CurrencyCode field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetCurrentAverageHourlyOnDemandSpend ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrentAverageHourlyOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationDetail
SetCurrentAverageHourlyOnDemandSpend sets the CurrentAverageHourlyOnDemandSpend field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetCurrentMaximumHourlyOnDemandSpend ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrentMaximumHourlyOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationDetail
SetCurrentMaximumHourlyOnDemandSpend sets the CurrentMaximumHourlyOnDemandSpend field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetCurrentMinimumHourlyOnDemandSpend ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrentMinimumHourlyOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationDetail
SetCurrentMinimumHourlyOnDemandSpend sets the CurrentMinimumHourlyOnDemandSpend field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedAverageUtilization ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedAverageUtilization(v string) *SavingsPlansPurchaseRecommendationDetail
SetEstimatedAverageUtilization sets the EstimatedAverageUtilization field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedMonthlySavingsAmount ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedMonthlySavingsAmount(v string) *SavingsPlansPurchaseRecommendationDetail
SetEstimatedMonthlySavingsAmount sets the EstimatedMonthlySavingsAmount field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedOnDemandCost ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedOnDemandCost(v string) *SavingsPlansPurchaseRecommendationDetail
SetEstimatedOnDemandCost sets the EstimatedOnDemandCost field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedOnDemandCostWithCurrentCommitment ¶ added in v1.25.37
func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedOnDemandCostWithCurrentCommitment(v string) *SavingsPlansPurchaseRecommendationDetail
SetEstimatedOnDemandCostWithCurrentCommitment sets the EstimatedOnDemandCostWithCurrentCommitment field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedROI ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedROI(v string) *SavingsPlansPurchaseRecommendationDetail
SetEstimatedROI sets the EstimatedROI field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedSPCost ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedSPCost(v string) *SavingsPlansPurchaseRecommendationDetail
SetEstimatedSPCost sets the EstimatedSPCost field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedSavingsAmount ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedSavingsAmount(v string) *SavingsPlansPurchaseRecommendationDetail
SetEstimatedSavingsAmount sets the EstimatedSavingsAmount field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedSavingsPercentage ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedSavingsPercentage(v string) *SavingsPlansPurchaseRecommendationDetail
SetEstimatedSavingsPercentage sets the EstimatedSavingsPercentage field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetHourlyCommitmentToPurchase ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetHourlyCommitmentToPurchase(v string) *SavingsPlansPurchaseRecommendationDetail
SetHourlyCommitmentToPurchase sets the HourlyCommitmentToPurchase field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetRecommendationDetailId ¶ added in v1.44.307
func (s *SavingsPlansPurchaseRecommendationDetail) SetRecommendationDetailId(v string) *SavingsPlansPurchaseRecommendationDetail
SetRecommendationDetailId sets the RecommendationDetailId field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetSavingsPlansDetails ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetSavingsPlansDetails(v *SavingsPlansDetails) *SavingsPlansPurchaseRecommendationDetail
SetSavingsPlansDetails sets the SavingsPlansDetails field's value.
func (*SavingsPlansPurchaseRecommendationDetail) SetUpfrontCost ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationDetail) SetUpfrontCost(v string) *SavingsPlansPurchaseRecommendationDetail
SetUpfrontCost sets the UpfrontCost field's value.
func (SavingsPlansPurchaseRecommendationDetail) String ¶ added in v1.25.28
func (s SavingsPlansPurchaseRecommendationDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansPurchaseRecommendationMetadata ¶ added in v1.25.28
type SavingsPlansPurchaseRecommendationMetadata struct { // Additional metadata that might be applicable to the recommendation. AdditionalMetadata *string `type:"string"` // The timestamp that shows when the recommendations were generated. GenerationTimestamp *string `type:"string"` // The unique identifier for the recommendation set. RecommendationId *string `type:"string"` // contains filtered or unexported fields }
Metadata about your Savings Plans Purchase Recommendations.
func (SavingsPlansPurchaseRecommendationMetadata) GoString ¶ added in v1.25.28
func (s SavingsPlansPurchaseRecommendationMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansPurchaseRecommendationMetadata) SetAdditionalMetadata ¶ added in v1.35.32
func (s *SavingsPlansPurchaseRecommendationMetadata) SetAdditionalMetadata(v string) *SavingsPlansPurchaseRecommendationMetadata
SetAdditionalMetadata sets the AdditionalMetadata field's value.
func (*SavingsPlansPurchaseRecommendationMetadata) SetGenerationTimestamp ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationMetadata) SetGenerationTimestamp(v string) *SavingsPlansPurchaseRecommendationMetadata
SetGenerationTimestamp sets the GenerationTimestamp field's value.
func (*SavingsPlansPurchaseRecommendationMetadata) SetRecommendationId ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationMetadata) SetRecommendationId(v string) *SavingsPlansPurchaseRecommendationMetadata
SetRecommendationId sets the RecommendationId field's value.
func (SavingsPlansPurchaseRecommendationMetadata) String ¶ added in v1.25.28
func (s SavingsPlansPurchaseRecommendationMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansPurchaseRecommendationSummary ¶ added in v1.25.28
type SavingsPlansPurchaseRecommendationSummary struct { // The currency code that Amazon Web Services used to generate the recommendations // and present potential savings. CurrencyCode *string `type:"string"` // The current total on demand spend of the applicable usage types over the // lookback period. CurrentOnDemandSpend *string `type:"string"` // The recommended Savings Plans cost on a daily (24 hourly) basis. DailyCommitmentToPurchase *string `type:"string"` // The estimated monthly savings amount that's based on the recommended Savings // Plans purchase. EstimatedMonthlySavingsAmount *string `type:"string"` // The estimated On-Demand costs you expect with no additional commitment. It's // based on your usage of the selected time period and the Savings Plans you // own. EstimatedOnDemandCostWithCurrentCommitment *string `type:"string"` // The estimated return on investment that's based on the recommended Savings // Plans and estimated savings. EstimatedROI *string `type:"string"` // The estimated total savings over the lookback period, based on the purchase // of the recommended Savings Plans. EstimatedSavingsAmount *string `type:"string"` // The estimated savings relative to the total cost of On-Demand usage, over // the lookback period. This is calculated as estimatedSavingsAmount/ CurrentOnDemandSpend*100. EstimatedSavingsPercentage *string `type:"string"` // The estimated total cost of the usage after purchasing the recommended Savings // Plans. This is a sum of the cost of Savings Plans during this term, and the // remaining On-Demand usage. EstimatedTotalCost *string `type:"string"` // The recommended hourly commitment that's based on the recommendation parameters. HourlyCommitmentToPurchase *string `type:"string"` // The aggregate number of Savings Plans recommendations that exist for your // account. TotalRecommendationCount *string `type:"string"` // contains filtered or unexported fields }
Summary metrics for your Savings Plans Purchase Recommendations.
func (SavingsPlansPurchaseRecommendationSummary) GoString ¶ added in v1.25.28
func (s SavingsPlansPurchaseRecommendationSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansPurchaseRecommendationSummary) SetCurrencyCode ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationSummary) SetCurrencyCode(v string) *SavingsPlansPurchaseRecommendationSummary
SetCurrencyCode sets the CurrencyCode field's value.
func (*SavingsPlansPurchaseRecommendationSummary) SetCurrentOnDemandSpend ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationSummary) SetCurrentOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationSummary
SetCurrentOnDemandSpend sets the CurrentOnDemandSpend field's value.
func (*SavingsPlansPurchaseRecommendationSummary) SetDailyCommitmentToPurchase ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationSummary) SetDailyCommitmentToPurchase(v string) *SavingsPlansPurchaseRecommendationSummary
SetDailyCommitmentToPurchase sets the DailyCommitmentToPurchase field's value.
func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedMonthlySavingsAmount ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedMonthlySavingsAmount(v string) *SavingsPlansPurchaseRecommendationSummary
SetEstimatedMonthlySavingsAmount sets the EstimatedMonthlySavingsAmount field's value.
func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedOnDemandCostWithCurrentCommitment ¶ added in v1.25.37
func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedOnDemandCostWithCurrentCommitment(v string) *SavingsPlansPurchaseRecommendationSummary
SetEstimatedOnDemandCostWithCurrentCommitment sets the EstimatedOnDemandCostWithCurrentCommitment field's value.
func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedROI ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedROI(v string) *SavingsPlansPurchaseRecommendationSummary
SetEstimatedROI sets the EstimatedROI field's value.
func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedSavingsAmount ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedSavingsAmount(v string) *SavingsPlansPurchaseRecommendationSummary
SetEstimatedSavingsAmount sets the EstimatedSavingsAmount field's value.
func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedSavingsPercentage ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedSavingsPercentage(v string) *SavingsPlansPurchaseRecommendationSummary
SetEstimatedSavingsPercentage sets the EstimatedSavingsPercentage field's value.
func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedTotalCost ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedTotalCost(v string) *SavingsPlansPurchaseRecommendationSummary
SetEstimatedTotalCost sets the EstimatedTotalCost field's value.
func (*SavingsPlansPurchaseRecommendationSummary) SetHourlyCommitmentToPurchase ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationSummary) SetHourlyCommitmentToPurchase(v string) *SavingsPlansPurchaseRecommendationSummary
SetHourlyCommitmentToPurchase sets the HourlyCommitmentToPurchase field's value.
func (*SavingsPlansPurchaseRecommendationSummary) SetTotalRecommendationCount ¶ added in v1.25.28
func (s *SavingsPlansPurchaseRecommendationSummary) SetTotalRecommendationCount(v string) *SavingsPlansPurchaseRecommendationSummary
SetTotalRecommendationCount sets the TotalRecommendationCount field's value.
func (SavingsPlansPurchaseRecommendationSummary) String ¶ added in v1.25.28
func (s SavingsPlansPurchaseRecommendationSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansSavings ¶ added in v1.25.28
type SavingsPlansSavings struct { // The savings amount that you're accumulating for the usage that's covered // by a Savings Plans, when compared to the On-Demand equivalent of the same // usage. NetSavings *string `type:"string"` // How much the amount that the usage would have cost if it was accrued at the // On-Demand rate. OnDemandCostEquivalent *string `type:"string"` // contains filtered or unexported fields }
The amount of savings that you're accumulating, against the public On-Demand rate of the usage accrued in an account.
func (SavingsPlansSavings) GoString ¶ added in v1.25.28
func (s SavingsPlansSavings) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansSavings) SetNetSavings ¶ added in v1.25.28
func (s *SavingsPlansSavings) SetNetSavings(v string) *SavingsPlansSavings
SetNetSavings sets the NetSavings field's value.
func (*SavingsPlansSavings) SetOnDemandCostEquivalent ¶ added in v1.25.28
func (s *SavingsPlansSavings) SetOnDemandCostEquivalent(v string) *SavingsPlansSavings
SetOnDemandCostEquivalent sets the OnDemandCostEquivalent field's value.
func (SavingsPlansSavings) String ¶ added in v1.25.28
func (s SavingsPlansSavings) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansUtilization ¶ added in v1.25.28
type SavingsPlansUtilization struct { // The total amount of Savings Plans commitment that's been purchased in an // account (or set of accounts). TotalCommitment *string `type:"string"` // The amount of your Savings Plans commitment that wasn't consumed from Savings // Plans eligible usage in a specific period. UnusedCommitment *string `type:"string"` // The amount of your Savings Plans commitment that was consumed from Savings // Plans eligible usage in a specific period. UsedCommitment *string `type:"string"` // The amount of UsedCommitment divided by the TotalCommitment for your Savings // Plans. UtilizationPercentage *string `type:"string"` // contains filtered or unexported fields }
The measurement of how well you're using your existing Savings Plans.
func (SavingsPlansUtilization) GoString ¶ added in v1.25.28
func (s SavingsPlansUtilization) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansUtilization) SetTotalCommitment ¶ added in v1.25.28
func (s *SavingsPlansUtilization) SetTotalCommitment(v string) *SavingsPlansUtilization
SetTotalCommitment sets the TotalCommitment field's value.
func (*SavingsPlansUtilization) SetUnusedCommitment ¶ added in v1.25.28
func (s *SavingsPlansUtilization) SetUnusedCommitment(v string) *SavingsPlansUtilization
SetUnusedCommitment sets the UnusedCommitment field's value.
func (*SavingsPlansUtilization) SetUsedCommitment ¶ added in v1.25.28
func (s *SavingsPlansUtilization) SetUsedCommitment(v string) *SavingsPlansUtilization
SetUsedCommitment sets the UsedCommitment field's value.
func (*SavingsPlansUtilization) SetUtilizationPercentage ¶ added in v1.25.28
func (s *SavingsPlansUtilization) SetUtilizationPercentage(v string) *SavingsPlansUtilization
SetUtilizationPercentage sets the UtilizationPercentage field's value.
func (SavingsPlansUtilization) String ¶ added in v1.25.28
func (s SavingsPlansUtilization) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansUtilizationAggregates ¶ added in v1.25.28
type SavingsPlansUtilizationAggregates struct { // The total amortized commitment for a Savings Plans. This includes the sum // of the upfront and recurring Savings Plans fees. AmortizedCommitment *SavingsPlansAmortizedCommitment `type:"structure"` // The amount that's saved by using existing Savings Plans. Savings returns // both net savings from Savings Plans and also the onDemandCostEquivalent of // the Savings Plans when considering the utilization rate. Savings *SavingsPlansSavings `type:"structure"` // A ratio of your effectiveness of using existing Savings Plans to apply to // workloads that are Savings Plans eligible. // // Utilization is a required field Utilization *SavingsPlansUtilization `type:"structure" required:"true"` // contains filtered or unexported fields }
The aggregated utilization metrics for your Savings Plans usage.
func (SavingsPlansUtilizationAggregates) GoString ¶ added in v1.25.28
func (s SavingsPlansUtilizationAggregates) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansUtilizationAggregates) SetAmortizedCommitment ¶ added in v1.25.28
func (s *SavingsPlansUtilizationAggregates) SetAmortizedCommitment(v *SavingsPlansAmortizedCommitment) *SavingsPlansUtilizationAggregates
SetAmortizedCommitment sets the AmortizedCommitment field's value.
func (*SavingsPlansUtilizationAggregates) SetSavings ¶ added in v1.25.28
func (s *SavingsPlansUtilizationAggregates) SetSavings(v *SavingsPlansSavings) *SavingsPlansUtilizationAggregates
SetSavings sets the Savings field's value.
func (*SavingsPlansUtilizationAggregates) SetUtilization ¶ added in v1.25.28
func (s *SavingsPlansUtilizationAggregates) SetUtilization(v *SavingsPlansUtilization) *SavingsPlansUtilizationAggregates
SetUtilization sets the Utilization field's value.
func (SavingsPlansUtilizationAggregates) String ¶ added in v1.25.28
func (s SavingsPlansUtilizationAggregates) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansUtilizationByTime ¶ added in v1.25.28
type SavingsPlansUtilizationByTime struct { // The total amortized commitment for a Savings Plans. This includes the sum // of the upfront and recurring Savings Plans fees. AmortizedCommitment *SavingsPlansAmortizedCommitment `type:"structure"` // The amount that's saved by using existing Savings Plans. Savings returns // both net savings from Savings Plans and also the onDemandCostEquivalent of // the Savings Plans when considering the utilization rate. Savings *SavingsPlansSavings `type:"structure"` // The time period of the request. // // TimePeriod is a required field TimePeriod *DateInterval `type:"structure" required:"true"` // A ratio of your effectiveness of using existing Savings Plans to apply to // workloads that are Savings Plans eligible. // // Utilization is a required field Utilization *SavingsPlansUtilization `type:"structure" required:"true"` // contains filtered or unexported fields }
The amount of Savings Plans utilization (in hours).
func (SavingsPlansUtilizationByTime) GoString ¶ added in v1.25.28
func (s SavingsPlansUtilizationByTime) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansUtilizationByTime) SetAmortizedCommitment ¶ added in v1.25.28
func (s *SavingsPlansUtilizationByTime) SetAmortizedCommitment(v *SavingsPlansAmortizedCommitment) *SavingsPlansUtilizationByTime
SetAmortizedCommitment sets the AmortizedCommitment field's value.
func (*SavingsPlansUtilizationByTime) SetSavings ¶ added in v1.25.28
func (s *SavingsPlansUtilizationByTime) SetSavings(v *SavingsPlansSavings) *SavingsPlansUtilizationByTime
SetSavings sets the Savings field's value.
func (*SavingsPlansUtilizationByTime) SetTimePeriod ¶ added in v1.25.28
func (s *SavingsPlansUtilizationByTime) SetTimePeriod(v *DateInterval) *SavingsPlansUtilizationByTime
SetTimePeriod sets the TimePeriod field's value.
func (*SavingsPlansUtilizationByTime) SetUtilization ¶ added in v1.25.28
func (s *SavingsPlansUtilizationByTime) SetUtilization(v *SavingsPlansUtilization) *SavingsPlansUtilizationByTime
SetUtilization sets the Utilization field's value.
func (SavingsPlansUtilizationByTime) String ¶ added in v1.25.28
func (s SavingsPlansUtilizationByTime) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SavingsPlansUtilizationDetail ¶ added in v1.25.28
type SavingsPlansUtilizationDetail struct { // The total amortized commitment for a Savings Plans. Includes the sum of the // upfront and recurring Savings Plans fees. AmortizedCommitment *SavingsPlansAmortizedCommitment `type:"structure"` // The attribute that applies to a specific Dimension. Attributes map[string]*string `type:"map"` // The amount saved by using existing Savings Plans. Savings returns both net // savings from savings plans and also the onDemandCostEquivalent of the Savings // Plans when considering the utilization rate. Savings *SavingsPlansSavings `type:"structure"` // The unique Amazon Resource Name (ARN) for a particular Savings Plan. SavingsPlanArn *string `type:"string"` // A ratio of your effectiveness of using existing Savings Plans to apply to // workloads that are Savings Plans eligible. Utilization *SavingsPlansUtilization `type:"structure"` // contains filtered or unexported fields }
A single daily or monthly Savings Plans utilization rate and details for your account. A management account in an organization have access to member accounts. You can use GetDimensionValues to determine the possible dimension values.
func (SavingsPlansUtilizationDetail) GoString ¶ added in v1.25.28
func (s SavingsPlansUtilizationDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SavingsPlansUtilizationDetail) SetAmortizedCommitment ¶ added in v1.25.28
func (s *SavingsPlansUtilizationDetail) SetAmortizedCommitment(v *SavingsPlansAmortizedCommitment) *SavingsPlansUtilizationDetail
SetAmortizedCommitment sets the AmortizedCommitment field's value.
func (*SavingsPlansUtilizationDetail) SetAttributes ¶ added in v1.25.28
func (s *SavingsPlansUtilizationDetail) SetAttributes(v map[string]*string) *SavingsPlansUtilizationDetail
SetAttributes sets the Attributes field's value.
func (*SavingsPlansUtilizationDetail) SetSavings ¶ added in v1.25.28
func (s *SavingsPlansUtilizationDetail) SetSavings(v *SavingsPlansSavings) *SavingsPlansUtilizationDetail
SetSavings sets the Savings field's value.
func (*SavingsPlansUtilizationDetail) SetSavingsPlanArn ¶ added in v1.25.28
func (s *SavingsPlansUtilizationDetail) SetSavingsPlanArn(v string) *SavingsPlansUtilizationDetail
SetSavingsPlanArn sets the SavingsPlanArn field's value.
func (*SavingsPlansUtilizationDetail) SetUtilization ¶ added in v1.25.28
func (s *SavingsPlansUtilizationDetail) SetUtilization(v *SavingsPlansUtilization) *SavingsPlansUtilizationDetail
SetUtilization sets the Utilization field's value.
func (SavingsPlansUtilizationDetail) String ¶ added in v1.25.28
func (s SavingsPlansUtilizationDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceQuotaExceededException ¶ added in v1.28.0
type ServiceQuotaExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
You've reached the limit on the number of resources you can create, or exceeded the size of an individual resource.
func (*ServiceQuotaExceededException) Code ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) Code() string
Code returns the exception type name.
func (*ServiceQuotaExceededException) Error ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) Error() string
func (ServiceQuotaExceededException) GoString ¶ added in v1.28.0
func (s ServiceQuotaExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceQuotaExceededException) Message ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) Message() string
Message returns the exception's message.
func (*ServiceQuotaExceededException) OrigErr ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServiceQuotaExceededException) RequestID ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServiceQuotaExceededException) StatusCode ¶ added in v1.28.0
func (s *ServiceQuotaExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServiceQuotaExceededException) String ¶ added in v1.28.0
func (s ServiceQuotaExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceSpecification ¶ added in v1.13.17
type ServiceSpecification struct { // The Amazon EC2 hardware specifications that you want Amazon Web Services // to provide recommendations for. EC2Specification *EC2Specification `type:"structure"` // contains filtered or unexported fields }
Hardware specifications for the service that you want recommendations for.
func (ServiceSpecification) GoString ¶ added in v1.13.17
func (s ServiceSpecification) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ServiceSpecification) SetEC2Specification ¶ added in v1.13.17
func (s *ServiceSpecification) SetEC2Specification(v *EC2Specification) *ServiceSpecification
SetEC2Specification sets the EC2Specification field's value.
func (ServiceSpecification) String ¶ added in v1.13.17
func (s ServiceSpecification) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SortDefinition ¶ added in v1.36.21
type SortDefinition struct { // The key that's used to sort the data. // // Key is a required field Key *string `type:"string" required:"true"` // The order that's used to sort the data. SortOrder *string `type:"string" enum:"SortOrder"` // contains filtered or unexported fields }
The details for how to sort the data.
func (SortDefinition) GoString ¶ added in v1.36.21
func (s SortDefinition) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SortDefinition) SetKey ¶ added in v1.36.21
func (s *SortDefinition) SetKey(v string) *SortDefinition
SetKey sets the Key field's value.
func (*SortDefinition) SetSortOrder ¶ added in v1.36.21
func (s *SortDefinition) SetSortOrder(v string) *SortDefinition
SetSortOrder sets the SortOrder field's value.
func (SortDefinition) String ¶ added in v1.36.21
func (s SortDefinition) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SortDefinition) Validate ¶ added in v1.36.21
func (s *SortDefinition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartCostAllocationTagBackfillInput ¶ added in v1.51.8
type StartCostAllocationTagBackfillInput struct { // The date you want the backfill to start from. The date can only be a first // day of the month (a billing start date). Dates can't precede the previous // twelve months, or in the future. // // BackfillFrom is a required field BackfillFrom *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
func (StartCostAllocationTagBackfillInput) GoString ¶ added in v1.51.8
func (s StartCostAllocationTagBackfillInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartCostAllocationTagBackfillInput) SetBackfillFrom ¶ added in v1.51.8
func (s *StartCostAllocationTagBackfillInput) SetBackfillFrom(v string) *StartCostAllocationTagBackfillInput
SetBackfillFrom sets the BackfillFrom field's value.
func (StartCostAllocationTagBackfillInput) String ¶ added in v1.51.8
func (s StartCostAllocationTagBackfillInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartCostAllocationTagBackfillInput) Validate ¶ added in v1.51.8
func (s *StartCostAllocationTagBackfillInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartCostAllocationTagBackfillOutput ¶ added in v1.51.8
type StartCostAllocationTagBackfillOutput struct { // An object containing detailed metadata of your new backfill request. BackfillRequest *CostAllocationTagBackfillRequest `type:"structure"` // contains filtered or unexported fields }
func (StartCostAllocationTagBackfillOutput) GoString ¶ added in v1.51.8
func (s StartCostAllocationTagBackfillOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartCostAllocationTagBackfillOutput) SetBackfillRequest ¶ added in v1.51.8
func (s *StartCostAllocationTagBackfillOutput) SetBackfillRequest(v *CostAllocationTagBackfillRequest) *StartCostAllocationTagBackfillOutput
SetBackfillRequest sets the BackfillRequest field's value.
func (StartCostAllocationTagBackfillOutput) String ¶ added in v1.51.8
func (s StartCostAllocationTagBackfillOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartSavingsPlansPurchaseRecommendationGenerationInput ¶ added in v1.44.153
type StartSavingsPlansPurchaseRecommendationGenerationInput struct {
// contains filtered or unexported fields
}
func (StartSavingsPlansPurchaseRecommendationGenerationInput) GoString ¶ added in v1.44.153
func (s StartSavingsPlansPurchaseRecommendationGenerationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (StartSavingsPlansPurchaseRecommendationGenerationInput) String ¶ added in v1.44.153
func (s StartSavingsPlansPurchaseRecommendationGenerationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartSavingsPlansPurchaseRecommendationGenerationOutput ¶ added in v1.44.153
type StartSavingsPlansPurchaseRecommendationGenerationOutput struct { // The estimated time for when the recommendation generation will complete. EstimatedCompletionTime *string `min:"20" type:"string"` // The start time of the recommendation generation. GenerationStartedTime *string `min:"20" type:"string"` // The ID for this specific recommendation. RecommendationId *string `min:"36" type:"string"` // contains filtered or unexported fields }
func (StartSavingsPlansPurchaseRecommendationGenerationOutput) GoString ¶ added in v1.44.153
func (s StartSavingsPlansPurchaseRecommendationGenerationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartSavingsPlansPurchaseRecommendationGenerationOutput) SetEstimatedCompletionTime ¶ added in v1.44.153
func (s *StartSavingsPlansPurchaseRecommendationGenerationOutput) SetEstimatedCompletionTime(v string) *StartSavingsPlansPurchaseRecommendationGenerationOutput
SetEstimatedCompletionTime sets the EstimatedCompletionTime field's value.
func (*StartSavingsPlansPurchaseRecommendationGenerationOutput) SetGenerationStartedTime ¶ added in v1.44.153
func (s *StartSavingsPlansPurchaseRecommendationGenerationOutput) SetGenerationStartedTime(v string) *StartSavingsPlansPurchaseRecommendationGenerationOutput
SetGenerationStartedTime sets the GenerationStartedTime field's value.
func (*StartSavingsPlansPurchaseRecommendationGenerationOutput) SetRecommendationId ¶ added in v1.44.153
func (s *StartSavingsPlansPurchaseRecommendationGenerationOutput) SetRecommendationId(v string) *StartSavingsPlansPurchaseRecommendationGenerationOutput
SetRecommendationId sets the RecommendationId field's value.
func (StartSavingsPlansPurchaseRecommendationGenerationOutput) String ¶ added in v1.44.153
func (s StartSavingsPlansPurchaseRecommendationGenerationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Subscriber ¶ added in v1.34.30
type Subscriber struct { // The email address or SNS Amazon Resource Name (ARN). This depends on the // Type. Address *string `min:"6" type:"string"` // Indicates if the subscriber accepts the notifications. Status *string `type:"string" enum:"SubscriberStatus"` // The notification delivery channel. Type *string `type:"string" enum:"SubscriberType"` // contains filtered or unexported fields }
The recipient of AnomalySubscription notifications.
func (Subscriber) GoString ¶ added in v1.34.30
func (s Subscriber) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Subscriber) SetAddress ¶ added in v1.34.30
func (s *Subscriber) SetAddress(v string) *Subscriber
SetAddress sets the Address field's value.
func (*Subscriber) SetStatus ¶ added in v1.34.30
func (s *Subscriber) SetStatus(v string) *Subscriber
SetStatus sets the Status field's value.
func (*Subscriber) SetType ¶ added in v1.34.30
func (s *Subscriber) SetType(v string) *Subscriber
SetType sets the Type field's value.
func (Subscriber) String ¶ added in v1.34.30
func (s Subscriber) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Subscriber) Validate ¶ added in v1.34.30
func (s *Subscriber) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceInput ¶ added in v1.43.23
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. For a list of supported resources, // see ResourceTag (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_ResourceTag.html). // // ResourceArn is a required field ResourceArn *string `min:"20" type:"string" required:"true"` // A list of tag key-value pairs to be added to the resource. // // Each tag consists of a key and a value, and each key must be unique for the // resource. The following restrictions apply to resource tags: // // * Although the maximum number of array members is 200, you can assign // a maximum of 50 user-tags to one resource. The remaining are reserved // for Amazon Web Services use // // * The maximum length of a key is 128 characters // // * The maximum length of a value is 256 characters // // * Keys and values can only contain alphanumeric characters, spaces, and // any of the following: _.:/=+@- // // * Keys and values are case sensitive // // * Keys and values are trimmed for any leading or trailing whitespaces // // * Don’t use aws: as a prefix for your keys. This prefix is reserved // for Amazon Web Services use // // ResourceTags is a required field ResourceTags []*ResourceTag `type:"list" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶ added in v1.43.23
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) SetResourceArn ¶ added in v1.43.23
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetResourceTags ¶ added in v1.43.23
func (s *TagResourceInput) SetResourceTags(v []*ResourceTag) *TagResourceInput
SetResourceTags sets the ResourceTags field's value.
func (TagResourceInput) String ¶ added in v1.43.23
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagResourceInput) Validate ¶ added in v1.43.23
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶ added in v1.43.23
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶ added in v1.43.23
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (TagResourceOutput) String ¶ added in v1.43.23
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagValues ¶
type TagValues struct { // The key for the tag. Key *string `type:"string"` // The match options that you can use to filter your results. MatchOptions is // only applicable for actions related to Cost Category. The default values // for MatchOptions are EQUALS and CASE_SENSITIVE. MatchOptions []*string `type:"list" enum:"MatchOption"` // The specific value of the tag. Values []*string `type:"list"` // contains filtered or unexported fields }
The values that are available for a tag.
If Values and Key aren't specified, the ABSENT MatchOption is applied to all tags. That is, it's filtered on resources with no tags.
If Key is provided and Values isn't specified, the ABSENT MatchOption is applied to the tag Key only. That is, it's filtered on resources without the given tag key.
func (TagValues) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TagValues) SetMatchOptions ¶ added in v1.30.10
SetMatchOptions sets the MatchOptions field's value.
type TargetInstance ¶ added in v1.21.6
type TargetInstance struct { // The currency code that Amazon Web Services used to calculate the costs for // this instance. CurrencyCode *string `type:"string"` // Determines whether this recommendation is the defaulted Amazon Web Services // recommendation. DefaultTargetInstance *bool `type:"boolean"` // The expected cost to operate this instance type on a monthly basis. EstimatedMonthlyCost *string `type:"string"` // The estimated savings that result from modification, on a monthly basis. EstimatedMonthlySavings *string `type:"string"` // The expected utilization metrics for target instance type. ExpectedResourceUtilization *ResourceUtilization `type:"structure"` // Explains the actions that you might need to take to successfully migrate // your workloads from the current instance type to the recommended instance // type. PlatformDifferences []*string `type:"list" enum:"PlatformDifference"` // Details on the target instance type. ResourceDetails *ResourceDetails `type:"structure"` // contains filtered or unexported fields }
Details on recommended instance.
func (TargetInstance) GoString ¶ added in v1.21.6
func (s TargetInstance) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TargetInstance) SetCurrencyCode ¶ added in v1.21.6
func (s *TargetInstance) SetCurrencyCode(v string) *TargetInstance
SetCurrencyCode sets the CurrencyCode field's value.
func (*TargetInstance) SetDefaultTargetInstance ¶ added in v1.21.6
func (s *TargetInstance) SetDefaultTargetInstance(v bool) *TargetInstance
SetDefaultTargetInstance sets the DefaultTargetInstance field's value.
func (*TargetInstance) SetEstimatedMonthlyCost ¶ added in v1.21.6
func (s *TargetInstance) SetEstimatedMonthlyCost(v string) *TargetInstance
SetEstimatedMonthlyCost sets the EstimatedMonthlyCost field's value.
func (*TargetInstance) SetEstimatedMonthlySavings ¶ added in v1.21.6
func (s *TargetInstance) SetEstimatedMonthlySavings(v string) *TargetInstance
SetEstimatedMonthlySavings sets the EstimatedMonthlySavings field's value.
func (*TargetInstance) SetExpectedResourceUtilization ¶ added in v1.21.6
func (s *TargetInstance) SetExpectedResourceUtilization(v *ResourceUtilization) *TargetInstance
SetExpectedResourceUtilization sets the ExpectedResourceUtilization field's value.
func (*TargetInstance) SetPlatformDifferences ¶ added in v1.38.46
func (s *TargetInstance) SetPlatformDifferences(v []*string) *TargetInstance
SetPlatformDifferences sets the PlatformDifferences field's value.
func (*TargetInstance) SetResourceDetails ¶ added in v1.21.6
func (s *TargetInstance) SetResourceDetails(v *ResourceDetails) *TargetInstance
SetResourceDetails sets the ResourceDetails field's value.
func (TargetInstance) String ¶ added in v1.21.6
func (s TargetInstance) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TerminateRecommendationDetail ¶ added in v1.21.6
type TerminateRecommendationDetail struct { // The currency code that Amazon Web Services used to calculate the costs for // this instance. CurrencyCode *string `type:"string"` // The estimated savings that result from modification, on a monthly basis. EstimatedMonthlySavings *string `type:"string"` // contains filtered or unexported fields }
Details on termination recommendation.
func (TerminateRecommendationDetail) GoString ¶ added in v1.21.6
func (s TerminateRecommendationDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TerminateRecommendationDetail) SetCurrencyCode ¶ added in v1.21.6
func (s *TerminateRecommendationDetail) SetCurrencyCode(v string) *TerminateRecommendationDetail
SetCurrencyCode sets the CurrencyCode field's value.
func (*TerminateRecommendationDetail) SetEstimatedMonthlySavings ¶ added in v1.21.6
func (s *TerminateRecommendationDetail) SetEstimatedMonthlySavings(v string) *TerminateRecommendationDetail
SetEstimatedMonthlySavings sets the EstimatedMonthlySavings field's value.
func (TerminateRecommendationDetail) String ¶ added in v1.21.6
func (s TerminateRecommendationDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TooManyTagsException ¶ added in v1.43.23
type TooManyTagsException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` ResourceName *string `min:"20" type:"string"` // contains filtered or unexported fields }
Can occur if you specify a number of tags for a resource greater than the maximum 50 user tags per resource.
func (*TooManyTagsException) Code ¶ added in v1.43.23
func (s *TooManyTagsException) Code() string
Code returns the exception type name.
func (*TooManyTagsException) Error ¶ added in v1.43.23
func (s *TooManyTagsException) Error() string
func (TooManyTagsException) GoString ¶ added in v1.43.23
func (s TooManyTagsException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TooManyTagsException) Message ¶ added in v1.43.23
func (s *TooManyTagsException) Message() string
Message returns the exception's message.
func (*TooManyTagsException) OrigErr ¶ added in v1.43.23
func (s *TooManyTagsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*TooManyTagsException) RequestID ¶ added in v1.43.23
func (s *TooManyTagsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*TooManyTagsException) StatusCode ¶ added in v1.43.23
func (s *TooManyTagsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (TooManyTagsException) String ¶ added in v1.43.23
func (s TooManyTagsException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TotalImpactFilter ¶ added in v1.34.30
type TotalImpactFilter struct { // The upper bound dollar value that's used in the filter. EndValue *float64 `type:"double"` // The comparing value that's used in the filter. // // NumericOperator is a required field NumericOperator *string `type:"string" required:"true" enum:"NumericOperator"` // The lower bound dollar value that's used in the filter. // // StartValue is a required field StartValue *float64 `type:"double" required:"true"` // contains filtered or unexported fields }
Filters cost anomalies based on the total impact.
func (TotalImpactFilter) GoString ¶ added in v1.34.30
func (s TotalImpactFilter) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TotalImpactFilter) SetEndValue ¶ added in v1.34.30
func (s *TotalImpactFilter) SetEndValue(v float64) *TotalImpactFilter
SetEndValue sets the EndValue field's value.
func (*TotalImpactFilter) SetNumericOperator ¶ added in v1.34.30
func (s *TotalImpactFilter) SetNumericOperator(v string) *TotalImpactFilter
SetNumericOperator sets the NumericOperator field's value.
func (*TotalImpactFilter) SetStartValue ¶ added in v1.34.30
func (s *TotalImpactFilter) SetStartValue(v float64) *TotalImpactFilter
SetStartValue sets the StartValue field's value.
func (TotalImpactFilter) String ¶ added in v1.34.30
func (s TotalImpactFilter) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TotalImpactFilter) Validate ¶ added in v1.34.30
func (s *TotalImpactFilter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UnknownMonitorException ¶ added in v1.34.30
type UnknownMonitorException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The cost anomaly monitor does not exist for the account.
func (*UnknownMonitorException) Code ¶ added in v1.34.30
func (s *UnknownMonitorException) Code() string
Code returns the exception type name.
func (*UnknownMonitorException) Error ¶ added in v1.34.30
func (s *UnknownMonitorException) Error() string
func (UnknownMonitorException) GoString ¶ added in v1.34.30
func (s UnknownMonitorException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UnknownMonitorException) Message ¶ added in v1.34.30
func (s *UnknownMonitorException) Message() string
Message returns the exception's message.
func (*UnknownMonitorException) OrigErr ¶ added in v1.34.30
func (s *UnknownMonitorException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnknownMonitorException) RequestID ¶ added in v1.34.30
func (s *UnknownMonitorException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnknownMonitorException) StatusCode ¶ added in v1.34.30
func (s *UnknownMonitorException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnknownMonitorException) String ¶ added in v1.34.30
func (s UnknownMonitorException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UnknownSubscriptionException ¶ added in v1.34.30
type UnknownSubscriptionException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The cost anomaly subscription does not exist for the account.
func (*UnknownSubscriptionException) Code ¶ added in v1.34.30
func (s *UnknownSubscriptionException) Code() string
Code returns the exception type name.
func (*UnknownSubscriptionException) Error ¶ added in v1.34.30
func (s *UnknownSubscriptionException) Error() string
func (UnknownSubscriptionException) GoString ¶ added in v1.34.30
func (s UnknownSubscriptionException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UnknownSubscriptionException) Message ¶ added in v1.34.30
func (s *UnknownSubscriptionException) Message() string
Message returns the exception's message.
func (*UnknownSubscriptionException) OrigErr ¶ added in v1.34.30
func (s *UnknownSubscriptionException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnknownSubscriptionException) RequestID ¶ added in v1.34.30
func (s *UnknownSubscriptionException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnknownSubscriptionException) StatusCode ¶ added in v1.34.30
func (s *UnknownSubscriptionException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnknownSubscriptionException) String ¶ added in v1.34.30
func (s UnknownSubscriptionException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UnresolvableUsageUnitException ¶ added in v1.28.0
type UnresolvableUsageUnitException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
Cost Explorer was unable to identify the usage unit. Provide UsageType/UsageTypeGroup filter selections that contain matching units, for example: hours.
func (*UnresolvableUsageUnitException) Code ¶ added in v1.28.0
func (s *UnresolvableUsageUnitException) Code() string
Code returns the exception type name.
func (*UnresolvableUsageUnitException) Error ¶ added in v1.28.0
func (s *UnresolvableUsageUnitException) Error() string
func (UnresolvableUsageUnitException) GoString ¶ added in v1.28.0
func (s UnresolvableUsageUnitException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UnresolvableUsageUnitException) Message ¶ added in v1.28.0
func (s *UnresolvableUsageUnitException) Message() string
Message returns the exception's message.
func (*UnresolvableUsageUnitException) OrigErr ¶ added in v1.28.0
func (s *UnresolvableUsageUnitException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnresolvableUsageUnitException) RequestID ¶ added in v1.28.0
func (s *UnresolvableUsageUnitException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnresolvableUsageUnitException) StatusCode ¶ added in v1.28.0
func (s *UnresolvableUsageUnitException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnresolvableUsageUnitException) String ¶ added in v1.28.0
func (s UnresolvableUsageUnitException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput ¶ added in v1.43.23
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. For a list of supported resources, // see ResourceTag (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_ResourceTag.html). // // ResourceArn is a required field ResourceArn *string `min:"20" type:"string" required:"true"` // A list of tag keys associated with tags that need to be removed from the // resource. If you specify a tag key that doesn't exist, it's ignored. Although // the maximum number of array members is 200, user-tag maximum is 50. The remaining // are reserved for Amazon Web Services use. // // ResourceTagKeys is a required field ResourceTagKeys []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶ added in v1.43.23
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) SetResourceArn ¶ added in v1.43.23
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetResourceTagKeys ¶ added in v1.43.23
func (s *UntagResourceInput) SetResourceTagKeys(v []*string) *UntagResourceInput
SetResourceTagKeys sets the ResourceTagKeys field's value.
func (UntagResourceInput) String ¶ added in v1.43.23
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UntagResourceInput) Validate ¶ added in v1.43.23
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶ added in v1.43.23
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶ added in v1.43.23
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UntagResourceOutput) String ¶ added in v1.43.23
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateAnomalyMonitorInput ¶ added in v1.34.30
type UpdateAnomalyMonitorInput struct { // Cost anomaly monitor Amazon Resource Names (ARNs). // // MonitorArn is a required field MonitorArn *string `type:"string" required:"true"` // The new name for the cost anomaly monitor. MonitorName *string `type:"string"` // contains filtered or unexported fields }
func (UpdateAnomalyMonitorInput) GoString ¶ added in v1.34.30
func (s UpdateAnomalyMonitorInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAnomalyMonitorInput) SetMonitorArn ¶ added in v1.34.30
func (s *UpdateAnomalyMonitorInput) SetMonitorArn(v string) *UpdateAnomalyMonitorInput
SetMonitorArn sets the MonitorArn field's value.
func (*UpdateAnomalyMonitorInput) SetMonitorName ¶ added in v1.34.30
func (s *UpdateAnomalyMonitorInput) SetMonitorName(v string) *UpdateAnomalyMonitorInput
SetMonitorName sets the MonitorName field's value.
func (UpdateAnomalyMonitorInput) String ¶ added in v1.34.30
func (s UpdateAnomalyMonitorInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAnomalyMonitorInput) Validate ¶ added in v1.34.30
func (s *UpdateAnomalyMonitorInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAnomalyMonitorOutput ¶ added in v1.34.30
type UpdateAnomalyMonitorOutput struct { // A cost anomaly monitor ARN. // // MonitorArn is a required field MonitorArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateAnomalyMonitorOutput) GoString ¶ added in v1.34.30
func (s UpdateAnomalyMonitorOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAnomalyMonitorOutput) SetMonitorArn ¶ added in v1.34.30
func (s *UpdateAnomalyMonitorOutput) SetMonitorArn(v string) *UpdateAnomalyMonitorOutput
SetMonitorArn sets the MonitorArn field's value.
func (UpdateAnomalyMonitorOutput) String ¶ added in v1.34.30
func (s UpdateAnomalyMonitorOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateAnomalySubscriptionInput ¶ added in v1.34.30
type UpdateAnomalySubscriptionInput struct { // The update to the frequency value that subscribers receive notifications. Frequency *string `type:"string" enum:"AnomalySubscriptionFrequency"` // A list of cost anomaly monitor ARNs. MonitorArnList []*string `type:"list"` // The update to the subscriber list. Subscribers []*Subscriber `type:"list"` // A cost anomaly subscription Amazon Resource Name (ARN). // // SubscriptionArn is a required field SubscriptionArn *string `type:"string" required:"true"` // The new name of the subscription. SubscriptionName *string `type:"string"` // (deprecated) // // The update to the threshold value for receiving notifications. // // This field has been deprecated. To update a threshold, use ThresholdExpression. // Continued use of Threshold will be treated as shorthand syntax for a ThresholdExpression. // // You can specify either Threshold or ThresholdExpression, but not both. // // Deprecated: Threshold has been deprecated in favor of ThresholdExpression Threshold *float64 `deprecated:"true" type:"double"` // The update to the Expression (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html) // object used to specify the anomalies that you want to generate alerts for. // This supports dimensions and nested expressions. The supported dimensions // are ANOMALY_TOTAL_IMPACT_ABSOLUTE and ANOMALY_TOTAL_IMPACT_PERCENTAGE, corresponding // to an anomaly’s TotalImpact and TotalImpactPercentage, respectively (see // Impact (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Impact.html) // for more details). The supported nested expression types are AND and OR. // The match option GREATER_THAN_OR_EQUAL is required. Values must be numbers // between 0 and 10,000,000,000 in string format. // // You can specify either Threshold or ThresholdExpression, but not both. // // The following are examples of valid ThresholdExpressions: // // * Absolute threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", // "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } // // * Percentage threshold: { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", // "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } // // * AND two thresholds together: { "And": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", // "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, // { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": // [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] } // // * OR two thresholds together: { "Or": [ { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_ABSOLUTE", // "MatchOptions": [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } }, // { "Dimensions": { "Key": "ANOMALY_TOTAL_IMPACT_PERCENTAGE", "MatchOptions": // [ "GREATER_THAN_OR_EQUAL" ], "Values": [ "100" ] } } ] } ThresholdExpression *Expression `type:"structure"` // contains filtered or unexported fields }
func (UpdateAnomalySubscriptionInput) GoString ¶ added in v1.34.30
func (s UpdateAnomalySubscriptionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAnomalySubscriptionInput) SetFrequency ¶ added in v1.34.30
func (s *UpdateAnomalySubscriptionInput) SetFrequency(v string) *UpdateAnomalySubscriptionInput
SetFrequency sets the Frequency field's value.
func (*UpdateAnomalySubscriptionInput) SetMonitorArnList ¶ added in v1.34.30
func (s *UpdateAnomalySubscriptionInput) SetMonitorArnList(v []*string) *UpdateAnomalySubscriptionInput
SetMonitorArnList sets the MonitorArnList field's value.
func (*UpdateAnomalySubscriptionInput) SetSubscribers ¶ added in v1.34.30
func (s *UpdateAnomalySubscriptionInput) SetSubscribers(v []*Subscriber) *UpdateAnomalySubscriptionInput
SetSubscribers sets the Subscribers field's value.
func (*UpdateAnomalySubscriptionInput) SetSubscriptionArn ¶ added in v1.34.30
func (s *UpdateAnomalySubscriptionInput) SetSubscriptionArn(v string) *UpdateAnomalySubscriptionInput
SetSubscriptionArn sets the SubscriptionArn field's value.
func (*UpdateAnomalySubscriptionInput) SetSubscriptionName ¶ added in v1.34.30
func (s *UpdateAnomalySubscriptionInput) SetSubscriptionName(v string) *UpdateAnomalySubscriptionInput
SetSubscriptionName sets the SubscriptionName field's value.
func (*UpdateAnomalySubscriptionInput) SetThreshold ¶ added in v1.34.30
func (s *UpdateAnomalySubscriptionInput) SetThreshold(v float64) *UpdateAnomalySubscriptionInput
SetThreshold sets the Threshold field's value.
func (*UpdateAnomalySubscriptionInput) SetThresholdExpression ¶ added in v1.44.160
func (s *UpdateAnomalySubscriptionInput) SetThresholdExpression(v *Expression) *UpdateAnomalySubscriptionInput
SetThresholdExpression sets the ThresholdExpression field's value.
func (UpdateAnomalySubscriptionInput) String ¶ added in v1.34.30
func (s UpdateAnomalySubscriptionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAnomalySubscriptionInput) Validate ¶ added in v1.34.30
func (s *UpdateAnomalySubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAnomalySubscriptionOutput ¶ added in v1.34.30
type UpdateAnomalySubscriptionOutput struct { // A cost anomaly subscription ARN. // // SubscriptionArn is a required field SubscriptionArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateAnomalySubscriptionOutput) GoString ¶ added in v1.34.30
func (s UpdateAnomalySubscriptionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateAnomalySubscriptionOutput) SetSubscriptionArn ¶ added in v1.34.30
func (s *UpdateAnomalySubscriptionOutput) SetSubscriptionArn(v string) *UpdateAnomalySubscriptionOutput
SetSubscriptionArn sets the SubscriptionArn field's value.
func (UpdateAnomalySubscriptionOutput) String ¶ added in v1.34.30
func (s UpdateAnomalySubscriptionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateCostAllocationTagsStatusError ¶ added in v1.44.29
type UpdateCostAllocationTagsStatusError struct { // An error code representing why the action failed on this entry. Code *string `type:"string"` // A message explaining why the action failed on this entry. Message *string `type:"string"` // The key for the cost allocation tag. TagKey *string `type:"string"` // contains filtered or unexported fields }
Gives a detailed description of the result of an action. It's on each cost allocation tag entry in the request.
func (UpdateCostAllocationTagsStatusError) GoString ¶ added in v1.44.29
func (s UpdateCostAllocationTagsStatusError) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateCostAllocationTagsStatusError) SetCode ¶ added in v1.44.29
func (s *UpdateCostAllocationTagsStatusError) SetCode(v string) *UpdateCostAllocationTagsStatusError
SetCode sets the Code field's value.
func (*UpdateCostAllocationTagsStatusError) SetMessage ¶ added in v1.44.29
func (s *UpdateCostAllocationTagsStatusError) SetMessage(v string) *UpdateCostAllocationTagsStatusError
SetMessage sets the Message field's value.
func (*UpdateCostAllocationTagsStatusError) SetTagKey ¶ added in v1.44.29
func (s *UpdateCostAllocationTagsStatusError) SetTagKey(v string) *UpdateCostAllocationTagsStatusError
SetTagKey sets the TagKey field's value.
func (UpdateCostAllocationTagsStatusError) String ¶ added in v1.44.29
func (s UpdateCostAllocationTagsStatusError) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateCostAllocationTagsStatusInput ¶ added in v1.44.29
type UpdateCostAllocationTagsStatusInput struct { // The list of CostAllocationTagStatusEntry objects that are used to update // cost allocation tags status for this request. // // CostAllocationTagsStatus is a required field CostAllocationTagsStatus []*CostAllocationTagStatusEntry `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (UpdateCostAllocationTagsStatusInput) GoString ¶ added in v1.44.29
func (s UpdateCostAllocationTagsStatusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateCostAllocationTagsStatusInput) SetCostAllocationTagsStatus ¶ added in v1.44.29
func (s *UpdateCostAllocationTagsStatusInput) SetCostAllocationTagsStatus(v []*CostAllocationTagStatusEntry) *UpdateCostAllocationTagsStatusInput
SetCostAllocationTagsStatus sets the CostAllocationTagsStatus field's value.
func (UpdateCostAllocationTagsStatusInput) String ¶ added in v1.44.29
func (s UpdateCostAllocationTagsStatusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateCostAllocationTagsStatusInput) Validate ¶ added in v1.44.29
func (s *UpdateCostAllocationTagsStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateCostAllocationTagsStatusOutput ¶ added in v1.44.29
type UpdateCostAllocationTagsStatusOutput struct { // A list of UpdateCostAllocationTagsStatusError objects with error details // about each cost allocation tag that can't be updated. If there's no failure, // an empty array returns. Errors []*UpdateCostAllocationTagsStatusError `type:"list"` // contains filtered or unexported fields }
func (UpdateCostAllocationTagsStatusOutput) GoString ¶ added in v1.44.29
func (s UpdateCostAllocationTagsStatusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateCostAllocationTagsStatusOutput) SetErrors ¶ added in v1.44.29
func (s *UpdateCostAllocationTagsStatusOutput) SetErrors(v []*UpdateCostAllocationTagsStatusError) *UpdateCostAllocationTagsStatusOutput
SetErrors sets the Errors field's value.
func (UpdateCostAllocationTagsStatusOutput) String ¶ added in v1.44.29
func (s UpdateCostAllocationTagsStatusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateCostCategoryDefinitionInput ¶ added in v1.25.42
type UpdateCostCategoryDefinitionInput struct { // The unique identifier for your Cost Category. // // CostCategoryArn is a required field CostCategoryArn *string `min:"20" type:"string" required:"true"` // The default value for the cost category. DefaultValue *string `min:"1" type:"string"` // The Cost Category's effective start date. It can only be a billing start // date (first day of the month). If the date isn't provided, it's the first // day of the current month. Dates can't be before the previous twelve months, // or in the future. EffectiveStart *string `min:"20" type:"string"` // The rule schema version in this particular Cost Category. // // RuleVersion is a required field RuleVersion *string `type:"string" required:"true" enum:"CostCategoryRuleVersion"` // The Expression object used to categorize costs. For more information, see // CostCategoryRule (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_CostCategoryRule.html). // // Rules is a required field Rules []*CostCategoryRule `min:"1" type:"list" required:"true"` // The split charge rules used to allocate your charges between your Cost Category // values. SplitChargeRules []*CostCategorySplitChargeRule `min:"1" type:"list"` // contains filtered or unexported fields }
func (UpdateCostCategoryDefinitionInput) GoString ¶ added in v1.25.42
func (s UpdateCostCategoryDefinitionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateCostCategoryDefinitionInput) SetCostCategoryArn ¶ added in v1.25.42
func (s *UpdateCostCategoryDefinitionInput) SetCostCategoryArn(v string) *UpdateCostCategoryDefinitionInput
SetCostCategoryArn sets the CostCategoryArn field's value.
func (*UpdateCostCategoryDefinitionInput) SetDefaultValue ¶ added in v1.38.3
func (s *UpdateCostCategoryDefinitionInput) SetDefaultValue(v string) *UpdateCostCategoryDefinitionInput
SetDefaultValue sets the DefaultValue field's value.
func (*UpdateCostCategoryDefinitionInput) SetEffectiveStart ¶ added in v1.44.107
func (s *UpdateCostCategoryDefinitionInput) SetEffectiveStart(v string) *UpdateCostCategoryDefinitionInput
SetEffectiveStart sets the EffectiveStart field's value.
func (*UpdateCostCategoryDefinitionInput) SetRuleVersion ¶ added in v1.25.42
func (s *UpdateCostCategoryDefinitionInput) SetRuleVersion(v string) *UpdateCostCategoryDefinitionInput
SetRuleVersion sets the RuleVersion field's value.
func (*UpdateCostCategoryDefinitionInput) SetRules ¶ added in v1.25.42
func (s *UpdateCostCategoryDefinitionInput) SetRules(v []*CostCategoryRule) *UpdateCostCategoryDefinitionInput
SetRules sets the Rules field's value.
func (*UpdateCostCategoryDefinitionInput) SetSplitChargeRules ¶ added in v1.40.24
func (s *UpdateCostCategoryDefinitionInput) SetSplitChargeRules(v []*CostCategorySplitChargeRule) *UpdateCostCategoryDefinitionInput
SetSplitChargeRules sets the SplitChargeRules field's value.
func (UpdateCostCategoryDefinitionInput) String ¶ added in v1.25.42
func (s UpdateCostCategoryDefinitionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateCostCategoryDefinitionInput) Validate ¶ added in v1.25.42
func (s *UpdateCostCategoryDefinitionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateCostCategoryDefinitionOutput ¶ added in v1.25.42
type UpdateCostCategoryDefinitionOutput struct { // The unique identifier for your Cost Category. CostCategoryArn *string `min:"20" type:"string"` // The Cost Category's effective start date. It can only be a billing start // date (first day of the month). EffectiveStart *string `min:"20" type:"string"` // contains filtered or unexported fields }
func (UpdateCostCategoryDefinitionOutput) GoString ¶ added in v1.25.42
func (s UpdateCostCategoryDefinitionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateCostCategoryDefinitionOutput) SetCostCategoryArn ¶ added in v1.25.42
func (s *UpdateCostCategoryDefinitionOutput) SetCostCategoryArn(v string) *UpdateCostCategoryDefinitionOutput
SetCostCategoryArn sets the CostCategoryArn field's value.
func (*UpdateCostCategoryDefinitionOutput) SetEffectiveStart ¶ added in v1.25.42
func (s *UpdateCostCategoryDefinitionOutput) SetEffectiveStart(v string) *UpdateCostCategoryDefinitionOutput
SetEffectiveStart sets the EffectiveStart field's value.
func (UpdateCostCategoryDefinitionOutput) String ¶ added in v1.25.42
func (s UpdateCostCategoryDefinitionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UtilizationByTime ¶
type UtilizationByTime struct { // The groups that this utilization result uses. Groups []*ReservationUtilizationGroup `type:"list"` // The period of time that this utilization was used for. TimePeriod *DateInterval `type:"structure"` // The total number of reservation hours that were used. Total *ReservationAggregates `type:"structure"` // contains filtered or unexported fields }
The amount of utilization, in hours.
func (UtilizationByTime) GoString ¶
func (s UtilizationByTime) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UtilizationByTime) SetGroups ¶
func (s *UtilizationByTime) SetGroups(v []*ReservationUtilizationGroup) *UtilizationByTime
SetGroups sets the Groups field's value.
func (*UtilizationByTime) SetTimePeriod ¶
func (s *UtilizationByTime) SetTimePeriod(v *DateInterval) *UtilizationByTime
SetTimePeriod sets the TimePeriod field's value.
func (*UtilizationByTime) SetTotal ¶
func (s *UtilizationByTime) SetTotal(v *ReservationAggregates) *UtilizationByTime
SetTotal sets the Total field's value.
func (UtilizationByTime) String ¶
func (s UtilizationByTime) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
Directories ¶
Path | Synopsis |
---|---|
Package costexploreriface provides an interface to enable mocking the AWS Cost Explorer Service service client for testing your code.
|
Package costexploreriface provides an interface to enable mocking the AWS Cost Explorer Service service client for testing your code. |