func AccountScope_Values() []string
AccountScope_Values returns all elements of the AccountScope enum
func AnomalyFeedbackType_Values() []string
AnomalyFeedbackType_Values returns all elements of the AnomalyFeedbackType enum
func AnomalySubscriptionFrequency_Values() []string
AnomalySubscriptionFrequency_Values returns all elements of the AnomalySubscriptionFrequency enum
func ApproximationDimension_Values() []string
ApproximationDimension_Values returns all elements of the ApproximationDimension enum
func Context_Values() []string
Context_Values returns all elements of the Context enum
func CostAllocationTagBackfillStatus_Values() []string
CostAllocationTagBackfillStatus_Values returns all elements of the CostAllocationTagBackfillStatus enum
func CostAllocationTagStatus_Values() []string
CostAllocationTagStatus_Values returns all elements of the CostAllocationTagStatus enum
func CostAllocationTagType_Values() []string
CostAllocationTagType_Values returns all elements of the CostAllocationTagType enum
func CostCategoryInheritedValueDimensionName_Values() []string
CostCategoryInheritedValueDimensionName_Values returns all elements of the CostCategoryInheritedValueDimensionName enum
func CostCategoryRuleType_Values() []string
CostCategoryRuleType_Values returns all elements of the CostCategoryRuleType enum
func CostCategoryRuleVersion_Values() []string
CostCategoryRuleVersion_Values returns all elements of the CostCategoryRuleVersion enum
func CostCategorySplitChargeMethod_Values() []string
CostCategorySplitChargeMethod_Values returns all elements of the CostCategorySplitChargeMethod enum
func CostCategorySplitChargeRuleParameterType_Values() []string
CostCategorySplitChargeRuleParameterType_Values returns all elements of the CostCategorySplitChargeRuleParameterType enum
func CostCategoryStatusComponent_Values() []string
CostCategoryStatusComponent_Values returns all elements of the CostCategoryStatusComponent enum
func CostCategoryStatus_Values() []string
CostCategoryStatus_Values returns all elements of the CostCategoryStatus enum
func Dimension_Values() []string
Dimension_Values returns all elements of the Dimension enum
func FindingReasonCode_Values() []string
FindingReasonCode_Values returns all elements of the FindingReasonCode enum
func GenerationStatus_Values() []string
GenerationStatus_Values returns all elements of the GenerationStatus enum
func Granularity_Values() []string
Granularity_Values returns all elements of the Granularity enum
func GroupDefinitionType_Values() []string
GroupDefinitionType_Values returns all elements of the GroupDefinitionType enum
func LookbackPeriodInDays_Values() []string
LookbackPeriodInDays_Values returns all elements of the LookbackPeriodInDays enum
func MatchOption_Values() []string
MatchOption_Values returns all elements of the MatchOption enum
func Metric_Values() []string
Metric_Values returns all elements of the Metric enum
func MonitorDimension_Values() []string
MonitorDimension_Values returns all elements of the MonitorDimension enum
func MonitorType_Values() []string
MonitorType_Values returns all elements of the MonitorType enum
func NumericOperator_Values() []string
NumericOperator_Values returns all elements of the NumericOperator enum
func OfferingClass_Values() []string
OfferingClass_Values returns all elements of the OfferingClass enum
func PaymentOption_Values() []string
PaymentOption_Values returns all elements of the PaymentOption enum
func PlatformDifference_Values() []string
PlatformDifference_Values returns all elements of the PlatformDifference enum
func RecommendationTarget_Values() []string
RecommendationTarget_Values returns all elements of the RecommendationTarget enum
func RightsizingType_Values() []string
RightsizingType_Values returns all elements of the RightsizingType enum
func SavingsPlansDataType_Values() []string
SavingsPlansDataType_Values returns all elements of the SavingsPlansDataType enum
func SortOrder_Values() []string
SortOrder_Values returns all elements of the SortOrder enum
func SubscriberStatus_Values() []string
SubscriberStatus_Values returns all elements of the SubscriberStatus enum
func SubscriberType_Values() []string
SubscriberType_Values returns all elements of the SubscriberType enum
func SupportedSavingsPlansType_Values() []string
SupportedSavingsPlansType_Values returns all elements of the SupportedSavingsPlansType enum
func TermInYears_Values() []string
TermInYears_Values returns all elements of the TermInYears enum
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 (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 (s *Anomaly) SetAnomalyEndDate(v string) *Anomaly
SetAnomalyEndDate sets the AnomalyEndDate field's value.
func (s *Anomaly) SetAnomalyId(v string) *Anomaly
SetAnomalyId sets the AnomalyId field's value.
func (s *Anomaly) SetAnomalyScore(v *AnomalyScore) *Anomaly
SetAnomalyScore sets the AnomalyScore field's value.
func (s *Anomaly) SetAnomalyStartDate(v string) *Anomaly
SetAnomalyStartDate sets the AnomalyStartDate field's value.
func (s *Anomaly) SetDimensionValue(v string) *Anomaly
SetDimensionValue sets the DimensionValue field's value.
func (s *Anomaly) SetFeedback(v string) *Anomaly
SetFeedback sets the Feedback field's value.
func (s *Anomaly) SetImpact(v *Impact) *Anomaly
SetImpact sets the Impact field's value.
func (s *Anomaly) SetMonitorArn(v string) *Anomaly
SetMonitorArn sets the MonitorArn field's value.
func (s *Anomaly) SetRootCauses(v []*RootCause) *Anomaly
SetRootCauses sets the RootCauses field's value.
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 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 (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 (s *AnomalyDateInterval) SetEndDate(v string) *AnomalyDateInterval
SetEndDate sets the EndDate field's value.
func (s *AnomalyDateInterval) SetStartDate(v string) *AnomalyDateInterval
SetStartDate sets the StartDate field's value.
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 (s *AnomalyDateInterval) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *AnomalyMonitor) SetCreationDate(v string) *AnomalyMonitor
SetCreationDate sets the CreationDate field's value.
func (s *AnomalyMonitor) SetDimensionalValueCount(v int64) *AnomalyMonitor
SetDimensionalValueCount sets the DimensionalValueCount field's value.
func (s *AnomalyMonitor) SetLastEvaluatedDate(v string) *AnomalyMonitor
SetLastEvaluatedDate sets the LastEvaluatedDate field's value.
func (s *AnomalyMonitor) SetLastUpdatedDate(v string) *AnomalyMonitor
SetLastUpdatedDate sets the LastUpdatedDate field's value.
func (s *AnomalyMonitor) SetMonitorArn(v string) *AnomalyMonitor
SetMonitorArn sets the MonitorArn field's value.
func (s *AnomalyMonitor) SetMonitorDimension(v string) *AnomalyMonitor
SetMonitorDimension sets the MonitorDimension field's value.
func (s *AnomalyMonitor) SetMonitorName(v string) *AnomalyMonitor
SetMonitorName sets the MonitorName field's value.
func (s *AnomalyMonitor) SetMonitorSpecification(v *Expression) *AnomalyMonitor
SetMonitorSpecification sets the MonitorSpecification field's value.
func (s *AnomalyMonitor) SetMonitorType(v string) *AnomalyMonitor
SetMonitorType sets the MonitorType field's value.
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 (s *AnomalyMonitor) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *AnomalyScore) SetCurrentScore(v float64) *AnomalyScore
SetCurrentScore sets the CurrentScore field's value.
func (s *AnomalyScore) SetMaxScore(v float64) *AnomalyScore
SetMaxScore sets the MaxScore field's value.
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 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 (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 (s *AnomalySubscription) SetAccountId(v string) *AnomalySubscription
SetAccountId sets the AccountId field's value.
func (s *AnomalySubscription) SetFrequency(v string) *AnomalySubscription
SetFrequency sets the Frequency field's value.
func (s *AnomalySubscription) SetMonitorArnList(v []*string) *AnomalySubscription
SetMonitorArnList sets the MonitorArnList field's value.
func (s *AnomalySubscription) SetSubscribers(v []*Subscriber) *AnomalySubscription
SetSubscribers sets the Subscribers field's value.
func (s *AnomalySubscription) SetSubscriptionArn(v string) *AnomalySubscription
SetSubscriptionArn sets the SubscriptionArn field's value.
func (s *AnomalySubscription) SetSubscriptionName(v string) *AnomalySubscription
SetSubscriptionName sets the SubscriptionName field's value.
func (s *AnomalySubscription) SetThreshold(v float64) *AnomalySubscription
SetThreshold sets the Threshold field's value.
func (s *AnomalySubscription) SetThresholdExpression(v *Expression) *AnomalySubscription
SetThresholdExpression sets the ThresholdExpression field's value.
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 (s *AnomalySubscription) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BackfillLimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
A request to backfill is already in progress. Once the previous request is complete, you can create another request.
func (s *BackfillLimitExceededException) Code() string
Code returns the exception type name.
func (s *BackfillLimitExceededException) Error() string
func (s BackfillLimitExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BackfillLimitExceededException) Message() string
Message returns the exception's message.
func (s *BackfillLimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *BackfillLimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *BackfillLimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s BackfillLimitExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BillExpirationException 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 (s *BillExpirationException) Code() string
Code returns the exception type name.
func (s *BillExpirationException) Error() string
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 (s *BillExpirationException) Message() string
Message returns the exception's message.
func (s *BillExpirationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *BillExpirationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *BillExpirationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (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 (s *CostAllocationTag) SetLastUpdatedDate(v string) *CostAllocationTag
SetLastUpdatedDate sets the LastUpdatedDate field's value.
func (s *CostAllocationTag) SetLastUsedDate(v string) *CostAllocationTag
SetLastUsedDate sets the LastUsedDate field's value.
func (s *CostAllocationTag) SetStatus(v string) *CostAllocationTag
SetStatus sets the Status field's value.
func (s *CostAllocationTag) SetTagKey(v string) *CostAllocationTag
SetTagKey sets the TagKey field's value.
func (s *CostAllocationTag) SetType(v string) *CostAllocationTag
SetType sets the Type field's value.
func (s CostAllocationTag) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CostAllocationTagBackfillRequest struct { // The date the backfill starts from. BackfillFrom *string `min:"20" type:"string"` // The status of the cost allocation tag backfill request. BackfillStatus *string `type:"string" enum:"CostAllocationTagBackfillStatus"` // The backfill completion time. CompletedAt *string `min:"20" type:"string"` // The time when the backfill status was last updated. LastUpdatedAt *string `min:"20" type:"string"` // The time when the backfill was requested. RequestedAt *string `min:"20" type:"string"` // contains filtered or unexported fields }
The cost allocation tag backfill request structure that contains metadata and details of a certain backfill.
func (s CostAllocationTagBackfillRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CostAllocationTagBackfillRequest) SetBackfillFrom(v string) *CostAllocationTagBackfillRequest
SetBackfillFrom sets the BackfillFrom field's value.
func (s *CostAllocationTagBackfillRequest) SetBackfillStatus(v string) *CostAllocationTagBackfillRequest
SetBackfillStatus sets the BackfillStatus field's value.
func (s *CostAllocationTagBackfillRequest) SetCompletedAt(v string) *CostAllocationTagBackfillRequest
SetCompletedAt sets the CompletedAt field's value.
func (s *CostAllocationTagBackfillRequest) SetLastUpdatedAt(v string) *CostAllocationTagBackfillRequest
SetLastUpdatedAt sets the LastUpdatedAt field's value.
func (s *CostAllocationTagBackfillRequest) SetRequestedAt(v string) *CostAllocationTagBackfillRequest
SetRequestedAt sets the RequestedAt field's value.
func (s CostAllocationTagBackfillRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CostAllocationTagStatusEntry 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 (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 (s *CostAllocationTagStatusEntry) SetStatus(v string) *CostAllocationTagStatusEntry
SetStatus sets the Status field's value.
func (s *CostAllocationTagStatusEntry) SetTagKey(v string) *CostAllocationTagStatusEntry
SetTagKey sets the TagKey field's value.
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 (s *CostAllocationTagStatusEntry) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *CostCategory) SetCostCategoryArn(v string) *CostCategory
SetCostCategoryArn sets the CostCategoryArn field's value.
func (s *CostCategory) SetDefaultValue(v string) *CostCategory
SetDefaultValue sets the DefaultValue field's value.
func (s *CostCategory) SetEffectiveEnd(v string) *CostCategory
SetEffectiveEnd sets the EffectiveEnd field's value.
func (s *CostCategory) SetEffectiveStart(v string) *CostCategory
SetEffectiveStart sets the EffectiveStart field's value.
func (s *CostCategory) SetName(v string) *CostCategory
SetName sets the Name field's value.
func (s *CostCategory) SetProcessingStatus(v []*CostCategoryProcessingStatus) *CostCategory
SetProcessingStatus sets the ProcessingStatus field's value.
func (s *CostCategory) SetRuleVersion(v string) *CostCategory
SetRuleVersion sets the RuleVersion field's value.
func (s *CostCategory) SetRules(v []*CostCategoryRule) *CostCategory
SetRules sets the Rules field's value.
func (s *CostCategory) SetSplitChargeRules(v []*CostCategorySplitChargeRule) *CostCategory
SetSplitChargeRules sets the SplitChargeRules field's value.
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 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 (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 (s *CostCategoryInheritedValueDimension) SetDimensionKey(v string) *CostCategoryInheritedValueDimension
SetDimensionKey sets the DimensionKey field's value.
func (s *CostCategoryInheritedValueDimension) SetDimensionName(v string) *CostCategoryInheritedValueDimension
SetDimensionName sets the DimensionName field's value.
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 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 (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 (s *CostCategoryProcessingStatus) SetComponent(v string) *CostCategoryProcessingStatus
SetComponent sets the Component field's value.
func (s *CostCategoryProcessingStatus) SetStatus(v string) *CostCategoryProcessingStatus
SetStatus sets the Status field's value.
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 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 (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 (s *CostCategoryReference) SetCostCategoryArn(v string) *CostCategoryReference
SetCostCategoryArn sets the CostCategoryArn field's value.
func (s *CostCategoryReference) SetDefaultValue(v string) *CostCategoryReference
SetDefaultValue sets the DefaultValue field's value.
func (s *CostCategoryReference) SetEffectiveEnd(v string) *CostCategoryReference
SetEffectiveEnd sets the EffectiveEnd field's value.
func (s *CostCategoryReference) SetEffectiveStart(v string) *CostCategoryReference
SetEffectiveStart sets the EffectiveStart field's value.
func (s *CostCategoryReference) SetName(v string) *CostCategoryReference
SetName sets the Name field's value.
func (s *CostCategoryReference) SetNumberOfRules(v int64) *CostCategoryReference
SetNumberOfRules sets the NumberOfRules field's value.
func (s *CostCategoryReference) SetProcessingStatus(v []*CostCategoryProcessingStatus) *CostCategoryReference
SetProcessingStatus sets the ProcessingStatus field's value.
func (s *CostCategoryReference) SetValues(v []*string) *CostCategoryReference
SetValues sets the Values field's value.
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 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 (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 (s *CostCategoryRule) SetInheritedValue(v *CostCategoryInheritedValueDimension) *CostCategoryRule
SetInheritedValue sets the InheritedValue field's value.
func (s *CostCategoryRule) SetRule(v *Expression) *CostCategoryRule
SetRule sets the Rule field's value.
func (s *CostCategoryRule) SetType(v string) *CostCategoryRule
SetType sets the Type field's value.
func (s *CostCategoryRule) SetValue(v string) *CostCategoryRule
SetValue sets the Value field's value.
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 (s *CostCategoryRule) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *CostCategorySplitChargeRule) SetMethod(v string) *CostCategorySplitChargeRule
SetMethod sets the Method field's value.
func (s *CostCategorySplitChargeRule) SetParameters(v []*CostCategorySplitChargeRuleParameter) *CostCategorySplitChargeRule
SetParameters sets the Parameters field's value.
func (s *CostCategorySplitChargeRule) SetSource(v string) *CostCategorySplitChargeRule
SetSource sets the Source field's value.
func (s *CostCategorySplitChargeRule) SetTargets(v []*string) *CostCategorySplitChargeRule
SetTargets sets the Targets field's value.
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 (s *CostCategorySplitChargeRule) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *CostCategorySplitChargeRuleParameter) SetType(v string) *CostCategorySplitChargeRuleParameter
SetType sets the Type field's value.
func (s *CostCategorySplitChargeRuleParameter) SetValues(v []*string) *CostCategorySplitChargeRuleParameter
SetValues sets the Values field's value.
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 (s *CostCategorySplitChargeRuleParameter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *CostCategoryValues) SetKey(v string) *CostCategoryValues
SetKey sets the Key field's value.
func (s *CostCategoryValues) SetMatchOptions(v []*string) *CostCategoryValues
SetMatchOptions sets the MatchOptions field's value.
func (s *CostCategoryValues) SetValues(v []*string) *CostCategoryValues
SetValues sets the Values field's value.
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 (s *CostCategoryValues) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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(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 (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:
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/CreateAnomalyMonitor
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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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.
Hourly granularity is only available for EC2-Instances (Elastic Compute Cloud) resource-level data. All other resource-level data is available at daily granularity.
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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (c *CostExplorer) ListCostAllocationTagBackfillHistory(input *ListCostAllocationTagBackfillHistoryInput) (*ListCostAllocationTagBackfillHistoryOutput, error)
ListCostAllocationTagBackfillHistory API operation for AWS Cost Explorer Service.
Retrieves a list of your historical cost allocation tag backfill requests.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation ListCostAllocationTagBackfillHistory for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListCostAllocationTagBackfillHistory
func (c *CostExplorer) ListCostAllocationTagBackfillHistoryPages(input *ListCostAllocationTagBackfillHistoryInput, fn func(*ListCostAllocationTagBackfillHistoryOutput, bool) bool) error
ListCostAllocationTagBackfillHistoryPages iterates over the pages of a ListCostAllocationTagBackfillHistory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListCostAllocationTagBackfillHistory method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListCostAllocationTagBackfillHistory operation. pageNum := 0 err := client.ListCostAllocationTagBackfillHistoryPages(params, func(page *costexplorer.ListCostAllocationTagBackfillHistoryOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *CostExplorer) ListCostAllocationTagBackfillHistoryPagesWithContext(ctx aws.Context, input *ListCostAllocationTagBackfillHistoryInput, fn func(*ListCostAllocationTagBackfillHistoryOutput, bool) bool, opts ...request.Option) error
ListCostAllocationTagBackfillHistoryPagesWithContext same as ListCostAllocationTagBackfillHistoryPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *CostExplorer) ListCostAllocationTagBackfillHistoryRequest(input *ListCostAllocationTagBackfillHistoryInput) (req *request.Request, output *ListCostAllocationTagBackfillHistoryOutput)
ListCostAllocationTagBackfillHistoryRequest generates a "aws/request.Request" representing the client's request for the ListCostAllocationTagBackfillHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListCostAllocationTagBackfillHistory for more information on using the ListCostAllocationTagBackfillHistory API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListCostAllocationTagBackfillHistoryRequest method. req, resp := client.ListCostAllocationTagBackfillHistoryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListCostAllocationTagBackfillHistory
func (c *CostExplorer) ListCostAllocationTagBackfillHistoryWithContext(ctx aws.Context, input *ListCostAllocationTagBackfillHistoryInput, opts ...request.Option) (*ListCostAllocationTagBackfillHistoryOutput, error)
ListCostAllocationTagBackfillHistoryWithContext is the same as ListCostAllocationTagBackfillHistory with the addition of the ability to pass a context and additional request options.
See ListCostAllocationTagBackfillHistory for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (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 (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 (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 (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 (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 (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:
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ListCostCategoryDefinitions
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 (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 (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 (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 (c *CostExplorer) ListSavingsPlansPurchaseRecommendationGeneration(input *ListSavingsPlansPurchaseRecommendationGenerationInput) (*ListSavingsPlansPurchaseRecommendationGenerationOutput, error)
ListSavingsPlansPurchaseRecommendationGeneration API operation for AWS Cost Explorer Service.
Retrieves a list of your historical recommendation generations within the past 30 days.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation ListSavingsPlansPurchaseRecommendationGeneration for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
InvalidNextTokenException The pagination token is invalid. Try again without a pagination token.
DataUnavailableException The requested data is unavailable.
func (c *CostExplorer) ListSavingsPlansPurchaseRecommendationGenerationRequest(input *ListSavingsPlansPurchaseRecommendationGenerationInput) (req *request.Request, output *ListSavingsPlansPurchaseRecommendationGenerationOutput)
ListSavingsPlansPurchaseRecommendationGenerationRequest generates a "aws/request.Request" representing the client's request for the ListSavingsPlansPurchaseRecommendationGeneration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListSavingsPlansPurchaseRecommendationGeneration for more information on using the ListSavingsPlansPurchaseRecommendationGeneration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListSavingsPlansPurchaseRecommendationGenerationRequest method. req, resp := client.ListSavingsPlansPurchaseRecommendationGenerationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (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 (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 (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 (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 (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:
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/ProvideAnomalyFeedback
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 (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 (c *CostExplorer) StartCostAllocationTagBackfill(input *StartCostAllocationTagBackfillInput) (*StartCostAllocationTagBackfillOutput, error)
StartCostAllocationTagBackfill API operation for AWS Cost Explorer Service.
Request a cost allocation tag backfill. This will backfill the activation status (either active or inactive) for all tag keys from para:BackfillFrom up to the when this request is made.
You can request a backfill once every 24 hours.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation StartCostAllocationTagBackfill for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
BackfillLimitExceededException A request to backfill is already in progress. Once the previous request is complete, you can create another request.
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/StartCostAllocationTagBackfill
func (c *CostExplorer) StartCostAllocationTagBackfillRequest(input *StartCostAllocationTagBackfillInput) (req *request.Request, output *StartCostAllocationTagBackfillOutput)
StartCostAllocationTagBackfillRequest generates a "aws/request.Request" representing the client's request for the StartCostAllocationTagBackfill operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartCostAllocationTagBackfill for more information on using the StartCostAllocationTagBackfill API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartCostAllocationTagBackfillRequest method. req, resp := client.StartCostAllocationTagBackfillRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/StartCostAllocationTagBackfill
func (c *CostExplorer) StartCostAllocationTagBackfillWithContext(ctx aws.Context, input *StartCostAllocationTagBackfillInput, opts ...request.Option) (*StartCostAllocationTagBackfillOutput, error)
StartCostAllocationTagBackfillWithContext is the same as StartCostAllocationTagBackfill with the addition of the ability to pass a context and additional request options.
See StartCostAllocationTagBackfill for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *CostExplorer) StartSavingsPlansPurchaseRecommendationGeneration(input *StartSavingsPlansPurchaseRecommendationGenerationInput) (*StartSavingsPlansPurchaseRecommendationGenerationOutput, error)
StartSavingsPlansPurchaseRecommendationGeneration API operation for AWS Cost Explorer Service.
Requests a Savings Plans recommendation generation. This enables you to calculate a fresh set of Savings Plans recommendations that takes your latest usage data and current Savings Plans inventory into account. You can refresh Savings Plans recommendations up to three times daily for a consolidated billing family.
StartSavingsPlansPurchaseRecommendationGeneration has no request syntax because no input parameters are needed to support this operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Cost Explorer Service's API operation StartSavingsPlansPurchaseRecommendationGeneration for usage and error information.
Returned Error Types:
LimitExceededException You made too many calls in a short period of time. Try again later.
ServiceQuotaExceededException You've reached the limit on the number of resources you can create, or exceeded the size of an individual resource.
GenerationExistsException A request to generate a recommendation is already in progress.
DataUnavailableException The requested data is unavailable.
func (c *CostExplorer) StartSavingsPlansPurchaseRecommendationGenerationRequest(input *StartSavingsPlansPurchaseRecommendationGenerationInput) (req *request.Request, output *StartSavingsPlansPurchaseRecommendationGenerationOutput)
StartSavingsPlansPurchaseRecommendationGenerationRequest generates a "aws/request.Request" representing the client's request for the StartSavingsPlansPurchaseRecommendationGeneration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartSavingsPlansPurchaseRecommendationGeneration for more information on using the StartSavingsPlansPurchaseRecommendationGeneration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartSavingsPlansPurchaseRecommendationGenerationRequest method. req, resp := client.StartSavingsPlansPurchaseRecommendationGenerationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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 (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:
See also, https://docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/UpdateCostAllocationTagsStatus
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 (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 (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 (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 (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 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 (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 (s *Coverage) SetCoverageCost(v *CoverageCost) *Coverage
SetCoverageCost sets the CoverageCost field's value.
func (s *Coverage) SetCoverageHours(v *CoverageHours) *Coverage
SetCoverageHours sets the CoverageHours field's value.
func (s *Coverage) SetCoverageNormalizedUnits(v *CoverageNormalizedUnits) *Coverage
SetCoverageNormalizedUnits sets the CoverageNormalizedUnits field's value.
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 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 (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 (s *CoverageByTime) SetGroups(v []*ReservationCoverageGroup) *CoverageByTime
SetGroups sets the Groups field's value.
func (s *CoverageByTime) SetTimePeriod(v *DateInterval) *CoverageByTime
SetTimePeriod sets the TimePeriod field's value.
func (s *CoverageByTime) SetTotal(v *Coverage) *CoverageByTime
SetTotal sets the Total field's value.
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 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 (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 (s *CoverageCost) SetOnDemandCost(v string) *CoverageCost
SetOnDemandCost sets the OnDemandCost field's value.
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 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 (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 (s *CoverageHours) SetCoverageHoursPercentage(v string) *CoverageHours
SetCoverageHoursPercentage sets the CoverageHoursPercentage field's value.
func (s *CoverageHours) SetOnDemandHours(v string) *CoverageHours
SetOnDemandHours sets the OnDemandHours field's value.
func (s *CoverageHours) SetReservedHours(v string) *CoverageHours
SetReservedHours sets the ReservedHours field's value.
func (s *CoverageHours) SetTotalRunningHours(v string) *CoverageHours
SetTotalRunningHours sets the TotalRunningHours field's value.
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 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 (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 (s *CoverageNormalizedUnits) SetCoverageNormalizedUnitsPercentage(v string) *CoverageNormalizedUnits
SetCoverageNormalizedUnitsPercentage sets the CoverageNormalizedUnitsPercentage field's value.
func (s *CoverageNormalizedUnits) SetOnDemandNormalizedUnits(v string) *CoverageNormalizedUnits
SetOnDemandNormalizedUnits sets the OnDemandNormalizedUnits field's value.
func (s *CoverageNormalizedUnits) SetReservedNormalizedUnits(v string) *CoverageNormalizedUnits
SetReservedNormalizedUnits sets the ReservedNormalizedUnits field's value.
func (s *CoverageNormalizedUnits) SetTotalRunningNormalizedUnits(v string) *CoverageNormalizedUnits
SetTotalRunningNormalizedUnits sets the TotalRunningNormalizedUnits field's value.
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 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 (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 (s *CreateAnomalyMonitorInput) SetAnomalyMonitor(v *AnomalyMonitor) *CreateAnomalyMonitorInput
SetAnomalyMonitor sets the AnomalyMonitor field's value.
func (s *CreateAnomalyMonitorInput) SetResourceTags(v []*ResourceTag) *CreateAnomalyMonitorInput
SetResourceTags sets the ResourceTags field's value.
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 (s *CreateAnomalyMonitorInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *CreateAnomalyMonitorOutput) SetMonitorArn(v string) *CreateAnomalyMonitorOutput
SetMonitorArn sets the MonitorArn field's value.
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 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 (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 (s *CreateAnomalySubscriptionInput) SetAnomalySubscription(v *AnomalySubscription) *CreateAnomalySubscriptionInput
SetAnomalySubscription sets the AnomalySubscription field's value.
func (s *CreateAnomalySubscriptionInput) SetResourceTags(v []*ResourceTag) *CreateAnomalySubscriptionInput
SetResourceTags sets the ResourceTags field's value.
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 (s *CreateAnomalySubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *CreateAnomalySubscriptionOutput) SetSubscriptionArn(v string) *CreateAnomalySubscriptionOutput
SetSubscriptionArn sets the SubscriptionArn field's value.
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 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 (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 (s *CreateCostCategoryDefinitionInput) SetDefaultValue(v string) *CreateCostCategoryDefinitionInput
SetDefaultValue sets the DefaultValue field's value.
func (s *CreateCostCategoryDefinitionInput) SetEffectiveStart(v string) *CreateCostCategoryDefinitionInput
SetEffectiveStart sets the EffectiveStart field's value.
func (s *CreateCostCategoryDefinitionInput) SetName(v string) *CreateCostCategoryDefinitionInput
SetName sets the Name field's value.
func (s *CreateCostCategoryDefinitionInput) SetResourceTags(v []*ResourceTag) *CreateCostCategoryDefinitionInput
SetResourceTags sets the ResourceTags field's value.
func (s *CreateCostCategoryDefinitionInput) SetRuleVersion(v string) *CreateCostCategoryDefinitionInput
SetRuleVersion sets the RuleVersion field's value.
func (s *CreateCostCategoryDefinitionInput) SetRules(v []*CostCategoryRule) *CreateCostCategoryDefinitionInput
SetRules sets the Rules field's value.
func (s *CreateCostCategoryDefinitionInput) SetSplitChargeRules(v []*CostCategorySplitChargeRule) *CreateCostCategoryDefinitionInput
SetSplitChargeRules sets the SplitChargeRules field's value.
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 (s *CreateCostCategoryDefinitionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *CreateCostCategoryDefinitionOutput) SetCostCategoryArn(v string) *CreateCostCategoryDefinitionOutput
SetCostCategoryArn sets the CostCategoryArn field's value.
func (s *CreateCostCategoryDefinitionOutput) SetEffectiveStart(v string) *CreateCostCategoryDefinitionOutput
SetEffectiveStart sets the EffectiveStart field's value.
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 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 (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 (s *CurrentInstance) SetCurrencyCode(v string) *CurrentInstance
SetCurrencyCode sets the CurrencyCode field's value.
func (s *CurrentInstance) SetInstanceName(v string) *CurrentInstance
SetInstanceName sets the InstanceName field's value.
func (s *CurrentInstance) SetMonthlyCost(v string) *CurrentInstance
SetMonthlyCost sets the MonthlyCost field's value.
func (s *CurrentInstance) SetOnDemandHoursInLookbackPeriod(v string) *CurrentInstance
SetOnDemandHoursInLookbackPeriod sets the OnDemandHoursInLookbackPeriod field's value.
func (s *CurrentInstance) SetReservationCoveredHoursInLookbackPeriod(v string) *CurrentInstance
SetReservationCoveredHoursInLookbackPeriod sets the ReservationCoveredHoursInLookbackPeriod field's value.
func (s *CurrentInstance) SetResourceDetails(v *ResourceDetails) *CurrentInstance
SetResourceDetails sets the ResourceDetails field's value.
func (s *CurrentInstance) SetResourceId(v string) *CurrentInstance
SetResourceId sets the ResourceId field's value.
func (s *CurrentInstance) SetResourceUtilization(v *ResourceUtilization) *CurrentInstance
SetResourceUtilization sets the ResourceUtilization field's value.
func (s *CurrentInstance) SetSavingsPlansCoveredHoursInLookbackPeriod(v string) *CurrentInstance
SetSavingsPlansCoveredHoursInLookbackPeriod sets the SavingsPlansCoveredHoursInLookbackPeriod field's value.
func (s *CurrentInstance) SetTags(v []*TagValues) *CurrentInstance
SetTags sets the Tags field's value.
func (s *CurrentInstance) SetTotalRunningHoursInLookbackPeriod(v string) *CurrentInstance
SetTotalRunningHoursInLookbackPeriod sets the TotalRunningHoursInLookbackPeriod field's value.
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 struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The requested data is unavailable.
func (s *DataUnavailableException) Code() string
Code returns the exception type name.
func (s *DataUnavailableException) Error() string
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 (s *DataUnavailableException) Message() string
Message returns the exception's message.
func (s *DataUnavailableException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *DataUnavailableException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *DataUnavailableException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (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 (s *DateInterval) SetEnd(v string) *DateInterval
SetEnd sets the End field's value.
func (s *DateInterval) SetStart(v string) *DateInterval
SetStart sets the Start field's value.
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 (s *DateInterval) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *DeleteAnomalyMonitorInput) SetMonitorArn(v string) *DeleteAnomalyMonitorInput
SetMonitorArn sets the MonitorArn field's value.
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 (s *DeleteAnomalyMonitorInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAnomalyMonitorOutput struct {
// contains filtered or unexported fields
}
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 (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 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 (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 (s *DeleteAnomalySubscriptionInput) SetSubscriptionArn(v string) *DeleteAnomalySubscriptionInput
SetSubscriptionArn sets the SubscriptionArn field's value.
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 (s *DeleteAnomalySubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAnomalySubscriptionOutput struct {
// contains filtered or unexported fields
}
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 (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 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 (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 (s *DeleteCostCategoryDefinitionInput) SetCostCategoryArn(v string) *DeleteCostCategoryDefinitionInput
SetCostCategoryArn sets the CostCategoryArn field's value.
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 (s *DeleteCostCategoryDefinitionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *DeleteCostCategoryDefinitionOutput) SetCostCategoryArn(v string) *DeleteCostCategoryDefinitionOutput
SetCostCategoryArn sets the CostCategoryArn field's value.
func (s *DeleteCostCategoryDefinitionOutput) SetEffectiveEnd(v string) *DeleteCostCategoryDefinitionOutput
SetEffectiveEnd sets the EffectiveEnd field's value.
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 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 (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 (s *DescribeCostCategoryDefinitionInput) SetCostCategoryArn(v string) *DescribeCostCategoryDefinitionInput
SetCostCategoryArn sets the CostCategoryArn field's value.
func (s *DescribeCostCategoryDefinitionInput) SetEffectiveOn(v string) *DescribeCostCategoryDefinitionInput
SetEffectiveOn sets the EffectiveOn field's value.
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 (s *DescribeCostCategoryDefinitionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *DescribeCostCategoryDefinitionOutput) SetCostCategory(v *CostCategory) *DescribeCostCategoryDefinitionOutput
SetCostCategory sets the CostCategory field's value.
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 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 (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 (s *DimensionValues) SetKey(v string) *DimensionValues
SetKey sets the Key field's value.
func (s *DimensionValues) SetMatchOptions(v []*string) *DimensionValues
SetMatchOptions sets the MatchOptions field's value.
func (s *DimensionValues) SetValues(v []*string) *DimensionValues
SetValues sets the Values field's value.
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 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 (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 (s *DimensionValuesWithAttributes) SetAttributes(v map[string]*string) *DimensionValuesWithAttributes
SetAttributes sets the Attributes field's value.
func (s *DimensionValuesWithAttributes) SetValue(v string) *DimensionValuesWithAttributes
SetValue sets the Value field's value.
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 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 (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 (s *DiskResourceUtilization) SetDiskReadBytesPerSecond(v string) *DiskResourceUtilization
SetDiskReadBytesPerSecond sets the DiskReadBytesPerSecond field's value.
func (s *DiskResourceUtilization) SetDiskReadOpsPerSecond(v string) *DiskResourceUtilization
SetDiskReadOpsPerSecond sets the DiskReadOpsPerSecond field's value.
func (s *DiskResourceUtilization) SetDiskWriteBytesPerSecond(v string) *DiskResourceUtilization
SetDiskWriteBytesPerSecond sets the DiskWriteBytesPerSecond field's value.
func (s *DiskResourceUtilization) SetDiskWriteOpsPerSecond(v string) *DiskResourceUtilization
SetDiskWriteOpsPerSecond sets the DiskWriteOpsPerSecond field's value.
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 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 (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 (s *EBSResourceUtilization) SetEbsReadBytesPerSecond(v string) *EBSResourceUtilization
SetEbsReadBytesPerSecond sets the EbsReadBytesPerSecond field's value.
func (s *EBSResourceUtilization) SetEbsReadOpsPerSecond(v string) *EBSResourceUtilization
SetEbsReadOpsPerSecond sets the EbsReadOpsPerSecond field's value.
func (s *EBSResourceUtilization) SetEbsWriteBytesPerSecond(v string) *EBSResourceUtilization
SetEbsWriteBytesPerSecond sets the EbsWriteBytesPerSecond field's value.
func (s *EBSResourceUtilization) SetEbsWriteOpsPerSecond(v string) *EBSResourceUtilization
SetEbsWriteOpsPerSecond sets the EbsWriteOpsPerSecond field's value.
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 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 (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 (s *EC2InstanceDetails) SetAvailabilityZone(v string) *EC2InstanceDetails
SetAvailabilityZone sets the AvailabilityZone field's value.
func (s *EC2InstanceDetails) SetCurrentGeneration(v bool) *EC2InstanceDetails
SetCurrentGeneration sets the CurrentGeneration field's value.
func (s *EC2InstanceDetails) SetFamily(v string) *EC2InstanceDetails
SetFamily sets the Family field's value.
func (s *EC2InstanceDetails) SetInstanceType(v string) *EC2InstanceDetails
SetInstanceType sets the InstanceType field's value.
func (s *EC2InstanceDetails) SetPlatform(v string) *EC2InstanceDetails
SetPlatform sets the Platform field's value.
func (s *EC2InstanceDetails) SetRegion(v string) *EC2InstanceDetails
SetRegion sets the Region field's value.
func (s *EC2InstanceDetails) SetSizeFlexEligible(v bool) *EC2InstanceDetails
SetSizeFlexEligible sets the SizeFlexEligible field's value.
func (s *EC2InstanceDetails) SetTenancy(v string) *EC2InstanceDetails
SetTenancy sets the Tenancy field's value.
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 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 (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 (s *EC2ResourceDetails) SetHourlyOnDemandRate(v string) *EC2ResourceDetails
SetHourlyOnDemandRate sets the HourlyOnDemandRate field's value.
func (s *EC2ResourceDetails) SetInstanceType(v string) *EC2ResourceDetails
SetInstanceType sets the InstanceType field's value.
func (s *EC2ResourceDetails) SetMemory(v string) *EC2ResourceDetails
SetMemory sets the Memory field's value.
func (s *EC2ResourceDetails) SetNetworkPerformance(v string) *EC2ResourceDetails
SetNetworkPerformance sets the NetworkPerformance field's value.
func (s *EC2ResourceDetails) SetPlatform(v string) *EC2ResourceDetails
SetPlatform sets the Platform field's value.
func (s *EC2ResourceDetails) SetRegion(v string) *EC2ResourceDetails
SetRegion sets the Region field's value.
func (s *EC2ResourceDetails) SetSku(v string) *EC2ResourceDetails
SetSku sets the Sku field's value.
func (s *EC2ResourceDetails) SetStorage(v string) *EC2ResourceDetails
SetStorage sets the Storage field's value.
func (s *EC2ResourceDetails) SetVcpu(v string) *EC2ResourceDetails
SetVcpu sets the Vcpu field's value.
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 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 (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 (s *EC2ResourceUtilization) SetDiskResourceUtilization(v *DiskResourceUtilization) *EC2ResourceUtilization
SetDiskResourceUtilization sets the DiskResourceUtilization field's value.
func (s *EC2ResourceUtilization) SetEBSResourceUtilization(v *EBSResourceUtilization) *EC2ResourceUtilization
SetEBSResourceUtilization sets the EBSResourceUtilization field's value.
func (s *EC2ResourceUtilization) SetMaxCpuUtilizationPercentage(v string) *EC2ResourceUtilization
SetMaxCpuUtilizationPercentage sets the MaxCpuUtilizationPercentage field's value.
func (s *EC2ResourceUtilization) SetMaxMemoryUtilizationPercentage(v string) *EC2ResourceUtilization
SetMaxMemoryUtilizationPercentage sets the MaxMemoryUtilizationPercentage field's value.
func (s *EC2ResourceUtilization) SetMaxStorageUtilizationPercentage(v string) *EC2ResourceUtilization
SetMaxStorageUtilizationPercentage sets the MaxStorageUtilizationPercentage field's value.
func (s *EC2ResourceUtilization) SetNetworkResourceUtilization(v *NetworkResourceUtilization) *EC2ResourceUtilization
SetNetworkResourceUtilization sets the NetworkResourceUtilization field's value.
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 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 (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 (s *EC2Specification) SetOfferingClass(v string) *EC2Specification
SetOfferingClass sets the OfferingClass field's value.
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 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 (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 (s *ESInstanceDetails) SetCurrentGeneration(v bool) *ESInstanceDetails
SetCurrentGeneration sets the CurrentGeneration field's value.
func (s *ESInstanceDetails) SetInstanceClass(v string) *ESInstanceDetails
SetInstanceClass sets the InstanceClass field's value.
func (s *ESInstanceDetails) SetInstanceSize(v string) *ESInstanceDetails
SetInstanceSize sets the InstanceSize field's value.
func (s *ESInstanceDetails) SetRegion(v string) *ESInstanceDetails
SetRegion sets the Region field's value.
func (s *ESInstanceDetails) SetSizeFlexEligible(v bool) *ESInstanceDetails
SetSizeFlexEligible sets the SizeFlexEligible field's value.
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 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 (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 (s *ElastiCacheInstanceDetails) SetCurrentGeneration(v bool) *ElastiCacheInstanceDetails
SetCurrentGeneration sets the CurrentGeneration field's value.
func (s *ElastiCacheInstanceDetails) SetFamily(v string) *ElastiCacheInstanceDetails
SetFamily sets the Family field's value.
func (s *ElastiCacheInstanceDetails) SetNodeType(v string) *ElastiCacheInstanceDetails
SetNodeType sets the NodeType field's value.
func (s *ElastiCacheInstanceDetails) SetProductDescription(v string) *ElastiCacheInstanceDetails
SetProductDescription sets the ProductDescription field's value.
func (s *ElastiCacheInstanceDetails) SetRegion(v string) *ElastiCacheInstanceDetails
SetRegion sets the Region field's value.
func (s *ElastiCacheInstanceDetails) SetSizeFlexEligible(v bool) *ElastiCacheInstanceDetails
SetSizeFlexEligible sets the SizeFlexEligible field's value.
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 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 (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 (s *Expression) SetAnd(v []*Expression) *Expression
SetAnd sets the And field's value.
func (s *Expression) SetCostCategories(v *CostCategoryValues) *Expression
SetCostCategories sets the CostCategories field's value.
func (s *Expression) SetDimensions(v *DimensionValues) *Expression
SetDimensions sets the Dimensions field's value.
func (s *Expression) SetNot(v *Expression) *Expression
SetNot sets the Not field's value.
func (s *Expression) SetOr(v []*Expression) *Expression
SetOr sets the Or field's value.
func (s *Expression) SetTags(v *TagValues) *Expression
SetTags sets the Tags field's value.
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 (s *Expression) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ForecastResult) SetMeanValue(v string) *ForecastResult
SetMeanValue sets the MeanValue field's value.
func (s *ForecastResult) SetPredictionIntervalLowerBound(v string) *ForecastResult
SetPredictionIntervalLowerBound sets the PredictionIntervalLowerBound field's value.
func (s *ForecastResult) SetPredictionIntervalUpperBound(v string) *ForecastResult
SetPredictionIntervalUpperBound sets the PredictionIntervalUpperBound field's value.
func (s *ForecastResult) SetTimePeriod(v *DateInterval) *ForecastResult
SetTimePeriod sets the TimePeriod field's value.
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 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 (s *GenerationExistsException) Code() string
Code returns the exception type name.
func (s *GenerationExistsException) Error() string
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 (s *GenerationExistsException) Message() string
Message returns the exception's message.
func (s *GenerationExistsException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *GenerationExistsException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *GenerationExistsException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (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 (s *GenerationSummary) SetEstimatedCompletionTime(v string) *GenerationSummary
SetEstimatedCompletionTime sets the EstimatedCompletionTime field's value.
func (s *GenerationSummary) SetGenerationCompletionTime(v string) *GenerationSummary
SetGenerationCompletionTime sets the GenerationCompletionTime field's value.
func (s *GenerationSummary) SetGenerationStartedTime(v string) *GenerationSummary
SetGenerationStartedTime sets the GenerationStartedTime field's value.
func (s *GenerationSummary) SetGenerationStatus(v string) *GenerationSummary
SetGenerationStatus sets the GenerationStatus field's value.
func (s *GenerationSummary) SetRecommendationId(v string) *GenerationSummary
SetRecommendationId sets the RecommendationId field's value.
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 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 (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 (s *GetAnomaliesInput) SetDateInterval(v *AnomalyDateInterval) *GetAnomaliesInput
SetDateInterval sets the DateInterval field's value.
func (s *GetAnomaliesInput) SetFeedback(v string) *GetAnomaliesInput
SetFeedback sets the Feedback field's value.
func (s *GetAnomaliesInput) SetMaxResults(v int64) *GetAnomaliesInput
SetMaxResults sets the MaxResults field's value.
func (s *GetAnomaliesInput) SetMonitorArn(v string) *GetAnomaliesInput
SetMonitorArn sets the MonitorArn field's value.
func (s *GetAnomaliesInput) SetNextPageToken(v string) *GetAnomaliesInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetAnomaliesInput) SetTotalImpact(v *TotalImpactFilter) *GetAnomaliesInput
SetTotalImpact sets the TotalImpact field's value.
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 (s *GetAnomaliesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetAnomaliesOutput) SetAnomalies(v []*Anomaly) *GetAnomaliesOutput
SetAnomalies sets the Anomalies field's value.
func (s *GetAnomaliesOutput) SetNextPageToken(v string) *GetAnomaliesOutput
SetNextPageToken sets the NextPageToken field's value.
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 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 (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 (s *GetAnomalyMonitorsInput) SetMaxResults(v int64) *GetAnomalyMonitorsInput
SetMaxResults sets the MaxResults field's value.
func (s *GetAnomalyMonitorsInput) SetMonitorArnList(v []*string) *GetAnomalyMonitorsInput
SetMonitorArnList sets the MonitorArnList field's value.
func (s *GetAnomalyMonitorsInput) SetNextPageToken(v string) *GetAnomalyMonitorsInput
SetNextPageToken sets the NextPageToken field's value.
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 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 (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 (s *GetAnomalyMonitorsOutput) SetAnomalyMonitors(v []*AnomalyMonitor) *GetAnomalyMonitorsOutput
SetAnomalyMonitors sets the AnomalyMonitors field's value.
func (s *GetAnomalyMonitorsOutput) SetNextPageToken(v string) *GetAnomalyMonitorsOutput
SetNextPageToken sets the NextPageToken field's value.
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 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 (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 (s *GetAnomalySubscriptionsInput) SetMaxResults(v int64) *GetAnomalySubscriptionsInput
SetMaxResults sets the MaxResults field's value.
func (s *GetAnomalySubscriptionsInput) SetMonitorArn(v string) *GetAnomalySubscriptionsInput
SetMonitorArn sets the MonitorArn field's value.
func (s *GetAnomalySubscriptionsInput) SetNextPageToken(v string) *GetAnomalySubscriptionsInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetAnomalySubscriptionsInput) SetSubscriptionArnList(v []*string) *GetAnomalySubscriptionsInput
SetSubscriptionArnList sets the SubscriptionArnList field's value.
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 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 (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 (s *GetAnomalySubscriptionsOutput) SetAnomalySubscriptions(v []*AnomalySubscription) *GetAnomalySubscriptionsOutput
SetAnomalySubscriptions sets the AnomalySubscriptions field's value.
func (s *GetAnomalySubscriptionsOutput) SetNextPageToken(v string) *GetAnomalySubscriptionsOutput
SetNextPageToken sets the NextPageToken field's value.
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 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 (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 (s *GetApproximateUsageRecordsInput) SetApproximationDimension(v string) *GetApproximateUsageRecordsInput
SetApproximationDimension sets the ApproximationDimension field's value.
func (s *GetApproximateUsageRecordsInput) SetGranularity(v string) *GetApproximateUsageRecordsInput
SetGranularity sets the Granularity field's value.
func (s *GetApproximateUsageRecordsInput) SetServices(v []*string) *GetApproximateUsageRecordsInput
SetServices sets the Services field's value.
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 (s *GetApproximateUsageRecordsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetApproximateUsageRecordsOutput) SetLookbackPeriod(v *DateInterval) *GetApproximateUsageRecordsOutput
SetLookbackPeriod sets the LookbackPeriod field's value.
func (s *GetApproximateUsageRecordsOutput) SetServices(v map[string]*int64) *GetApproximateUsageRecordsOutput
SetServices sets the Services field's value.
func (s *GetApproximateUsageRecordsOutput) SetTotalRecords(v int64) *GetApproximateUsageRecordsOutput
SetTotalRecords sets the TotalRecords field's value.
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 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 (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 (s *GetCostAndUsageInput) SetFilter(v *Expression) *GetCostAndUsageInput
SetFilter sets the Filter field's value.
func (s *GetCostAndUsageInput) SetGranularity(v string) *GetCostAndUsageInput
SetGranularity sets the Granularity field's value.
func (s *GetCostAndUsageInput) SetGroupBy(v []*GroupDefinition) *GetCostAndUsageInput
SetGroupBy sets the GroupBy field's value.
func (s *GetCostAndUsageInput) SetMetrics(v []*string) *GetCostAndUsageInput
SetMetrics sets the Metrics field's value.
func (s *GetCostAndUsageInput) SetNextPageToken(v string) *GetCostAndUsageInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetCostAndUsageInput) SetTimePeriod(v *DateInterval) *GetCostAndUsageInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetCostAndUsageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetCostAndUsageOutput) SetDimensionValueAttributes(v []*DimensionValuesWithAttributes) *GetCostAndUsageOutput
SetDimensionValueAttributes sets the DimensionValueAttributes field's value.
func (s *GetCostAndUsageOutput) SetGroupDefinitions(v []*GroupDefinition) *GetCostAndUsageOutput
SetGroupDefinitions sets the GroupDefinitions field's value.
func (s *GetCostAndUsageOutput) SetNextPageToken(v string) *GetCostAndUsageOutput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetCostAndUsageOutput) SetResultsByTime(v []*ResultByTime) *GetCostAndUsageOutput
SetResultsByTime sets the ResultsByTime field's value.
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 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 (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 (s *GetCostAndUsageWithResourcesInput) SetFilter(v *Expression) *GetCostAndUsageWithResourcesInput
SetFilter sets the Filter field's value.
func (s *GetCostAndUsageWithResourcesInput) SetGranularity(v string) *GetCostAndUsageWithResourcesInput
SetGranularity sets the Granularity field's value.
func (s *GetCostAndUsageWithResourcesInput) SetGroupBy(v []*GroupDefinition) *GetCostAndUsageWithResourcesInput
SetGroupBy sets the GroupBy field's value.
func (s *GetCostAndUsageWithResourcesInput) SetMetrics(v []*string) *GetCostAndUsageWithResourcesInput
SetMetrics sets the Metrics field's value.
func (s *GetCostAndUsageWithResourcesInput) SetNextPageToken(v string) *GetCostAndUsageWithResourcesInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetCostAndUsageWithResourcesInput) SetTimePeriod(v *DateInterval) *GetCostAndUsageWithResourcesInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetCostAndUsageWithResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetCostAndUsageWithResourcesOutput) SetDimensionValueAttributes(v []*DimensionValuesWithAttributes) *GetCostAndUsageWithResourcesOutput
SetDimensionValueAttributes sets the DimensionValueAttributes field's value.
func (s *GetCostAndUsageWithResourcesOutput) SetGroupDefinitions(v []*GroupDefinition) *GetCostAndUsageWithResourcesOutput
SetGroupDefinitions sets the GroupDefinitions field's value.
func (s *GetCostAndUsageWithResourcesOutput) SetNextPageToken(v string) *GetCostAndUsageWithResourcesOutput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetCostAndUsageWithResourcesOutput) SetResultsByTime(v []*ResultByTime) *GetCostAndUsageWithResourcesOutput
SetResultsByTime sets the ResultsByTime field's value.
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 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 (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 (s *GetCostCategoriesInput) SetCostCategoryName(v string) *GetCostCategoriesInput
SetCostCategoryName sets the CostCategoryName field's value.
func (s *GetCostCategoriesInput) SetFilter(v *Expression) *GetCostCategoriesInput
SetFilter sets the Filter field's value.
func (s *GetCostCategoriesInput) SetMaxResults(v int64) *GetCostCategoriesInput
SetMaxResults sets the MaxResults field's value.
func (s *GetCostCategoriesInput) SetNextPageToken(v string) *GetCostCategoriesInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetCostCategoriesInput) SetSearchString(v string) *GetCostCategoriesInput
SetSearchString sets the SearchString field's value.
func (s *GetCostCategoriesInput) SetSortBy(v []*SortDefinition) *GetCostCategoriesInput
SetSortBy sets the SortBy field's value.
func (s *GetCostCategoriesInput) SetTimePeriod(v *DateInterval) *GetCostCategoriesInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetCostCategoriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetCostCategoriesOutput) SetCostCategoryNames(v []*string) *GetCostCategoriesOutput
SetCostCategoryNames sets the CostCategoryNames field's value.
func (s *GetCostCategoriesOutput) SetCostCategoryValues(v []*string) *GetCostCategoriesOutput
SetCostCategoryValues sets the CostCategoryValues field's value.
func (s *GetCostCategoriesOutput) SetNextPageToken(v string) *GetCostCategoriesOutput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetCostCategoriesOutput) SetReturnSize(v int64) *GetCostCategoriesOutput
SetReturnSize sets the ReturnSize field's value.
func (s *GetCostCategoriesOutput) SetTotalSize(v int64) *GetCostCategoriesOutput
SetTotalSize sets the TotalSize field's value.
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 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 (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 (s *GetCostForecastInput) SetFilter(v *Expression) *GetCostForecastInput
SetFilter sets the Filter field's value.
func (s *GetCostForecastInput) SetGranularity(v string) *GetCostForecastInput
SetGranularity sets the Granularity field's value.
func (s *GetCostForecastInput) SetMetric(v string) *GetCostForecastInput
SetMetric sets the Metric field's value.
func (s *GetCostForecastInput) SetPredictionIntervalLevel(v int64) *GetCostForecastInput
SetPredictionIntervalLevel sets the PredictionIntervalLevel field's value.
func (s *GetCostForecastInput) SetTimePeriod(v *DateInterval) *GetCostForecastInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetCostForecastInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetCostForecastOutput) SetForecastResultsByTime(v []*ForecastResult) *GetCostForecastOutput
SetForecastResultsByTime sets the ForecastResultsByTime field's value.
func (s *GetCostForecastOutput) SetTotal(v *MetricValue) *GetCostForecastOutput
SetTotal sets the Total field's value.
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 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 (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 (s *GetDimensionValuesInput) SetContext(v string) *GetDimensionValuesInput
SetContext sets the Context field's value.
func (s *GetDimensionValuesInput) SetDimension(v string) *GetDimensionValuesInput
SetDimension sets the Dimension field's value.
func (s *GetDimensionValuesInput) SetFilter(v *Expression) *GetDimensionValuesInput
SetFilter sets the Filter field's value.
func (s *GetDimensionValuesInput) SetMaxResults(v int64) *GetDimensionValuesInput
SetMaxResults sets the MaxResults field's value.
func (s *GetDimensionValuesInput) SetNextPageToken(v string) *GetDimensionValuesInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetDimensionValuesInput) SetSearchString(v string) *GetDimensionValuesInput
SetSearchString sets the SearchString field's value.
func (s *GetDimensionValuesInput) SetSortBy(v []*SortDefinition) *GetDimensionValuesInput
SetSortBy sets the SortBy field's value.
func (s *GetDimensionValuesInput) SetTimePeriod(v *DateInterval) *GetDimensionValuesInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetDimensionValuesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetDimensionValuesOutput) SetDimensionValues(v []*DimensionValuesWithAttributes) *GetDimensionValuesOutput
SetDimensionValues sets the DimensionValues field's value.
func (s *GetDimensionValuesOutput) SetNextPageToken(v string) *GetDimensionValuesOutput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetDimensionValuesOutput) SetReturnSize(v int64) *GetDimensionValuesOutput
SetReturnSize sets the ReturnSize field's value.
func (s *GetDimensionValuesOutput) SetTotalSize(v int64) *GetDimensionValuesOutput
SetTotalSize sets the TotalSize field's value.
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 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 (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 (s *GetReservationCoverageInput) SetFilter(v *Expression) *GetReservationCoverageInput
SetFilter sets the Filter field's value.
func (s *GetReservationCoverageInput) SetGranularity(v string) *GetReservationCoverageInput
SetGranularity sets the Granularity field's value.
func (s *GetReservationCoverageInput) SetGroupBy(v []*GroupDefinition) *GetReservationCoverageInput
SetGroupBy sets the GroupBy field's value.
func (s *GetReservationCoverageInput) SetMaxResults(v int64) *GetReservationCoverageInput
SetMaxResults sets the MaxResults field's value.
func (s *GetReservationCoverageInput) SetMetrics(v []*string) *GetReservationCoverageInput
SetMetrics sets the Metrics field's value.
func (s *GetReservationCoverageInput) SetNextPageToken(v string) *GetReservationCoverageInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetReservationCoverageInput) SetSortBy(v *SortDefinition) *GetReservationCoverageInput
SetSortBy sets the SortBy field's value.
func (s *GetReservationCoverageInput) SetTimePeriod(v *DateInterval) *GetReservationCoverageInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetReservationCoverageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetReservationCoverageOutput) SetCoveragesByTime(v []*CoverageByTime) *GetReservationCoverageOutput
SetCoveragesByTime sets the CoveragesByTime field's value.
func (s *GetReservationCoverageOutput) SetNextPageToken(v string) *GetReservationCoverageOutput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetReservationCoverageOutput) SetTotal(v *Coverage) *GetReservationCoverageOutput
SetTotal sets the Total field's value.
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 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 (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 (s *GetReservationPurchaseRecommendationInput) SetAccountId(v string) *GetReservationPurchaseRecommendationInput
SetAccountId sets the AccountId field's value.
func (s *GetReservationPurchaseRecommendationInput) SetAccountScope(v string) *GetReservationPurchaseRecommendationInput
SetAccountScope sets the AccountScope field's value.
func (s *GetReservationPurchaseRecommendationInput) SetFilter(v *Expression) *GetReservationPurchaseRecommendationInput
SetFilter sets the Filter field's value.
func (s *GetReservationPurchaseRecommendationInput) SetLookbackPeriodInDays(v string) *GetReservationPurchaseRecommendationInput
SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.
func (s *GetReservationPurchaseRecommendationInput) SetNextPageToken(v string) *GetReservationPurchaseRecommendationInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetReservationPurchaseRecommendationInput) SetPageSize(v int64) *GetReservationPurchaseRecommendationInput
SetPageSize sets the PageSize field's value.
func (s *GetReservationPurchaseRecommendationInput) SetPaymentOption(v string) *GetReservationPurchaseRecommendationInput
SetPaymentOption sets the PaymentOption field's value.
func (s *GetReservationPurchaseRecommendationInput) SetService(v string) *GetReservationPurchaseRecommendationInput
SetService sets the Service field's value.
func (s *GetReservationPurchaseRecommendationInput) SetServiceSpecification(v *ServiceSpecification) *GetReservationPurchaseRecommendationInput
SetServiceSpecification sets the ServiceSpecification field's value.
func (s *GetReservationPurchaseRecommendationInput) SetTermInYears(v string) *GetReservationPurchaseRecommendationInput
SetTermInYears sets the TermInYears field's value.
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 (s *GetReservationPurchaseRecommendationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetReservationPurchaseRecommendationOutput) SetMetadata(v *ReservationPurchaseRecommendationMetadata) *GetReservationPurchaseRecommendationOutput
SetMetadata sets the Metadata field's value.
func (s *GetReservationPurchaseRecommendationOutput) SetNextPageToken(v string) *GetReservationPurchaseRecommendationOutput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetReservationPurchaseRecommendationOutput) SetRecommendations(v []*ReservationPurchaseRecommendation) *GetReservationPurchaseRecommendationOutput
SetRecommendations sets the Recommendations field's value.
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 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 (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 (s *GetReservationUtilizationInput) SetFilter(v *Expression) *GetReservationUtilizationInput
SetFilter sets the Filter field's value.
func (s *GetReservationUtilizationInput) SetGranularity(v string) *GetReservationUtilizationInput
SetGranularity sets the Granularity field's value.
func (s *GetReservationUtilizationInput) SetGroupBy(v []*GroupDefinition) *GetReservationUtilizationInput
SetGroupBy sets the GroupBy field's value.
func (s *GetReservationUtilizationInput) SetMaxResults(v int64) *GetReservationUtilizationInput
SetMaxResults sets the MaxResults field's value.
func (s *GetReservationUtilizationInput) SetNextPageToken(v string) *GetReservationUtilizationInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetReservationUtilizationInput) SetSortBy(v *SortDefinition) *GetReservationUtilizationInput
SetSortBy sets the SortBy field's value.
func (s *GetReservationUtilizationInput) SetTimePeriod(v *DateInterval) *GetReservationUtilizationInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetReservationUtilizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetReservationUtilizationOutput) SetNextPageToken(v string) *GetReservationUtilizationOutput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetReservationUtilizationOutput) SetTotal(v *ReservationAggregates) *GetReservationUtilizationOutput
SetTotal sets the Total field's value.
func (s *GetReservationUtilizationOutput) SetUtilizationsByTime(v []*UtilizationByTime) *GetReservationUtilizationOutput
SetUtilizationsByTime sets the UtilizationsByTime field's value.
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 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 (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 (s *GetRightsizingRecommendationInput) SetConfiguration(v *RightsizingRecommendationConfiguration) *GetRightsizingRecommendationInput
SetConfiguration sets the Configuration field's value.
func (s *GetRightsizingRecommendationInput) SetFilter(v *Expression) *GetRightsizingRecommendationInput
SetFilter sets the Filter field's value.
func (s *GetRightsizingRecommendationInput) SetNextPageToken(v string) *GetRightsizingRecommendationInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetRightsizingRecommendationInput) SetPageSize(v int64) *GetRightsizingRecommendationInput
SetPageSize sets the PageSize field's value.
func (s *GetRightsizingRecommendationInput) SetService(v string) *GetRightsizingRecommendationInput
SetService sets the Service field's value.
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 (s *GetRightsizingRecommendationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetRightsizingRecommendationOutput) SetConfiguration(v *RightsizingRecommendationConfiguration) *GetRightsizingRecommendationOutput
SetConfiguration sets the Configuration field's value.
func (s *GetRightsizingRecommendationOutput) SetMetadata(v *RightsizingRecommendationMetadata) *GetRightsizingRecommendationOutput
SetMetadata sets the Metadata field's value.
func (s *GetRightsizingRecommendationOutput) SetNextPageToken(v string) *GetRightsizingRecommendationOutput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetRightsizingRecommendationOutput) SetRightsizingRecommendations(v []*RightsizingRecommendation) *GetRightsizingRecommendationOutput
SetRightsizingRecommendations sets the RightsizingRecommendations field's value.
func (s *GetRightsizingRecommendationOutput) SetSummary(v *RightsizingRecommendationSummary) *GetRightsizingRecommendationOutput
SetSummary sets the Summary field's value.
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 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 (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 (s *GetSavingsPlanPurchaseRecommendationDetailsInput) SetRecommendationDetailId(v string) *GetSavingsPlanPurchaseRecommendationDetailsInput
SetRecommendationDetailId sets the RecommendationDetailId field's value.
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 (s *GetSavingsPlanPurchaseRecommendationDetailsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetSavingsPlanPurchaseRecommendationDetailsOutput) SetRecommendationDetailData(v *RecommendationDetailData) *GetSavingsPlanPurchaseRecommendationDetailsOutput
SetRecommendationDetailData sets the RecommendationDetailData field's value.
func (s *GetSavingsPlanPurchaseRecommendationDetailsOutput) SetRecommendationDetailId(v string) *GetSavingsPlanPurchaseRecommendationDetailsOutput
SetRecommendationDetailId sets the RecommendationDetailId field's value.
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 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 (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 (s *GetSavingsPlansCoverageInput) SetFilter(v *Expression) *GetSavingsPlansCoverageInput
SetFilter sets the Filter field's value.
func (s *GetSavingsPlansCoverageInput) SetGranularity(v string) *GetSavingsPlansCoverageInput
SetGranularity sets the Granularity field's value.
func (s *GetSavingsPlansCoverageInput) SetGroupBy(v []*GroupDefinition) *GetSavingsPlansCoverageInput
SetGroupBy sets the GroupBy field's value.
func (s *GetSavingsPlansCoverageInput) SetMaxResults(v int64) *GetSavingsPlansCoverageInput
SetMaxResults sets the MaxResults field's value.
func (s *GetSavingsPlansCoverageInput) SetMetrics(v []*string) *GetSavingsPlansCoverageInput
SetMetrics sets the Metrics field's value.
func (s *GetSavingsPlansCoverageInput) SetNextToken(v string) *GetSavingsPlansCoverageInput
SetNextToken sets the NextToken field's value.
func (s *GetSavingsPlansCoverageInput) SetSortBy(v *SortDefinition) *GetSavingsPlansCoverageInput
SetSortBy sets the SortBy field's value.
func (s *GetSavingsPlansCoverageInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansCoverageInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetSavingsPlansCoverageInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetSavingsPlansCoverageOutput) SetNextToken(v string) *GetSavingsPlansCoverageOutput
SetNextToken sets the NextToken field's value.
func (s *GetSavingsPlansCoverageOutput) SetSavingsPlansCoverages(v []*SavingsPlansCoverage) *GetSavingsPlansCoverageOutput
SetSavingsPlansCoverages sets the SavingsPlansCoverages field's value.
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 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 (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 (s *GetSavingsPlansPurchaseRecommendationInput) SetAccountScope(v string) *GetSavingsPlansPurchaseRecommendationInput
SetAccountScope sets the AccountScope field's value.
func (s *GetSavingsPlansPurchaseRecommendationInput) SetFilter(v *Expression) *GetSavingsPlansPurchaseRecommendationInput
SetFilter sets the Filter field's value.
func (s *GetSavingsPlansPurchaseRecommendationInput) SetLookbackPeriodInDays(v string) *GetSavingsPlansPurchaseRecommendationInput
SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.
func (s *GetSavingsPlansPurchaseRecommendationInput) SetNextPageToken(v string) *GetSavingsPlansPurchaseRecommendationInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetSavingsPlansPurchaseRecommendationInput) SetPageSize(v int64) *GetSavingsPlansPurchaseRecommendationInput
SetPageSize sets the PageSize field's value.
func (s *GetSavingsPlansPurchaseRecommendationInput) SetPaymentOption(v string) *GetSavingsPlansPurchaseRecommendationInput
SetPaymentOption sets the PaymentOption field's value.
func (s *GetSavingsPlansPurchaseRecommendationInput) SetSavingsPlansType(v string) *GetSavingsPlansPurchaseRecommendationInput
SetSavingsPlansType sets the SavingsPlansType field's value.
func (s *GetSavingsPlansPurchaseRecommendationInput) SetTermInYears(v string) *GetSavingsPlansPurchaseRecommendationInput
SetTermInYears sets the TermInYears field's value.
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 (s *GetSavingsPlansPurchaseRecommendationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetSavingsPlansPurchaseRecommendationOutput) SetMetadata(v *SavingsPlansPurchaseRecommendationMetadata) *GetSavingsPlansPurchaseRecommendationOutput
SetMetadata sets the Metadata field's value.
func (s *GetSavingsPlansPurchaseRecommendationOutput) SetNextPageToken(v string) *GetSavingsPlansPurchaseRecommendationOutput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetSavingsPlansPurchaseRecommendationOutput) SetSavingsPlansPurchaseRecommendation(v *SavingsPlansPurchaseRecommendation) *GetSavingsPlansPurchaseRecommendationOutput
SetSavingsPlansPurchaseRecommendation sets the SavingsPlansPurchaseRecommendation field's value.
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 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 (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 (s *GetSavingsPlansUtilizationDetailsInput) SetDataType(v []*string) *GetSavingsPlansUtilizationDetailsInput
SetDataType sets the DataType field's value.
func (s *GetSavingsPlansUtilizationDetailsInput) SetFilter(v *Expression) *GetSavingsPlansUtilizationDetailsInput
SetFilter sets the Filter field's value.
func (s *GetSavingsPlansUtilizationDetailsInput) SetMaxResults(v int64) *GetSavingsPlansUtilizationDetailsInput
SetMaxResults sets the MaxResults field's value.
func (s *GetSavingsPlansUtilizationDetailsInput) SetNextToken(v string) *GetSavingsPlansUtilizationDetailsInput
SetNextToken sets the NextToken field's value.
func (s *GetSavingsPlansUtilizationDetailsInput) SetSortBy(v *SortDefinition) *GetSavingsPlansUtilizationDetailsInput
SetSortBy sets the SortBy field's value.
func (s *GetSavingsPlansUtilizationDetailsInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationDetailsInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetSavingsPlansUtilizationDetailsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetSavingsPlansUtilizationDetailsOutput) SetNextToken(v string) *GetSavingsPlansUtilizationDetailsOutput
SetNextToken sets the NextToken field's value.
func (s *GetSavingsPlansUtilizationDetailsOutput) SetSavingsPlansUtilizationDetails(v []*SavingsPlansUtilizationDetail) *GetSavingsPlansUtilizationDetailsOutput
SetSavingsPlansUtilizationDetails sets the SavingsPlansUtilizationDetails field's value.
func (s *GetSavingsPlansUtilizationDetailsOutput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationDetailsOutput
SetTimePeriod sets the TimePeriod field's value.
func (s *GetSavingsPlansUtilizationDetailsOutput) SetTotal(v *SavingsPlansUtilizationAggregates) *GetSavingsPlansUtilizationDetailsOutput
SetTotal sets the Total field's value.
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 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 (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 (s *GetSavingsPlansUtilizationInput) SetFilter(v *Expression) *GetSavingsPlansUtilizationInput
SetFilter sets the Filter field's value.
func (s *GetSavingsPlansUtilizationInput) SetGranularity(v string) *GetSavingsPlansUtilizationInput
SetGranularity sets the Granularity field's value.
func (s *GetSavingsPlansUtilizationInput) SetSortBy(v *SortDefinition) *GetSavingsPlansUtilizationInput
SetSortBy sets the SortBy field's value.
func (s *GetSavingsPlansUtilizationInput) SetTimePeriod(v *DateInterval) *GetSavingsPlansUtilizationInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetSavingsPlansUtilizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetSavingsPlansUtilizationOutput) SetSavingsPlansUtilizationsByTime(v []*SavingsPlansUtilizationByTime) *GetSavingsPlansUtilizationOutput
SetSavingsPlansUtilizationsByTime sets the SavingsPlansUtilizationsByTime field's value.
func (s *GetSavingsPlansUtilizationOutput) SetTotal(v *SavingsPlansUtilizationAggregates) *GetSavingsPlansUtilizationOutput
SetTotal sets the Total field's value.
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 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 (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 (s *GetTagsInput) SetFilter(v *Expression) *GetTagsInput
SetFilter sets the Filter field's value.
func (s *GetTagsInput) SetMaxResults(v int64) *GetTagsInput
SetMaxResults sets the MaxResults field's value.
func (s *GetTagsInput) SetNextPageToken(v string) *GetTagsInput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetTagsInput) SetSearchString(v string) *GetTagsInput
SetSearchString sets the SearchString field's value.
func (s *GetTagsInput) SetSortBy(v []*SortDefinition) *GetTagsInput
SetSortBy sets the SortBy field's value.
func (s *GetTagsInput) SetTagKey(v string) *GetTagsInput
SetTagKey sets the TagKey field's value.
func (s *GetTagsInput) SetTimePeriod(v *DateInterval) *GetTagsInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetTagsOutput) SetNextPageToken(v string) *GetTagsOutput
SetNextPageToken sets the NextPageToken field's value.
func (s *GetTagsOutput) SetReturnSize(v int64) *GetTagsOutput
SetReturnSize sets the ReturnSize field's value.
func (s *GetTagsOutput) SetTags(v []*string) *GetTagsOutput
SetTags sets the Tags field's value.
func (s *GetTagsOutput) SetTotalSize(v int64) *GetTagsOutput
SetTotalSize sets the TotalSize field's value.
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 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 (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 (s *GetUsageForecastInput) SetFilter(v *Expression) *GetUsageForecastInput
SetFilter sets the Filter field's value.
func (s *GetUsageForecastInput) SetGranularity(v string) *GetUsageForecastInput
SetGranularity sets the Granularity field's value.
func (s *GetUsageForecastInput) SetMetric(v string) *GetUsageForecastInput
SetMetric sets the Metric field's value.
func (s *GetUsageForecastInput) SetPredictionIntervalLevel(v int64) *GetUsageForecastInput
SetPredictionIntervalLevel sets the PredictionIntervalLevel field's value.
func (s *GetUsageForecastInput) SetTimePeriod(v *DateInterval) *GetUsageForecastInput
SetTimePeriod sets the TimePeriod field's value.
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 (s *GetUsageForecastInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *GetUsageForecastOutput) SetForecastResultsByTime(v []*ForecastResult) *GetUsageForecastOutput
SetForecastResultsByTime sets the ForecastResultsByTime field's value.
func (s *GetUsageForecastOutput) SetTotal(v *MetricValue) *GetUsageForecastOutput
SetTotal sets the Total field's value.
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 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 (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 (s *Group) SetKeys(v []*string) *Group
SetKeys sets the Keys field's value.
func (s *Group) SetMetrics(v map[string]*MetricValue) *Group
SetMetrics sets the Metrics field's value.
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 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 (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 (s *GroupDefinition) SetKey(v string) *GroupDefinition
SetKey sets the Key field's value.
func (s *GroupDefinition) SetType(v string) *GroupDefinition
SetType sets the Type field's value.
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 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 (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 (s *Impact) SetMaxImpact(v float64) *Impact
SetMaxImpact sets the MaxImpact field's value.
func (s *Impact) SetTotalActualSpend(v float64) *Impact
SetTotalActualSpend sets the TotalActualSpend field's value.
func (s *Impact) SetTotalExpectedSpend(v float64) *Impact
SetTotalExpectedSpend sets the TotalExpectedSpend field's value.
func (s *Impact) SetTotalImpact(v float64) *Impact
SetTotalImpact sets the TotalImpact field's value.
func (s *Impact) SetTotalImpactPercentage(v float64) *Impact
SetTotalImpactPercentage sets the TotalImpactPercentage field's value.
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 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 (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 (s *InstanceDetails) SetEC2InstanceDetails(v *EC2InstanceDetails) *InstanceDetails
SetEC2InstanceDetails sets the EC2InstanceDetails field's value.
func (s *InstanceDetails) SetESInstanceDetails(v *ESInstanceDetails) *InstanceDetails
SetESInstanceDetails sets the ESInstanceDetails field's value.
func (s *InstanceDetails) SetElastiCacheInstanceDetails(v *ElastiCacheInstanceDetails) *InstanceDetails
SetElastiCacheInstanceDetails sets the ElastiCacheInstanceDetails field's value.
func (s *InstanceDetails) SetMemoryDBInstanceDetails(v *MemoryDBInstanceDetails) *InstanceDetails
SetMemoryDBInstanceDetails sets the MemoryDBInstanceDetails field's value.
func (s *InstanceDetails) SetRDSInstanceDetails(v *RDSInstanceDetails) *InstanceDetails
SetRDSInstanceDetails sets the RDSInstanceDetails field's value.
func (s *InstanceDetails) SetRedshiftInstanceDetails(v *RedshiftInstanceDetails) *InstanceDetails
SetRedshiftInstanceDetails sets the RedshiftInstanceDetails field's value.
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 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 (s *InvalidNextTokenException) Code() string
Code returns the exception type name.
func (s *InvalidNextTokenException) Error() string
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 (s *InvalidNextTokenException) Message() string
Message returns the exception's message.
func (s *InvalidNextTokenException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InvalidNextTokenException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InvalidNextTokenException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
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 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 (s *LimitExceededException) Code() string
Code returns the exception type name.
func (s *LimitExceededException) Error() string
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 (s *LimitExceededException) Message() string
Message returns the exception's message.
func (s *LimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *LimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *LimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s LimitExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListCostAllocationTagBackfillHistoryInput struct { // The maximum number of objects that are returned for this request. MaxResults *int64 `min:"1" type:"integer"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (s ListCostAllocationTagBackfillHistoryInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListCostAllocationTagBackfillHistoryInput) SetMaxResults(v int64) *ListCostAllocationTagBackfillHistoryInput
SetMaxResults sets the MaxResults field's value.
func (s *ListCostAllocationTagBackfillHistoryInput) SetNextToken(v string) *ListCostAllocationTagBackfillHistoryInput
SetNextToken sets the NextToken field's value.
func (s ListCostAllocationTagBackfillHistoryInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListCostAllocationTagBackfillHistoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListCostAllocationTagBackfillHistoryOutput struct { // The list of historical cost allocation tag backfill requests. BackfillRequests []*CostAllocationTagBackfillRequest `type:"list"` // The token to retrieve the next set of results. Amazon Web Services provides // the token when the response from a previous call has more results than the // maximum page size. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (s ListCostAllocationTagBackfillHistoryOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListCostAllocationTagBackfillHistoryOutput) SetBackfillRequests(v []*CostAllocationTagBackfillRequest) *ListCostAllocationTagBackfillHistoryOutput
SetBackfillRequests sets the BackfillRequests field's value.
func (s *ListCostAllocationTagBackfillHistoryOutput) SetNextToken(v string) *ListCostAllocationTagBackfillHistoryOutput
SetNextToken sets the NextToken field's value.
func (s ListCostAllocationTagBackfillHistoryOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListCostAllocationTagsInput 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 (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 (s *ListCostAllocationTagsInput) SetMaxResults(v int64) *ListCostAllocationTagsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListCostAllocationTagsInput) SetNextToken(v string) *ListCostAllocationTagsInput
SetNextToken sets the NextToken field's value.
func (s *ListCostAllocationTagsInput) SetStatus(v string) *ListCostAllocationTagsInput
SetStatus sets the Status field's value.
func (s *ListCostAllocationTagsInput) SetTagKeys(v []*string) *ListCostAllocationTagsInput
SetTagKeys sets the TagKeys field's value.
func (s *ListCostAllocationTagsInput) SetType(v string) *ListCostAllocationTagsInput
SetType sets the Type field's value.
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 (s *ListCostAllocationTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListCostAllocationTagsOutput) SetCostAllocationTags(v []*CostAllocationTag) *ListCostAllocationTagsOutput
SetCostAllocationTags sets the CostAllocationTags field's value.
func (s *ListCostAllocationTagsOutput) SetNextToken(v string) *ListCostAllocationTagsOutput
SetNextToken sets the NextToken field's value.
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 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 (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 (s *ListCostCategoryDefinitionsInput) SetEffectiveOn(v string) *ListCostCategoryDefinitionsInput
SetEffectiveOn sets the EffectiveOn field's value.
func (s *ListCostCategoryDefinitionsInput) SetMaxResults(v int64) *ListCostCategoryDefinitionsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListCostCategoryDefinitionsInput) SetNextToken(v string) *ListCostCategoryDefinitionsInput
SetNextToken sets the NextToken field's value.
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 (s *ListCostCategoryDefinitionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListCostCategoryDefinitionsOutput) SetCostCategoryReferences(v []*CostCategoryReference) *ListCostCategoryDefinitionsOutput
SetCostCategoryReferences sets the CostCategoryReferences field's value.
func (s *ListCostCategoryDefinitionsOutput) SetNextToken(v string) *ListCostCategoryDefinitionsOutput
SetNextToken sets the NextToken field's value.
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 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 (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 (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetGenerationStatus(v string) *ListSavingsPlansPurchaseRecommendationGenerationInput
SetGenerationStatus sets the GenerationStatus field's value.
func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetNextPageToken(v string) *ListSavingsPlansPurchaseRecommendationGenerationInput
SetNextPageToken sets the NextPageToken field's value.
func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetPageSize(v int64) *ListSavingsPlansPurchaseRecommendationGenerationInput
SetPageSize sets the PageSize field's value.
func (s *ListSavingsPlansPurchaseRecommendationGenerationInput) SetRecommendationIds(v []*string) *ListSavingsPlansPurchaseRecommendationGenerationInput
SetRecommendationIds sets the RecommendationIds field's value.
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 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 (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 (s *ListSavingsPlansPurchaseRecommendationGenerationOutput) SetGenerationSummaryList(v []*GenerationSummary) *ListSavingsPlansPurchaseRecommendationGenerationOutput
SetGenerationSummaryList sets the GenerationSummaryList field's value.
func (s *ListSavingsPlansPurchaseRecommendationGenerationOutput) SetNextPageToken(v string) *ListSavingsPlansPurchaseRecommendationGenerationOutput
SetNextPageToken sets the NextPageToken field's value.
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 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 (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 (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
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 (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ListTagsForResourceOutput) SetResourceTags(v []*ResourceTag) *ListTagsForResourceOutput
SetResourceTags sets the ResourceTags field's value.
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 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 (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 (s *MemoryDBInstanceDetails) SetCurrentGeneration(v bool) *MemoryDBInstanceDetails
SetCurrentGeneration sets the CurrentGeneration field's value.
func (s *MemoryDBInstanceDetails) SetFamily(v string) *MemoryDBInstanceDetails
SetFamily sets the Family field's value.
func (s *MemoryDBInstanceDetails) SetNodeType(v string) *MemoryDBInstanceDetails
SetNodeType sets the NodeType field's value.
func (s *MemoryDBInstanceDetails) SetRegion(v string) *MemoryDBInstanceDetails
SetRegion sets the Region field's value.
func (s *MemoryDBInstanceDetails) SetSizeFlexEligible(v bool) *MemoryDBInstanceDetails
SetSizeFlexEligible sets the SizeFlexEligible field's value.
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 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 (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 (s *MetricValue) SetAmount(v string) *MetricValue
SetAmount sets the Amount field's value.
func (s *MetricValue) SetUnit(v string) *MetricValue
SetUnit sets the Unit field's value.
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 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 (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 (s *ModifyRecommendationDetail) SetTargetInstances(v []*TargetInstance) *ModifyRecommendationDetail
SetTargetInstances sets the TargetInstances field's value.
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 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 (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 (s *NetworkResourceUtilization) SetNetworkInBytesPerSecond(v string) *NetworkResourceUtilization
SetNetworkInBytesPerSecond sets the NetworkInBytesPerSecond field's value.
func (s *NetworkResourceUtilization) SetNetworkOutBytesPerSecond(v string) *NetworkResourceUtilization
SetNetworkOutBytesPerSecond sets the NetworkOutBytesPerSecond field's value.
func (s *NetworkResourceUtilization) SetNetworkPacketsInPerSecond(v string) *NetworkResourceUtilization
SetNetworkPacketsInPerSecond sets the NetworkPacketsInPerSecond field's value.
func (s *NetworkResourceUtilization) SetNetworkPacketsOutPerSecond(v string) *NetworkResourceUtilization
SetNetworkPacketsOutPerSecond sets the NetworkPacketsOutPerSecond field's value.
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 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 (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 (s *ProvideAnomalyFeedbackInput) SetAnomalyId(v string) *ProvideAnomalyFeedbackInput
SetAnomalyId sets the AnomalyId field's value.
func (s *ProvideAnomalyFeedbackInput) SetFeedback(v string) *ProvideAnomalyFeedbackInput
SetFeedback sets the Feedback field's value.
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 (s *ProvideAnomalyFeedbackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 (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 (s *ProvideAnomalyFeedbackOutput) SetAnomalyId(v string) *ProvideAnomalyFeedbackOutput
SetAnomalyId sets the AnomalyId field's value.
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 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 (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 (s *RDSInstanceDetails) SetCurrentGeneration(v bool) *RDSInstanceDetails
SetCurrentGeneration sets the CurrentGeneration field's value.
func (s *RDSInstanceDetails) SetDatabaseEdition(v string) *RDSInstanceDetails
SetDatabaseEdition sets the DatabaseEdition field's value.
func (s *RDSInstanceDetails) SetDatabaseEngine(v string) *RDSInstanceDetails
SetDatabaseEngine sets the DatabaseEngine field's value.
func (s *RDSInstanceDetails) SetDeploymentOption(v string) *RDSInstanceDetails
SetDeploymentOption sets the DeploymentOption field's value.
func (s *RDSInstanceDetails) SetFamily(v string) *RDSInstanceDetails
SetFamily sets the Family field's value.
func (s *RDSInstanceDetails) SetInstanceType(v string) *RDSInstanceDetails
SetInstanceType sets the InstanceType field's value.
func (s *RDSInstanceDetails) SetLicenseModel(v string) *RDSInstanceDetails
SetLicenseModel sets the LicenseModel field's value.
func (s *RDSInstanceDetails) SetRegion(v string) *RDSInstanceDetails
SetRegion sets the Region field's value.
func (s *RDSInstanceDetails) SetSizeFlexEligible(v bool) *RDSInstanceDetails
SetSizeFlexEligible sets the SizeFlexEligible field's value.
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 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 (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 (s *RecommendationDetailData) SetAccountId(v string) *RecommendationDetailData
SetAccountId sets the AccountId field's value.
func (s *RecommendationDetailData) SetAccountScope(v string) *RecommendationDetailData
SetAccountScope sets the AccountScope field's value.
func (s *RecommendationDetailData) SetCurrencyCode(v string) *RecommendationDetailData
SetCurrencyCode sets the CurrencyCode field's value.
func (s *RecommendationDetailData) SetCurrentAverageCoverage(v string) *RecommendationDetailData
SetCurrentAverageCoverage sets the CurrentAverageCoverage field's value.
func (s *RecommendationDetailData) SetCurrentAverageHourlyOnDemandSpend(v string) *RecommendationDetailData
SetCurrentAverageHourlyOnDemandSpend sets the CurrentAverageHourlyOnDemandSpend field's value.
func (s *RecommendationDetailData) SetCurrentMaximumHourlyOnDemandSpend(v string) *RecommendationDetailData
SetCurrentMaximumHourlyOnDemandSpend sets the CurrentMaximumHourlyOnDemandSpend field's value.
func (s *RecommendationDetailData) SetCurrentMinimumHourlyOnDemandSpend(v string) *RecommendationDetailData
SetCurrentMinimumHourlyOnDemandSpend sets the CurrentMinimumHourlyOnDemandSpend field's value.
func (s *RecommendationDetailData) SetEstimatedAverageCoverage(v string) *RecommendationDetailData
SetEstimatedAverageCoverage sets the EstimatedAverageCoverage field's value.
func (s *RecommendationDetailData) SetEstimatedAverageUtilization(v string) *RecommendationDetailData
SetEstimatedAverageUtilization sets the EstimatedAverageUtilization field's value.
func (s *RecommendationDetailData) SetEstimatedMonthlySavingsAmount(v string) *RecommendationDetailData
SetEstimatedMonthlySavingsAmount sets the EstimatedMonthlySavingsAmount field's value.
func (s *RecommendationDetailData) SetEstimatedOnDemandCost(v string) *RecommendationDetailData
SetEstimatedOnDemandCost sets the EstimatedOnDemandCost field's value.
func (s *RecommendationDetailData) SetEstimatedOnDemandCostWithCurrentCommitment(v string) *RecommendationDetailData
SetEstimatedOnDemandCostWithCurrentCommitment sets the EstimatedOnDemandCostWithCurrentCommitment field's value.
func (s *RecommendationDetailData) SetEstimatedROI(v string) *RecommendationDetailData
SetEstimatedROI sets the EstimatedROI field's value.
func (s *RecommendationDetailData) SetEstimatedSPCost(v string) *RecommendationDetailData
SetEstimatedSPCost sets the EstimatedSPCost field's value.
func (s *RecommendationDetailData) SetEstimatedSavingsAmount(v string) *RecommendationDetailData
SetEstimatedSavingsAmount sets the EstimatedSavingsAmount field's value.
func (s *RecommendationDetailData) SetEstimatedSavingsPercentage(v string) *RecommendationDetailData
SetEstimatedSavingsPercentage sets the EstimatedSavingsPercentage field's value.
func (s *RecommendationDetailData) SetExistingHourlyCommitment(v string) *RecommendationDetailData
SetExistingHourlyCommitment sets the ExistingHourlyCommitment field's value.
func (s *RecommendationDetailData) SetGenerationTimestamp(v string) *RecommendationDetailData
SetGenerationTimestamp sets the GenerationTimestamp field's value.
func (s *RecommendationDetailData) SetHourlyCommitmentToPurchase(v string) *RecommendationDetailData
SetHourlyCommitmentToPurchase sets the HourlyCommitmentToPurchase field's value.
func (s *RecommendationDetailData) SetInstanceFamily(v string) *RecommendationDetailData
SetInstanceFamily sets the InstanceFamily field's value.
func (s *RecommendationDetailData) SetLatestUsageTimestamp(v string) *RecommendationDetailData
SetLatestUsageTimestamp sets the LatestUsageTimestamp field's value.
func (s *RecommendationDetailData) SetLookbackPeriodInDays(v string) *RecommendationDetailData
SetLookbackPeriodInDays sets the LookbackPeriodInDays field's value.
func (s *RecommendationDetailData) SetMetricsOverLookbackPeriod(v []*RecommendationDetailHourlyMetrics) *RecommendationDetailData
SetMetricsOverLookbackPeriod sets the MetricsOverLookbackPeriod field's value.
func (s *RecommendationDetailData) SetOfferingId(v string) *RecommendationDetailData
SetOfferingId sets the OfferingId field's value.
func (s *RecommendationDetailData) SetPaymentOption(v string) *RecommendationDetailData
SetPaymentOption sets the PaymentOption field's value.
func (s *RecommendationDetailData) SetRegion(v string) *RecommendationDetailData
SetRegion sets the Region field's value.
func (s *RecommendationDetailData) SetSavingsPlansType(v string) *RecommendationDetailData
SetSavingsPlansType sets the SavingsPlansType field's value.
func (s *RecommendationDetailData) SetTermInYears(v string) *RecommendationDetailData
SetTermInYears sets the TermInYears field's value.
func (s *RecommendationDetailData) SetUpfrontCost(v string) *RecommendationDetailData
SetUpfrontCost sets the UpfrontCost field's value.
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 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 (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 (s *RecommendationDetailHourlyMetrics) SetCurrentCoverage(v string) *RecommendationDetailHourlyMetrics
SetCurrentCoverage sets the CurrentCoverage field's value.
func (s *RecommendationDetailHourlyMetrics) SetEstimatedCoverage(v string) *RecommendationDetailHourlyMetrics
SetEstimatedCoverage sets the EstimatedCoverage field's value.
func (s *RecommendationDetailHourlyMetrics) SetEstimatedNewCommitmentUtilization(v string) *RecommendationDetailHourlyMetrics
SetEstimatedNewCommitmentUtilization sets the EstimatedNewCommitmentUtilization field's value.
func (s *RecommendationDetailHourlyMetrics) SetEstimatedOnDemandCost(v string) *RecommendationDetailHourlyMetrics
SetEstimatedOnDemandCost sets the EstimatedOnDemandCost field's value.
func (s *RecommendationDetailHourlyMetrics) SetStartTime(v string) *RecommendationDetailHourlyMetrics
SetStartTime sets the StartTime field's value.
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 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 (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".