...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/costexplorer"
Overview
Constants

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

The stub package, costexploreriface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type CostExplorer
func New(p client.ConfigProvider, cfgs ...*aws.Config) *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, opts ...request.Option) (*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, opts ...request.Option) (*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, opts ...request.Option) (*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, opts ...request.Option) (*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, opts ...request.Option) (*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, opts ...request.Option) (*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, opts ...request.Option) (*GetRightsizingRecommendationOutput, error)
func (c *CostExplorer) GetSavingsPlanPurchaseRecommendationDetails(input *GetSavingsPlanPurchaseRecommendationDetailsInput) (*GetSavingsPlanPurchaseRecommendationDetailsOutput, error)
func (c *CostExplorer) GetSavingsPlanPurchaseRecommendationDetailsRequest(input *GetSavingsPlanPurchaseRecommendationDetailsInput) (req *request.Request, output *GetSavingsPlanPurchaseRecommendationDetailsOutput)
func (c *CostExplorer) GetSavingsPlanPurchaseRecommendationDetailsWithContext(ctx aws.Context, input *GetSavingsPlanPurchaseRecommendationDetailsInput, opts ...request.Option) (*GetSavingsPlanPurchaseRecommendationDetailsOutput, error)
func (c *CostExplorer) GetSavingsPlansCoverage(input *GetSavingsPlansCoverageInput) (*GetSavingsPlansCoverageOutput, error)
func (c *CostExplorer) GetSavingsPlansCoveragePages(input *GetSavingsPlansCoverageInput, fn func(*GetSavingsPlansCoverageOutput, bool) bool) error
func (c *CostExplorer) GetSavingsPlansCoveragePagesWithContext(ctx aws.Context, input *GetSavingsPlansCoverageInput, fn func(*GetSavingsPlansCoverageOutput, bool) bool, opts ...request.Option) 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, opts ...request.Option) (*GetSavingsPlansPurchaseRecommendationOutput, error)
func (c *CostExplorer) GetSavingsPlansUtilization(input *GetSavingsPlansUtilizationInput) (*GetSavingsPlansUtilizationOutput, error)
func (c *CostExplorer) GetSavingsPlansUtilizationDetails(input *GetSavingsPlansUtilizationDetailsInput) (*GetSavingsPlansUtilizationDetailsOutput, error)
func (c *CostExplorer) GetSavingsPlansUtilizationDetailsPages(input *GetSavingsPlansUtilizationDetailsInput, fn func(*GetSavingsPlansUtilizationDetailsOutput, bool) bool) error
func (c *CostExplorer) GetSavingsPlansUtilizationDetailsPagesWithContext(ctx aws.Context, input *GetSavingsPlansUtilizationDetailsInput, fn func(*GetSavingsPlansUtilizationDetailsOutput, bool) bool, opts ...request.Option) error
func (c *CostExplorer) GetSavingsPlansUtilizationDetailsRequest(input *GetSavingsPlansUtilizationDetailsInput) (req *request.Request, output *GetSavingsPlansUtilizationDetailsOutput)
func (c *CostExplorer) GetSavingsPlansUtilizationDetailsWithContext(ctx aws.Context, input *GetSavingsPlansUtilizationDetailsInput, opts ...request.Option) (*GetSavingsPlansUtilizationDetailsOutput, error)
func (c *CostExplorer) GetSavingsPlansUtilizationRequest(input *GetSavingsPlansUtilizationInput) (req *request.Request, output *GetSavingsPlansUtilizationOutput)
func (c *CostExplorer) GetSavingsPlansUtilizationWithContext(ctx aws.Context, input *GetSavingsPlansUtilizationInput, opts ...request.Option) (*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) ListCostAllocationTags(input *ListCostAllocationTagsInput) (*ListCostAllocationTagsOutput, error)
func (c *CostExplorer) ListCostAllocationTagsPages(input *ListCostAllocationTagsInput, fn func(*ListCostAllocationTagsOutput, bool) bool) error
func (c *CostExplorer) ListCostAllocationTagsPagesWithContext(ctx aws.Context, input *ListCostAllocationTagsInput, fn func(*ListCostAllocationTagsOutput, bool) bool, opts ...request.Option) 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, fn func(*ListCostCategoryDefinitionsOutput, bool) bool) error
func (c *CostExplorer) ListCostCategoryDefinitionsPagesWithContext(ctx aws.Context, input *ListCostCategoryDefinitionsInput, fn func(*ListCostCategoryDefinitionsOutput, bool) bool, opts ...request.Option) error
func (c *CostExplorer) ListCostCategoryDefinitionsRequest(input *ListCostCategoryDefinitionsInput) (req *request.Request, output *ListCostCategoryDefinitionsOutput)
func (c *CostExplorer) ListCostCategoryDefinitionsWithContext(ctx aws.Context, input *ListCostCategoryDefinitionsInput, opts ...request.Option) (*ListCostCategoryDefinitionsOutput, error)
func (c *CostExplorer) ListSavingsPlansPurchaseRecommendationGeneration(input *ListSavingsPlansPurchaseRecommendationGenerationInput) (*ListSavingsPlansPurchaseRecommendationGenerationOutput, error)
func (c *CostExplorer) ListSavingsPlansPurchaseRecommendationGenerationRequest(input *ListSavingsPlansPurchaseRecommendationGenerationInput) (req *request.Request, output *ListSavingsPlansPurchaseRecommendationGenerationOutput)
func (c *CostExplorer) ListSavingsPlansPurchaseRecommendationGenerationWithContext(ctx aws.Context, input *ListSavingsPlansPurchaseRecommendationGenerationInput, opts ...request.Option) (*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) StartSavingsPlansPurchaseRecommendationGeneration(input *StartSavingsPlansPurchaseRecommendationGenerationInput) (*StartSavingsPlansPurchaseRecommendationGenerationOutput, error)
func (c *CostExplorer) StartSavingsPlansPurchaseRecommendationGenerationRequest(input *StartSavingsPlansPurchaseRecommendationGenerationInput) (req *request.Request, output *StartSavingsPlansPurchaseRecommendationGenerationOutput)
func (c *CostExplorer) StartSavingsPlansPurchaseRecommendationGenerationWithContext(ctx aws.Context, input *StartSavingsPlansPurchaseRecommendationGenerationInput, opts ...request.Option) (*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, opts ...request.Option) (*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, opts ...request.Option) (*UpdateCostCategoryDefinitionOutput, error)
func AccountScope_Values() []string
func AnomalyFeedbackType_Values() []string
func AnomalySubscriptionFrequency_Values() []string
func ApproximationDimension_Values() []string
func Context_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
type AnomalyDateInterval
type AnomalyMonitor
type AnomalyScore
type AnomalySubscription
type BillExpirationException
type CostAllocationTag
type CostAllocationTagStatusEntry
type CostCategory
type CostCategoryInheritedValueDimension
type CostCategoryProcessingStatus
type CostCategoryReference
type CostCategoryRule
type CostCategorySplitChargeRule
type CostCategorySplitChargeRuleParameter
type CostCategoryValues
type Coverage
type CoverageByTime
type CoverageCost
type CoverageHours
type CoverageNormalizedUnits
type CreateAnomalyMonitorInput
type CreateAnomalyMonitorOutput
type CreateAnomalySubscriptionInput
type CreateAnomalySubscriptionOutput
type CreateCostCategoryDefinitionInput
type CreateCostCategoryDefinitionOutput
type CurrentInstance
type DataUnavailableException
type DateInterval
type DeleteAnomalyMonitorInput
type DeleteAnomalyMonitorOutput
type DeleteAnomalySubscriptionInput
type DeleteAnomalySubscriptionOutput
type DeleteCostCategoryDefinitionInput
type DeleteCostCategoryDefinitionOutput
type DescribeCostCategoryDefinitionInput
type DescribeCostCategoryDefinitionOutput
type DimensionValues
type DimensionValuesWithAttributes
type DiskResourceUtilization
type EBSResourceUtilization
type EC2InstanceDetails
type EC2ResourceDetails
type EC2ResourceUtilization
type EC2Specification
type ESInstanceDetails
type ElastiCacheInstanceDetails
type Expression
type ForecastResult
type GenerationExistsException
type GenerationSummary
type GetAnomaliesInput
type GetAnomaliesOutput
type GetAnomalyMonitorsInput
type GetAnomalyMonitorsOutput
type GetAnomalySubscriptionsInput
type GetAnomalySubscriptionsOutput
type GetApproximateUsageRecordsInput
type GetApproximateUsageRecordsOutput
type GetCostAndUsageInput
type GetCostAndUsageOutput
type GetCostAndUsageWithResourcesInput
type GetCostAndUsageWithResourcesOutput
type GetCostCategoriesInput
type GetCostCategoriesOutput
type GetCostForecastInput
type GetCostForecastOutput
type GetDimensionValuesInput
type GetDimensionValuesOutput
type GetReservationCoverageInput
type GetReservationCoverageOutput
type GetReservationPurchaseRecommendationInput
type GetReservationPurchaseRecommendationOutput
type GetReservationUtilizationInput
type GetReservationUtilizationOutput
type GetRightsizingRecommendationInput
type GetRightsizingRecommendationOutput
type GetSavingsPlanPurchaseRecommendationDetailsInput
type GetSavingsPlanPurchaseRecommendationDetailsOutput
type GetSavingsPlansCoverageInput
type GetSavingsPlansCoverageOutput
type GetSavingsPlansPurchaseRecommendationInput
type GetSavingsPlansPurchaseRecommendationOutput
type GetSavingsPlansUtilizationDetailsInput
type GetSavingsPlansUtilizationDetailsOutput
type GetSavingsPlansUtilizationInput
type GetSavingsPlansUtilizationOutput
type GetTagsInput
type GetTagsOutput
type GetUsageForecastInput
type GetUsageForecastOutput
type Group
type GroupDefinition
type Impact
type InstanceDetails
type InvalidNextTokenException
type LimitExceededException
type ListCostAllocationTagsInput
type ListCostAllocationTagsOutput
type ListCostCategoryDefinitionsInput
type ListCostCategoryDefinitionsOutput
type ListSavingsPlansPurchaseRecommendationGenerationInput
type ListSavingsPlansPurchaseRecommendationGenerationOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type MemoryDBInstanceDetails
type MetricValue
type ModifyRecommendationDetail
type NetworkResourceUtilization
type ProvideAnomalyFeedbackInput
type ProvideAnomalyFeedbackOutput
type RDSInstanceDetails
type RecommendationDetailData
type RecommendationDetailHourlyMetrics
type RedshiftInstanceDetails
type RequestChangedException
type ReservationAggregates
type ReservationCoverageGroup
type ReservationPurchaseRecommendation
type ReservationPurchaseRecommendationDetail
type ReservationPurchaseRecommendationMetadata
type ReservationPurchaseRecommendationSummary
type ReservationUtilizationGroup
type ResourceDetails
type ResourceNotFoundException
type ResourceTag
type ResourceUtilization
type ResultByTime
type RightsizingRecommendation
type RightsizingRecommendationConfiguration
type RightsizingRecommendationMetadata
type RightsizingRecommendationSummary
type RootCause
type SavingsPlansAmortizedCommitment
type SavingsPlansCoverage
type SavingsPlansCoverageData
type SavingsPlansDetails
type SavingsPlansPurchaseRecommendation
type SavingsPlansPurchaseRecommendationDetail
type SavingsPlansPurchaseRecommendationMetadata
type SavingsPlansPurchaseRecommendationSummary
type SavingsPlansSavings
type SavingsPlansUtilization
type SavingsPlansUtilizationAggregates
type SavingsPlansUtilizationByTime
type SavingsPlansUtilizationDetail
type ServiceQuotaExceededException
type ServiceSpecification
type SortDefinition
type StartSavingsPlansPurchaseRecommendationGenerationInput
type StartSavingsPlansPurchaseRecommendationGenerationOutput
type Subscriber
type TagResourceInput
type TagResourceOutput
type TagValues
type TargetInstance
type TerminateRecommendationDetail
type TooManyTagsException
type TotalImpactFilter
type UnknownMonitorException
type UnknownSubscriptionException
type UnresolvableUsageUnitException
type UntagResourceInput
type UntagResourceOutput
type UpdateAnomalyMonitorInput
type UpdateAnomalyMonitorOutput
type UpdateAnomalySubscriptionInput
type UpdateAnomalySubscriptionOutput
type UpdateCostAllocationTagsStatusError
type UpdateCostAllocationTagsStatusInput
type UpdateCostAllocationTagsStatusOutput
type UpdateCostCategoryDefinitionInput
type UpdateCostCategoryDefinitionOutput
type UtilizationByTime

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 (
    // 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 (

    // ErrCodeBillExpirationException for service response error code
    // "BillExpirationException".
    //
    // The requested report expired. Update the date interval and try again.
    ErrCodeBillExpirationException = "BillExpirationException"

    // ErrCodeDataUnavailableException for service response error code
    // "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"
)

func AccountScope_Values

func AccountScope_Values() []string

AccountScope_Values returns all elements of the AccountScope enum

func AnomalyFeedbackType_Values

func AnomalyFeedbackType_Values() []string

AnomalyFeedbackType_Values returns all elements of the AnomalyFeedbackType enum

func AnomalySubscriptionFrequency_Values

func AnomalySubscriptionFrequency_Values() []string

AnomalySubscriptionFrequency_Values returns all elements of the AnomalySubscriptionFrequency enum

func ApproximationDimension_Values

func ApproximationDimension_Values() []string

ApproximationDimension_Values returns all elements of the ApproximationDimension enum

func Context_Values

func Context_Values() []string

Context_Values returns all elements of the Context enum

func CostAllocationTagStatus_Values

func CostAllocationTagStatus_Values() []string

CostAllocationTagStatus_Values returns all elements of the CostAllocationTagStatus enum

func CostAllocationTagType_Values

func CostAllocationTagType_Values() []string

CostAllocationTagType_Values returns all elements of the CostAllocationTagType enum

func CostCategoryInheritedValueDimensionName_Values

func CostCategoryInheritedValueDimensionName_Values() []string

CostCategoryInheritedValueDimensionName_Values returns all elements of the CostCategoryInheritedValueDimensionName enum

func CostCategoryRuleType_Values

func CostCategoryRuleType_Values() []string

CostCategoryRuleType_Values returns all elements of the CostCategoryRuleType enum

func CostCategoryRuleVersion_Values

func CostCategoryRuleVersion_Values() []string

CostCategoryRuleVersion_Values returns all elements of the CostCategoryRuleVersion enum

func CostCategorySplitChargeMethod_Values

func CostCategorySplitChargeMethod_Values() []string

CostCategorySplitChargeMethod_Values returns all elements of the CostCategorySplitChargeMethod enum

func CostCategorySplitChargeRuleParameterType_Values

func CostCategorySplitChargeRuleParameterType_Values() []string

CostCategorySplitChargeRuleParameterType_Values returns all elements of the CostCategorySplitChargeRuleParameterType enum

func CostCategoryStatusComponent_Values

func CostCategoryStatusComponent_Values() []string

CostCategoryStatusComponent_Values returns all elements of the CostCategoryStatusComponent enum

func CostCategoryStatus_Values

func CostCategoryStatus_Values() []string

CostCategoryStatus_Values returns all elements of the CostCategoryStatus enum

func Dimension_Values

func Dimension_Values() []string

Dimension_Values returns all elements of the Dimension enum

func FindingReasonCode_Values

func FindingReasonCode_Values() []string

FindingReasonCode_Values returns all elements of the FindingReasonCode enum

func GenerationStatus_Values

func GenerationStatus_Values() []string

GenerationStatus_Values returns all elements of the GenerationStatus enum

func Granularity_Values

func Granularity_Values() []string

Granularity_Values returns all elements of the Granularity enum

func GroupDefinitionType_Values

func GroupDefinitionType_Values() []string

GroupDefinitionType_Values returns all elements of the GroupDefinitionType enum

func LookbackPeriodInDays_Values

func LookbackPeriodInDays_Values() []string

LookbackPeriodInDays_Values returns all elements of the LookbackPeriodInDays enum

func MatchOption_Values

func MatchOption_Values() []string

MatchOption_Values returns all elements of the MatchOption enum

func Metric_Values

func Metric_Values() []string

Metric_Values returns all elements of the Metric enum

func MonitorDimension_Values

func MonitorDimension_Values() []string

MonitorDimension_Values returns all elements of the MonitorDimension enum

func MonitorType_Values

func MonitorType_Values() []string

MonitorType_Values returns all elements of the MonitorType enum

func NumericOperator_Values

func NumericOperator_Values() []string

NumericOperator_Values returns all elements of the NumericOperator enum

func OfferingClass_Values

func OfferingClass_Values() []string

OfferingClass_Values returns all elements of the OfferingClass enum

func PaymentOption_Values

func PaymentOption_Values() []string

PaymentOption_Values returns all elements of the PaymentOption enum

func PlatformDifference_Values

func PlatformDifference_Values() []string

PlatformDifference_Values returns all elements of the PlatformDifference enum

func RecommendationTarget_Values

func RecommendationTarget_Values() []string

RecommendationTarget_Values returns all elements of the RecommendationTarget enum

func RightsizingType_Values

func RightsizingType_Values() []string

RightsizingType_Values returns all elements of the RightsizingType enum

func SavingsPlansDataType_Values

func SavingsPlansDataType_Values() []string

SavingsPlansDataType_Values returns all elements of the SavingsPlansDataType enum

func SortOrder_Values

func SortOrder_Values() []string

SortOrder_Values returns all elements of the SortOrder enum

func SubscriberStatus_Values

func SubscriberStatus_Values() []string

SubscriberStatus_Values returns all elements of the SubscriberStatus enum

func SubscriberType_Values

func SubscriberType_Values() []string

SubscriberType_Values returns all elements of the SubscriberType enum

func SupportedSavingsPlansType_Values

func SupportedSavingsPlansType_Values() []string

SupportedSavingsPlansType_Values returns all elements of the SupportedSavingsPlansType enum

func TermInYears_Values

func TermInYears_Values() []string

TermInYears_Values returns all elements of the TermInYears enum

type Anomaly

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

func (s Anomaly) 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 (*Anomaly) SetAnomalyEndDate

func (s *Anomaly) SetAnomalyEndDate(v string) *Anomaly

SetAnomalyEndDate sets the AnomalyEndDate field's value.

func (*Anomaly) SetAnomalyId

func (s *Anomaly) SetAnomalyId(v string) *Anomaly

SetAnomalyId sets the AnomalyId field's value.

func (*Anomaly) SetAnomalyScore

func (s *Anomaly) SetAnomalyScore(v *AnomalyScore) *Anomaly

SetAnomalyScore sets the AnomalyScore field's value.

func (*Anomaly) SetAnomalyStartDate

func (s *Anomaly) SetAnomalyStartDate(v string) *Anomaly

SetAnomalyStartDate sets the AnomalyStartDate field's value.

func (*Anomaly) SetDimensionValue

func (s *Anomaly) SetDimensionValue(v string) *Anomaly

SetDimensionValue sets the DimensionValue field's value.

func (*Anomaly) SetFeedback

func (s *Anomaly) SetFeedback(v string) *Anomaly

SetFeedback sets the Feedback field's value.

func (*Anomaly) SetImpact

func (s *Anomaly) SetImpact(v *Impact) *Anomaly

SetImpact sets the Impact field's value.

func (*Anomaly) SetMonitorArn

func (s *Anomaly) SetMonitorArn(v string) *Anomaly

SetMonitorArn sets the MonitorArn field's value.

func (*Anomaly) SetRootCauses

func (s *Anomaly) SetRootCauses(v []*RootCause) *Anomaly

SetRootCauses sets the RootCauses field's value.

func (Anomaly) String

func (s Anomaly) 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 AnomalyDateInterval

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

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

func (s *AnomalyDateInterval) SetEndDate(v string) *AnomalyDateInterval

SetEndDate sets the EndDate field's value.

func (*AnomalyDateInterval) SetStartDate

func (s *AnomalyDateInterval) SetStartDate(v string) *AnomalyDateInterval

SetStartDate sets the StartDate field's value.

func (AnomalyDateInterval) String

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

func (s *AnomalyDateInterval) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AnomalyMonitor

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

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

func (s *AnomalyMonitor) SetCreationDate(v string) *AnomalyMonitor

SetCreationDate sets the CreationDate field's value.

func (*AnomalyMonitor) SetDimensionalValueCount

func (s *AnomalyMonitor) SetDimensionalValueCount(v int64) *AnomalyMonitor

SetDimensionalValueCount sets the DimensionalValueCount field's value.

func (*AnomalyMonitor) SetLastEvaluatedDate

func (s *AnomalyMonitor) SetLastEvaluatedDate(v string) *AnomalyMonitor

SetLastEvaluatedDate sets the LastEvaluatedDate field's value.

func (*AnomalyMonitor) SetLastUpdatedDate

func (s *AnomalyMonitor) SetLastUpdatedDate(v string) *AnomalyMonitor

SetLastUpdatedDate sets the LastUpdatedDate field's value.

func (*AnomalyMonitor) SetMonitorArn

func (s *AnomalyMonitor) SetMonitorArn(v string) *AnomalyMonitor

SetMonitorArn sets the MonitorArn field's value.

func (*AnomalyMonitor) SetMonitorDimension

func (s *AnomalyMonitor) SetMonitorDimension(v string) *AnomalyMonitor

SetMonitorDimension sets the MonitorDimension field's value.

func (*AnomalyMonitor) SetMonitorName

func (s *AnomalyMonitor) SetMonitorName(v string) *AnomalyMonitor

SetMonitorName sets the MonitorName field's value.

func (*AnomalyMonitor) SetMonitorSpecification

func (s *AnomalyMonitor) SetMonitorSpecification(v *Expression) *AnomalyMonitor

SetMonitorSpecification sets the MonitorSpecification field's value.

func (*AnomalyMonitor) SetMonitorType

func (s *AnomalyMonitor) SetMonitorType(v string) *AnomalyMonitor

SetMonitorType sets the MonitorType field's value.

func (AnomalyMonitor) String

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

func (s *AnomalyMonitor) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AnomalyScore

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

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

func (s *AnomalyScore) SetCurrentScore(v float64) *AnomalyScore

SetCurrentScore sets the CurrentScore field's value.

func (*AnomalyScore) SetMaxScore

func (s *AnomalyScore) SetMaxScore(v float64) *AnomalyScore

SetMaxScore sets the MaxScore field's value.

func (AnomalyScore) String

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

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

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

func (s *AnomalySubscription) SetAccountId(v string) *AnomalySubscription

SetAccountId sets the AccountId field's value.

func (*AnomalySubscription) SetFrequency

func (s *AnomalySubscription) SetFrequency(v string) *AnomalySubscription

SetFrequency sets the Frequency field's value.

func (*AnomalySubscription) SetMonitorArnList

func (s *AnomalySubscription) SetMonitorArnList(v []*string) *AnomalySubscription

SetMonitorArnList sets the MonitorArnList field's value.

func (*AnomalySubscription) SetSubscribers

func (s *AnomalySubscription) SetSubscribers(v []*Subscriber) *AnomalySubscription

SetSubscribers sets the Subscribers field's value.

func (*AnomalySubscription) SetSubscriptionArn

func (s *AnomalySubscription) SetSubscriptionArn(v string) *AnomalySubscription

SetSubscriptionArn sets the SubscriptionArn field's value.

func (*AnomalySubscription) SetSubscriptionName

func (s *AnomalySubscription) SetSubscriptionName(v string) *AnomalySubscription

SetSubscriptionName sets the SubscriptionName field's value.

func (*AnomalySubscription) SetThreshold

func (s *AnomalySubscription) SetThreshold(v float64) *AnomalySubscription

SetThreshold sets the Threshold field's value.

func (*AnomalySubscription) SetThresholdExpression

func (s *AnomalySubscription) SetThresholdExpression(v *Expression) *AnomalySubscription

SetThresholdExpression sets the ThresholdExpression field's value.

func (AnomalySubscription) String

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

func (s *AnomalySubscription) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BillExpirationException

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

func (s *BillExpirationException) Code() string

Code returns the exception type name.

func (*BillExpirationException) Error

func (s *BillExpirationException) Error() string

func (BillExpirationException) GoString

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

func (s *BillExpirationException) Message() string

Message returns the exception's message.

func (*BillExpirationException) OrigErr

func (s *BillExpirationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BillExpirationException) RequestID

func (s *BillExpirationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BillExpirationException) StatusCode

func (s *BillExpirationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BillExpirationException) String

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

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

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

func (s *CostAllocationTag) SetLastUpdatedDate(v string) *CostAllocationTag

SetLastUpdatedDate sets the LastUpdatedDate field's value.

func (*CostAllocationTag) SetLastUsedDate

func (s *CostAllocationTag) SetLastUsedDate(v string) *CostAllocationTag

SetLastUsedDate sets the LastUsedDate field's value.

func (*CostAllocationTag) SetStatus

func (s *CostAllocationTag) SetStatus(v string) *CostAllocationTag

SetStatus sets the Status field's value.

func (*CostAllocationTag) SetTagKey

func (s *CostAllocationTag) SetTagKey(v string) *CostAllocationTag

SetTagKey sets the TagKey field's value.

func (*CostAllocationTag) SetType

func (s *CostAllocationTag) SetType(v string) *CostAllocationTag

SetType sets the Type field's value.

func (CostAllocationTag) String

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 CostAllocationTagStatusEntry

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

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

func (s *CostAllocationTagStatusEntry) SetStatus(v string) *CostAllocationTagStatusEntry

SetStatus sets the Status field's value.

func (*CostAllocationTagStatusEntry) SetTagKey

func (s *CostAllocationTagStatusEntry) SetTagKey(v string) *CostAllocationTagStatusEntry

SetTagKey sets the TagKey field's value.

func (CostAllocationTagStatusEntry) String

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

func (s *CostAllocationTagStatusEntry) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CostCategory

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

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

func (s *CostCategory) SetCostCategoryArn(v string) *CostCategory

SetCostCategoryArn sets the CostCategoryArn field's value.

func (*CostCategory) SetDefaultValue

func (s *CostCategory) SetDefaultValue(v string) *CostCategory

SetDefaultValue sets the DefaultValue field's value.

func (*CostCategory) SetEffectiveEnd

func (s *CostCategory) SetEffectiveEnd(v string) *CostCategory

SetEffectiveEnd sets the EffectiveEnd field's value.

func (*CostCategory) SetEffectiveStart

func (s *CostCategory) SetEffectiveStart(v string) *CostCategory

SetEffectiveStart sets the EffectiveStart field's value.

func (*CostCategory) SetName

func (s *CostCategory) SetName(v string) *CostCategory

SetName sets the Name field's value.

func (*CostCategory) SetProcessingStatus

func (s *CostCategory) SetProcessingStatus(v []*CostCategoryProcessingStatus) *CostCategory

SetProcessingStatus sets the ProcessingStatus field's value.

func (*CostCategory) SetRuleVersion

func (s *CostCategory) SetRuleVersion(v string) *CostCategory

SetRuleVersion sets the RuleVersion field's value.

func (*CostCategory) SetRules

func (s *CostCategory) SetRules(v []*CostCategoryRule) *CostCategory

SetRules sets the Rules field's value.

func (*CostCategory) SetSplitChargeRules

func (s *CostCategory) SetSplitChargeRules(v []*CostCategorySplitChargeRule) *CostCategory

SetSplitChargeRules sets the SplitChargeRules field's value.

func (CostCategory) String

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

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

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

func (s *CostCategoryInheritedValueDimension) SetDimensionKey(v string) *CostCategoryInheritedValueDimension

SetDimensionKey sets the DimensionKey field's value.

func (*CostCategoryInheritedValueDimension) SetDimensionName

func (s *CostCategoryInheritedValueDimension) SetDimensionName(v string) *CostCategoryInheritedValueDimension

SetDimensionName sets the DimensionName field's value.

func (CostCategoryInheritedValueDimension) String

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

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

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

func (s *CostCategoryProcessingStatus) SetComponent(v string) *CostCategoryProcessingStatus

SetComponent sets the Component field's value.

func (*CostCategoryProcessingStatus) SetStatus

func (s *CostCategoryProcessingStatus) SetStatus(v string) *CostCategoryProcessingStatus

SetStatus sets the Status field's value.

func (CostCategoryProcessingStatus) String

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

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

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

func (s *CostCategoryReference) SetCostCategoryArn(v string) *CostCategoryReference

SetCostCategoryArn sets the CostCategoryArn field's value.

func (*CostCategoryReference) SetDefaultValue

func (s *CostCategoryReference) SetDefaultValue(v string) *CostCategoryReference

SetDefaultValue sets the DefaultValue field's value.

func (*CostCategoryReference) SetEffectiveEnd

func (s *CostCategoryReference) SetEffectiveEnd(v string) *CostCategoryReference

SetEffectiveEnd sets the EffectiveEnd field's value.

func (*CostCategoryReference) SetEffectiveStart

func (s *CostCategoryReference) SetEffectiveStart(v string) *CostCategoryReference

SetEffectiveStart sets the EffectiveStart field's value.

func (*CostCategoryReference) SetName

func (s *CostCategoryReference) SetName(v string) *CostCategoryReference

SetName sets the Name field's value.

func (*CostCategoryReference) SetNumberOfRules

func (s *CostCategoryReference) SetNumberOfRules(v int64) *CostCategoryReference

SetNumberOfRules sets the NumberOfRules field's value.

func (*CostCategoryReference) SetProcessingStatus

func (s *CostCategoryReference) SetProcessingStatus(v []*CostCategoryProcessingStatus) *CostCategoryReference

SetProcessingStatus sets the ProcessingStatus field's value.

func (*CostCategoryReference) SetValues

func (s *CostCategoryReference) SetValues(v []*string) *CostCategoryReference

SetValues sets the Values field's value.

func (CostCategoryReference) String

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

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

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

func (s *CostCategoryRule) SetInheritedValue(v *CostCategoryInheritedValueDimension) *CostCategoryRule

SetInheritedValue sets the InheritedValue field's value.

func (*CostCategoryRule) SetRule

func (s *CostCategoryRule) SetRule(v *Expression) *CostCategoryRule

SetRule sets the Rule field's value.

func (*CostCategoryRule) SetType

func (s *CostCategoryRule) SetType(v string) *CostCategoryRule

SetType sets the Type field's value.

func (*CostCategoryRule) SetValue

func (s *CostCategoryRule) SetValue(v string) *CostCategoryRule

SetValue sets the Value field's value.

func (CostCategoryRule) String

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

func (s *CostCategoryRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CostCategorySplitChargeRule

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

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

func (s *CostCategorySplitChargeRule) SetMethod(v string) *CostCategorySplitChargeRule

SetMethod sets the Method field's value.

func (*CostCategorySplitChargeRule) SetParameters

func (s *CostCategorySplitChargeRule) SetParameters(v []*CostCategorySplitChargeRuleParameter) *CostCategorySplitChargeRule

SetParameters sets the Parameters field's value.

func (*CostCategorySplitChargeRule) SetSource

func (s *CostCategorySplitChargeRule) SetSource(v string) *CostCategorySplitChargeRule

SetSource sets the Source field's value.

func (*CostCategorySplitChargeRule) SetTargets

func (s *CostCategorySplitChargeRule) SetTargets(v []*string) *CostCategorySplitChargeRule

SetTargets sets the Targets field's value.

func (CostCategorySplitChargeRule) String

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

func (s *CostCategorySplitChargeRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CostCategorySplitChargeRuleParameter

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

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

func (s *CostCategorySplitChargeRuleParameter) SetType(v string) *CostCategorySplitChargeRuleParameter

SetType sets the Type field's value.

func (*CostCategorySplitChargeRuleParameter) SetValues

func (s *CostCategorySplitChargeRuleParameter) SetValues(v []*string) *CostCategorySplitChargeRuleParameter

SetValues sets the Values field's value.

func (CostCategorySplitChargeRuleParameter) String

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

func (s *CostCategorySplitChargeRuleParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CostCategoryValues

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

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

func (s *CostCategoryValues) SetKey(v string) *CostCategoryValues

SetKey sets the Key field's value.

func (*CostCategoryValues) SetMatchOptions

func (s *CostCategoryValues) SetMatchOptions(v []*string) *CostCategoryValues

SetMatchOptions sets the MatchOptions field's value.

func (*CostCategoryValues) SetValues

func (s *CostCategoryValues) SetValues(v []*string) *CostCategoryValues

SetValues sets the Values field's value.

func (CostCategoryValues) String

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

func (s *CostCategoryValues) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CostExplorer

type CostExplorer struct {
    *client.Client
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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) ListCostAllocationTags

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

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

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

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

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

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

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

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

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

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

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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListSavingsPlansPurchaseRecommendationGeneration

func (*CostExplorer) ListSavingsPlansPurchaseRecommendationGenerationRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListSavingsPlansPurchaseRecommendationGeneration

func (*CostExplorer) ListSavingsPlansPurchaseRecommendationGenerationWithContext

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

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

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

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

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

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

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) StartSavingsPlansPurchaseRecommendationGeneration

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.

See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/StartSavingsPlansPurchaseRecommendationGeneration

func (*CostExplorer) StartSavingsPlansPurchaseRecommendationGenerationRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/StartSavingsPlansPurchaseRecommendationGeneration

func (*CostExplorer) StartSavingsPlansPurchaseRecommendationGenerationWithContext

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (s Coverage) 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 (*Coverage) SetCoverageCost

func (s *Coverage) SetCoverageCost(v *CoverageCost) *Coverage

SetCoverageCost sets the CoverageCost field's value.

func (*Coverage) SetCoverageHours

func (s *Coverage) SetCoverageHours(v *CoverageHours) *Coverage

SetCoverageHours sets the CoverageHours field's value.

func (*Coverage) SetCoverageNormalizedUnits

func (s *Coverage) SetCoverageNormalizedUnits(v *CoverageNormalizedUnits) *Coverage

SetCoverageNormalizedUnits sets the CoverageNormalizedUnits field's value.

func (Coverage) String

func (s Coverage) 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 CoverageByTime

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

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

func (s *CoverageByTime) SetGroups(v []*ReservationCoverageGroup) *CoverageByTime

SetGroups sets the Groups field's value.

func (*CoverageByTime) SetTimePeriod

func (s *CoverageByTime) SetTimePeriod(v *DateInterval) *CoverageByTime

SetTimePeriod sets the TimePeriod field's value.

func (*CoverageByTime) SetTotal

func (s *CoverageByTime) SetTotal(v *Coverage) *CoverageByTime

SetTotal sets the Total field's value.

func (CoverageByTime) String

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

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

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

func (s *CoverageCost) SetOnDemandCost(v string) *CoverageCost

SetOnDemandCost sets the OnDemandCost field's value.

func (CoverageCost) String

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

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

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

func (s *CoverageHours) SetCoverageHoursPercentage(v string) *CoverageHours

SetCoverageHoursPercentage sets the CoverageHoursPercentage field's value.

func (*CoverageHours) SetOnDemandHours

func (s *CoverageHours) SetOnDemandHours(v string) *CoverageHours

SetOnDemandHours sets the OnDemandHours field's value.

func (*CoverageHours) SetReservedHours

func (s *CoverageHours) SetReservedHours(v string) *CoverageHours

SetReservedHours sets the ReservedHours field's value.

func (*CoverageHours) SetTotalRunningHours

func (s *CoverageHours) SetTotalRunningHours(v string) *CoverageHours

SetTotalRunningHours sets the TotalRunningHours field's value.

func (CoverageHours) String

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

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

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

func (s *CoverageNormalizedUnits) SetCoverageNormalizedUnitsPercentage(v string) *CoverageNormalizedUnits

SetCoverageNormalizedUnitsPercentage sets the CoverageNormalizedUnitsPercentage field's value.

func (*CoverageNormalizedUnits) SetOnDemandNormalizedUnits

func (s *CoverageNormalizedUnits) SetOnDemandNormalizedUnits(v string) *CoverageNormalizedUnits

SetOnDemandNormalizedUnits sets the OnDemandNormalizedUnits field's value.

func (*CoverageNormalizedUnits) SetReservedNormalizedUnits

func (s *CoverageNormalizedUnits) SetReservedNormalizedUnits(v string) *CoverageNormalizedUnits

SetReservedNormalizedUnits sets the ReservedNormalizedUnits field's value.

func (*CoverageNormalizedUnits) SetTotalRunningNormalizedUnits

func (s *CoverageNormalizedUnits) SetTotalRunningNormalizedUnits(v string) *CoverageNormalizedUnits

SetTotalRunningNormalizedUnits sets the TotalRunningNormalizedUnits field's value.

func (CoverageNormalizedUnits) String

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

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

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

func (s *CreateAnomalyMonitorInput) SetAnomalyMonitor(v *AnomalyMonitor) *CreateAnomalyMonitorInput

SetAnomalyMonitor sets the AnomalyMonitor field's value.

func (*CreateAnomalyMonitorInput) SetResourceTags

func (s *CreateAnomalyMonitorInput) SetResourceTags(v []*ResourceTag) *CreateAnomalyMonitorInput

SetResourceTags sets the ResourceTags field's value.

func (CreateAnomalyMonitorInput) String

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

func (s *CreateAnomalyMonitorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAnomalyMonitorOutput

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

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

func (s *CreateAnomalyMonitorOutput) SetMonitorArn(v string) *CreateAnomalyMonitorOutput

SetMonitorArn sets the MonitorArn field's value.

func (CreateAnomalyMonitorOutput) String

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

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

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

func (s *CreateAnomalySubscriptionInput) SetAnomalySubscription(v *AnomalySubscription) *CreateAnomalySubscriptionInput

SetAnomalySubscription sets the AnomalySubscription field's value.

func (*CreateAnomalySubscriptionInput) SetResourceTags

func (s *CreateAnomalySubscriptionInput) SetResourceTags(v []*ResourceTag) *CreateAnomalySubscriptionInput

SetResourceTags sets the ResourceTags field's value.

func (CreateAnomalySubscriptionInput) String

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

func (s *CreateAnomalySubscriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAnomalySubscriptionOutput

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

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

func (s *CreateAnomalySubscriptionOutput) SetSubscriptionArn(v string) *CreateAnomalySubscriptionOutput

SetSubscriptionArn sets the SubscriptionArn field's value.

func (CreateAnomalySubscriptionOutput) String

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

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

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

func (s *CreateCostCategoryDefinitionInput) SetDefaultValue(v string) *CreateCostCategoryDefinitionInput

SetDefaultValue sets the DefaultValue field's value.

func (*CreateCostCategoryDefinitionInput) SetEffectiveStart

func (s *CreateCostCategoryDefinitionInput) SetEffectiveStart(v string) *CreateCostCategoryDefinitionInput

SetEffectiveStart sets the EffectiveStart field's value.

func (*CreateCostCategoryDefinitionInput) SetName

func (s *CreateCostCategoryDefinitionInput) SetName(v string) *CreateCostCategoryDefinitionInput

SetName sets the Name field's value.

func (*CreateCostCategoryDefinitionInput) SetResourceTags

func (s *CreateCostCategoryDefinitionInput) SetResourceTags(v []*ResourceTag) *CreateCostCategoryDefinitionInput

SetResourceTags sets the ResourceTags field's value.

func (*CreateCostCategoryDefinitionInput) SetRuleVersion

func (s *CreateCostCategoryDefinitionInput) SetRuleVersion(v string) *CreateCostCategoryDefinitionInput

SetRuleVersion sets the RuleVersion field's value.

func (*CreateCostCategoryDefinitionInput) SetRules

func (s *CreateCostCategoryDefinitionInput) SetRules(v []*CostCategoryRule) *CreateCostCategoryDefinitionInput

SetRules sets the Rules field's value.

func (*CreateCostCategoryDefinitionInput) SetSplitChargeRules

func (s *CreateCostCategoryDefinitionInput) SetSplitChargeRules(v []*CostCategorySplitChargeRule) *CreateCostCategoryDefinitionInput

SetSplitChargeRules sets the SplitChargeRules field's value.

func (CreateCostCategoryDefinitionInput) String

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

func (s *CreateCostCategoryDefinitionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateCostCategoryDefinitionOutput

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

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

func (s *CreateCostCategoryDefinitionOutput) SetCostCategoryArn(v string) *CreateCostCategoryDefinitionOutput

SetCostCategoryArn sets the CostCategoryArn field's value.

func (*CreateCostCategoryDefinitionOutput) SetEffectiveStart

func (s *CreateCostCategoryDefinitionOutput) SetEffectiveStart(v string) *CreateCostCategoryDefinitionOutput

SetEffectiveStart sets the EffectiveStart field's value.

func (CreateCostCategoryDefinitionOutput) String

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

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

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

func (s *CurrentInstance) SetCurrencyCode(v string) *CurrentInstance

SetCurrencyCode sets the CurrencyCode field's value.

func (*CurrentInstance) SetInstanceName

func (s *CurrentInstance) SetInstanceName(v string) *CurrentInstance

SetInstanceName sets the InstanceName field's value.

func (*CurrentInstance) SetMonthlyCost

func (s *CurrentInstance) SetMonthlyCost(v string) *CurrentInstance

SetMonthlyCost sets the MonthlyCost field's value.

func (*CurrentInstance) SetOnDemandHoursInLookbackPeriod

func (s *CurrentInstance) SetOnDemandHoursInLookbackPeriod(v string) *CurrentInstance

SetOnDemandHoursInLookbackPeriod sets the OnDemandHoursInLookbackPeriod field's value.

func (*CurrentInstance) SetReservationCoveredHoursInLookbackPeriod

func (s *CurrentInstance) SetReservationCoveredHoursInLookbackPeriod(v string) *CurrentInstance

SetReservationCoveredHoursInLookbackPeriod sets the ReservationCoveredHoursInLookbackPeriod field's value.

func (*CurrentInstance) SetResourceDetails

func (s *CurrentInstance) SetResourceDetails(v *ResourceDetails) *CurrentInstance

SetResourceDetails sets the ResourceDetails field's value.

func (*CurrentInstance) SetResourceId

func (s *CurrentInstance) SetResourceId(v string) *CurrentInstance

SetResourceId sets the ResourceId field's value.

func (*CurrentInstance) SetResourceUtilization

func (s *CurrentInstance) SetResourceUtilization(v *ResourceUtilization) *CurrentInstance

SetResourceUtilization sets the ResourceUtilization field's value.

func (*CurrentInstance) SetSavingsPlansCoveredHoursInLookbackPeriod

func (s *CurrentInstance) SetSavingsPlansCoveredHoursInLookbackPeriod(v string) *CurrentInstance

SetSavingsPlansCoveredHoursInLookbackPeriod sets the SavingsPlansCoveredHoursInLookbackPeriod field's value.

func (*CurrentInstance) SetTags

func (s *CurrentInstance) SetTags(v []*TagValues) *CurrentInstance

SetTags sets the Tags field's value.

func (*CurrentInstance) SetTotalRunningHoursInLookbackPeriod

func (s *CurrentInstance) SetTotalRunningHoursInLookbackPeriod(v string) *CurrentInstance

SetTotalRunningHoursInLookbackPeriod sets the TotalRunningHoursInLookbackPeriod field's value.

func (CurrentInstance) String

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

type DataUnavailableException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The requested data is unavailable.

func (*DataUnavailableException) Code

func (s *DataUnavailableException) Code() string

Code returns the exception type name.

func (*DataUnavailableException) Error

func (s *DataUnavailableException) Error() string

func (DataUnavailableException) GoString

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

func (s *DataUnavailableException) Message() string

Message returns the exception's message.

func (*DataUnavailableException) OrigErr

func (s *DataUnavailableException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*DataUnavailableException) RequestID

func (s *DataUnavailableException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*DataUnavailableException) StatusCode

func (s *DataUnavailableException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (DataUnavailableException) String

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

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

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

func (s *DeleteAnomalyMonitorInput) SetMonitorArn(v string) *DeleteAnomalyMonitorInput

SetMonitorArn sets the MonitorArn field's value.

func (DeleteAnomalyMonitorInput) String

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

func (s *DeleteAnomalyMonitorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAnomalyMonitorOutput

type DeleteAnomalyMonitorOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAnomalyMonitorOutput) GoString

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

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

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

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

func (s *DeleteAnomalySubscriptionInput) SetSubscriptionArn(v string) *DeleteAnomalySubscriptionInput

SetSubscriptionArn sets the SubscriptionArn field's value.

func (DeleteAnomalySubscriptionInput) String

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

func (s *DeleteAnomalySubscriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAnomalySubscriptionOutput

type DeleteAnomalySubscriptionOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAnomalySubscriptionOutput) GoString

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

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

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

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

func (s *DeleteCostCategoryDefinitionInput) SetCostCategoryArn(v string) *DeleteCostCategoryDefinitionInput

SetCostCategoryArn sets the CostCategoryArn field's value.

func (DeleteCostCategoryDefinitionInput) String

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

func (s *DeleteCostCategoryDefinitionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteCostCategoryDefinitionOutput

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

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

func (s *DeleteCostCategoryDefinitionOutput) SetCostCategoryArn(v string) *DeleteCostCategoryDefinitionOutput

SetCostCategoryArn sets the CostCategoryArn field's value.

func (*DeleteCostCategoryDefinitionOutput) SetEffectiveEnd

func (s *DeleteCostCategoryDefinitionOutput) SetEffectiveEnd(v string) *DeleteCostCategoryDefinitionOutput

SetEffectiveEnd sets the EffectiveEnd field's value.

func (DeleteCostCategoryDefinitionOutput) String

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

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

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

func (s *DescribeCostCategoryDefinitionInput) SetCostCategoryArn(v string) *DescribeCostCategoryDefinitionInput

SetCostCategoryArn sets the CostCategoryArn field's value.

func (*DescribeCostCategoryDefinitionInput) SetEffectiveOn

func (s *DescribeCostCategoryDefinitionInput) SetEffectiveOn(v string) *DescribeCostCategoryDefinitionInput

SetEffectiveOn sets the EffectiveOn field's value.

func (DescribeCostCategoryDefinitionInput) String

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

func (s *DescribeCostCategoryDefinitionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCostCategoryDefinitionOutput

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

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

func (s *DescribeCostCategoryDefinitionOutput) SetCostCategory(v *CostCategory) *DescribeCostCategoryDefinitionOutput

SetCostCategory sets the CostCategory field's value.

func (DescribeCostCategoryDefinitionOutput) String

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

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

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

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

func (s *DiskResourceUtilization) SetDiskReadBytesPerSecond(v string) *DiskResourceUtilization

SetDiskReadBytesPerSecond sets the DiskReadBytesPerSecond field's value.

func (*DiskResourceUtilization) SetDiskReadOpsPerSecond

func (s *DiskResourceUtilization) SetDiskReadOpsPerSecond(v string) *DiskResourceUtilization

SetDiskReadOpsPerSecond sets the DiskReadOpsPerSecond field's value.

func (*DiskResourceUtilization) SetDiskWriteBytesPerSecond

func (s *DiskResourceUtilization) SetDiskWriteBytesPerSecond(v string) *DiskResourceUtilization

SetDiskWriteBytesPerSecond sets the DiskWriteBytesPerSecond field's value.

func (*DiskResourceUtilization) SetDiskWriteOpsPerSecond

func (s *DiskResourceUtilization) SetDiskWriteOpsPerSecond(v string) *DiskResourceUtilization

SetDiskWriteOpsPerSecond sets the DiskWriteOpsPerSecond field's value.

func (DiskResourceUtilization) String

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

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

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

func (s *EBSResourceUtilization) SetEbsReadBytesPerSecond(v string) *EBSResourceUtilization

SetEbsReadBytesPerSecond sets the EbsReadBytesPerSecond field's value.

func (*EBSResourceUtilization) SetEbsReadOpsPerSecond

func (s *EBSResourceUtilization) SetEbsReadOpsPerSecond(v string) *EBSResourceUtilization

SetEbsReadOpsPerSecond sets the EbsReadOpsPerSecond field's value.

func (*EBSResourceUtilization) SetEbsWriteBytesPerSecond

func (s *EBSResourceUtilization) SetEbsWriteBytesPerSecond(v string) *EBSResourceUtilization

SetEbsWriteBytesPerSecond sets the EbsWriteBytesPerSecond field's value.

func (*EBSResourceUtilization) SetEbsWriteOpsPerSecond

func (s *EBSResourceUtilization) SetEbsWriteOpsPerSecond(v string) *EBSResourceUtilization

SetEbsWriteOpsPerSecond sets the EbsWriteOpsPerSecond field's value.

func (EBSResourceUtilization) String

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

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

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

func (s *EC2InstanceDetails) SetAvailabilityZone(v string) *EC2InstanceDetails

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*EC2InstanceDetails) SetCurrentGeneration

func (s *EC2InstanceDetails) SetCurrentGeneration(v bool) *EC2InstanceDetails

SetCurrentGeneration sets the CurrentGeneration field's value.

func (*EC2InstanceDetails) SetFamily

func (s *EC2InstanceDetails) SetFamily(v string) *EC2InstanceDetails

SetFamily sets the Family field's value.

func (*EC2InstanceDetails) SetInstanceType

func (s *EC2InstanceDetails) SetInstanceType(v string) *EC2InstanceDetails

SetInstanceType sets the InstanceType field's value.

func (*EC2InstanceDetails) SetPlatform

func (s *EC2InstanceDetails) SetPlatform(v string) *EC2InstanceDetails

SetPlatform sets the Platform field's value.

func (*EC2InstanceDetails) SetRegion

func (s *EC2InstanceDetails) SetRegion(v string) *EC2InstanceDetails

SetRegion sets the Region field's value.

func (*EC2InstanceDetails) SetSizeFlexEligible

func (s *EC2InstanceDetails) SetSizeFlexEligible(v bool) *EC2InstanceDetails

SetSizeFlexEligible sets the SizeFlexEligible field's value.

func (*EC2InstanceDetails) SetTenancy

func (s *EC2InstanceDetails) SetTenancy(v string) *EC2InstanceDetails

SetTenancy sets the Tenancy field's value.

func (EC2InstanceDetails) String

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

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

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

func (s *EC2ResourceDetails) SetHourlyOnDemandRate(v string) *EC2ResourceDetails

SetHourlyOnDemandRate sets the HourlyOnDemandRate field's value.

func (*EC2ResourceDetails) SetInstanceType

func (s *EC2ResourceDetails) SetInstanceType(v string) *EC2ResourceDetails

SetInstanceType sets the InstanceType field's value.

func (*EC2ResourceDetails) SetMemory

func (s *EC2ResourceDetails) SetMemory(v string) *EC2ResourceDetails

SetMemory sets the Memory field's value.

func (*EC2ResourceDetails) SetNetworkPerformance

func (s *EC2ResourceDetails) SetNetworkPerformance(v string) *EC2ResourceDetails

SetNetworkPerformance sets the NetworkPerformance field's value.

func (*EC2ResourceDetails) SetPlatform

func (s *EC2ResourceDetails) SetPlatform(v string) *EC2ResourceDetails

SetPlatform sets the Platform field's value.

func (*EC2ResourceDetails) SetRegion

func (s *EC2ResourceDetails) SetRegion(v string) *EC2ResourceDetails

SetRegion sets the Region field's value.

func (*EC2ResourceDetails) SetSku

func (s *EC2ResourceDetails) SetSku(v string) *EC2ResourceDetails

SetSku sets the Sku field's value.

func (*EC2ResourceDetails) SetStorage

func (s *EC2ResourceDetails) SetStorage(v string) *EC2ResourceDetails

SetStorage sets the Storage field's value.

func (*EC2ResourceDetails) SetVcpu

func (s *EC2ResourceDetails) SetVcpu(v string) *EC2ResourceDetails

SetVcpu sets the Vcpu field's value.

func (EC2ResourceDetails) String

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

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

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

func (s *EC2ResourceUtilization) SetDiskResourceUtilization(v *DiskResourceUtilization) *EC2ResourceUtilization

SetDiskResourceUtilization sets the DiskResourceUtilization field's value.

func (*EC2ResourceUtilization) SetEBSResourceUtilization

func (s *EC2ResourceUtilization) SetEBSResourceUtilization(v *EBSResourceUtilization) *EC2ResourceUtilization

SetEBSResourceUtilization sets the EBSResourceUtilization field's value.

func (*EC2ResourceUtilization) SetMaxCpuUtilizationPercentage

func (s *EC2ResourceUtilization) SetMaxCpuUtilizationPercentage(v string) *EC2ResourceUtilization

SetMaxCpuUtilizationPercentage sets the MaxCpuUtilizationPercentage field's value.

func (*EC2ResourceUtilization) SetMaxMemoryUtilizationPercentage

func (s *EC2ResourceUtilization) SetMaxMemoryUtilizationPercentage(v string) *EC2ResourceUtilization

SetMaxMemoryUtilizationPercentage sets the MaxMemoryUtilizationPercentage field's value.

func (*EC2ResourceUtilization) SetMaxStorageUtilizationPercentage

func (s *EC2ResourceUtilization) SetMaxStorageUtilizationPercentage(v string) *EC2ResourceUtilization

SetMaxStorageUtilizationPercentage sets the MaxStorageUtilizationPercentage field's value.

func (*EC2ResourceUtilization) SetNetworkResourceUtilization

func (s *EC2ResourceUtilization) SetNetworkResourceUtilization(v *NetworkResourceUtilization) *EC2ResourceUtilization

SetNetworkResourceUtilization sets the NetworkResourceUtilization field's value.

func (EC2ResourceUtilization) String

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

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

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

func (s *EC2Specification) SetOfferingClass(v string) *EC2Specification

SetOfferingClass sets the OfferingClass field's value.

func (EC2Specification) String

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

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

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

func (s *ESInstanceDetails) SetCurrentGeneration(v bool) *ESInstanceDetails

SetCurrentGeneration sets the CurrentGeneration field's value.

func (*ESInstanceDetails) SetInstanceClass

func (s *ESInstanceDetails) SetInstanceClass(v string) *ESInstanceDetails

SetInstanceClass sets the InstanceClass field's value.

func (*ESInstanceDetails) SetInstanceSize

func (s *ESInstanceDetails) SetInstanceSize(v string) *ESInstanceDetails

SetInstanceSize sets the InstanceSize field's value.

func (*ESInstanceDetails) SetRegion

func (s *ESInstanceDetails) SetRegion(v string) *ESInstanceDetails

SetRegion sets the Region field's value.

func (*ESInstanceDetails) SetSizeFlexEligible

func (s *ESInstanceDetails) SetSizeFlexEligible(v bool) *ESInstanceDetails

SetSizeFlexEligible sets the SizeFlexEligible field's value.

func (ESInstanceDetails) String

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

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

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

func (s *ElastiCacheInstanceDetails) SetCurrentGeneration(v bool) *ElastiCacheInstanceDetails

SetCurrentGeneration sets the CurrentGeneration field's value.

func (*ElastiCacheInstanceDetails) SetFamily

func (s *ElastiCacheInstanceDetails) SetFamily(v string) *ElastiCacheInstanceDetails

SetFamily sets the Family field's value.

func (*ElastiCacheInstanceDetails) SetNodeType

func (s *ElastiCacheInstanceDetails) SetNodeType(v string) *ElastiCacheInstanceDetails

SetNodeType sets the NodeType field's value.

func (*ElastiCacheInstanceDetails) SetProductDescription

func (s *ElastiCacheInstanceDetails) SetProductDescription(v string) *ElastiCacheInstanceDetails

SetProductDescription sets the ProductDescription field's value.

func (*ElastiCacheInstanceDetails) SetRegion

func (s *ElastiCacheInstanceDetails) SetRegion(v string) *ElastiCacheInstanceDetails

SetRegion sets the Region field's value.

func (*ElastiCacheInstanceDetails) SetSizeFlexEligible

func (s *ElastiCacheInstanceDetails) SetSizeFlexEligible(v bool) *ElastiCacheInstanceDetails

SetSizeFlexEligible sets the SizeFlexEligible field's value.

func (ElastiCacheInstanceDetails) String

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

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

func (s *Expression) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ForecastResult

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

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

func (s *ForecastResult) SetMeanValue(v string) *ForecastResult

SetMeanValue sets the MeanValue field's value.

func (*ForecastResult) SetPredictionIntervalLowerBound

func (s *ForecastResult) SetPredictionIntervalLowerBound(v string) *ForecastResult

SetPredictionIntervalLowerBound sets the PredictionIntervalLowerBound field's value.

func (*ForecastResult) SetPredictionIntervalUpperBound

func (s *ForecastResult) SetPredictionIntervalUpperBound(v string) *ForecastResult

SetPredictionIntervalUpperBound sets the PredictionIntervalUpperBound field's value.

func (*ForecastResult) SetTimePeriod

func (s *ForecastResult) SetTimePeriod(v *DateInterval) *ForecastResult

SetTimePeriod sets the TimePeriod field's value.

func (ForecastResult) String

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

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

func (s *GenerationExistsException) Code() string

Code returns the exception type name.

func (*GenerationExistsException) Error

func (s *GenerationExistsException) Error() string

func (GenerationExistsException) GoString

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

func (s *GenerationExistsException) Message() string

Message returns the exception's message.

func (*GenerationExistsException) OrigErr

func (s *GenerationExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*GenerationExistsException) RequestID

func (s *GenerationExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*GenerationExistsException) StatusCode

func (s *GenerationExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (GenerationExistsException) String

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

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

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

func (s *GenerationSummary) SetEstimatedCompletionTime(v string) *GenerationSummary

SetEstimatedCompletionTime sets the EstimatedCompletionTime field's value.

func (*GenerationSummary) SetGenerationCompletionTime

func (s *GenerationSummary) SetGenerationCompletionTime(v string) *GenerationSummary

SetGenerationCompletionTime sets the GenerationCompletionTime field's value.

func (*GenerationSummary) SetGenerationStartedTime

func (s *GenerationSummary) SetGenerationStartedTime(v string) *GenerationSummary

SetGenerationStartedTime sets the GenerationStartedTime field's value.

func (*GenerationSummary) SetGenerationStatus

func (s *GenerationSummary) SetGenerationStatus(v string) *GenerationSummary

SetGenerationStatus sets the GenerationStatus field's value.

func (*GenerationSummary) SetRecommendationId

func (s *GenerationSummary) SetRecommendationId(v string) *GenerationSummary

SetRecommendationId sets the RecommendationId field's value.

func (GenerationSummary) String

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

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

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

func (s *GetAnomaliesInput) SetDateInterval(v *AnomalyDateInterval) *GetAnomaliesInput

SetDateInterval sets the DateInterval field's value.

func (*GetAnomaliesInput) SetFeedback

func (s *GetAnomaliesInput) SetFeedback(v string) *GetAnomaliesInput

SetFeedback sets the Feedback field's value.

func (*GetAnomaliesInput) SetMaxResults

func (s *GetAnomaliesInput) SetMaxResults(v int64) *GetAnomaliesInput

SetMaxResults sets the MaxResults field's value.

func (*GetAnomaliesInput) SetMonitorArn

func (s *GetAnomaliesInput) SetMonitorArn(v string) *GetAnomaliesInput

SetMonitorArn sets the MonitorArn field's value.

func (*GetAnomaliesInput) SetNextPageToken

func (s *GetAnomaliesInput) SetNextPageToken(v string) *GetAnomaliesInput

SetNextPageToken sets the NextPageToken field's value.

func (*GetAnomaliesInput) SetTotalImpact

func (s *GetAnomaliesInput) SetTotalImpact(v *TotalImpactFilter) *GetAnomaliesInput

SetTotalImpact sets the TotalImpact field's value.

func (GetAnomaliesInput) String

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

func (s *GetAnomaliesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAnomaliesOutput

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

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

func (s *GetAnomaliesOutput) SetAnomalies(v []*Anomaly) *GetAnomaliesOutput

SetAnomalies sets the Anomalies field's value.

func (*GetAnomaliesOutput) SetNextPageToken

func (s *GetAnomaliesOutput) SetNextPageToken(v string) *GetAnomaliesOutput

SetNextPageToken sets the NextPageToken field's value.

func (GetAnomaliesOutput) String

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

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

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

func (s *GetAnomalyMonitorsInput) SetMaxResults(v int64) *GetAnomalyMonitorsInput

SetMaxResults sets the MaxResults field's value.

func (*GetAnomalyMonitorsInput) SetMonitorArnList

func (s *GetAnomalyMonitorsInput) SetMonitorArnList(v []*string) *GetAnomalyMonitorsInput

SetMonitorArnList sets the MonitorArnList field's value.

func (*GetAnomalyMonitorsInput) SetNextPageToken

func (s *GetAnomalyMonitorsInput) SetNextPageToken(v string) *GetAnomalyMonitorsInput

SetNextPageToken sets the NextPageToken field's value.

func (GetAnomalyMonitorsInput) String

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

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

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

func (s *GetAnomalyMonitorsOutput) SetAnomalyMonitors(v []*AnomalyMonitor) *GetAnomalyMonitorsOutput

SetAnomalyMonitors sets the AnomalyMonitors field's value.

func (*GetAnomalyMonitorsOutput) SetNextPageToken

func (s *GetAnomalyMonitorsOutput) SetNextPageToken(v string) *GetAnomalyMonitorsOutput

SetNextPageToken sets the NextPageToken field's value.

func (GetAnomalyMonitorsOutput) String

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

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

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

func (s *GetAnomalySubscriptionsInput) SetMaxResults(v int64) *GetAnomalySubscriptionsInput

SetMaxResults sets the MaxResults field's value.

func (*GetAnomalySubscriptionsInput) SetMonitorArn

func (s *GetAnomalySubscriptionsInput) SetMonitorArn(v string) *GetAnomalySubscriptionsInput

SetMonitorArn sets the MonitorArn field's value.

func (*GetAnomalySubscriptionsInput) SetNextPageToken

func (s *GetAnomalySubscriptionsInput) SetNextPageToken(v string) *GetAnomalySubscriptionsInput

SetNextPageToken sets the NextPageToken field's value.

func (*GetAnomalySubscriptionsInput) SetSubscriptionArnList

func (s *GetAnomalySubscriptionsInput) SetSubscriptionArnList(v []*string) *GetAnomalySubscriptionsInput

SetSubscriptionArnList sets the SubscriptionArnList field's value.

func (GetAnomalySubscriptionsInput) String

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

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

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

func (s *GetAnomalySubscriptionsOutput) SetAnomalySubscriptions(v []*AnomalySubscription) *GetAnomalySubscriptionsOutput

SetAnomalySubscriptions sets the AnomalySubscriptions field's value.

func (*GetAnomalySubscriptionsOutput) SetNextPageToken

func (s *GetAnomalySubscriptionsOutput) SetNextPageToken(v string) *GetAnomalySubscriptionsOutput

SetNextPageToken sets the NextPageToken field's value.

func (GetAnomalySubscriptionsOutput) String

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

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

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

func (s *GetApproximateUsageRecordsInput) SetApproximationDimension(v string) *GetApproximateUsageRecordsInput

SetApproximationDimension sets the ApproximationDimension field's value.

func (*GetApproximateUsageRecordsInput) SetGranularity

func (s *GetApproximateUsageRecordsInput) SetGranularity(v string) *GetApproximateUsageRecordsInput

SetGranularity sets the Granularity field's value.

func (*GetApproximateUsageRecordsInput) SetServices

func (s *GetApproximateUsageRecordsInput) SetServices(v []*string) *GetApproximateUsageRecordsInput

SetServices sets the Services field's value.

func (GetApproximateUsageRecordsInput) String

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

func (s *GetApproximateUsageRecordsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetApproximateUsageRecordsOutput

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

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

func (s *GetApproximateUsageRecordsOutput) SetLookbackPeriod(v *DateInterval) *GetApproximateUsageRecordsOutput

SetLookbackPeriod sets the LookbackPeriod field's value.

func (*GetApproximateUsageRecordsOutput) SetServices

func (s *GetApproximateUsageRecordsOutput) SetServices(v map[string]*int64) *GetApproximateUsageRecordsOutput

SetServices sets the Services field's value.

func (*GetApproximateUsageRecordsOutput) SetTotalRecords

func (s *GetApproximateUsageRecordsOutput) SetTotalRecords(v int64) *GetApproximateUsageRecordsOutput

SetTotalRecords sets the TotalRecords field's value.

func (GetApproximateUsageRecordsOutput) String

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

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

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

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

func (s *GetCostAndUsageWithResourcesInput) SetFilter(v *Expression) *GetCostAndUsageWithResourcesInput

SetFilter sets the Filter field's value.

func (*GetCostAndUsageWithResourcesInput) SetGranularity

func (s *GetCostAndUsageWithResourcesInput) SetGranularity(v string) *GetCostAndUsageWithResourcesInput

SetGranularity sets the Granularity field's value.

func (*GetCostAndUsageWithResourcesInput) SetGroupBy

func (s *GetCostAndUsageWithResourcesInput) SetGroupBy(v []*GroupDefinition) *GetCostAndUsageWithResourcesInput

SetGroupBy sets the GroupBy field's value.

func (*GetCostAndUsageWithResourcesInput) SetMetrics

func (s *GetCostAndUsageWithResourcesInput) SetMetrics(v []*string) *GetCostAndUsageWithResourcesInput

SetMetrics sets the Metrics field's value.

func (*GetCostAndUsageWithResourcesInput) SetNextPageToken

func (s *GetCostAndUsageWithResourcesInput) SetNextPageToken(v string) *GetCostAndUsageWithResourcesInput

SetNextPageToken sets the NextPageToken field's value.

func (*GetCostAndUsageWithResourcesInput) SetTimePeriod

func (s *GetCostAndUsageWithResourcesInput) SetTimePeriod(v *DateInterval) *GetCostAndUsageWithResourcesInput

SetTimePeriod sets the TimePeriod field's value.

func (GetCostAndUsageWithResourcesInput) String

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

func (s *GetCostAndUsageWithResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCostAndUsageWithResourcesOutput

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

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

func (s *GetCostAndUsageWithResourcesOutput) SetDimensionValueAttributes(v []*DimensionValuesWithAttributes) *GetCostAndUsageWithResourcesOutput

SetDimensionValueAttributes sets the DimensionValueAttributes field's value.

func (*GetCostAndUsageWithResourcesOutput) SetGroupDefinitions

func (s *GetCostAndUsageWithResourcesOutput) SetGroupDefinitions(v []*GroupDefinition) *GetCostAndUsageWithResourcesOutput

SetGroupDefinitions sets the GroupDefinitions field's value.

func (*GetCostAndUsageWithResourcesOutput) SetNextPageToken

func (s *GetCostAndUsageWithResourcesOutput) SetNextPageToken(v string) *GetCostAndUsageWithResourcesOutput

SetNextPageToken sets the NextPageToken field's value.

func (*GetCostAndUsageWithResourcesOutput) SetResultsByTime

func (s *GetCostAndUsageWithResourcesOutput) SetResultsByTime(v []*ResultByTime) *GetCostAndUsageWithResourcesOutput

SetResultsByTime sets the ResultsByTime field's value.

func (GetCostAndUsageWithResourcesOutput) String

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

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

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

func (s *GetCostCategoriesInput) SetCostCategoryName(v string) *GetCostCategoriesInput

SetCostCategoryName sets the CostCategoryName field's value.

func (*GetCostCategoriesInput) SetFilter

func (s *GetCostCategoriesInput) SetFilter(v *Expression) *GetCostCategoriesInput

SetFilter sets the Filter field's value.

func (*GetCostCategoriesInput) SetMaxResults

func (s *GetCostCategoriesInput) SetMaxResults(v int64) *GetCostCategoriesInput

SetMaxResults sets the MaxResults field's value.

func (*GetCostCategoriesInput) SetNextPageToken

func (s *GetCostCategoriesInput) SetNextPageToken(v string) *GetCostCategoriesInput

SetNextPageToken sets the NextPageToken field's value.

func (*GetCostCategoriesInput) SetSearchString

func (s *GetCostCategoriesInput) SetSearchString(v string) *GetCostCategoriesInput

SetSearchString sets the SearchString field's value.

func (*GetCostCategoriesInput) SetSortBy

func (s *GetCostCategoriesInput) SetSortBy(v []*SortDefinition) *GetCostCategoriesInput

SetSortBy sets the SortBy field's value.

func (*GetCostCategoriesInput) SetTimePeriod

func (s *GetCostCategoriesInput) SetTimePeriod(v *DateInterval) *GetCostCategoriesInput

SetTimePeriod sets the TimePeriod field's value.

func (GetCostCategoriesInput) String

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

func (s *GetCostCategoriesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCostCategoriesOutput

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

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

func (s *GetCostCategoriesOutput) SetCostCategoryNames(v []*string) *GetCostCategoriesOutput

SetCostCategoryNames sets the CostCategoryNames field's value.

func (*GetCostCategoriesOutput) SetCostCategoryValues

func (s *GetCostCategoriesOutput) SetCostCategoryValues(v []*string) *GetCostCategoriesOutput

SetCostCategoryValues sets the CostCategoryValues field's value.

func (*GetCostCategoriesOutput) SetNextPageToken

func (s *GetCostCategoriesOutput) SetNextPageToken(v string) *GetCostCategoriesOutput

SetNextPageToken sets the NextPageToken field's value.

func (*GetCostCategoriesOutput) SetReturnSize

func (s *GetCostCategoriesOutput) SetReturnSize(v int64) *GetCostCategoriesOutput

SetReturnSize sets the ReturnSize field's value.

func (*GetCostCategoriesOutput) SetTotalSize

func (s *GetCostCategoriesOutput) SetTotalSize(v int64) *GetCostCategoriesOutput

SetTotalSize sets the TotalSize field's value.

func (GetCostCategoriesOutput) String

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

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

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

func (s *GetCostForecastInput) SetFilter(v *Expression) *GetCostForecastInput

SetFilter sets the Filter field's value.

func (*GetCostForecastInput) SetGranularity

func (s *GetCostForecastInput) SetGranularity(v string) *GetCostForecastInput

SetGranularity sets the Granularity field's value.

func (*GetCostForecastInput) SetMetric

func (s *GetCostForecastInput) SetMetric(v string) *GetCostForecastInput

SetMetric sets the Metric field's value.

func (*GetCostForecastInput) SetPredictionIntervalLevel

func (s *GetCostForecastInput) SetPredictionIntervalLevel(v int64) *GetCostForecastInput

SetPredictionIntervalLevel sets the PredictionIntervalLevel field's value.

func (*GetCostForecastInput) SetTimePeriod

func (s *GetCostForecastInput) SetTimePeriod(v *DateInterval) *GetCostForecastInput

SetTimePeriod sets the TimePeriod field's value.

func (GetCostForecastInput) String

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

func (s *GetCostForecastInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetCostForecastOutput

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

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

func (s *GetCostForecastOutput) SetForecastResultsByTime(v []*ForecastResult) *GetCostForecastOutput

SetForecastResultsByTime sets the ForecastResultsByTime field's value.

func (*GetCostForecastOutput) SetTotal

func (s *GetCostForecastOutput) SetTotal(v *MetricValue) *GetCostForecastOutput

SetTotal sets the Total field's value.

func (GetCostForecastOutput) String

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

func (s *GetDimensionValuesInput) SetFilter(v *Expression) *GetDimensionValuesInput

SetFilter sets the Filter field's value.

func (*GetDimensionValuesInput) SetMaxResults

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

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

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

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

func (s *GetReservationCoverageInput) SetFilter(v *Expression) *GetReservationCoverageInput

SetFilter sets the Filter field's value.

func (*GetReservationCoverageInput) SetGranularity

func (s *GetReservationCoverageInput) SetGranularity(v string) *GetReservationCoverageInput

SetGranularity sets the Granularity field's value.

func (*GetReservationCoverageInput) SetGroupBy

func (s *GetReservationCoverageInput) SetGroupBy(v []*GroupDefinition) *GetReservationCoverageInput

SetGroupBy sets the GroupBy field's value.

func (*GetReservationCoverageInput) SetMaxResults

func (s *GetReservationCoverageInput) SetMaxResults(v int64) *GetReservationCoverageInput

SetMaxResults sets the MaxResults field's value.

func (*GetReservationCoverageInput) SetMetrics

func (s *GetReservationCoverageInput) SetMetrics(v []*string) *GetReservationCoverageInput

SetMetrics sets the Metrics field's value.

func (*GetReservationCoverageInput) SetNextPageToken

func (s *GetReservationCoverageInput) SetNextPageToken(v string) *GetReservationCoverageInput

SetNextPageToken sets the NextPageToken field's value.

func (*GetReservationCoverageInput) SetSortBy

func (s *GetReservationCoverageInput) SetSortBy(v *SortDefinition) *GetReservationCoverageInput

SetSortBy sets the SortBy field's value.

func (*GetReservationCoverageInput) SetTimePeriod

func (s *GetReservationCoverageInput) SetTimePeriod(v *DateInterval) *GetReservationCoverageInput

SetTimePeriod sets the TimePeriod field's value.

func (GetReservationCoverageInput) String

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

func (s *GetReservationCoverageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReservationCoverageOutput

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

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

func (s *GetReservationCoverageOutput) SetCoveragesByTime(v []*CoverageByTime) *GetReservationCoverageOutput

SetCoveragesByTime sets the CoveragesByTime field's value.

func (*GetReservationCoverageOutput) SetNextPageToken

func (s *GetReservationCoverageOutput) SetNextPageToken(v string) *GetReservationCoverageOutput

SetNextPageToken sets the NextPageToken field's value.

func (*GetReservationCoverageOutput) SetTotal

func (s *GetReservationCoverageOutput) SetTotal(v *Coverage) *GetReservationCoverageOutput

SetTotal sets the Total field's value.

func (GetReservationCoverageOutput) String

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

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

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

func (s *GetReservationPurchaseRecommendationInput) SetAccountId(v string) *GetReservationPurchaseRecommendationInput

SetAccountId sets the AccountId field's value.

func (*GetReservationPurchaseRecommendationInput) SetAccountScope

func (s *GetReservationPurchaseRecommendationInput) SetAccountScope(v string) *GetReservationPurchaseRecommendationInput

SetAccountScope sets the AccountScope field's value.

func (*GetReservationPurchaseRecommendationInput) SetFilter

func (s *GetReservationPurchaseRecommendationInput) SetFilter(v *Expression) *GetReservationPurchaseRecommendationInput

SetFilter sets the Filter field's value.

func (*GetReservationPurchaseRecommendationInput) SetLookbackPeriodInDays

func (s *GetReservationPurchaseRecommendationInput) SetLookbackPeriodInDays(v string) *GetReservationPurchaseRecommendationInput

SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.

func (*GetReservationPurchaseRecommendationInput) SetNextPageToken

func (s *GetReservationPurchaseRecommendationInput) SetNextPageToken(v string) *GetReservationPurchaseRecommendationInput

SetNextPageToken sets the NextPageToken field's value.

func (*GetReservationPurchaseRecommendationInput) SetPageSize

func (s *GetReservationPurchaseRecommendationInput) SetPageSize(v int64) *GetReservationPurchaseRecommendationInput

SetPageSize sets the PageSize field's value.

func (*GetReservationPurchaseRecommendationInput) SetPaymentOption

func (s *GetReservationPurchaseRecommendationInput) SetPaymentOption(v string) *GetReservationPurchaseRecommendationInput

SetPaymentOption sets the PaymentOption field's value.

func (*GetReservationPurchaseRecommendationInput) SetService

func (s *GetReservationPurchaseRecommendationInput) SetService(v string) *GetReservationPurchaseRecommendationInput

SetService sets the Service field's value.

func (*GetReservationPurchaseRecommendationInput) SetServiceSpecification

func (s *GetReservationPurchaseRecommendationInput) SetServiceSpecification(v *ServiceSpecification) *GetReservationPurchaseRecommendationInput

SetServiceSpecification sets the ServiceSpecification field's value.

func (*GetReservationPurchaseRecommendationInput) SetTermInYears

func (s *GetReservationPurchaseRecommendationInput) SetTermInYears(v string) *GetReservationPurchaseRecommendationInput

SetTermInYears sets the TermInYears field's value.

func (GetReservationPurchaseRecommendationInput) String

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

func (s *GetReservationPurchaseRecommendationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReservationPurchaseRecommendationOutput

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

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

func (s *GetReservationPurchaseRecommendationOutput) SetMetadata(v *ReservationPurchaseRecommendationMetadata) *GetReservationPurchaseRecommendationOutput

SetMetadata sets the Metadata field's value.

func (*GetReservationPurchaseRecommendationOutput) SetNextPageToken

func (s *GetReservationPurchaseRecommendationOutput) SetNextPageToken(v string) *GetReservationPurchaseRecommendationOutput

SetNextPageToken sets the NextPageToken field's value.

func (*GetReservationPurchaseRecommendationOutput) SetRecommendations

func (s *GetReservationPurchaseRecommendationOutput) SetRecommendations(v []*ReservationPurchaseRecommendation) *GetReservationPurchaseRecommendationOutput

SetRecommendations sets the Recommendations field's value.

func (GetReservationPurchaseRecommendationOutput) String

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

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

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

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

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

func (s *GetRightsizingRecommendationInput) SetConfiguration(v *RightsizingRecommendationConfiguration) *GetRightsizingRecommendationInput

SetConfiguration sets the Configuration field's value.

func (*GetRightsizingRecommendationInput) SetFilter

func (s *GetRightsizingRecommendationInput) SetFilter(v *Expression) *GetRightsizingRecommendationInput

SetFilter sets the Filter field's value.

func (*GetRightsizingRecommendationInput) SetNextPageToken

func (s *GetRightsizingRecommendationInput) SetNextPageToken(v string) *GetRightsizingRecommendationInput

SetNextPageToken sets the NextPageToken field's value.

func (*GetRightsizingRecommendationInput) SetPageSize

func (s *GetRightsizingRecommendationInput) SetPageSize(v int64) *GetRightsizingRecommendationInput

SetPageSize sets the PageSize field's value.

func (*GetRightsizingRecommendationInput) SetService

func (s *GetRightsizingRecommendationInput) SetService(v string) *GetRightsizingRecommendationInput

SetService sets the Service field's value.

func (GetRightsizingRecommendationInput) String

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

func (s *GetRightsizingRecommendationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRightsizingRecommendationOutput

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

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

func (s *GetRightsizingRecommendationOutput) SetConfiguration(v *RightsizingRecommendationConfiguration) *GetRightsizingRecommendationOutput

SetConfiguration sets the Configuration field's value.

func (*GetRightsizingRecommendationOutput) SetMetadata

func (s *GetRightsizingRecommendationOutput) SetMetadata(v *RightsizingRecommendationMetadata) *GetRightsizingRecommendationOutput

SetMetadata sets the Metadata field's value.

func (*GetRightsizingRecommendationOutput) SetNextPageToken

func (s *GetRightsizingRecommendationOutput) SetNextPageToken(v string) *GetRightsizingRecommendationOutput

SetNextPageToken sets the NextPageToken field's value.

func (*GetRightsizingRecommendationOutput) SetRightsizingRecommendations

func (s *GetRightsizingRecommendationOutput) SetRightsizingRecommendations(v []*RightsizingRecommendation) *GetRightsizingRecommendationOutput

SetRightsizingRecommendations sets the RightsizingRecommendations field's value.

func (*GetRightsizingRecommendationOutput) SetSummary

func (s *GetRightsizingRecommendationOutput) SetSummary(v *RightsizingRecommendationSummary) *GetRightsizingRecommendationOutput

SetSummary sets the Summary field's value.

func (GetRightsizingRecommendationOutput) String

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

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

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

func (s *GetSavingsPlanPurchaseRecommendationDetailsInput) SetRecommendationDetailId(v string) *GetSavingsPlanPurchaseRecommendationDetailsInput

SetRecommendationDetailId sets the RecommendationDetailId field's value.

func (GetSavingsPlanPurchaseRecommendationDetailsInput) String

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

func (s *GetSavingsPlanPurchaseRecommendationDetailsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSavingsPlanPurchaseRecommendationDetailsOutput

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

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

func (s *GetSavingsPlanPurchaseRecommendationDetailsOutput) SetRecommendationDetailData(v *RecommendationDetailData) *GetSavingsPlanPurchaseRecommendationDetailsOutput

SetRecommendationDetailData sets the RecommendationDetailData field's value.

func (*GetSavingsPlanPurchaseRecommendationDetailsOutput) SetRecommendationDetailId

func (s *GetSavingsPlanPurchaseRecommendationDetailsOutput) SetRecommendationDetailId(v string) *GetSavingsPlanPurchaseRecommendationDetailsOutput

SetRecommendationDetailId sets the RecommendationDetailId field's value.

func (GetSavingsPlanPurchaseRecommendationDetailsOutput) String

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

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

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

func (s *GetSavingsPlansCoverageInput) SetFilter(v *Expression) *GetSavingsPlansCoverageInput

SetFilter sets the Filter field's value.

func (*GetSavingsPlansCoverageInput) SetGranularity

func (s *GetSavingsPlansCoverageInput) SetGranularity(v string) *GetSavingsPlansCoverageInput

SetGranularity sets the Granularity field's value.

func (*GetSavingsPlansCoverageInput) SetGroupBy

func (s *GetSavingsPlansCoverageInput) SetGroupBy(v []*GroupDefinition) *GetSavingsPlansCoverageInput

SetGroupBy sets the GroupBy field's value.

func (*GetSavingsPlansCoverageInput) SetMaxResults

func (s *GetSavingsPlansCoverageInput) SetMaxResults(v int64) *GetSavingsPlansCoverageInput

SetMaxResults sets the MaxResults field's value.

func (*GetSavingsPlansCoverageInput) SetMetrics

func (s *GetSavingsPlansCoverageInput) SetMetrics(v []*string) *GetSavingsPlansCoverageInput

SetMetrics sets the Metrics field's value.

func (*GetSavingsPlansCoverageInput) SetNextToken

func (s *GetSavingsPlansCoverageInput) SetNextToken(v string) *GetSavingsPlansCoverageInput

SetNextToken sets the NextToken field's value.

func (*GetSavingsPlansCoverageInput) SetSortBy

func (s *GetSavingsPlansCoverageInput) SetSortBy(v *SortDefinition) *GetSavingsPlansCoverageInput

SetSortBy sets the SortBy field's value.

func (*GetSavingsPlansCoverageInput) SetTimePeriod

func (s *GetSavingsPlansCoverageInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansCoverageInput

SetTimePeriod sets the TimePeriod field's value.

func (GetSavingsPlansCoverageInput) String

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

func (s *GetSavingsPlansCoverageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSavingsPlansCoverageOutput

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

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

func (s *GetSavingsPlansCoverageOutput) SetNextToken(v string) *GetSavingsPlansCoverageOutput

SetNextToken sets the NextToken field's value.

func (*GetSavingsPlansCoverageOutput) SetSavingsPlansCoverages

func (s *GetSavingsPlansCoverageOutput) SetSavingsPlansCoverages(v []*SavingsPlansCoverage) *GetSavingsPlansCoverageOutput

SetSavingsPlansCoverages sets the SavingsPlansCoverages field's value.

func (GetSavingsPlansCoverageOutput) String

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

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

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

func (s *GetSavingsPlansPurchaseRecommendationInput) SetAccountScope(v string) *GetSavingsPlansPurchaseRecommendationInput

SetAccountScope sets the AccountScope field's value.

func (*GetSavingsPlansPurchaseRecommendationInput) SetFilter

func (s *GetSavingsPlansPurchaseRecommendationInput) SetFilter(v *Expression) *GetSavingsPlansPurchaseRecommendationInput

SetFilter sets the Filter field's value.

func (*GetSavingsPlansPurchaseRecommendationInput) SetLookbackPeriodInDays

func (s *GetSavingsPlansPurchaseRecommendationInput) SetLookbackPeriodInDays(v string) *GetSavingsPlansPurchaseRecommendationInput

SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.

func (*GetSavingsPlansPurchaseRecommendationInput) SetNextPageToken

func (s *GetSavingsPlansPurchaseRecommendationInput) SetNextPageToken(v string) *GetSavingsPlansPurchaseRecommendationInput

SetNextPageToken sets the NextPageToken field's value.

func (*GetSavingsPlansPurchaseRecommendationInput) SetPageSize

func (s *GetSavingsPlansPurchaseRecommendationInput) SetPageSize(v int64) *GetSavingsPlansPurchaseRecommendationInput

SetPageSize sets the PageSize field's value.

func (*GetSavingsPlansPurchaseRecommendationInput) SetPaymentOption

func (s *GetSavingsPlansPurchaseRecommendationInput) SetPaymentOption(v string) *GetSavingsPlansPurchaseRecommendationInput

SetPaymentOption sets the PaymentOption field's value.

func (*GetSavingsPlansPurchaseRecommendationInput) SetSavingsPlansType

func (s *GetSavingsPlansPurchaseRecommendationInput) SetSavingsPlansType(v string) *GetSavingsPlansPurchaseRecommendationInput

SetSavingsPlansType sets the SavingsPlansType field's value.

func (*GetSavingsPlansPurchaseRecommendationInput) SetTermInYears

func (s *GetSavingsPlansPurchaseRecommendationInput) SetTermInYears(v string) *GetSavingsPlansPurchaseRecommendationInput

SetTermInYears sets the TermInYears field's value.

func (GetSavingsPlansPurchaseRecommendationInput) String

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

func (s *GetSavingsPlansPurchaseRecommendationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSavingsPlansPurchaseRecommendationOutput

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

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

func (s *GetSavingsPlansPurchaseRecommendationOutput) SetMetadata(v *SavingsPlansPurchaseRecommendationMetadata) *GetSavingsPlansPurchaseRecommendationOutput

SetMetadata sets the Metadata field's value.

func (*GetSavingsPlansPurchaseRecommendationOutput) SetNextPageToken

func (s *GetSavingsPlansPurchaseRecommendationOutput) SetNextPageToken(v string) *GetSavingsPlansPurchaseRecommendationOutput

SetNextPageToken sets the NextPageToken field's value.

func (*GetSavingsPlansPurchaseRecommendationOutput) SetSavingsPlansPurchaseRecommendation

func (s *GetSavingsPlansPurchaseRecommendationOutput) SetSavingsPlansPurchaseRecommendation(v *SavingsPlansPurchaseRecommendation) *GetSavingsPlansPurchaseRecommendationOutput

SetSavingsPlansPurchaseRecommendation sets the SavingsPlansPurchaseRecommendation field's value.

func (GetSavingsPlansPurchaseRecommendationOutput) String

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

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

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

func (s *GetSavingsPlansUtilizationDetailsInput) SetDataType(v []*string) *GetSavingsPlansUtilizationDetailsInput

SetDataType sets the DataType field's value.

func (*GetSavingsPlansUtilizationDetailsInput) SetFilter

func (s *GetSavingsPlansUtilizationDetailsInput) SetFilter(v *Expression) *GetSavingsPlansUtilizationDetailsInput

SetFilter sets the Filter field's value.

func (*GetSavingsPlansUtilizationDetailsInput) SetMaxResults

func (s *GetSavingsPlansUtilizationDetailsInput) SetMaxResults(v int64) *GetSavingsPlansUtilizationDetailsInput

SetMaxResults sets the MaxResults field's value.

func (*GetSavingsPlansUtilizationDetailsInput) SetNextToken

func (s *GetSavingsPlansUtilizationDetailsInput) SetNextToken(v string) *GetSavingsPlansUtilizationDetailsInput

SetNextToken sets the NextToken field's value.

func (*GetSavingsPlansUtilizationDetailsInput) SetSortBy

func (s *GetSavingsPlansUtilizationDetailsInput) SetSortBy(v *SortDefinition) *GetSavingsPlansUtilizationDetailsInput

SetSortBy sets the SortBy field's value.

func (*GetSavingsPlansUtilizationDetailsInput) SetTimePeriod

func (s *GetSavingsPlansUtilizationDetailsInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationDetailsInput

SetTimePeriod sets the TimePeriod field's value.

func (GetSavingsPlansUtilizationDetailsInput) String

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

func (s *GetSavingsPlansUtilizationDetailsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSavingsPlansUtilizationDetailsOutput

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

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

func (s *GetSavingsPlansUtilizationDetailsOutput) SetNextToken(v string) *GetSavingsPlansUtilizationDetailsOutput

SetNextToken sets the NextToken field's value.

func (*GetSavingsPlansUtilizationDetailsOutput) SetSavingsPlansUtilizationDetails

func (s *GetSavingsPlansUtilizationDetailsOutput) SetSavingsPlansUtilizationDetails(v []*SavingsPlansUtilizationDetail) *GetSavingsPlansUtilizationDetailsOutput

SetSavingsPlansUtilizationDetails sets the SavingsPlansUtilizationDetails field's value.

func (*GetSavingsPlansUtilizationDetailsOutput) SetTimePeriod

func (s *GetSavingsPlansUtilizationDetailsOutput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationDetailsOutput

SetTimePeriod sets the TimePeriod field's value.

func (*GetSavingsPlansUtilizationDetailsOutput) SetTotal

func (s *GetSavingsPlansUtilizationDetailsOutput) SetTotal(v *SavingsPlansUtilizationAggregates) *GetSavingsPlansUtilizationDetailsOutput

SetTotal sets the Total field's value.

func (GetSavingsPlansUtilizationDetailsOutput) String

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

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

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

func (s *GetSavingsPlansUtilizationInput) SetFilter(v *Expression) *GetSavingsPlansUtilizationInput

SetFilter sets the Filter field's value.

func (*GetSavingsPlansUtilizationInput) SetGranularity

func (s *GetSavingsPlansUtilizationInput) SetGranularity(v string) *GetSavingsPlansUtilizationInput

SetGranularity sets the Granularity field's value.

func (*GetSavingsPlansUtilizationInput) SetSortBy

func (s *GetSavingsPlansUtilizationInput) SetSortBy(v *SortDefinition) *GetSavingsPlansUtilizationInput

SetSortBy sets the SortBy field's value.

func (*GetSavingsPlansUtilizationInput) SetTimePeriod

func (s *GetSavingsPlansUtilizationInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationInput

SetTimePeriod sets the TimePeriod field's value.

func (GetSavingsPlansUtilizationInput) String

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

func (s *GetSavingsPlansUtilizationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSavingsPlansUtilizationOutput

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

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

func (s *GetSavingsPlansUtilizationOutput) SetSavingsPlansUtilizationsByTime(v []*SavingsPlansUtilizationByTime) *GetSavingsPlansUtilizationOutput

SetSavingsPlansUtilizationsByTime sets the SavingsPlansUtilizationsByTime field's value.

func (*GetSavingsPlansUtilizationOutput) SetTotal

func (s *GetSavingsPlansUtilizationOutput) SetTotal(v *SavingsPlansUtilizationAggregates) *GetSavingsPlansUtilizationOutput

SetTotal sets the Total field's value.

func (GetSavingsPlansUtilizationOutput) String

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

func (s *GetTagsInput) SetFilter(v *Expression) *GetTagsInput

SetFilter sets the Filter field's value.

func (*GetTagsInput) SetMaxResults

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

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

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

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

func (s *GetUsageForecastInput) SetFilter(v *Expression) *GetUsageForecastInput

SetFilter sets the Filter field's value.

func (*GetUsageForecastInput) SetGranularity

func (s *GetUsageForecastInput) SetGranularity(v string) *GetUsageForecastInput

SetGranularity sets the Granularity field's value.

func (*GetUsageForecastInput) SetMetric

func (s *GetUsageForecastInput) SetMetric(v string) *GetUsageForecastInput

SetMetric sets the Metric field's value.

func (*GetUsageForecastInput) SetPredictionIntervalLevel

func (s *GetUsageForecastInput) SetPredictionIntervalLevel(v int64) *GetUsageForecastInput

SetPredictionIntervalLevel sets the PredictionIntervalLevel field's value.

func (*GetUsageForecastInput) SetTimePeriod

func (s *GetUsageForecastInput) SetTimePeriod(v *DateInterval) *GetUsageForecastInput

SetTimePeriod sets the TimePeriod field's value.

func (GetUsageForecastInput) String

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

func (s *GetUsageForecastInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetUsageForecastOutput

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

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

func (s *GetUsageForecastOutput) SetForecastResultsByTime(v []*ForecastResult) *GetUsageForecastOutput

SetForecastResultsByTime sets the ForecastResultsByTime field's value.

func (*GetUsageForecastOutput) SetTotal

func (s *GetUsageForecastOutput) SetTotal(v *MetricValue) *GetUsageForecastOutput

SetTotal sets the Total field's value.

func (GetUsageForecastOutput) String

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

func (s Group) 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 (*Group) SetKeys

func (s *Group) SetKeys(v []*string) *Group

SetKeys sets the Keys field's value.

func (*Group) SetMetrics

func (s *Group) SetMetrics(v map[string]*MetricValue) *Group

SetMetrics sets the Metrics field's value.

func (Group) String

func (s Group) 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 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

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

func (s Impact) 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 (*Impact) SetMaxImpact

func (s *Impact) SetMaxImpact(v float64) *Impact

SetMaxImpact sets the MaxImpact field's value.

func (*Impact) SetTotalActualSpend

func (s *Impact) SetTotalActualSpend(v float64) *Impact

SetTotalActualSpend sets the TotalActualSpend field's value.

func (*Impact) SetTotalExpectedSpend

func (s *Impact) SetTotalExpectedSpend(v float64) *Impact

SetTotalExpectedSpend sets the TotalExpectedSpend field's value.

func (*Impact) SetTotalImpact

func (s *Impact) SetTotalImpact(v float64) *Impact

SetTotalImpact sets the TotalImpact field's value.

func (*Impact) SetTotalImpactPercentage

func (s *Impact) SetTotalImpactPercentage(v float64) *Impact

SetTotalImpactPercentage sets the TotalImpactPercentage field's value.

func (Impact) String

func (s Impact) 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 InstanceDetails

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

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

func (s *InstanceDetails) SetEC2InstanceDetails(v *EC2InstanceDetails) *InstanceDetails

SetEC2InstanceDetails sets the EC2InstanceDetails field's value.

func (*InstanceDetails) SetESInstanceDetails

func (s *InstanceDetails) SetESInstanceDetails(v *ESInstanceDetails) *InstanceDetails

SetESInstanceDetails sets the ESInstanceDetails field's value.

func (*InstanceDetails) SetElastiCacheInstanceDetails

func (s *InstanceDetails) SetElastiCacheInstanceDetails(v *ElastiCacheInstanceDetails) *InstanceDetails

SetElastiCacheInstanceDetails sets the ElastiCacheInstanceDetails field's value.

func (*InstanceDetails) SetMemoryDBInstanceDetails

func (s *InstanceDetails) SetMemoryDBInstanceDetails(v *MemoryDBInstanceDetails) *InstanceDetails

SetMemoryDBInstanceDetails sets the MemoryDBInstanceDetails field's value.

func (*InstanceDetails) SetRDSInstanceDetails

func (s *InstanceDetails) SetRDSInstanceDetails(v *RDSInstanceDetails) *InstanceDetails

SetRDSInstanceDetails sets the RDSInstanceDetails field's value.

func (*InstanceDetails) SetRedshiftInstanceDetails

func (s *InstanceDetails) SetRedshiftInstanceDetails(v *RedshiftInstanceDetails) *InstanceDetails

SetRedshiftInstanceDetails sets the RedshiftInstanceDetails field's value.

func (InstanceDetails) String

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

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

func (s *InvalidNextTokenException) Code() string

Code returns the exception type name.

func (*InvalidNextTokenException) Error

func (s *InvalidNextTokenException) Error() string

func (InvalidNextTokenException) GoString

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

func (s *InvalidNextTokenException) Message() string

Message returns the exception's message.

func (*InvalidNextTokenException) OrigErr

func (s *InvalidNextTokenException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidNextTokenException) RequestID

func (s *InvalidNextTokenException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidNextTokenException) StatusCode

func (s *InvalidNextTokenException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidNextTokenException) String

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

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

func (s *LimitExceededException) Code() string

Code returns the exception type name.

func (*LimitExceededException) Error

func (s *LimitExceededException) Error() string

func (LimitExceededException) GoString

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

func (s *LimitExceededException) Message() string

Message returns the exception's message.

func (*LimitExceededException) OrigErr

func (s *LimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*LimitExceededException) RequestID

func (s *LimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*LimitExceededException) StatusCode

func (s *LimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (LimitExceededException) String

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 ListCostAllocationTagsInput

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

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

func (s *ListCostAllocationTagsInput) SetMaxResults(v int64) *ListCostAllocationTagsInput

SetMaxResults sets the MaxResults field's value.

func (*ListCostAllocationTagsInput) SetNextToken

func (s *ListCostAllocationTagsInput) SetNextToken(v string) *ListCostAllocationTagsInput

SetNextToken sets the NextToken field's value.

func (*ListCostAllocationTagsInput) SetStatus

func (s *ListCostAllocationTagsInput) SetStatus(v string) *ListCostAllocationTagsInput

SetStatus sets the Status field's value.

func (*ListCostAllocationTagsInput) SetTagKeys

func (s *ListCostAllocationTagsInput) SetTagKeys(v []*string) *ListCostAllocationTagsInput

SetTagKeys sets the TagKeys field's value.

func (*ListCostAllocationTagsInput) SetType

func (s *ListCostAllocationTagsInput) SetType(v string) *ListCostAllocationTagsInput

SetType sets the Type field's value.

func (ListCostAllocationTagsInput) String

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

func (s *ListCostAllocationTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListCostAllocationTagsOutput

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

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

func (s *ListCostAllocationTagsOutput) SetCostAllocationTags(v []*CostAllocationTag) *ListCostAllocationTagsOutput

SetCostAllocationTags sets the CostAllocationTags field's value.

func (*ListCostAllocationTagsOutput) SetNextToken

func (s *ListCostAllocationTagsOutput) SetNextToken(v string) *ListCostAllocationTagsOutput

SetNextToken sets the NextToken field's value.

func (ListCostAllocationTagsOutput) String

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

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

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

func (s *ListCostCategoryDefinitionsInput) SetEffectiveOn(v string) *ListCostCategoryDefinitionsInput

SetEffectiveOn sets the EffectiveOn field's value.

func (*ListCostCategoryDefinitionsInput) SetMaxResults

func (s *ListCostCategoryDefinitionsInput) SetMaxResults(v int64) *ListCostCategoryDefinitionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListCostCategoryDefinitionsInput) SetNextToken

func (s *ListCostCategoryDefinitionsInput) SetNextToken(v string) *ListCostCategoryDefinitionsInput

SetNextToken sets the NextToken field's value.

func (ListCostCategoryDefinitionsInput) String

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

func (s *ListCostCategoryDefinitionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListCostCategoryDefinitionsOutput

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

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

func (s *ListCostCategoryDefinitionsOutput) SetCostCategoryReferences(v []*CostCategoryReference) *ListCostCategoryDefinitionsOutput

SetCostCategoryReferences sets the CostCategoryReferences field's value.

func (*ListCostCategoryDefinitionsOutput) SetNextToken

func (s *ListCostCategoryDefinitionsOutput) SetNextToken(v string) *ListCostCategoryDefinitionsOutput

SetNextToken sets the NextToken field's value.

func (ListCostCategoryDefinitionsOutput) String

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

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

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

func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetGenerationStatus(v string) *ListSavingsPlansPurchaseRecommendationGenerationInput

SetGenerationStatus sets the GenerationStatus field's value.

func (*ListSavingsPlansPurchaseRecommendationGenerationInput) SetNextPageToken

func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetNextPageToken(v string) *ListSavingsPlansPurchaseRecommendationGenerationInput

SetNextPageToken sets the NextPageToken field's value.

func (*ListSavingsPlansPurchaseRecommendationGenerationInput) SetPageSize

func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetPageSize(v int64) *ListSavingsPlansPurchaseRecommendationGenerationInput

SetPageSize sets the PageSize field's value.

func (*ListSavingsPlansPurchaseRecommendationGenerationInput) SetRecommendationIds

func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetRecommendationIds(v []*string) *ListSavingsPlansPurchaseRecommendationGenerationInput

SetRecommendationIds sets the RecommendationIds field's value.

func (ListSavingsPlansPurchaseRecommendationGenerationInput) String

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

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

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

func (s *ListSavingsPlansPurchaseRecommendationGenerationOutput) SetGenerationSummaryList(v []*GenerationSummary) *ListSavingsPlansPurchaseRecommendationGenerationOutput

SetGenerationSummaryList sets the GenerationSummaryList field's value.

func (*ListSavingsPlansPurchaseRecommendationGenerationOutput) SetNextPageToken

func (s *ListSavingsPlansPurchaseRecommendationGenerationOutput) SetNextPageToken(v string) *ListSavingsPlansPurchaseRecommendationGenerationOutput

SetNextPageToken sets the NextPageToken field's value.

func (ListSavingsPlansPurchaseRecommendationGenerationOutput) String

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

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

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

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

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

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

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

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

func (s *ListTagsForResourceOutput) SetResourceTags(v []*ResourceTag) *ListTagsForResourceOutput

SetResourceTags sets the ResourceTags field's value.

func (ListTagsForResourceOutput) String

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

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

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

func (s *MemoryDBInstanceDetails) SetCurrentGeneration(v bool) *MemoryDBInstanceDetails

SetCurrentGeneration sets the CurrentGeneration field's value.

func (*MemoryDBInstanceDetails) SetFamily

func (s *MemoryDBInstanceDetails) SetFamily(v string) *MemoryDBInstanceDetails

SetFamily sets the Family field's value.

func (*MemoryDBInstanceDetails) SetNodeType

func (s *MemoryDBInstanceDetails) SetNodeType(v string) *MemoryDBInstanceDetails

SetNodeType sets the NodeType field's value.

func (*MemoryDBInstanceDetails) SetRegion

func (s *MemoryDBInstanceDetails) SetRegion(v string) *MemoryDBInstanceDetails

SetRegion sets the Region field's value.

func (*MemoryDBInstanceDetails) SetSizeFlexEligible

func (s *MemoryDBInstanceDetails) SetSizeFlexEligible(v bool) *MemoryDBInstanceDetails

SetSizeFlexEligible sets the SizeFlexEligible field's value.

func (MemoryDBInstanceDetails) String

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

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

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

func (s *ModifyRecommendationDetail) SetTargetInstances(v []*TargetInstance) *ModifyRecommendationDetail

SetTargetInstances sets the TargetInstances field's value.

func (ModifyRecommendationDetail) String

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

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

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

func (s *NetworkResourceUtilization) SetNetworkInBytesPerSecond(v string) *NetworkResourceUtilization

SetNetworkInBytesPerSecond sets the NetworkInBytesPerSecond field's value.

func (*NetworkResourceUtilization) SetNetworkOutBytesPerSecond

func (s *NetworkResourceUtilization) SetNetworkOutBytesPerSecond(v string) *NetworkResourceUtilization

SetNetworkOutBytesPerSecond sets the NetworkOutBytesPerSecond field's value.

func (*NetworkResourceUtilization) SetNetworkPacketsInPerSecond

func (s *NetworkResourceUtilization) SetNetworkPacketsInPerSecond(v string) *NetworkResourceUtilization

SetNetworkPacketsInPerSecond sets the NetworkPacketsInPerSecond field's value.

func (*NetworkResourceUtilization) SetNetworkPacketsOutPerSecond

func (s *NetworkResourceUtilization) SetNetworkPacketsOutPerSecond(v string) *NetworkResourceUtilization

SetNetworkPacketsOutPerSecond sets the NetworkPacketsOutPerSecond field's value.

func (NetworkResourceUtilization) String

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

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

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

func (s *ProvideAnomalyFeedbackInput) SetAnomalyId(v string) *ProvideAnomalyFeedbackInput

SetAnomalyId sets the AnomalyId field's value.

func (*ProvideAnomalyFeedbackInput) SetFeedback

func (s *ProvideAnomalyFeedbackInput) SetFeedback(v string) *ProvideAnomalyFeedbackInput

SetFeedback sets the Feedback field's value.

func (ProvideAnomalyFeedbackInput) String

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

func (s *ProvideAnomalyFeedbackInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProvideAnomalyFeedbackOutput

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

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

func (s *ProvideAnomalyFeedbackOutput) SetAnomalyId(v string) *ProvideAnomalyFeedbackOutput

SetAnomalyId sets the AnomalyId field's value.

func (ProvideAnomalyFeedbackOutput) String

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

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

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

func (s *RDSInstanceDetails) SetCurrentGeneration(v bool) *RDSInstanceDetails

SetCurrentGeneration sets the CurrentGeneration field's value.

func (*RDSInstanceDetails) SetDatabaseEdition

func (s *RDSInstanceDetails) SetDatabaseEdition(v string) *RDSInstanceDetails

SetDatabaseEdition sets the DatabaseEdition field's value.

func (*RDSInstanceDetails) SetDatabaseEngine

func (s *RDSInstanceDetails) SetDatabaseEngine(v string) *RDSInstanceDetails

SetDatabaseEngine sets the DatabaseEngine field's value.

func (*RDSInstanceDetails) SetDeploymentOption

func (s *RDSInstanceDetails) SetDeploymentOption(v string) *RDSInstanceDetails

SetDeploymentOption sets the DeploymentOption field's value.

func (*RDSInstanceDetails) SetFamily

func (s *RDSInstanceDetails) SetFamily(v string) *RDSInstanceDetails

SetFamily sets the Family field's value.

func (*RDSInstanceDetails) SetInstanceType

func (s *RDSInstanceDetails) SetInstanceType(v string) *RDSInstanceDetails

SetInstanceType sets the InstanceType field's value.

func (*RDSInstanceDetails) SetLicenseModel

func (s *RDSInstanceDetails) SetLicenseModel(v string) *RDSInstanceDetails

SetLicenseModel sets the LicenseModel field's value.

func (*RDSInstanceDetails) SetRegion

func (s *RDSInstanceDetails) SetRegion(v string) *RDSInstanceDetails

SetRegion sets the Region field's value.

func (*RDSInstanceDetails) SetSizeFlexEligible

func (s *RDSInstanceDetails) SetSizeFlexEligible(v bool) *RDSInstanceDetails

SetSizeFlexEligible sets the SizeFlexEligible field's value.

func (RDSInstanceDetails) String

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

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

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

func (s *RecommendationDetailData) SetAccountId(v string) *RecommendationDetailData

SetAccountId sets the AccountId field's value.

func (*RecommendationDetailData) SetAccountScope

func (s *RecommendationDetailData) SetAccountScope(v string) *RecommendationDetailData

SetAccountScope sets the AccountScope field's value.

func (*RecommendationDetailData) SetCurrencyCode

func (s *RecommendationDetailData) SetCurrencyCode(v string) *RecommendationDetailData

SetCurrencyCode sets the CurrencyCode field's value.

func (*RecommendationDetailData) SetCurrentAverageCoverage

func (s *RecommendationDetailData) SetCurrentAverageCoverage(v string) *RecommendationDetailData

SetCurrentAverageCoverage sets the CurrentAverageCoverage field's value.

func (*RecommendationDetailData) SetCurrentAverageHourlyOnDemandSpend

func (s *RecommendationDetailData) SetCurrentAverageHourlyOnDemandSpend(v string) *RecommendationDetailData

SetCurrentAverageHourlyOnDemandSpend sets the CurrentAverageHourlyOnDemandSpend field's value.

func (*RecommendationDetailData) SetCurrentMaximumHourlyOnDemandSpend

func (s *RecommendationDetailData) SetCurrentMaximumHourlyOnDemandSpend(v string) *RecommendationDetailData

SetCurrentMaximumHourlyOnDemandSpend sets the CurrentMaximumHourlyOnDemandSpend field's value.

func (*RecommendationDetailData) SetCurrentMinimumHourlyOnDemandSpend

func (s *RecommendationDetailData) SetCurrentMinimumHourlyOnDemandSpend(v string) *RecommendationDetailData

SetCurrentMinimumHourlyOnDemandSpend sets the CurrentMinimumHourlyOnDemandSpend field's value.

func (*RecommendationDetailData) SetEstimatedAverageCoverage

func (s *RecommendationDetailData) SetEstimatedAverageCoverage(v string) *RecommendationDetailData

SetEstimatedAverageCoverage sets the EstimatedAverageCoverage field's value.

func (*RecommendationDetailData) SetEstimatedAverageUtilization

func (s *RecommendationDetailData) SetEstimatedAverageUtilization(v string) *RecommendationDetailData

SetEstimatedAverageUtilization sets the EstimatedAverageUtilization field's value.

func (*RecommendationDetailData) SetEstimatedMonthlySavingsAmount

func (s *RecommendationDetailData) SetEstimatedMonthlySavingsAmount(v string) *RecommendationDetailData

SetEstimatedMonthlySavingsAmount sets the EstimatedMonthlySavingsAmount field's value.

func (*RecommendationDetailData) SetEstimatedOnDemandCost

func (s *RecommendationDetailData) SetEstimatedOnDemandCost(v string) *RecommendationDetailData

SetEstimatedOnDemandCost sets the EstimatedOnDemandCost field's value.

func (*RecommendationDetailData) SetEstimatedOnDemandCostWithCurrentCommitment

func (s *RecommendationDetailData) SetEstimatedOnDemandCostWithCurrentCommitment(v string) *RecommendationDetailData

SetEstimatedOnDemandCostWithCurrentCommitment sets the EstimatedOnDemandCostWithCurrentCommitment field's value.

func (*RecommendationDetailData) SetEstimatedROI

func (s *RecommendationDetailData) SetEstimatedROI(v string) *RecommendationDetailData

SetEstimatedROI sets the EstimatedROI field's value.

func (*RecommendationDetailData) SetEstimatedSPCost

func (s *RecommendationDetailData) SetEstimatedSPCost(v string) *RecommendationDetailData

SetEstimatedSPCost sets the EstimatedSPCost field's value.

func (*RecommendationDetailData) SetEstimatedSavingsAmount

func (s *RecommendationDetailData) SetEstimatedSavingsAmount(v string) *RecommendationDetailData

SetEstimatedSavingsAmount sets the EstimatedSavingsAmount field's value.

func (*RecommendationDetailData) SetEstimatedSavingsPercentage

func (s *RecommendationDetailData) SetEstimatedSavingsPercentage(v string) *RecommendationDetailData

SetEstimatedSavingsPercentage sets the EstimatedSavingsPercentage field's value.

func (*RecommendationDetailData) SetExistingHourlyCommitment

func (s *RecommendationDetailData) SetExistingHourlyCommitment(v string) *RecommendationDetailData

SetExistingHourlyCommitment sets the ExistingHourlyCommitment field's value.

func (*RecommendationDetailData) SetGenerationTimestamp

func (s *RecommendationDetailData) SetGenerationTimestamp(v string) *RecommendationDetailData

SetGenerationTimestamp sets the GenerationTimestamp field's value.

func (*RecommendationDetailData) SetHourlyCommitmentToPurchase

func (s *RecommendationDetailData) SetHourlyCommitmentToPurchase(v string) *RecommendationDetailData

SetHourlyCommitmentToPurchase sets the HourlyCommitmentToPurchase field's value.

func (*RecommendationDetailData) SetInstanceFamily

func (s *RecommendationDetailData) SetInstanceFamily(v string) *RecommendationDetailData

SetInstanceFamily sets the InstanceFamily field's value.

func (*RecommendationDetailData) SetLatestUsageTimestamp

func (s *RecommendationDetailData) SetLatestUsageTimestamp(v string) *RecommendationDetailData

SetLatestUsageTimestamp sets the LatestUsageTimestamp field's value.

func (*RecommendationDetailData) SetLookbackPeriodInDays

func (s *RecommendationDetailData) SetLookbackPeriodInDays(v string) *RecommendationDetailData

SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.

func (*RecommendationDetailData) SetMetricsOverLookbackPeriod

func (s *RecommendationDetailData) SetMetricsOverLookbackPeriod(v []*RecommendationDetailHourlyMetrics) *RecommendationDetailData

SetMetricsOverLookbackPeriod sets the MetricsOverLookbackPeriod field's value.

func (*RecommendationDetailData) SetOfferingId

func (s *RecommendationDetailData) SetOfferingId(v string) *RecommendationDetailData

SetOfferingId sets the OfferingId field's value.

func (*RecommendationDetailData) SetPaymentOption

func (s *RecommendationDetailData) SetPaymentOption(v string) *RecommendationDetailData

SetPaymentOption sets the PaymentOption field's value.

func (*RecommendationDetailData) SetRegion

func (s *RecommendationDetailData) SetRegion(v string) *RecommendationDetailData

SetRegion sets the Region field's value.

func (*RecommendationDetailData) SetSavingsPlansType

func (s *RecommendationDetailData) SetSavingsPlansType(v string) *RecommendationDetailData

SetSavingsPlansType sets the SavingsPlansType field's value.

func (*RecommendationDetailData) SetTermInYears

func (s *RecommendationDetailData) SetTermInYears(v string) *RecommendationDetailData

SetTermInYears sets the TermInYears field's value.

func (*RecommendationDetailData) SetUpfrontCost

func (s *RecommendationDetailData) SetUpfrontCost(v string) *RecommendationDetailData

SetUpfrontCost sets the UpfrontCost field's value.

func (RecommendationDetailData) String

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

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

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

func (s *RecommendationDetailHourlyMetrics) SetCurrentCoverage(v string) *RecommendationDetailHourlyMetrics

SetCurrentCoverage sets the CurrentCoverage field's value.

func (*RecommendationDetailHourlyMetrics) SetEstimatedCoverage

func (s *RecommendationDetailHourlyMetrics) SetEstimatedCoverage(v string) *RecommendationDetailHourlyMetrics

SetEstimatedCoverage sets the EstimatedCoverage field's value.

func (*RecommendationDetailHourlyMetrics) SetEstimatedNewCommitmentUtilization

func (s *RecommendationDetailHourlyMetrics) SetEstimatedNewCommitmentUtilization(v string) *RecommendationDetailHourlyMetrics

SetEstimatedNewCommitmentUtilization sets the EstimatedNewCommitmentUtilization field's value.

func (*RecommendationDetailHourlyMetrics) SetEstimatedOnDemandCost

func (s *RecommendationDetailHourlyMetrics) SetEstimatedOnDemandCost(v string) *RecommendationDetailHourlyMetrics

SetEstimatedOnDemandCost sets the EstimatedOnDemandCost field's value.

func (*RecommendationDetailHourlyMetrics) SetStartTime

func (s *RecommendationDetailHourlyMetrics) SetStartTime(v string) *RecommendationDetailHourlyMetrics

SetStartTime sets the StartTime field's value.

func (RecommendationDetailHourlyMetrics) String

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

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

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

func (s *RedshiftInstanceDetails) SetCurrentGeneration(v bool) *RedshiftInstanceDetails

SetCurrentGeneration sets the CurrentGeneration field's value.

func (*RedshiftInstanceDetails) SetFamily

func (s *RedshiftInstanceDetails) SetFamily(v string) *RedshiftInstanceDetails

SetFamily sets the Family field's value.

func (*RedshiftInstanceDetails) SetNodeType

func (s *RedshiftInstanceDetails) SetNodeType(v string) *RedshiftInstanceDetails

SetNodeType sets the NodeType field's value.

func (*RedshiftInstanceDetails) SetRegion

func (s *RedshiftInstanceDetails) SetRegion(v string) *RedshiftInstanceDetails

SetRegion sets the Region field's value.

func (*RedshiftInstanceDetails) SetSizeFlexEligible

func (s *RedshiftInstanceDetails) SetSizeFlexEligible(v bool) *RedshiftInstanceDetails

SetSizeFlexEligible sets the SizeFlexEligible field's value.

func (RedshiftInstanceDetails) String

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

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

func (s *RequestChangedException) Code() string

Code returns the exception type name.

func (*RequestChangedException) Error

func (s *RequestChangedException) Error() string

func (RequestChangedException) GoString

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

func (s *RequestChangedException) Message() string

Message returns the exception's message.

func (*RequestChangedException) OrigErr

func (s *RequestChangedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*RequestChangedException) RequestID

func (s *RequestChangedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*RequestChangedException) StatusCode

func (s *RequestChangedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (RequestChangedException) String

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

func (s *ReservationAggregates) SetAmortizedRecurringFee(v string) *ReservationAggregates

SetAmortizedRecurringFee sets the AmortizedRecurringFee field's value.

func (*ReservationAggregates) SetAmortizedUpfrontFee

func (s *ReservationAggregates) SetAmortizedUpfrontFee(v string) *ReservationAggregates

SetAmortizedUpfrontFee sets the AmortizedUpfrontFee field's value.

func (*ReservationAggregates) SetNetRISavings

func (s *ReservationAggregates) SetNetRISavings(v string) *ReservationAggregates

SetNetRISavings sets the NetRISavings field's value.

func (*ReservationAggregates) SetOnDemandCostOfRIHoursUsed

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

func (s *ReservationAggregates) SetPurchasedUnits(v string) *ReservationAggregates

SetPurchasedUnits sets the PurchasedUnits field's value.

func (*ReservationAggregates) SetRICostForUnusedHours

func (s *ReservationAggregates) SetRICostForUnusedHours(v string) *ReservationAggregates

SetRICostForUnusedHours sets the RICostForUnusedHours field's value.

func (*ReservationAggregates) SetRealizedSavings

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

func (s *ReservationAggregates) SetTotalActualUnits(v string) *ReservationAggregates

SetTotalActualUnits sets the TotalActualUnits field's value.

func (*ReservationAggregates) SetTotalAmortizedFee

func (s *ReservationAggregates) SetTotalAmortizedFee(v string) *ReservationAggregates

SetTotalAmortizedFee sets the TotalAmortizedFee field's value.

func (*ReservationAggregates) SetTotalPotentialRISavings

func (s *ReservationAggregates) SetTotalPotentialRISavings(v string) *ReservationAggregates

SetTotalPotentialRISavings sets the TotalPotentialRISavings field's value.

func (*ReservationAggregates) SetUnrealizedSavings

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

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

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

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

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

func (s *ReservationCoverageGroup) SetAttributes(v map[string]*string) *ReservationCoverageGroup

SetAttributes sets the Attributes field's value.

func (*ReservationCoverageGroup) SetCoverage

func (s *ReservationCoverageGroup) SetCoverage(v *Coverage) *ReservationCoverageGroup

SetCoverage sets the Coverage field's value.

func (ReservationCoverageGroup) String

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

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

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

func (s *ReservationPurchaseRecommendation) SetAccountScope(v string) *ReservationPurchaseRecommendation

SetAccountScope sets the AccountScope field's value.

func (*ReservationPurchaseRecommendation) SetLookbackPeriodInDays

func (s *ReservationPurchaseRecommendation) SetLookbackPeriodInDays(v string) *ReservationPurchaseRecommendation

SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.

func (*ReservationPurchaseRecommendation) SetPaymentOption

func (s *ReservationPurchaseRecommendation) SetPaymentOption(v string) *ReservationPurchaseRecommendation

SetPaymentOption sets the PaymentOption field's value.

func (*ReservationPurchaseRecommendation) SetRecommendationDetails

func (s *ReservationPurchaseRecommendation) SetRecommendationDetails(v []*ReservationPurchaseRecommendationDetail) *ReservationPurchaseRecommendation

SetRecommendationDetails sets the RecommendationDetails field's value.

func (*ReservationPurchaseRecommendation) SetRecommendationSummary

func (s *ReservationPurchaseRecommendation) SetRecommendationSummary(v *ReservationPurchaseRecommendationSummary) *ReservationPurchaseRecommendation

SetRecommendationSummary sets the RecommendationSummary field's value.

func (*ReservationPurchaseRecommendation) SetServiceSpecification

func (s *ReservationPurchaseRecommendation) SetServiceSpecification(v *ServiceSpecification) *ReservationPurchaseRecommendation

SetServiceSpecification sets the ServiceSpecification field's value.

func (*ReservationPurchaseRecommendation) SetTermInYears

func (s *ReservationPurchaseRecommendation) SetTermInYears(v string) *ReservationPurchaseRecommendation

SetTermInYears sets the TermInYears field's value.

func (ReservationPurchaseRecommendation) String

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

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

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

func (s *ReservationPurchaseRecommendationDetail) SetAccountId(v string) *ReservationPurchaseRecommendationDetail

SetAccountId sets the AccountId field's value.

func (*ReservationPurchaseRecommendationDetail) SetAverageNormalizedUnitsUsedPerHour

func (s *ReservationPurchaseRecommendationDetail) SetAverageNormalizedUnitsUsedPerHour(v string) *ReservationPurchaseRecommendationDetail

SetAverageNormalizedUnitsUsedPerHour sets the AverageNormalizedUnitsUsedPerHour field's value.

func (*ReservationPurchaseRecommendationDetail) SetAverageNumberOfInstancesUsedPerHour

func (s *ReservationPurchaseRecommendationDetail) SetAverageNumberOfInstancesUsedPerHour(v string) *ReservationPurchaseRecommendationDetail

SetAverageNumberOfInstancesUsedPerHour sets the AverageNumberOfInstancesUsedPerHour field's value.

func (*ReservationPurchaseRecommendationDetail) SetAverageUtilization

func (s *ReservationPurchaseRecommendationDetail) SetAverageUtilization(v string) *ReservationPurchaseRecommendationDetail

SetAverageUtilization sets the AverageUtilization field's value.

func (*ReservationPurchaseRecommendationDetail) SetCurrencyCode

func (s *ReservationPurchaseRecommendationDetail) SetCurrencyCode(v string) *ReservationPurchaseRecommendationDetail

SetCurrencyCode sets the CurrencyCode field's value.

func (*ReservationPurchaseRecommendationDetail) SetEstimatedBreakEvenInMonths

func (s *ReservationPurchaseRecommendationDetail) SetEstimatedBreakEvenInMonths(v string) *ReservationPurchaseRecommendationDetail

SetEstimatedBreakEvenInMonths sets the EstimatedBreakEvenInMonths field's value.

func (*ReservationPurchaseRecommendationDetail) SetEstimatedMonthlyOnDemandCost

func (s *ReservationPurchaseRecommendationDetail) SetEstimatedMonthlyOnDemandCost(v string) *ReservationPurchaseRecommendationDetail

SetEstimatedMonthlyOnDemandCost sets the EstimatedMonthlyOnDemandCost field's value.

func (*ReservationPurchaseRecommendationDetail) SetEstimatedMonthlySavingsAmount

func (s *ReservationPurchaseRecommendationDetail) SetEstimatedMonthlySavingsAmount(v string) *ReservationPurchaseRecommendationDetail

SetEstimatedMonthlySavingsAmount sets the EstimatedMonthlySavingsAmount field's value.

func (*ReservationPurchaseRecommendationDetail) SetEstimatedMonthlySavingsPercentage

func (s *ReservationPurchaseRecommendationDetail) SetEstimatedMonthlySavingsPercentage(v string) *ReservationPurchaseRecommendationDetail

SetEstimatedMonthlySavingsPercentage sets the EstimatedMonthlySavingsPercentage field's value.

func (*ReservationPurchaseRecommendationDetail) SetEstimatedReservationCostForLookbackPeriod

func (s *ReservationPurchaseRecommendationDetail) SetEstimatedReservationCostForLookbackPeriod(v string) *ReservationPurchaseRecommendationDetail

SetEstimatedReservationCostForLookbackPeriod sets the EstimatedReservationCostForLookbackPeriod field's value.

func (*ReservationPurchaseRecommendationDetail) SetInstanceDetails

func (s *ReservationPurchaseRecommendationDetail) SetInstanceDetails(v *InstanceDetails) *ReservationPurchaseRecommendationDetail

SetInstanceDetails sets the InstanceDetails field's value.

func (*ReservationPurchaseRecommendationDetail) SetMaximumNormalizedUnitsUsedPerHour

func (s *ReservationPurchaseRecommendationDetail) SetMaximumNormalizedUnitsUsedPerHour(v string) *ReservationPurchaseRecommendationDetail

SetMaximumNormalizedUnitsUsedPerHour sets the MaximumNormalizedUnitsUsedPerHour field's value.

func (*ReservationPurchaseRecommendationDetail) SetMaximumNumberOfInstancesUsedPerHour

func (s *ReservationPurchaseRecommendationDetail) SetMaximumNumberOfInstancesUsedPerHour(v string) *ReservationPurchaseRecommendationDetail

SetMaximumNumberOfInstancesUsedPerHour sets the MaximumNumberOfInstancesUsedPerHour field's value.

func (*ReservationPurchaseRecommendationDetail) SetMinimumNormalizedUnitsUsedPerHour

func (s *ReservationPurchaseRecommendationDetail) SetMinimumNormalizedUnitsUsedPerHour(v string) *ReservationPurchaseRecommendationDetail

SetMinimumNormalizedUnitsUsedPerHour sets the MinimumNormalizedUnitsUsedPerHour field's value.

func (*ReservationPurchaseRecommendationDetail) SetMinimumNumberOfInstancesUsedPerHour

func (s *ReservationPurchaseRecommendationDetail) SetMinimumNumberOfInstancesUsedPerHour(v string) *ReservationPurchaseRecommendationDetail

SetMinimumNumberOfInstancesUsedPerHour sets the MinimumNumberOfInstancesUsedPerHour field's value.

func (*ReservationPurchaseRecommendationDetail) SetRecommendedNormalizedUnitsToPurchase

func (s *ReservationPurchaseRecommendationDetail) SetRecommendedNormalizedUnitsToPurchase(v string) *ReservationPurchaseRecommendationDetail

SetRecommendedNormalizedUnitsToPurchase sets the RecommendedNormalizedUnitsToPurchase field's value.

func (*ReservationPurchaseRecommendationDetail) SetRecommendedNumberOfInstancesToPurchase

func (s *ReservationPurchaseRecommendationDetail) SetRecommendedNumberOfInstancesToPurchase(v string) *ReservationPurchaseRecommendationDetail

SetRecommendedNumberOfInstancesToPurchase sets the RecommendedNumberOfInstancesToPurchase field's value.

func (*ReservationPurchaseRecommendationDetail) SetRecurringStandardMonthlyCost

func (s *ReservationPurchaseRecommendationDetail) SetRecurringStandardMonthlyCost(v string) *ReservationPurchaseRecommendationDetail

SetRecurringStandardMonthlyCost sets the RecurringStandardMonthlyCost field's value.

func (*ReservationPurchaseRecommendationDetail) SetUpfrontCost

func (s *ReservationPurchaseRecommendationDetail) SetUpfrontCost(v string) *ReservationPurchaseRecommendationDetail

SetUpfrontCost sets the UpfrontCost field's value.

func (ReservationPurchaseRecommendationDetail) String

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

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

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

func (s *ReservationPurchaseRecommendationMetadata) SetGenerationTimestamp(v string) *ReservationPurchaseRecommendationMetadata

SetGenerationTimestamp sets the GenerationTimestamp field's value.

func (*ReservationPurchaseRecommendationMetadata) SetRecommendationId

func (s *ReservationPurchaseRecommendationMetadata) SetRecommendationId(v string) *ReservationPurchaseRecommendationMetadata

SetRecommendationId sets the RecommendationId field's value.

func (ReservationPurchaseRecommendationMetadata) String

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

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

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

func (s *ReservationPurchaseRecommendationSummary) SetCurrencyCode(v string) *ReservationPurchaseRecommendationSummary

SetCurrencyCode sets the CurrencyCode field's value.

func (*ReservationPurchaseRecommendationSummary) SetTotalEstimatedMonthlySavingsAmount

func (s *ReservationPurchaseRecommendationSummary) SetTotalEstimatedMonthlySavingsAmount(v string) *ReservationPurchaseRecommendationSummary

SetTotalEstimatedMonthlySavingsAmount sets the TotalEstimatedMonthlySavingsAmount field's value.

func (*ReservationPurchaseRecommendationSummary) SetTotalEstimatedMonthlySavingsPercentage

func (s *ReservationPurchaseRecommendationSummary) SetTotalEstimatedMonthlySavingsPercentage(v string) *ReservationPurchaseRecommendationSummary

SetTotalEstimatedMonthlySavingsPercentage sets the TotalEstimatedMonthlySavingsPercentage field's value.

func (ReservationPurchaseRecommendationSummary) String

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

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

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

func (s *ResourceDetails) SetEC2ResourceDetails(v *EC2ResourceDetails) *ResourceDetails

SetEC2ResourceDetails sets the EC2ResourceDetails field's value.

func (ResourceDetails) String

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

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

func (s *ResourceNotFoundException) Code() string

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

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

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

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

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

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

func (s *ResourceTag) SetKey(v string) *ResourceTag

SetKey sets the Key field's value.

func (*ResourceTag) SetValue

func (s *ResourceTag) SetValue(v string) *ResourceTag

SetValue sets the Value field's value.

func (ResourceTag) String

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

func (s *ResourceTag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceUtilization

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

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

func (s *ResourceUtilization) SetEC2ResourceUtilization(v *EC2ResourceUtilization) *ResourceUtilization

SetEC2ResourceUtilization sets the EC2ResourceUtilization field's value.

func (ResourceUtilization) String

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

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

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

func (s *RightsizingRecommendation) SetAccountId(v string) *RightsizingRecommendation

SetAccountId sets the AccountId field's value.

func (*RightsizingRecommendation) SetCurrentInstance

func (s *RightsizingRecommendation) SetCurrentInstance(v *CurrentInstance) *RightsizingRecommendation

SetCurrentInstance sets the CurrentInstance field's value.

func (*RightsizingRecommendation) SetFindingReasonCodes

func (s *RightsizingRecommendation) SetFindingReasonCodes(v []*string) *RightsizingRecommendation

SetFindingReasonCodes sets the FindingReasonCodes field's value.

func (*RightsizingRecommendation) SetModifyRecommendationDetail

func (s *RightsizingRecommendation) SetModifyRecommendationDetail(v *ModifyRecommendationDetail) *RightsizingRecommendation

SetModifyRecommendationDetail sets the ModifyRecommendationDetail field's value.

func (*RightsizingRecommendation) SetRightsizingType

func (s *RightsizingRecommendation) SetRightsizingType(v string) *RightsizingRecommendation

SetRightsizingType sets the RightsizingType field's value.

func (*RightsizingRecommendation) SetTerminateRecommendationDetail

func (s *RightsizingRecommendation) SetTerminateRecommendationDetail(v *TerminateRecommendationDetail) *RightsizingRecommendation

SetTerminateRecommendationDetail sets the TerminateRecommendationDetail field's value.

func (RightsizingRecommendation) String

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

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

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

func (s *RightsizingRecommendationConfiguration) SetBenefitsConsidered(v bool) *RightsizingRecommendationConfiguration

SetBenefitsConsidered sets the BenefitsConsidered field's value.

func (*RightsizingRecommendationConfiguration) SetRecommendationTarget

func (s *RightsizingRecommendationConfiguration) SetRecommendationTarget(v string) *RightsizingRecommendationConfiguration

SetRecommendationTarget sets the RecommendationTarget field's value.

func (RightsizingRecommendationConfiguration) String

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

func (s *RightsizingRecommendationConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RightsizingRecommendationMetadata

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

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

func (s *RightsizingRecommendationMetadata) SetAdditionalMetadata(v string) *RightsizingRecommendationMetadata

SetAdditionalMetadata sets the AdditionalMetadata field's value.

func (*RightsizingRecommendationMetadata) SetGenerationTimestamp

func (s *RightsizingRecommendationMetadata) SetGenerationTimestamp(v string) *RightsizingRecommendationMetadata

SetGenerationTimestamp sets the GenerationTimestamp field's value.

func (*RightsizingRecommendationMetadata) SetLookbackPeriodInDays

func (s *RightsizingRecommendationMetadata) SetLookbackPeriodInDays(v string) *RightsizingRecommendationMetadata

SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.

func (*RightsizingRecommendationMetadata) SetRecommendationId

func (s *RightsizingRecommendationMetadata) SetRecommendationId(v string) *RightsizingRecommendationMetadata

SetRecommendationId sets the RecommendationId field's value.

func (RightsizingRecommendationMetadata) String

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

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

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

func (s *RightsizingRecommendationSummary) SetEstimatedTotalMonthlySavingsAmount(v string) *RightsizingRecommendationSummary

SetEstimatedTotalMonthlySavingsAmount sets the EstimatedTotalMonthlySavingsAmount field's value.

func (*RightsizingRecommendationSummary) SetSavingsCurrencyCode

func (s *RightsizingRecommendationSummary) SetSavingsCurrencyCode(v string) *RightsizingRecommendationSummary

SetSavingsCurrencyCode sets the SavingsCurrencyCode field's value.

func (*RightsizingRecommendationSummary) SetSavingsPercentage

func (s *RightsizingRecommendationSummary) SetSavingsPercentage(v string) *RightsizingRecommendationSummary

SetSavingsPercentage sets the SavingsPercentage field's value.

func (*RightsizingRecommendationSummary) SetTotalRecommendationCount

func (s *RightsizingRecommendationSummary) SetTotalRecommendationCount(v string) *RightsizingRecommendationSummary

SetTotalRecommendationCount sets the TotalRecommendationCount field's value.

func (RightsizingRecommendationSummary) String

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

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

func (s RootCause) 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 (*RootCause) SetLinkedAccount

func (s *RootCause) SetLinkedAccount(v string) *RootCause

SetLinkedAccount sets the LinkedAccount field's value.

func (*RootCause) SetLinkedAccountName

func (s *RootCause) SetLinkedAccountName(v string) *RootCause

SetLinkedAccountName sets the LinkedAccountName field's value.

func (*RootCause) SetRegion

func (s *RootCause) SetRegion(v string) *RootCause

SetRegion sets the Region field's value.

func (*RootCause) SetService

func (s *RootCause) SetService(v string) *RootCause

SetService sets the Service field's value.

func (*RootCause) SetUsageType

func (s *RootCause) SetUsageType(v string) *RootCause

SetUsageType sets the UsageType field's value.

func (RootCause) String

func (s RootCause) 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 SavingsPlansAmortizedCommitment

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

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

func (s *SavingsPlansAmortizedCommitment) SetAmortizedRecurringCommitment(v string) *SavingsPlansAmortizedCommitment

SetAmortizedRecurringCommitment sets the AmortizedRecurringCommitment field's value.

func (*SavingsPlansAmortizedCommitment) SetAmortizedUpfrontCommitment

func (s *SavingsPlansAmortizedCommitment) SetAmortizedUpfrontCommitment(v string) *SavingsPlansAmortizedCommitment

SetAmortizedUpfrontCommitment sets the AmortizedUpfrontCommitment field's value.

func (*SavingsPlansAmortizedCommitment) SetTotalAmortizedCommitment

func (s *SavingsPlansAmortizedCommitment) SetTotalAmortizedCommitment(v string) *SavingsPlansAmortizedCommitment

SetTotalAmortizedCommitment sets the TotalAmortizedCommitment field's value.

func (SavingsPlansAmortizedCommitment) String

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

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

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

func (s *SavingsPlansCoverage) SetAttributes(v map[string]*string) *SavingsPlansCoverage

SetAttributes sets the Attributes field's value.

func (*SavingsPlansCoverage) SetCoverage

func (s *SavingsPlansCoverage) SetCoverage(v *SavingsPlansCoverageData) *SavingsPlansCoverage

SetCoverage sets the Coverage field's value.

func (*SavingsPlansCoverage) SetTimePeriod

func (s *SavingsPlansCoverage) SetTimePeriod(v *DateInterval) *SavingsPlansCoverage

SetTimePeriod sets the TimePeriod field's value.

func (SavingsPlansCoverage) String

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

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

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

func (s *SavingsPlansCoverageData) SetCoveragePercentage(v string) *SavingsPlansCoverageData

SetCoveragePercentage sets the CoveragePercentage field's value.

func (*SavingsPlansCoverageData) SetOnDemandCost

func (s *SavingsPlansCoverageData) SetOnDemandCost(v string) *SavingsPlansCoverageData

SetOnDemandCost sets the OnDemandCost field's value.

func (*SavingsPlansCoverageData) SetSpendCoveredBySavingsPlans

func (s *SavingsPlansCoverageData) SetSpendCoveredBySavingsPlans(v string) *SavingsPlansCoverageData

SetSpendCoveredBySavingsPlans sets the SpendCoveredBySavingsPlans field's value.

func (*SavingsPlansCoverageData) SetTotalCost

func (s *SavingsPlansCoverageData) SetTotalCost(v string) *SavingsPlansCoverageData

SetTotalCost sets the TotalCost field's value.

func (SavingsPlansCoverageData) String

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

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

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

func (s *SavingsPlansDetails) SetInstanceFamily(v string) *SavingsPlansDetails

SetInstanceFamily sets the InstanceFamily field's value.

func (*SavingsPlansDetails) SetOfferingId

func (s *SavingsPlansDetails) SetOfferingId(v string) *SavingsPlansDetails

SetOfferingId sets the OfferingId field's value.

func (*SavingsPlansDetails) SetRegion

func (s *SavingsPlansDetails) SetRegion(v string) *SavingsPlansDetails

SetRegion sets the Region field's value.

func (SavingsPlansDetails) String

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

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

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

func (s *SavingsPlansPurchaseRecommendation) SetAccountScope(v string) *SavingsPlansPurchaseRecommendation

SetAccountScope sets the AccountScope field's value.

func (*SavingsPlansPurchaseRecommendation) SetLookbackPeriodInDays

func (s *SavingsPlansPurchaseRecommendation) SetLookbackPeriodInDays(v string) *SavingsPlansPurchaseRecommendation

SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.

func (*SavingsPlansPurchaseRecommendation) SetPaymentOption

func (s *SavingsPlansPurchaseRecommendation) SetPaymentOption(v string) *SavingsPlansPurchaseRecommendation

SetPaymentOption sets the PaymentOption field's value.

func (*SavingsPlansPurchaseRecommendation) SetSavingsPlansPurchaseRecommendationDetails

func (s *SavingsPlansPurchaseRecommendation) SetSavingsPlansPurchaseRecommendationDetails(v []*SavingsPlansPurchaseRecommendationDetail) *SavingsPlansPurchaseRecommendation

SetSavingsPlansPurchaseRecommendationDetails sets the SavingsPlansPurchaseRecommendationDetails field's value.

func (*SavingsPlansPurchaseRecommendation) SetSavingsPlansPurchaseRecommendationSummary

func (s *SavingsPlansPurchaseRecommendation) SetSavingsPlansPurchaseRecommendationSummary(v *SavingsPlansPurchaseRecommendationSummary) *SavingsPlansPurchaseRecommendation

SetSavingsPlansPurchaseRecommendationSummary sets the SavingsPlansPurchaseRecommendationSummary field's value.

func (*SavingsPlansPurchaseRecommendation) SetSavingsPlansType

func (s *SavingsPlansPurchaseRecommendation) SetSavingsPlansType(v string) *SavingsPlansPurchaseRecommendation

SetSavingsPlansType sets the SavingsPlansType field's value.

func (*SavingsPlansPurchaseRecommendation) SetTermInYears

func (s *SavingsPlansPurchaseRecommendation) SetTermInYears(v string) *SavingsPlansPurchaseRecommendation

SetTermInYears sets the TermInYears field's value.

func (SavingsPlansPurchaseRecommendation) String

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

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

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

func (s *SavingsPlansPurchaseRecommendationDetail) SetAccountId(v string) *SavingsPlansPurchaseRecommendationDetail

SetAccountId sets the AccountId field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetCurrencyCode

func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrencyCode(v string) *SavingsPlansPurchaseRecommendationDetail

SetCurrencyCode sets the CurrencyCode field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetCurrentAverageHourlyOnDemandSpend

func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrentAverageHourlyOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationDetail

SetCurrentAverageHourlyOnDemandSpend sets the CurrentAverageHourlyOnDemandSpend field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetCurrentMaximumHourlyOnDemandSpend

func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrentMaximumHourlyOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationDetail

SetCurrentMaximumHourlyOnDemandSpend sets the CurrentMaximumHourlyOnDemandSpend field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetCurrentMinimumHourlyOnDemandSpend

func (s *SavingsPlansPurchaseRecommendationDetail) SetCurrentMinimumHourlyOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationDetail

SetCurrentMinimumHourlyOnDemandSpend sets the CurrentMinimumHourlyOnDemandSpend field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedAverageUtilization

func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedAverageUtilization(v string) *SavingsPlansPurchaseRecommendationDetail

SetEstimatedAverageUtilization sets the EstimatedAverageUtilization field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedMonthlySavingsAmount

func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedMonthlySavingsAmount(v string) *SavingsPlansPurchaseRecommendationDetail

SetEstimatedMonthlySavingsAmount sets the EstimatedMonthlySavingsAmount field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedOnDemandCost

func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedOnDemandCost(v string) *SavingsPlansPurchaseRecommendationDetail

SetEstimatedOnDemandCost sets the EstimatedOnDemandCost field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedOnDemandCostWithCurrentCommitment

func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedOnDemandCostWithCurrentCommitment(v string) *SavingsPlansPurchaseRecommendationDetail

SetEstimatedOnDemandCostWithCurrentCommitment sets the EstimatedOnDemandCostWithCurrentCommitment field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedROI

func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedROI(v string) *SavingsPlansPurchaseRecommendationDetail

SetEstimatedROI sets the EstimatedROI field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedSPCost

func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedSPCost(v string) *SavingsPlansPurchaseRecommendationDetail

SetEstimatedSPCost sets the EstimatedSPCost field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedSavingsAmount

func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedSavingsAmount(v string) *SavingsPlansPurchaseRecommendationDetail

SetEstimatedSavingsAmount sets the EstimatedSavingsAmount field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetEstimatedSavingsPercentage

func (s *SavingsPlansPurchaseRecommendationDetail) SetEstimatedSavingsPercentage(v string) *SavingsPlansPurchaseRecommendationDetail

SetEstimatedSavingsPercentage sets the EstimatedSavingsPercentage field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetHourlyCommitmentToPurchase

func (s *SavingsPlansPurchaseRecommendationDetail) SetHourlyCommitmentToPurchase(v string) *SavingsPlansPurchaseRecommendationDetail

SetHourlyCommitmentToPurchase sets the HourlyCommitmentToPurchase field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetRecommendationDetailId

func (s *SavingsPlansPurchaseRecommendationDetail) SetRecommendationDetailId(v string) *SavingsPlansPurchaseRecommendationDetail

SetRecommendationDetailId sets the RecommendationDetailId field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetSavingsPlansDetails

func (s *SavingsPlansPurchaseRecommendationDetail) SetSavingsPlansDetails(v *SavingsPlansDetails) *SavingsPlansPurchaseRecommendationDetail

SetSavingsPlansDetails sets the SavingsPlansDetails field's value.

func (*SavingsPlansPurchaseRecommendationDetail) SetUpfrontCost

func (s *SavingsPlansPurchaseRecommendationDetail) SetUpfrontCost(v string) *SavingsPlansPurchaseRecommendationDetail

SetUpfrontCost sets the UpfrontCost field's value.

func (SavingsPlansPurchaseRecommendationDetail) String

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

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

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

func (s *SavingsPlansPurchaseRecommendationMetadata) SetAdditionalMetadata(v string) *SavingsPlansPurchaseRecommendationMetadata

SetAdditionalMetadata sets the AdditionalMetadata field's value.

func (*SavingsPlansPurchaseRecommendationMetadata) SetGenerationTimestamp

func (s *SavingsPlansPurchaseRecommendationMetadata) SetGenerationTimestamp(v string) *SavingsPlansPurchaseRecommendationMetadata

SetGenerationTimestamp sets the GenerationTimestamp field's value.

func (*SavingsPlansPurchaseRecommendationMetadata) SetRecommendationId

func (s *SavingsPlansPurchaseRecommendationMetadata) SetRecommendationId(v string) *SavingsPlansPurchaseRecommendationMetadata

SetRecommendationId sets the RecommendationId field's value.

func (SavingsPlansPurchaseRecommendationMetadata) String

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

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

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

func (s *SavingsPlansPurchaseRecommendationSummary) SetCurrencyCode(v string) *SavingsPlansPurchaseRecommendationSummary

SetCurrencyCode sets the CurrencyCode field's value.

func (*SavingsPlansPurchaseRecommendationSummary) SetCurrentOnDemandSpend

func (s *SavingsPlansPurchaseRecommendationSummary) SetCurrentOnDemandSpend(v string) *SavingsPlansPurchaseRecommendationSummary

SetCurrentOnDemandSpend sets the CurrentOnDemandSpend field's value.

func (*SavingsPlansPurchaseRecommendationSummary) SetDailyCommitmentToPurchase

func (s *SavingsPlansPurchaseRecommendationSummary) SetDailyCommitmentToPurchase(v string) *SavingsPlansPurchaseRecommendationSummary

SetDailyCommitmentToPurchase sets the DailyCommitmentToPurchase field's value.

func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedMonthlySavingsAmount

func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedMonthlySavingsAmount(v string) *SavingsPlansPurchaseRecommendationSummary

SetEstimatedMonthlySavingsAmount sets the EstimatedMonthlySavingsAmount field's value.

func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedOnDemandCostWithCurrentCommitment

func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedOnDemandCostWithCurrentCommitment(v string) *SavingsPlansPurchaseRecommendationSummary

SetEstimatedOnDemandCostWithCurrentCommitment sets the EstimatedOnDemandCostWithCurrentCommitment field's value.

func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedROI

func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedROI(v string) *SavingsPlansPurchaseRecommendationSummary

SetEstimatedROI sets the EstimatedROI field's value.

func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedSavingsAmount

func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedSavingsAmount(v string) *SavingsPlansPurchaseRecommendationSummary

SetEstimatedSavingsAmount sets the EstimatedSavingsAmount field's value.

func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedSavingsPercentage

func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedSavingsPercentage(v string) *SavingsPlansPurchaseRecommendationSummary

SetEstimatedSavingsPercentage sets the EstimatedSavingsPercentage field's value.

func (*SavingsPlansPurchaseRecommendationSummary) SetEstimatedTotalCost

func (s *SavingsPlansPurchaseRecommendationSummary) SetEstimatedTotalCost(v string) *SavingsPlansPurchaseRecommendationSummary

SetEstimatedTotalCost sets the EstimatedTotalCost field's value.

func (*SavingsPlansPurchaseRecommendationSummary) SetHourlyCommitmentToPurchase

func (s *SavingsPlansPurchaseRecommendationSummary) SetHourlyCommitmentToPurchase(v string) *SavingsPlansPurchaseRecommendationSummary

SetHourlyCommitmentToPurchase sets the HourlyCommitmentToPurchase field's value.

func (*SavingsPlansPurchaseRecommendationSummary) SetTotalRecommendationCount

func (s *SavingsPlansPurchaseRecommendationSummary) SetTotalRecommendationCount(v string) *SavingsPlansPurchaseRecommendationSummary

SetTotalRecommendationCount sets the TotalRecommendationCount field's value.

func (SavingsPlansPurchaseRecommendationSummary) String

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

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

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

func (s *SavingsPlansSavings) SetNetSavings(v string) *SavingsPlansSavings

SetNetSavings sets the NetSavings field's value.

func (*SavingsPlansSavings) SetOnDemandCostEquivalent

func (s *SavingsPlansSavings) SetOnDemandCostEquivalent(v string) *SavingsPlansSavings

SetOnDemandCostEquivalent sets the OnDemandCostEquivalent field's value.

func (SavingsPlansSavings) String

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

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

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

func (s *SavingsPlansUtilization) SetTotalCommitment(v string) *SavingsPlansUtilization

SetTotalCommitment sets the TotalCommitment field's value.

func (*SavingsPlansUtilization) SetUnusedCommitment

func (s *SavingsPlansUtilization) SetUnusedCommitment(v string) *SavingsPlansUtilization

SetUnusedCommitment sets the UnusedCommitment field's value.

func (*SavingsPlansUtilization) SetUsedCommitment

func (s *SavingsPlansUtilization) SetUsedCommitment(v string) *SavingsPlansUtilization

SetUsedCommitment sets the UsedCommitment field's value.

func (*SavingsPlansUtilization) SetUtilizationPercentage

func (s *SavingsPlansUtilization) SetUtilizationPercentage(v string) *SavingsPlansUtilization

SetUtilizationPercentage sets the UtilizationPercentage field's value.

func (SavingsPlansUtilization) String

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

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

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

func (s *SavingsPlansUtilizationAggregates) SetAmortizedCommitment(v *SavingsPlansAmortizedCommitment) *SavingsPlansUtilizationAggregates

SetAmortizedCommitment sets the AmortizedCommitment field's value.

func (*SavingsPlansUtilizationAggregates) SetSavings

func (s *SavingsPlansUtilizationAggregates) SetSavings(v *SavingsPlansSavings) *SavingsPlansUtilizationAggregates

SetSavings sets the Savings field's value.

func (*SavingsPlansUtilizationAggregates) SetUtilization

func (s *SavingsPlansUtilizationAggregates) SetUtilization(v *SavingsPlansUtilization) *SavingsPlansUtilizationAggregates

SetUtilization sets the Utilization field's value.

func (SavingsPlansUtilizationAggregates) String

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

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

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

func (s *SavingsPlansUtilizationByTime) SetAmortizedCommitment(v *SavingsPlansAmortizedCommitment) *SavingsPlansUtilizationByTime

SetAmortizedCommitment sets the AmortizedCommitment field's value.

func (*SavingsPlansUtilizationByTime) SetSavings

func (s *SavingsPlansUtilizationByTime) SetSavings(v *SavingsPlansSavings) *SavingsPlansUtilizationByTime

SetSavings sets the Savings field's value.

func (*SavingsPlansUtilizationByTime) SetTimePeriod

func (s *SavingsPlansUtilizationByTime) SetTimePeriod(v *DateInterval) *SavingsPlansUtilizationByTime

SetTimePeriod sets the TimePeriod field's value.

func (*SavingsPlansUtilizationByTime) SetUtilization

func (s *SavingsPlansUtilizationByTime) SetUtilization(v *SavingsPlansUtilization) *SavingsPlansUtilizationByTime

SetUtilization sets the Utilization field's value.

func (SavingsPlansUtilizationByTime) String

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

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

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

func (s *SavingsPlansUtilizationDetail) SetAmortizedCommitment(v *SavingsPlansAmortizedCommitment) *SavingsPlansUtilizationDetail

SetAmortizedCommitment sets the AmortizedCommitment field's value.

func (*SavingsPlansUtilizationDetail) SetAttributes

func (s *SavingsPlansUtilizationDetail) SetAttributes(v map[string]*string) *SavingsPlansUtilizationDetail

SetAttributes sets the Attributes field's value.

func (*SavingsPlansUtilizationDetail) SetSavings

func (s *SavingsPlansUtilizationDetail) SetSavings(v *SavingsPlansSavings) *SavingsPlansUtilizationDetail

SetSavings sets the Savings field's value.

func (*SavingsPlansUtilizationDetail) SetSavingsPlanArn

func (s *SavingsPlansUtilizationDetail) SetSavingsPlanArn(v string) *SavingsPlansUtilizationDetail

SetSavingsPlanArn sets the SavingsPlanArn field's value.

func (*SavingsPlansUtilizationDetail) SetUtilization

func (s *SavingsPlansUtilizationDetail) SetUtilization(v *SavingsPlansUtilization) *SavingsPlansUtilizationDetail

SetUtilization sets the Utilization field's value.

func (SavingsPlansUtilizationDetail) String

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

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

func (s *ServiceQuotaExceededException) Code() string

Code returns the exception type name.

func (*ServiceQuotaExceededException) Error

func (s *ServiceQuotaExceededException) Error() string

func (ServiceQuotaExceededException) GoString

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

func (s *ServiceQuotaExceededException) Message() string

Message returns the exception's message.

func (*ServiceQuotaExceededException) OrigErr

func (s *ServiceQuotaExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceQuotaExceededException) RequestID

func (s *ServiceQuotaExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceQuotaExceededException) StatusCode

func (s *ServiceQuotaExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ServiceQuotaExceededException) String

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

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

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

func (s *ServiceSpecification) SetEC2Specification(v *EC2Specification) *ServiceSpecification

SetEC2Specification sets the EC2Specification field's value.

func (ServiceSpecification) String

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

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

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

func (s *SortDefinition) SetKey(v string) *SortDefinition

SetKey sets the Key field's value.

func (*SortDefinition) SetSortOrder

func (s *SortDefinition) SetSortOrder(v string) *SortDefinition

SetSortOrder sets the SortOrder field's value.

func (SortDefinition) String

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

func (s *SortDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartSavingsPlansPurchaseRecommendationGenerationInput

type StartSavingsPlansPurchaseRecommendationGenerationInput struct {
    // contains filtered or unexported fields
}

func (StartSavingsPlansPurchaseRecommendationGenerationInput) GoString

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

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

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

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

func (s *StartSavingsPlansPurchaseRecommendationGenerationOutput) SetEstimatedCompletionTime(v string) *StartSavingsPlansPurchaseRecommendationGenerationOutput

SetEstimatedCompletionTime sets the EstimatedCompletionTime field's value.

func (*StartSavingsPlansPurchaseRecommendationGenerationOutput) SetGenerationStartedTime

func (s *StartSavingsPlansPurchaseRecommendationGenerationOutput) SetGenerationStartedTime(v string) *StartSavingsPlansPurchaseRecommendationGenerationOutput

SetGenerationStartedTime sets the GenerationStartedTime field's value.

func (*StartSavingsPlansPurchaseRecommendationGenerationOutput) SetRecommendationId

func (s *StartSavingsPlansPurchaseRecommendationGenerationOutput) SetRecommendationId(v string) *StartSavingsPlansPurchaseRecommendationGenerationOutput

SetRecommendationId sets the RecommendationId field's value.

func (StartSavingsPlansPurchaseRecommendationGenerationOutput) String

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

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

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

func (s *Subscriber) SetAddress(v string) *Subscriber

SetAddress sets the Address field's value.

func (*Subscriber) SetStatus

func (s *Subscriber) SetStatus(v string) *Subscriber

SetStatus sets the Status field's value.

func (*Subscriber) SetType

func (s *Subscriber) SetType(v string) *Subscriber

SetType sets the Type field's value.

func (Subscriber) String

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

func (s *Subscriber) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceInput

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

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

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetResourceTags

func (s *TagResourceInput) SetResourceTags(v []*ResourceTag) *TagResourceInput

SetResourceTags sets the ResourceTags field's value.

func (TagResourceInput) String

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

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {
    // contains filtered or unexported fields
}

func (TagResourceOutput) GoString

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

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

func (s TagValues) 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 (*TagValues) SetKey

func (s *TagValues) SetKey(v string) *TagValues

SetKey sets the Key field's value.

func (*TagValues) SetMatchOptions

func (s *TagValues) SetMatchOptions(v []*string) *TagValues

SetMatchOptions sets the MatchOptions field's value.

func (*TagValues) SetValues

func (s *TagValues) SetValues(v []*string) *TagValues

SetValues sets the Values field's value.

func (TagValues) String

func (s TagValues) 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 TargetInstance

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

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

func (s *TargetInstance) SetCurrencyCode(v string) *TargetInstance

SetCurrencyCode sets the CurrencyCode field's value.

func (*TargetInstance) SetDefaultTargetInstance

func (s *TargetInstance) SetDefaultTargetInstance(v bool) *TargetInstance

SetDefaultTargetInstance sets the DefaultTargetInstance field's value.

func (*TargetInstance) SetEstimatedMonthlyCost

func (s *TargetInstance) SetEstimatedMonthlyCost(v string) *TargetInstance

SetEstimatedMonthlyCost sets the EstimatedMonthlyCost field's value.

func (*TargetInstance) SetEstimatedMonthlySavings

func (s *TargetInstance) SetEstimatedMonthlySavings(v string) *TargetInstance

SetEstimatedMonthlySavings sets the EstimatedMonthlySavings field's value.

func (*TargetInstance) SetExpectedResourceUtilization

func (s *TargetInstance) SetExpectedResourceUtilization(v *ResourceUtilization) *TargetInstance

SetExpectedResourceUtilization sets the ExpectedResourceUtilization field's value.

func (*TargetInstance) SetPlatformDifferences

func (s *TargetInstance) SetPlatformDifferences(v []*string) *TargetInstance

SetPlatformDifferences sets the PlatformDifferences field's value.

func (*TargetInstance) SetResourceDetails

func (s *TargetInstance) SetResourceDetails(v *ResourceDetails) *TargetInstance

SetResourceDetails sets the ResourceDetails field's value.

func (TargetInstance) String

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

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

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

func (s *TerminateRecommendationDetail) SetCurrencyCode(v string) *TerminateRecommendationDetail

SetCurrencyCode sets the CurrencyCode field's value.

func (*TerminateRecommendationDetail) SetEstimatedMonthlySavings

func (s *TerminateRecommendationDetail) SetEstimatedMonthlySavings(v string) *TerminateRecommendationDetail

SetEstimatedMonthlySavings sets the EstimatedMonthlySavings field's value.

func (TerminateRecommendationDetail) String

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

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

func (s *TooManyTagsException) Code() string

Code returns the exception type name.

func (*TooManyTagsException) Error

func (s *TooManyTagsException) Error() string

func (TooManyTagsException) GoString

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

func (s *TooManyTagsException) Message() string

Message returns the exception's message.

func (*TooManyTagsException) OrigErr

func (s *TooManyTagsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*TooManyTagsException) RequestID

func (s *TooManyTagsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*TooManyTagsException) StatusCode

func (s *TooManyTagsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (TooManyTagsException) String

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

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

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

func (s *TotalImpactFilter) SetEndValue(v float64) *TotalImpactFilter

SetEndValue sets the EndValue field's value.

func (*TotalImpactFilter) SetNumericOperator

func (s *TotalImpactFilter) SetNumericOperator(v string) *TotalImpactFilter

SetNumericOperator sets the NumericOperator field's value.

func (*TotalImpactFilter) SetStartValue

func (s *TotalImpactFilter) SetStartValue(v float64) *TotalImpactFilter

SetStartValue sets the StartValue field's value.

func (TotalImpactFilter) String

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

func (s *TotalImpactFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnknownMonitorException

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

func (s *UnknownMonitorException) Code() string

Code returns the exception type name.

func (*UnknownMonitorException) Error

func (s *UnknownMonitorException) Error() string

func (UnknownMonitorException) GoString

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

func (s *UnknownMonitorException) Message() string

Message returns the exception's message.

func (*UnknownMonitorException) OrigErr

func (s *UnknownMonitorException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnknownMonitorException) RequestID

func (s *UnknownMonitorException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnknownMonitorException) StatusCode

func (s *UnknownMonitorException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnknownMonitorException) String

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

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

func (s *UnknownSubscriptionException) Code() string

Code returns the exception type name.

func (*UnknownSubscriptionException) Error

func (s *UnknownSubscriptionException) Error() string

func (UnknownSubscriptionException) GoString

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

func (s *UnknownSubscriptionException) Message() string

Message returns the exception's message.

func (*UnknownSubscriptionException) OrigErr

func (s *UnknownSubscriptionException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnknownSubscriptionException) RequestID

func (s *UnknownSubscriptionException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnknownSubscriptionException) StatusCode

func (s *UnknownSubscriptionException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnknownSubscriptionException) String

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

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

func (s *UnresolvableUsageUnitException) Code() string

Code returns the exception type name.

func (*UnresolvableUsageUnitException) Error

func (s *UnresolvableUsageUnitException) Error() string

func (UnresolvableUsageUnitException) GoString

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

func (s *UnresolvableUsageUnitException) Message() string

Message returns the exception's message.

func (*UnresolvableUsageUnitException) OrigErr

func (s *UnresolvableUsageUnitException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UnresolvableUsageUnitException) RequestID

func (s *UnresolvableUsageUnitException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UnresolvableUsageUnitException) StatusCode

func (s *UnresolvableUsageUnitException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (UnresolvableUsageUnitException) String

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

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

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

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetResourceTagKeys

func (s *UntagResourceInput) SetResourceTagKeys(v []*string) *UntagResourceInput

SetResourceTagKeys sets the ResourceTagKeys field's value.

func (UntagResourceInput) String

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

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {
    // contains filtered or unexported fields
}

func (UntagResourceOutput) GoString

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

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

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

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

func (s *UpdateAnomalyMonitorInput) SetMonitorArn(v string) *UpdateAnomalyMonitorInput

SetMonitorArn sets the MonitorArn field's value.

func (*UpdateAnomalyMonitorInput) SetMonitorName

func (s *UpdateAnomalyMonitorInput) SetMonitorName(v string) *UpdateAnomalyMonitorInput

SetMonitorName sets the MonitorName field's value.

func (UpdateAnomalyMonitorInput) String

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

func (s *UpdateAnomalyMonitorInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAnomalyMonitorOutput

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

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

func (s *UpdateAnomalyMonitorOutput) SetMonitorArn(v string) *UpdateAnomalyMonitorOutput

SetMonitorArn sets the MonitorArn field's value.

func (UpdateAnomalyMonitorOutput) String

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

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

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

func (s *UpdateAnomalySubscriptionInput) SetFrequency(v string) *UpdateAnomalySubscriptionInput

SetFrequency sets the Frequency field's value.

func (*UpdateAnomalySubscriptionInput) SetMonitorArnList

func (s *UpdateAnomalySubscriptionInput) SetMonitorArnList(v []*string) *UpdateAnomalySubscriptionInput

SetMonitorArnList sets the MonitorArnList field's value.

func (*UpdateAnomalySubscriptionInput) SetSubscribers

func (s *UpdateAnomalySubscriptionInput) SetSubscribers(v []*Subscriber) *UpdateAnomalySubscriptionInput

SetSubscribers sets the Subscribers field's value.

func (*UpdateAnomalySubscriptionInput) SetSubscriptionArn

func (s *UpdateAnomalySubscriptionInput) SetSubscriptionArn(v string) *UpdateAnomalySubscriptionInput

SetSubscriptionArn sets the SubscriptionArn field's value.

func (*UpdateAnomalySubscriptionInput) SetSubscriptionName

func (s *UpdateAnomalySubscriptionInput) SetSubscriptionName(v string) *UpdateAnomalySubscriptionInput

SetSubscriptionName sets the SubscriptionName field's value.

func (*UpdateAnomalySubscriptionInput) SetThreshold

func (s *UpdateAnomalySubscriptionInput) SetThreshold(v float64) *UpdateAnomalySubscriptionInput

SetThreshold sets the Threshold field's value.

func (*UpdateAnomalySubscriptionInput) SetThresholdExpression

func (s *UpdateAnomalySubscriptionInput) SetThresholdExpression(v *Expression) *UpdateAnomalySubscriptionInput

SetThresholdExpression sets the ThresholdExpression field's value.

func (UpdateAnomalySubscriptionInput) String

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

func (s *UpdateAnomalySubscriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAnomalySubscriptionOutput

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

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

func (s *UpdateAnomalySubscriptionOutput) SetSubscriptionArn(v string) *UpdateAnomalySubscriptionOutput

SetSubscriptionArn sets the SubscriptionArn field's value.

func (UpdateAnomalySubscriptionOutput) String

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

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

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

func (s *UpdateCostAllocationTagsStatusError) SetCode(v string) *UpdateCostAllocationTagsStatusError

SetCode sets the Code field's value.

func (*UpdateCostAllocationTagsStatusError) SetMessage

func (s *UpdateCostAllocationTagsStatusError) SetMessage(v string) *UpdateCostAllocationTagsStatusError

SetMessage sets the Message field's value.

func (*UpdateCostAllocationTagsStatusError) SetTagKey

func (s *UpdateCostAllocationTagsStatusError) SetTagKey(v string) *UpdateCostAllocationTagsStatusError

SetTagKey sets the TagKey field's value.

func (UpdateCostAllocationTagsStatusError) String

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

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

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

func (s *UpdateCostAllocationTagsStatusInput) SetCostAllocationTagsStatus(v []*CostAllocationTagStatusEntry) *UpdateCostAllocationTagsStatusInput

SetCostAllocationTagsStatus sets the CostAllocationTagsStatus field's value.

func (UpdateCostAllocationTagsStatusInput) String

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

func (s *UpdateCostAllocationTagsStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateCostAllocationTagsStatusOutput

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

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

func (s *UpdateCostAllocationTagsStatusOutput) SetErrors(v []*UpdateCostAllocationTagsStatusError) *UpdateCostAllocationTagsStatusOutput

SetErrors sets the Errors field's value.

func (UpdateCostAllocationTagsStatusOutput) String

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

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

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

func (s *UpdateCostCategoryDefinitionInput) SetCostCategoryArn(v string) *UpdateCostCategoryDefinitionInput

SetCostCategoryArn sets the CostCategoryArn field's value.

func (*UpdateCostCategoryDefinitionInput) SetDefaultValue

func (s *UpdateCostCategoryDefinitionInput) SetDefaultValue(v string) *UpdateCostCategoryDefinitionInput

SetDefaultValue sets the DefaultValue field's value.

func (*UpdateCostCategoryDefinitionInput) SetEffectiveStart

func (s *UpdateCostCategoryDefinitionInput) SetEffectiveStart(v string) *UpdateCostCategoryDefinitionInput

SetEffectiveStart sets the EffectiveStart field's value.

func (*UpdateCostCategoryDefinitionInput) SetRuleVersion

func (s *UpdateCostCategoryDefinitionInput) SetRuleVersion(v string) *UpdateCostCategoryDefinitionInput

SetRuleVersion sets the RuleVersion field's value.

func (*UpdateCostCategoryDefinitionInput) SetRules

func (s *UpdateCostCategoryDefinitionInput) SetRules(v []*CostCategoryRule) *UpdateCostCategoryDefinitionInput

SetRules sets the Rules field's value.

func (*UpdateCostCategoryDefinitionInput) SetSplitChargeRules

func (s *UpdateCostCategoryDefinitionInput) SetSplitChargeRules(v []*CostCategorySplitChargeRule) *UpdateCostCategoryDefinitionInput

SetSplitChargeRules sets the SplitChargeRules field's value.

func (UpdateCostCategoryDefinitionInput) String

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

func (s *UpdateCostCategoryDefinitionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateCostCategoryDefinitionOutput

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

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

func (s *UpdateCostCategoryDefinitionOutput) SetCostCategoryArn(v string) *UpdateCostCategoryDefinitionOutput

SetCostCategoryArn sets the CostCategoryArn field's value.

func (*UpdateCostCategoryDefinitionOutput) SetEffectiveStart

func (s *UpdateCostCategoryDefinitionOutput) SetEffectiveStart(v string) *UpdateCostCategoryDefinitionOutput

SetEffectiveStart sets the EffectiveStart field's value.

func (UpdateCostCategoryDefinitionOutput) String

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".