Class: AWS.CostExplorer
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.CostExplorer
- Identifier:
- costexplorer
- API Version:
- 2017-10-25
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
You can use the Cost Explorer API to programmatically query your cost and usage data. You can query for aggregated data such as total monthly costs or total daily usage. You can also query for granular data. This might include the number of daily write operations for Amazon DynamoDB database tables in your production environment.
Service Endpoint
The Cost Explorer API provides the following endpoint:
For information about the costs that are associated with the Cost Explorer API, see Amazon Web Services Cost Management Pricing.
Sending a Request Using CostExplorer
var costexplorer = new AWS.CostExplorer();
costexplorer.createAnomalyMonitor(params, function (err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});
Locking the API Version
In order to ensure that the CostExplorer object uses this specific API, you can
construct the object by passing the apiVersion
option to the constructor:
var costexplorer = new AWS.CostExplorer({apiVersion: '2017-10-25'});
You can also set the API version globally in AWS.config.apiVersions
using
the costexplorer service identifier:
AWS.config.apiVersions = {
costexplorer: '2017-10-25',
// other service API versions
};
var costexplorer = new AWS.CostExplorer();
Version:
-
2017-10-25
Constructor Summary collapse
-
new AWS.CostExplorer(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary collapse
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary collapse
-
createAnomalyMonitor(params = {}, callback) ⇒ AWS.Request
Creates a new cost anomaly detection monitor with the requested type and monitor specification.
-
createAnomalySubscription(params = {}, callback) ⇒ AWS.Request
Adds a subscription to a cost anomaly detection monitor.
-
createCostCategoryDefinition(params = {}, callback) ⇒ AWS.Request
Creates a new Cost Category with the requested name and rules.
.
-
deleteAnomalyMonitor(params = {}, callback) ⇒ AWS.Request
Deletes a cost anomaly monitor.
-
deleteAnomalySubscription(params = {}, callback) ⇒ AWS.Request
Deletes a cost anomaly subscription.
-
deleteCostCategoryDefinition(params = {}, callback) ⇒ AWS.Request
Deletes a Cost Category.
-
describeCostCategoryDefinition(params = {}, callback) ⇒ AWS.Request
Returns the 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 is active on a specific date. -
getAnomalies(params = {}, callback) ⇒ AWS.Request
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the
DateInterval
object. -
getAnomalyMonitors(params = {}, callback) ⇒ AWS.Request
Retrieves the cost anomaly monitor definitions for your account.
-
getAnomalySubscriptions(params = {}, callback) ⇒ AWS.Request
Retrieves the cost anomaly subscription objects for your account.
-
getCostAndUsage(params = {}, callback) ⇒ AWS.Request
Retrieves cost and usage metrics for your account.
-
getCostAndUsageWithResources(params = {}, callback) ⇒ AWS.Request
Retrieves cost and usage metrics with resources for your account.
-
getCostCategories(params = {}, callback) ⇒ AWS.Request
Retrieves an array of Cost Category names and values incurred cost.
Note: If some Cost Category names and values are not associated with any cost, they will not be returned by this API.- getCostForecast(params = {}, callback) ⇒ AWS.Request
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.
- getDimensionValues(params = {}, callback) ⇒ AWS.Request
Retrieves all available filter values for a specified filter over a period of time.
- getReservationCoverage(params = {}, callback) ⇒ AWS.Request
Retrieves the reservation coverage for your account.
- getReservationPurchaseRecommendation(params = {}, callback) ⇒ AWS.Request
Gets recommendations for which reservations to purchase.
- getReservationUtilization(params = {}, callback) ⇒ AWS.Request
Retrieves the reservation utilization for your account.
- getRightsizingRecommendation(params = {}, callback) ⇒ AWS.Request
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.
- getSavingsPlansCoverage(params = {}, callback) ⇒ AWS.Request
Retrieves the Savings Plans covered for your account.
- getSavingsPlansPurchaseRecommendation(params = {}, callback) ⇒ AWS.Request
Retrieves your request parameters, Savings Plan Recommendations Summary and Details.
- getSavingsPlansUtilization(params = {}, callback) ⇒ AWS.Request
Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity.
- getSavingsPlansUtilizationDetails(params = {}, callback) ⇒ AWS.Request
Retrieves attribute data along with aggregate utilization and savings data for a given time period.
- getTags(params = {}, callback) ⇒ AWS.Request
Queries for available tag keys and tag values for a specified period.
- getUsageForecast(params = {}, callback) ⇒ AWS.Request
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.
- listCostCategoryDefinitions(params = {}, callback) ⇒ AWS.Request
Returns the name, ARN,
NumberOfRules
and effective dates of all Cost Categories defined in the account.- provideAnomalyFeedback(params = {}, callback) ⇒ AWS.Request
Modifies the feedback property of a given cost anomaly.
- updateAnomalyMonitor(params = {}, callback) ⇒ AWS.Request
Updates an existing cost anomaly monitor.
- updateAnomalySubscription(params = {}, callback) ⇒ AWS.Request
Updates an existing cost anomaly monitor subscription.
- updateCostCategoryDefinition(params = {}, callback) ⇒ AWS.Request
Updates an existing Cost Category.
Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService
Constructor Details
new AWS.CostExplorer(options = {}) ⇒ Object
Constructs a service object. This object has one method for each API operation.
Examples:
Constructing a CostExplorer object
var costexplorer = new AWS.CostExplorer({apiVersion: '2017-10-25'});
Options Hash (options):
-
params
(map)
—
An optional map of parameters to bind to every request sent by this service object. For more information on bound parameters, see "Working with Services" in the Getting Started Guide.
-
endpoint
(String|AWS.Endpoint)
—
The endpoint URI to send requests to. The default endpoint is built from the configured
region
. The endpoint should be a string like'https://{service}.{region}.amazonaws.com'
or an Endpoint object. -
accessKeyId
(String)
—
your AWS access key ID.
-
secretAccessKey
(String)
—
your AWS secret access key.
-
sessionToken
(AWS.Credentials)
—
the optional AWS session token to sign requests with.
-
credentials
(AWS.Credentials)
—
the AWS credentials to sign requests with. You can either specify this object, or specify the accessKeyId and secretAccessKey options directly.
-
credentialProvider
(AWS.CredentialProviderChain)
—
the provider chain used to resolve credentials if no static
credentials
property is set. -
region
(String)
—
the region to send service requests to. See AWS.CostExplorer.region for more information.
-
maxRetries
(Integer)
—
the maximum amount of retries to attempt with a request. See AWS.CostExplorer.maxRetries for more information.
-
maxRedirects
(Integer)
—
the maximum amount of redirects to follow with a request. See AWS.CostExplorer.maxRedirects for more information.
-
sslEnabled
(Boolean)
—
whether to enable SSL for requests.
-
paramValidation
(Boolean|map)
—
whether input parameters should be validated against the operation description before sending the request. Defaults to true. Pass a map to enable any of the following specific validation features:
- min [Boolean] — Validates that a value meets the min
constraint. This is enabled by default when paramValidation is set
to
true
. - max [Boolean] — Validates that a value meets the max constraint.
- pattern [Boolean] — Validates that a string value matches a regular expression.
- enum [Boolean] — Validates that a string value matches one of the allowable enum values.
- min [Boolean] — Validates that a value meets the min
constraint. This is enabled by default when paramValidation is set
to
-
computeChecksums
(Boolean)
—
whether to compute checksums for payload bodies when the service accepts it (currently supported in S3 only)
-
convertResponseTypes
(Boolean)
—
whether types are converted when parsing response data. Currently only supported for JSON based services. Turning this off may improve performance on large response payloads. Defaults to
true
. -
correctClockSkew
(Boolean)
—
whether to apply a clock skew correction and retry requests that fail because of an skewed client clock. Defaults to
false
. -
s3ForcePathStyle
(Boolean)
—
whether to force path style URLs for S3 objects.
-
s3BucketEndpoint
(Boolean)
—
whether the provided endpoint addresses an individual bucket (false if it addresses the root API endpoint). Note that setting this configuration option requires an
endpoint
to be provided explicitly to the service constructor. -
s3DisableBodySigning
(Boolean)
—
whether S3 body signing should be disabled when using signature version
v4
. Body signing can only be disabled when using https. Defaults totrue
. -
s3UsEast1RegionalEndpoint
('legacy'|'regional')
—
when region is set to 'us-east-1', whether to send s3 request to global endpoints or 'us-east-1' regional endpoints. This config is only applicable to S3 client. Defaults to
legacy
-
s3UseArnRegion
(Boolean)
—
whether to override the request region with the region inferred from requested resource's ARN. Only available for S3 buckets Defaults to
true
-
retryDelayOptions
(map)
—
A set of options to configure the retry delay on retryable errors. Currently supported options are:
- base [Integer] — The base number of milliseconds to use in the exponential backoff for operation retries. Defaults to 100 ms for all services except DynamoDB, where it defaults to 50ms.
- customBackoff [function] — A custom function that accepts a
retry count and error and returns the amount of time to delay in
milliseconds. If the result is a non-zero negative value, no further
retry attempts will be made. The
base
option will be ignored if this option is supplied. The function is only called for retryable errors.
-
httpOptions
(map)
—
A set of options to pass to the low-level HTTP request. Currently supported options are:
- proxy [String] — the URL to proxy requests through
- agent [http.Agent, https.Agent] — the Agent object to perform
HTTP requests with. Used for connection pooling. Defaults to the global
agent (
http.globalAgent
) for non-SSL connections. Note that for SSL connections, a special Agent object is used in order to enable peer certificate verification. This feature is only available in the Node.js environment. - connectTimeout [Integer] — Sets the socket to timeout after
failing to establish a connection with the server after
connectTimeout
milliseconds. This timeout has no effect once a socket connection has been established. - timeout [Integer] — Sets the socket to timeout after timeout milliseconds of inactivity on the socket. Defaults to two minutes (120000).
- xhrAsync [Boolean] — Whether the SDK will send asynchronous HTTP requests. Used in the browser environment only. Set to false to send requests synchronously. Defaults to true (async on).
- xhrWithCredentials [Boolean] — Sets the "withCredentials" property of an XMLHttpRequest object. Used in the browser environment only. Defaults to false.
-
apiVersion
(String, Date)
—
a String in YYYY-MM-DD format (or a date) that represents the latest possible API version that can be used in all services (unless overridden by
apiVersions
). Specify 'latest' to use the latest possible version. -
apiVersions
(map<String, String|Date>)
—
a map of service identifiers (the lowercase service class name) with the API version to use when instantiating a service. Specify 'latest' for each individual that can use the latest available version.
-
logger
(#write, #log)
—
an object that responds to .write() (like a stream) or .log() (like the console object) in order to log information about requests
-
systemClockOffset
(Number)
—
an offset value in milliseconds to apply to all signing times. Use this to compensate for clock skew when your system may be out of sync with the service time. Note that this configuration option can only be applied to the global
AWS.config
object and cannot be overridden in service-specific configuration. Defaults to 0 milliseconds. -
signatureVersion
(String)
—
the signature version to sign requests with (overriding the API configuration). Possible values are: 'v2', 'v3', 'v4'.
-
signatureCache
(Boolean)
—
whether the signature to sign requests with (overriding the API configuration) is cached. Only applies to the signature version 'v4'. Defaults to
true
. -
dynamoDbCrc32
(Boolean)
—
whether to validate the CRC32 checksum of HTTP response bodies returned by DynamoDB. Default:
true
. -
useAccelerateEndpoint
(Boolean)
—
Whether to use the S3 Transfer Acceleration endpoint with the S3 service. Default:
false
. -
clientSideMonitoring
(Boolean)
—
whether to collect and publish this client's performance metrics of all its API requests.
-
endpointDiscoveryEnabled
(Boolean|undefined)
—
whether to call operations with endpoints given by service dynamically. Setting this
-
endpointCacheSize
(Number)
—
the size of the global cache storing endpoints from endpoint discovery operations. Once endpoint cache is created, updating this setting cannot change existing cache size. Defaults to 1000
-
hostPrefixEnabled
(Boolean)
—
whether to marshal request parameters to the prefix of hostname. Defaults to
true
. -
stsRegionalEndpoints
('legacy'|'regional')
—
whether to send sts request to global endpoints or regional endpoints. Defaults to 'legacy'.
Property Details
Method Details
createAnomalyMonitor(params = {}, callback) ⇒ AWS.Request
Creates a new cost anomaly detection monitor with the requested type and monitor specification.
Service Reference:
Examples:
Calling the createAnomalyMonitor operation
var params = { AnomalyMonitor: { /* required */ MonitorName: 'STRING_VALUE', /* required */ MonitorType: DIMENSIONAL | CUSTOM, /* required */ CreationDate: 'STRING_VALUE', DimensionalValueCount: 'NUMBER_VALUE', LastEvaluatedDate: 'STRING_VALUE', LastUpdatedDate: 'STRING_VALUE', MonitorArn: 'STRING_VALUE', MonitorDimension: SERVICE, MonitorSpecification: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } } } }; costexplorer.createAnomalyMonitor(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
AnomalyMonitor
— (map
)The cost anomaly detection monitor object that you want to create.
MonitorArn
— (String
)The Amazon Resource Name (ARN) value.
MonitorName
— required — (String
)The name of the monitor.
CreationDate
— (String
)The date when the monitor was created.
LastUpdatedDate
— (String
)The date when the monitor was last updated.
LastEvaluatedDate
— (String
)The date when the monitor last evaluated for anomalies.
MonitorType
— required — (String
)The possible type values.
Possible values include:"DIMENSIONAL"
"CUSTOM"
MonitorDimension
— (String
)The dimensions to evaluate.
Possible values include:"SERVICE"
MonitorSpecification
— (map
)Use
Expression
to filter by cost or by usage. There are two patterns:-
Simple dimension values - 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
. ForGetRightsizingRecommendation
, the Region is a full name (for example,REGION==US East (N. Virginia)
. TheExpression
example is as follows:{ "Dimensions": { "Key": "REGION", "Values": [ "us-east-1", “us-west-1” ] } }
The list of dimension values are OR'd together to retrieve cost or usage data. You can create
Expression
andDimensionValues
objects using eitherwith*
methods orset*
methods in multiple lines. -
Compound dimension values with logical operations - You can use multiple
Expression
types and the logical operatorsAND/OR/NOT
to create a list of one or moreExpression
objects. By doing this, you can filter on more advanced options. For example, you can filter on((REGION == us-east-1 OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer)
. TheExpression
for that 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"] }}} ] }
Note: Because eachExpression
can have only one operator, the service returns an error if more than one is specified. The following example shows anExpression
object that creates an error.{ "And": [ ... ], "DimensionValues": { "Dimension": "USAGE_TYPE", "Values": [ "DataTransfer" ] } }
Note: For theGetRightsizingRecommendation
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 toLINKED_ACCOUNT
,REGION
, orRIGHTSIZING_TYPE
. For theGetReservationPurchaseRecommendation
action, only NOT is supported. AND and OR aren't supported. Dimensions are limited toLINKED_ACCOUNT
.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
DimensionalValueCount
— (Integer
)The value for evaluated dimensions.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:MonitorArn
— (String
)The unique identifier of your newly created cost anomaly detection monitor.
-
(AWS.Response)
—
Returns:
createAnomalySubscription(params = {}, callback) ⇒ AWS.Request
Adds a subscription to a cost anomaly detection monitor. You can use each subscription to define subscribers with email or SNS notifications. Email subscribers can set a dollar threshold and a time frequency for receiving notifications.
Service Reference:
Examples:
Calling the createAnomalySubscription operation
var params = { AnomalySubscription: { /* required */ Frequency: DAILY | IMMEDIATE | WEEKLY, /* required */ MonitorArnList: [ /* required */ 'STRING_VALUE', /* more items */ ], Subscribers: [ /* required */ { Address: 'STRING_VALUE', Status: CONFIRMED | DECLINED, Type: EMAIL | SNS }, /* more items */ ], SubscriptionName: 'STRING_VALUE', /* required */ Threshold: 'NUMBER_VALUE', /* required */ AccountId: 'STRING_VALUE', SubscriptionArn: 'STRING_VALUE' } }; costexplorer.createAnomalySubscription(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
AnomalySubscription
— (map
)The cost anomaly subscription object that you want to create.
SubscriptionArn
— (String
)The
AnomalySubscription
Amazon Resource Name (ARN).AccountId
— (String
)Your unique account identifier.
MonitorArnList
— required — (Array<String>
)A list of cost anomaly monitors.
Subscribers
— required — (Array<map>
)A list of subscribers to notify.
Address
— (String
)The email address or SNS Amazon Resource Name (ARN). This depends on the
Type
.Type
— (String
)The notification delivery channel.
Possible values include:"EMAIL"
"SNS"
Status
— (String
)Indicates if the subscriber accepts the notifications.
Possible values include:"CONFIRMED"
"DECLINED"
Threshold
— required — (Float
)The dollar value that triggers a notification if the threshold is exceeded.
Frequency
— required — (String
)The frequency that anomaly reports are sent over email.
Possible values include:"DAILY"
"IMMEDIATE"
"WEEKLY"
SubscriptionName
— required — (String
)The name for the subscription.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:SubscriptionArn
— (String
)The unique identifier of your newly created cost anomaly subscription.
-
(AWS.Response)
—
Returns:
createCostCategoryDefinition(params = {}, callback) ⇒ AWS.Request
Creates a new Cost Category with the requested name and rules.
Service Reference:
Examples:
Calling the createCostCategoryDefinition operation
var params = { Name: 'STRING_VALUE', /* required */ RuleVersion: CostCategoryExpression.v1, /* required */ Rules: [ /* required */ { InheritedValue: { DimensionKey: 'STRING_VALUE', DimensionName: LINKED_ACCOUNT_NAME | TAG }, Rule: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, Type: REGULAR | INHERITED_VALUE, Value: 'STRING_VALUE' }, /* more items */ ], DefaultValue: 'STRING_VALUE', SplitChargeRules: [ { Method: FIXED | PROPORTIONAL | EVEN, /* required */ Source: 'STRING_VALUE', /* required */ Targets: [ /* required */ 'STRING_VALUE', /* more items */ ], Parameters: [ { Type: ALLOCATION_PERCENTAGES, /* required */ Values: [ /* required */ 'STRING_VALUE', /* more items */ ] }, /* more items */ ] }, /* more items */ ] }; costexplorer.createCostCategoryDefinition(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
Name
— (String
)The unique name of the Cost Category.
RuleVersion
— (String
)The rule schema version in this particular Cost Category.
Possible values include:"CostCategoryExpression.v1"
Rules
— (Array<map>
)The Cost Category rules used to categorize costs. For more information, see CostCategoryRule.
Value
— (String
)The default value for the cost category.
Rule
— (map
)An Expression object used to categorize costs. This supports dimensions, tags, and nested expressions. Currently the only dimensions supported are
LINKED_ACCOUNT
,SERVICE_CODE
,RECORD_TYPE
, andLINKED_ACCOUNT_NAME
.Root level
OR
isn't supported. We recommend that you create a separate rule instead.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 in the Billing and Cost Management User Guide.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
InheritedValue
— (map
)The value the line item is categorized as if the line item contains the matched dimension.
DimensionName
— (String
)The name of the dimension that's used to group costs.
If you specify
Possible values include:LINKED_ACCOUNT_NAME
, the cost category value is based on account name. If you specifyTAG
, the cost category value will be based on the value of the specified tag key."LINKED_ACCOUNT_NAME"
"TAG"
DimensionKey
— (String
)The key to extract cost category values.
Type
— (String
)You can define the
Possible values include:CostCategoryRule
rule type as eitherREGULAR
orINHERITED_VALUE
. TheINHERITED_VALUE
rule type adds the flexibility of defining a rule that dynamically inherits the cost category value from the dimension value defined byCostCategoryInheritedValueDimension
. For example, if you want to dynamically group costs based on the value of a specific tag key, first choose an inherited value rule type, then choose the tag dimension and specify the tag key to use."REGULAR"
"INHERITED_VALUE"
DefaultValue
— (String
)The default value for the cost category.
SplitChargeRules
— (Array<map>
)The split charge rules used to allocate your charges between your Cost Category values.
Source
— required — (String
)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.
Targets
— required — (Array<String>
)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.
Method
— required — (String
)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.>
Possible values include:Even
- Allocates costs evenly across all targets."FIXED"
"PROPORTIONAL"
"EVEN"
Parameters
— (Array<map>
)The parameters for a split charge method. This is only required for the
FIXED
method.Type
— required — (String
)The parameter type.
Possible values include:"ALLOCATION_PERCENTAGES"
Values
— required — (Array<String>
)The parameter values.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:CostCategoryArn
— (String
)The unique identifier for your newly created Cost Category.
EffectiveStart
— (String
)The Cost Category's effective start date.
-
(AWS.Response)
—
Returns:
deleteAnomalyMonitor(params = {}, callback) ⇒ AWS.Request
Deletes a cost anomaly monitor.
Service Reference:
Examples:
Calling the deleteAnomalyMonitor operation
var params = { MonitorArn: 'STRING_VALUE' /* required */ }; costexplorer.deleteAnomalyMonitor(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
MonitorArn
— (String
)The unique identifier of the cost anomaly monitor that you want to delete.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs.
-
(AWS.Response)
—
Returns:
deleteAnomalySubscription(params = {}, callback) ⇒ AWS.Request
Deletes a cost anomaly subscription.
Service Reference:
Examples:
Calling the deleteAnomalySubscription operation
var params = { SubscriptionArn: 'STRING_VALUE' /* required */ }; costexplorer.deleteAnomalySubscription(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
SubscriptionArn
— (String
)The unique identifier of the cost anomaly subscription that you want to delete.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs.
-
(AWS.Response)
—
Returns:
deleteCostCategoryDefinition(params = {}, callback) ⇒ AWS.Request
Deletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.
Service Reference:
Examples:
Calling the deleteCostCategoryDefinition operation
var params = { CostCategoryArn: 'STRING_VALUE' /* required */ }; costexplorer.deleteCostCategoryDefinition(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
CostCategoryArn
— (String
)The unique identifier for your Cost Category.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:CostCategoryArn
— (String
)The unique identifier for your Cost Category.
EffectiveEnd
— (String
)The effective end date of the Cost Category as a result of deleting it. No costs after this date will be categorized by the deleted Cost Category.
-
(AWS.Response)
—
Returns:
describeCostCategoryDefinition(params = {}, callback) ⇒ AWS.Request
Returns the 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 is active on a specific date. If there is noEffectiveOn
specified, you’ll see a Cost Category that is effective on the current date. If Cost Category is still effective,EffectiveEnd
is omitted in the response.Service Reference:
Examples:
Calling the describeCostCategoryDefinition operation
var params = { CostCategoryArn: 'STRING_VALUE', /* required */ EffectiveOn: 'STRING_VALUE' }; costexplorer.describeCostCategoryDefinition(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
CostCategoryArn
— (String
)The unique identifier for your Cost Category.
EffectiveOn
— (String
)The date when the Cost Category was effective.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:CostCategory
— (map
)The structure of Cost Categories. This includes detailed metadata and the set of rules for the
CostCategory
object.CostCategoryArn
— required — (String
)The unique identifier for your Cost Category.
EffectiveStart
— required — (String
)The effective state data of your Cost Category.
EffectiveEnd
— (String
)The effective end data of your Cost Category.
Name
— required — (String
)The unique name of the Cost Category.
RuleVersion
— required — (String
)The rule schema version in this particular Cost Category.
Possible values include:"CostCategoryExpression.v1"
Rules
— required — (Array<map>
)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.
Value
— (String
)The default value for the cost category.
Rule
— (map
)An Expression object used to categorize costs. This supports dimensions, tags, and nested expressions. Currently the only dimensions supported are
LINKED_ACCOUNT
,SERVICE_CODE
,RECORD_TYPE
, andLINKED_ACCOUNT_NAME
.Root level
OR
isn't supported. We recommend that you create a separate rule instead.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 in the Billing and Cost Management User Guide.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
InheritedValue
— (map
)The value the line item is categorized as if the line item contains the matched dimension.
DimensionName
— (String
)The name of the dimension that's used to group costs.
If you specify
Possible values include:LINKED_ACCOUNT_NAME
, the cost category value is based on account name. If you specifyTAG
, the cost category value will be based on the value of the specified tag key."LINKED_ACCOUNT_NAME"
"TAG"
DimensionKey
— (String
)The key to extract cost category values.
Type
— (String
)You can define the
Possible values include:CostCategoryRule
rule type as eitherREGULAR
orINHERITED_VALUE
. TheINHERITED_VALUE
rule type adds the flexibility of defining a rule that dynamically inherits the cost category value from the dimension value defined byCostCategoryInheritedValueDimension
. For example, if you want to dynamically group costs based on the value of a specific tag key, first choose an inherited value rule type, then choose the tag dimension and specify the tag key to use."REGULAR"
"INHERITED_VALUE"
SplitChargeRules
— (Array<map>
)The split charge rules that are used to allocate your charges between your Cost Category values.
Source
— required — (String
)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.
Targets
— required — (Array<String>
)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.
Method
— required — (String
)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.>
Possible values include:Even
- Allocates costs evenly across all targets."FIXED"
"PROPORTIONAL"
"EVEN"
Parameters
— (Array<map>
)The parameters for a split charge method. This is only required for the
FIXED
method.Type
— required — (String
)The parameter type.
Possible values include:"ALLOCATION_PERCENTAGES"
Values
— required — (Array<String>
)The parameter values.
ProcessingStatus
— (Array<map>
)The list of processing statuses for Cost Management products for a specific cost category.
Component
— (String
)The Cost Management product name of the applied status.
Possible values include:"COST_EXPLORER"
Status
— (String
)The process status for a specific cost category.
Possible values include:"PROCESSING"
"APPLIED"
DefaultValue
— (String
)The default value for the cost category.
-
(AWS.Response)
—
Returns:
getAnomalies(params = {}, callback) ⇒ AWS.Request
Retrieves all of the cost anomalies detected on your account during the time period that's specified by the
DateInterval
object.Service Reference:
Examples:
Calling the getAnomalies operation
var params = { DateInterval: { /* required */ StartDate: 'STRING_VALUE', /* required */ EndDate: 'STRING_VALUE' }, Feedback: YES | NO | PLANNED_ACTIVITY, MaxResults: 'NUMBER_VALUE', MonitorArn: 'STRING_VALUE', NextPageToken: 'STRING_VALUE', TotalImpact: { NumericOperator: EQUAL | GREATER_THAN_OR_EQUAL | LESS_THAN_OR_EQUAL | GREATER_THAN | LESS_THAN | BETWEEN, /* required */ StartValue: 'NUMBER_VALUE', /* required */ EndValue: 'NUMBER_VALUE' } }; costexplorer.getAnomalies(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
MonitorArn
— (String
)Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).
DateInterval
— (map
)Assigns the start and end dates for retrieving cost anomalies. The returned anomaly object will have an
AnomalyEndDate
in the specified time range.StartDate
— required — (String
)The first date an anomaly was observed.
EndDate
— (String
)The last date an anomaly was observed.
Feedback
— (String
)Filters anomaly results by the feedback field on the anomaly object.
Possible values include:"YES"
"NO"
"PLANNED_ACTIVITY"
TotalImpact
— (map
)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.NumericOperator
— required — (String
)The comparing value that's used in the filter.
Possible values include:"EQUAL"
"GREATER_THAN_OR_EQUAL"
"LESS_THAN_OR_EQUAL"
"GREATER_THAN"
"LESS_THAN"
"BETWEEN"
StartValue
— required — (Float
)The lower bound dollar value that's used in the filter.
EndValue
— (Float
)The upper bound dollar value that's used in the filter.
NextPageToken
— (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.
MaxResults
— (Integer
)The number of entries a paginated response contains.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:Anomalies
— (Array<map>
)A list of cost anomalies.
AnomalyId
— required — (String
)The unique identifier for the anomaly.
AnomalyStartDate
— (String
)The first day the anomaly is detected.
AnomalyEndDate
— (String
)The last day the anomaly is detected.
DimensionValue
— (String
)The dimension for the anomaly (for example, an Amazon Web Services service in a service monitor).
RootCauses
— (Array<map>
)The list of identified root causes for the anomaly.
Service
— (String
)The Amazon Web Services service name that's associated with the cost anomaly.
Region
— (String
)The Amazon Web Services Region that's associated with the cost anomaly.
LinkedAccount
— (String
)The member account value that's associated with the cost anomaly.
UsageType
— (String
)The
UsageType
value that's associated with the cost anomaly.
AnomalyScore
— required — (map
)The latest and maximum score for the anomaly.
MaxScore
— required — (Float
)The maximum score that's observed during the
AnomalyDateInterval
.CurrentScore
— required — (Float
)The last observed score.
Impact
— required — (map
)The dollar impact for the anomaly.
MaxImpact
— required — (Float
)The maximum dollar value that's observed for an anomaly.
TotalImpact
— (Float
)The cumulative dollar value that's observed for an anomaly.
MonitorArn
— required — (String
)The Amazon Resource Name (ARN) for the cost monitor that generated this anomaly.
Feedback
— (String
)The feedback value.
Possible values include:"YES"
"NO"
"PLANNED_ACTIVITY"
NextPageToken
— (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.
-
(AWS.Response)
—
Returns:
getAnomalyMonitors(params = {}, callback) ⇒ AWS.Request
Retrieves the cost anomaly monitor definitions for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
Service Reference:
Examples:
Calling the getAnomalyMonitors operation
var params = { MaxResults: 'NUMBER_VALUE', MonitorArnList: [ 'STRING_VALUE', /* more items */ ], NextPageToken: 'STRING_VALUE' }; costexplorer.getAnomalyMonitors(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
MonitorArnList
— (Array<String>
)A list of cost anomaly monitor ARNs.
NextPageToken
— (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.
MaxResults
— (Integer
)The number of entries that a paginated response contains.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:AnomalyMonitors
— (Array<map>
)A list of cost anomaly monitors that includes the detailed metadata for each monitor.
MonitorArn
— (String
)The Amazon Resource Name (ARN) value.
MonitorName
— required — (String
)The name of the monitor.
CreationDate
— (String
)The date when the monitor was created.
LastUpdatedDate
— (String
)The date when the monitor was last updated.
LastEvaluatedDate
— (String
)The date when the monitor last evaluated for anomalies.
MonitorType
— required — (String
)The possible type values.
Possible values include:"DIMENSIONAL"
"CUSTOM"
MonitorDimension
— (String
)The dimensions to evaluate.
Possible values include:"SERVICE"
MonitorSpecification
— (map
)Use
Expression
to filter by cost or by usage. There are two patterns:-
Simple dimension values - 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
. ForGetRightsizingRecommendation
, the Region is a full name (for example,REGION==US East (N. Virginia)
. TheExpression
example is as follows:{ "Dimensions": { "Key": "REGION", "Values": [ "us-east-1", “us-west-1” ] } }
The list of dimension values are OR'd together to retrieve cost or usage data. You can create
Expression
andDimensionValues
objects using eitherwith*
methods orset*
methods in multiple lines. -
Compound dimension values with logical operations - You can use multiple
Expression
types and the logical operatorsAND/OR/NOT
to create a list of one or moreExpression
objects. By doing this, you can filter on more advanced options. For example, you can filter on((REGION == us-east-1 OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer)
. TheExpression
for that 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"] }}} ] }
Note: Because eachExpression
can have only one operator, the service returns an error if more than one is specified. The following example shows anExpression
object that creates an error.{ "And": [ ... ], "DimensionValues": { "Dimension": "USAGE_TYPE", "Values": [ "DataTransfer" ] } }
Note: For theGetRightsizingRecommendation
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 toLINKED_ACCOUNT
,REGION
, orRIGHTSIZING_TYPE
. For theGetReservationPurchaseRecommendation
action, only NOT is supported. AND and OR aren't supported. Dimensions are limited toLINKED_ACCOUNT
.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
DimensionalValueCount
— (Integer
)The value for evaluated dimensions.
NextPageToken
— (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.
-
(AWS.Response)
—
Returns:
getAnomalySubscriptions(params = {}, callback) ⇒ AWS.Request
Retrieves the cost anomaly subscription objects for your account. You can filter using a list of cost anomaly monitor Amazon Resource Names (ARNs).
Service Reference:
Examples:
Calling the getAnomalySubscriptions operation
var params = { MaxResults: 'NUMBER_VALUE', MonitorArn: 'STRING_VALUE', NextPageToken: 'STRING_VALUE', SubscriptionArnList: [ 'STRING_VALUE', /* more items */ ] }; costexplorer.getAnomalySubscriptions(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
SubscriptionArnList
— (Array<String>
)A list of cost anomaly subscription ARNs.
MonitorArn
— (String
)Cost anomaly monitor ARNs.
NextPageToken
— (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.
MaxResults
— (Integer
)The number of entries a paginated response contains.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:AnomalySubscriptions
— (Array<map>
)A list of cost anomaly subscriptions that includes the detailed metadata for each one.
SubscriptionArn
— (String
)The
AnomalySubscription
Amazon Resource Name (ARN).AccountId
— (String
)Your unique account identifier.
MonitorArnList
— required — (Array<String>
)A list of cost anomaly monitors.
Subscribers
— required — (Array<map>
)A list of subscribers to notify.
Address
— (String
)The email address or SNS Amazon Resource Name (ARN). This depends on the
Type
.Type
— (String
)The notification delivery channel.
Possible values include:"EMAIL"
"SNS"
Status
— (String
)Indicates if the subscriber accepts the notifications.
Possible values include:"CONFIRMED"
"DECLINED"
Threshold
— required — (Float
)The dollar value that triggers a notification if the threshold is exceeded.
Frequency
— required — (String
)The frequency that anomaly reports are sent over email.
Possible values include:"DAILY"
"IMMEDIATE"
"WEEKLY"
SubscriptionName
— required — (String
)The name for the subscription.
NextPageToken
— (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.
-
(AWS.Response)
—
Returns:
getCostAndUsage(params = {}, callback) ⇒ AWS.Request
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
orUsageQuantity
. You can also filter and group your data by various dimensions, such asSERVICE
orAZ
, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Management account in an organization in Organizations have access to all member accounts.For information about filter limitations, see Quotas and restrictions in the Billing and Cost Management User Guide.
Service Reference:
Examples:
Calling the getCostAndUsage operation
var params = { Granularity: DAILY | MONTHLY | HOURLY, /* required */ Metrics: [ /* required */ 'STRING_VALUE', /* more items */ ], TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, GroupBy: [ { Key: 'STRING_VALUE', Type: DIMENSION | TAG | COST_CATEGORY }, /* more items */ ], NextPageToken: 'STRING_VALUE' }; costexplorer.getCostAndUsage(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
TimePeriod
— (map
)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
is2017-01-01
andend
is2017-05-01
, then the cost and usage data is retrieved from2017-01-01
up to and including2017-04-30
but not including2017-05-01
.Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Granularity
— (String
)Sets the Amazon Web Services cost granularity to
Possible values include:MONTHLY
orDAILY
, orHOURLY
. IfGranularity
isn't set, the response object doesn't include theGranularity
, eitherMONTHLY
orDAILY
, orHOURLY
."DAILY"
"MONTHLY"
"HOURLY"
Filter
— (map
)Filters Amazon Web Services costs by different dimensions. For example, you can specify
SERVICE
andLINKED_ACCOUNT
and get the costs that are associated with that account's usage of that service. You can nestExpression
objects to define any combination of dimension filters. For more information, see Expression.Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Metrics
— (Array<String>
)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?.
Valid values are
AmortizedCost
,BlendedCost
,NetAmortizedCost
,NetUnblendedCost
,NormalizedUsageAmount
,UnblendedCost
, andUsageQuantity
.Note: If you return theUsageQuantity
metric, the service aggregates all usage numbers without taking into account the units. For example, if you aggregateusageQuantity
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 meaningfulUsageQuantity
metrics, filter byUsageType
orUsageTypeGroups
.Metrics
is required forGetCostAndUsage
requests.GroupBy
— (Array<map>
)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 areAZ
,INSTANCE_TYPE
,LEGAL_ENTITY_NAME
,LINKED_ACCOUNT
,OPERATION
,PLATFORM
,PURCHASE_TYPE
,SERVICE
,TENANCY
,RECORD_TYPE
, andUSAGE_TYPE
.When you group by the
TAG
type and include a valid tag key, you get all tag values, including empty strings.Type
— (String
)The string that represents the type of group.
Possible values include:"DIMENSION"
"TAG"
"COST_CATEGORY"
Key
— (String
)The string that represents a key for a specified group.
NextPageToken
— (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.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:NextPageToken
— (String
)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.
GroupDefinitions
— (Array<map>
)The groups that are specified by the
Filter
orGroupBy
parameters in the request.Type
— (String
)The string that represents the type of group.
Possible values include:"DIMENSION"
"TAG"
"COST_CATEGORY"
Key
— (String
)The string that represents a key for a specified group.
ResultsByTime
— (Array<map>
)The time period that's covered by the results in the response.
TimePeriod
— (map
)The time period that the result covers.
Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Total
— (map<map>
)The total amount of cost or usage accrued during the time period.
Amount
— (String
)The actual number that represents the metric.
Unit
— (String
)The unit that the metric is given in.
Groups
— (Array<map>
)The groups that this time period includes.
Keys
— (Array<String>
)The keys that are included in this group.
Metrics
— (map<map>
)The metrics that are included in this group.
Amount
— (String
)The actual number that represents the metric.
Unit
— (String
)The unit that the metric is given in.
Estimated
— (Boolean
)Determines whether the result is estimated.
DimensionValueAttributes
— (Array<map>
)The attributes that apply to a specific dimension value. For example, if the value is a linked account, the attribute is that account name.
Value
— (String
)The value of a dimension with a specific attribute.
Attributes
— (map<String>
)The attribute that applies to a specific
Dimension
.
-
(AWS.Response)
—
Returns:
getCostAndUsageWithResources(params = {}, callback) ⇒ AWS.Request
Retrieves cost and usage metrics with resources for your account. You can specify which cost and usage-related metric, such as
BlendedCosts
orUsageQuantity
, that you want the request to return. You can also filter and group your data by various dimensions, such asSERVICE
orAZ
, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Management account in an organization in Organizations have access to all member accounts. This API is currently available for the Amazon Elastic Compute Cloud – Compute service only.Note: This is an opt-in only feature. You can enable this feature from the Cost Explorer Settings page. For information on how to access the Settings page, see Controlling Access for Cost Explorer in the Billing and Cost Management User Guide.Service Reference:
Examples:
Calling the getCostAndUsageWithResources operation
var params = { Filter: { /* Expression */ /* required */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, Granularity: DAILY | MONTHLY | HOURLY, /* required */ TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, GroupBy: [ { Key: 'STRING_VALUE', Type: DIMENSION | TAG | COST_CATEGORY }, /* more items */ ], Metrics: [ 'STRING_VALUE', /* more items */ ], NextPageToken: 'STRING_VALUE' }; costexplorer.getCostAndUsageWithResources(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
TimePeriod
— (map
)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
is2017-01-01
andend
is2017-05-01
, then the cost and usage data is retrieved from2017-01-01
up to and including2017-04-30
but not including2017-05-01
.Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Granularity
— (String
)Sets the Amazon Web Services cost granularity to
Possible values include:MONTHLY
,DAILY
, orHOURLY
. IfGranularity
isn't set, the response object doesn't include theGranularity
,MONTHLY
,DAILY
, orHOURLY
."DAILY"
"MONTHLY"
"HOURLY"
Filter
— (map
)Filters Amazon Web Services costs by different dimensions. For example, you can specify
SERVICE
andLINKED_ACCOUNT
and get the costs that are associated with that account's usage of that service. You can nestExpression
objects to define any combination of dimension filters. For more information, see Expression.The
GetCostAndUsageWithResources
operation requires that you either group by or filter by aResourceId
. It requires the Expression"SERVICE = Amazon Elastic Compute Cloud - Compute"
in the filter.Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Metrics
— (Array<String>
)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?.
Valid values are
AmortizedCost
,BlendedCost
,NetAmortizedCost
,NetUnblendedCost
,NormalizedUsageAmount
,UnblendedCost
, andUsageQuantity
.Note: If you return theUsageQuantity
metric, the service aggregates all usage numbers without taking the units into account. For example, if you aggregateusageQuantity
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 vs. GB). To get more meaningfulUsageQuantity
metrics, filter byUsageType
orUsageTypeGroups
.Metrics
is required forGetCostAndUsageWithResources
requests.GroupBy
— (Array<map>
)You can group Amazon Web Services costs using up to two different groups:
DIMENSION
,TAG
,COST_CATEGORY
.Type
— (String
)The string that represents the type of group.
Possible values include:"DIMENSION"
"TAG"
"COST_CATEGORY"
Key
— (String
)The string that represents a key for a specified group.
NextPageToken
— (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.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:NextPageToken
— (String
)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.
GroupDefinitions
— (Array<map>
)The groups that are specified by the
Filter
orGroupBy
parameters in the request.Type
— (String
)The string that represents the type of group.
Possible values include:"DIMENSION"
"TAG"
"COST_CATEGORY"
Key
— (String
)The string that represents a key for a specified group.
ResultsByTime
— (Array<map>
)The time period that is covered by the results in the response.
TimePeriod
— (map
)The time period that the result covers.
Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Total
— (map<map>
)The total amount of cost or usage accrued during the time period.
Amount
— (String
)The actual number that represents the metric.
Unit
— (String
)The unit that the metric is given in.
Groups
— (Array<map>
)The groups that this time period includes.
Keys
— (Array<String>
)The keys that are included in this group.
Metrics
— (map<map>
)The metrics that are included in this group.
Amount
— (String
)The actual number that represents the metric.
Unit
— (String
)The unit that the metric is given in.
Estimated
— (Boolean
)Determines whether the result is estimated.
DimensionValueAttributes
— (Array<map>
)The attributes that apply to a specific dimension value. For example, if the value is a linked account, the attribute is that account name.
Value
— (String
)The value of a dimension with a specific attribute.
Attributes
— (map<String>
)The attribute that applies to a specific
Dimension
.
-
(AWS.Response)
—
Returns:
getCostCategories(params = {}, callback) ⇒ AWS.Request
Retrieves an array of Cost Category names and values incurred cost.
Note: If some Cost Category names and values are not associated with any cost, they will not be returned by this API.Service Reference:
Examples:
Calling the getCostCategories operation
var params = { TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, CostCategoryName: 'STRING_VALUE', Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, MaxResults: 'NUMBER_VALUE', NextPageToken: 'STRING_VALUE', SearchString: 'STRING_VALUE', SortBy: [ { Key: 'STRING_VALUE', /* required */ SortOrder: ASCENDING | DESCENDING }, /* more items */ ] }; costexplorer.getCostCategories(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
SearchString
— (String
)The value that you want to search the filter values for.
If you do not specify a
CostCategoryName
,SearchString
will be used to filter Cost Category names that match theSearchString
pattern. If you do specifiy aCostCategoryName
,SearchString
will be used to filter Cost Category values that match theSearchString
pattern.TimePeriod
— (map
)The time period of the request.
Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
CostCategoryName
— (String
)The unique name of the Cost Category.
Filter
— (map
)Use
Expression
to filter by cost or by usage. There are two patterns:-
Simple dimension values - 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
. ForGetRightsizingRecommendation
, the Region is a full name (for example,REGION==US East (N. Virginia)
. TheExpression
example is as follows:{ "Dimensions": { "Key": "REGION", "Values": [ "us-east-1", “us-west-1” ] } }
The list of dimension values are OR'd together to retrieve cost or usage data. You can create
Expression
andDimensionValues
objects using eitherwith*
methods orset*
methods in multiple lines. -
Compound dimension values with logical operations - You can use multiple
Expression
types and the logical operatorsAND/OR/NOT
to create a list of one or moreExpression
objects. By doing this, you can filter on more advanced options. For example, you can filter on((REGION == us-east-1 OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer)
. TheExpression
for that 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"] }}} ] }
Note: Because eachExpression
can have only one operator, the service returns an error if more than one is specified. The following example shows anExpression
object that creates an error.{ "And": [ ... ], "DimensionValues": { "Dimension": "USAGE_TYPE", "Values": [ "DataTransfer" ] } }
Note: For theGetRightsizingRecommendation
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 toLINKED_ACCOUNT
,REGION
, orRIGHTSIZING_TYPE
. For theGetReservationPurchaseRecommendation
action, only NOT is supported. AND and OR aren't supported. Dimensions are limited toLINKED_ACCOUNT
.Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
SortBy
— (Array<map>
)The value by which you want to sort the data.
The key represents cost and usage metrics. The following values are supported:
-
BlendedCost
-
UnblendedCost
-
AmortizedCost
-
NetAmortizedCost
-
NetUnblendedCost
-
UsageQuantity
-
NormalizedUsageAmount
Supported values for
SortOrder
areASCENDING
orDESCENDING
.When using
SortBy
,NextPageToken
andSearchString
are not supported.Key
— required — (String
)The key that's used to sort the data.
SortOrder
— (String
)The order that's used to sort the data.
Possible values include:"ASCENDING"
"DESCENDING"
-
MaxResults
— (Integer
)This field is only used when
SortBy
is provided in the request.The maximum number of objects that to be returned for this request. If
MaxResults
is not specified withSortBy
, the request will return 1000 results as the default value for this parameter.For
GetCostCategories
, MaxResults has an upper limit of 1000.NextPageToken
— (String
)If the number of objects that are still available for retrieval exceeds the limit, Amazon Web Services returns a NextPageToken value in the response. To retrieve the next batch of objects, provide the NextPageToken from the prior call in your next request.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:NextPageToken
— (String
)If the number of objects that are still available for retrieval exceeds the limit, 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.
CostCategoryNames
— (Array<String>
)The names of the Cost Categories.
CostCategoryValues
— (Array<String>
)The Cost Category values.
CostCategoryValues
are not returned ifCostCategoryName
is not specified in the request.ReturnSize
— (Integer
)The number of objects returned.
TotalSize
— (Integer
)The total number of objects.
-
(AWS.Response)
—
Returns:
getCostForecast(params = {}, callback) ⇒ AWS.Request
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.
Service Reference:
Examples:
Calling the getCostForecast operation
var params = { Granularity: DAILY | MONTHLY | HOURLY, /* required */ Metric: BLENDED_COST | UNBLENDED_COST | AMORTIZED_COST | NET_UNBLENDED_COST | NET_AMORTIZED_COST | USAGE_QUANTITY | NORMALIZED_USAGE_AMOUNT, /* required */ TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, PredictionIntervalLevel: 'NUMBER_VALUE' }; costexplorer.getCostForecast(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
TimePeriod
— (map
)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.
Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Metric
— (String
)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?.
Valid values for a
GetCostForecast
call are the following:-
AMORTIZED_COST
-
BLENDED_COST
-
NET_AMORTIZED_COST
-
NET_UNBLENDED_COST
-
UNBLENDED_COST
"BLENDED_COST"
"UNBLENDED_COST"
"AMORTIZED_COST"
"NET_UNBLENDED_COST"
"NET_AMORTIZED_COST"
"USAGE_QUANTITY"
"NORMALIZED_USAGE_AMOUNT"
-
Granularity
— (String
)How granular you want the forecast to be. You can get 3 months of
DAILY
forecasts or 12 months ofMONTHLY
forecasts.The
Possible values include:GetCostForecast
operation supports onlyDAILY
andMONTHLY
granularities."DAILY"
"MONTHLY"
"HOURLY"
Filter
— (map
)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
Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
PredictionIntervalLevel
— (Integer
)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.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:Total
— (map
)How much you are forecasted to spend over the forecast period, in
USD
.Amount
— (String
)The actual number that represents the metric.
Unit
— (String
)The unit that the metric is given in.
ForecastResultsByTime
— (Array<map>
)The forecasts for your query, in order. For
DAILY
forecasts, this is a list of days. ForMONTHLY
forecasts, this is a list of months.TimePeriod
— (map
)The period of time that the forecast covers.
Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
MeanValue
— (String
)The mean value of the forecast.
PredictionIntervalLowerBound
— (String
)The lower limit for the prediction interval.
PredictionIntervalUpperBound
— (String
)The upper limit for the prediction interval.
-
(AWS.Response)
—
Returns:
getDimensionValues(params = {}, callback) ⇒ AWS.Request
Retrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string.
Service Reference:
Examples:
Calling the getDimensionValues operation
var params = { Dimension: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, /* required */ TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, Context: COST_AND_USAGE | RESERVATIONS | SAVINGS_PLANS, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, MaxResults: 'NUMBER_VALUE', NextPageToken: 'STRING_VALUE', SearchString: 'STRING_VALUE', SortBy: [ { Key: 'STRING_VALUE', /* required */ SortOrder: ASCENDING | DESCENDING }, /* more items */ ] }; costexplorer.getDimensionValues(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
SearchString
— (String
)The value that you want to search the filter values for.
TimePeriod
— (map
)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
is2017-01-01
andend
is2017-05-01
, then the cost and usage data is retrieved from2017-01-01
up to and including2017-04-30
but not including2017-05-01
.Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Dimension
— (String
)The name of the dimension. Each
Possible values include:Dimension
is available for a differentContext
. For more information, seeContext
."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Context
— (String
)The context for the call to
GetDimensionValues
. This can beRESERVATIONS
orCOST_AND_USAGE
. The default value isCOST_AND_USAGE
. If the context is set toRESERVATIONS
, the resulting dimension values can be used in theGetReservationUtilization
operation. If the context is set toCOST_AND_USAGE
, the resulting dimension values can be used in theGetCostAndUsage
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
. -
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
andCreateBucket
. -
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.
-
REGION - The Amazon Web Services Region.
-
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.
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
andMultiAZ
. -
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
"COST_AND_USAGE"
"RESERVATIONS"
"SAVINGS_PLANS"
-
Filter
— (map
)Use
Expression
to filter by cost or by usage. There are two patterns:-
Simple dimension values - 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
. ForGetRightsizingRecommendation
, the Region is a full name (for example,REGION==US East (N. Virginia)
. TheExpression
example is as follows:{ "Dimensions": { "Key": "REGION", "Values": [ "us-east-1", “us-west-1” ] } }
The list of dimension values are OR'd together to retrieve cost or usage data. You can create
Expression
andDimensionValues
objects using eitherwith*
methods orset*
methods in multiple lines. -
Compound dimension values with logical operations - You can use multiple
Expression
types and the logical operatorsAND/OR/NOT
to create a list of one or moreExpression
objects. By doing this, you can filter on more advanced options. For example, you can filter on((REGION == us-east-1 OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer)
. TheExpression
for that 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"] }}} ] }
Note: Because eachExpression
can have only one operator, the service returns an error if more than one is specified. The following example shows anExpression
object that creates an error.{ "And": [ ... ], "DimensionValues": { "Dimension": "USAGE_TYPE", "Values": [ "DataTransfer" ] } }
Note: For theGetRightsizingRecommendation
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 toLINKED_ACCOUNT
,REGION
, orRIGHTSIZING_TYPE
. For theGetReservationPurchaseRecommendation
action, only NOT is supported. AND and OR aren't supported. Dimensions are limited toLINKED_ACCOUNT
.Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
SortBy
— (Array<map>
)The value by which you want to sort the data.
The key represents cost and usage metrics. The following values are supported:
-
BlendedCost
-
UnblendedCost
-
AmortizedCost
-
NetAmortizedCost
-
NetUnblendedCost
-
UsageQuantity
-
NormalizedUsageAmount
Supported values for
SortOrder
areASCENDING
orDESCENDING
.When you specify a
SortBy
paramater, the context must beCOST_AND_USAGE
. Further, when usingSortBy
,NextPageToken
andSearchString
are not supported.Key
— required — (String
)The key that's used to sort the data.
SortOrder
— (String
)The order that's used to sort the data.
Possible values include:"ASCENDING"
"DESCENDING"
-
MaxResults
— (Integer
)This field is only used when SortBy is provided in the request. The maximum number of objects that to be returned for this request. If MaxResults is not specified with SortBy, the request will return 1000 results as the default value for this parameter.
For
GetDimensionValues
, MaxResults has an upper limit of 1000.NextPageToken
— (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.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:DimensionValues
— (Array<map>
)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
andCreateBucket
. -
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.
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
andMultiAZ
. -
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
Value
— (String
)The value of a dimension with a specific attribute.
Attributes
— (map<String>
)The attribute that applies to a specific
Dimension
.
-
ReturnSize
— (Integer
)The number of results that Amazon Web Services returned at one time.
TotalSize
— (Integer
)The total number of search results.
NextPageToken
— (String
)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.
-
(AWS.Response)
—
Returns:
getReservationCoverage(params = {}, callback) ⇒ AWS.Request
Retrieves the reservation coverage for your account. This enables you 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.Service Reference:
Examples:
Calling the getReservationCoverage operation
var params = { TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, Granularity: DAILY | MONTHLY | HOURLY, GroupBy: [ { Key: 'STRING_VALUE', Type: DIMENSION | TAG | COST_CATEGORY }, /* more items */ ], MaxResults: 'NUMBER_VALUE', Metrics: [ 'STRING_VALUE', /* more items */ ], NextPageToken: 'STRING_VALUE', SortBy: { Key: 'STRING_VALUE', /* required */ SortOrder: ASCENDING | DESCENDING } }; costexplorer.getReservationCoverage(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
TimePeriod
— (map
)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
is2017-01-01
andend
is2017-05-01
, then the cost and usage data is retrieved from2017-01-01
up to and including2017-04-30
but not including2017-05-01
.Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
GroupBy
— (Array<map>
)You can group the data by the following attributes:
-
AZ
-
CACHE_ENGINE
-
DATABASE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
TENANCY
Type
— (String
)The string that represents the type of group.
Possible values include:"DIMENSION"
"TAG"
"COST_CATEGORY"
Key
— (String
)The string that represents a key for a specified group.
-
Granularity
— (String
)The granularity of the Amazon Web Services cost data for the reservation. Valid values are
MONTHLY
andDAILY
.If
GroupBy
is set,Granularity
can't be set. IfGranularity
isn't set, the response object doesn't includeGranularity
, eitherMONTHLY
orDAILY
.The
Possible values include:GetReservationCoverage
operation supports onlyDAILY
andMONTHLY
granularities."DAILY"
"MONTHLY"
"HOURLY"
Filter
— (map
)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 object as the other operations, but onlyAND
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.
Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
Metrics
— (Array<String>
)The measurement that you want your reservation coverage reported in.
Valid values are
Hour
,Unit
, andCost
. You can use multiple values in a request.NextPageToken
— (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.
SortBy
— (map
)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
areASCENDING
orDESCENDING
.Key
— required — (String
)The key that's used to sort the data.
SortOrder
— (String
)The order that's used to sort the data.
Possible values include:"ASCENDING"
"DESCENDING"
-
MaxResults
— (Integer
)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.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:CoveragesByTime
— (Array<map>
)The amount of time that your reservations covered.
TimePeriod
— (map
)The period that this coverage was used over.
Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Groups
— (Array<map>
)The groups of instances that the reservation covered.
Attributes
— (map<String>
)The attributes for this group of reservations.
Coverage
— (map
)How much instance usage this group of reservations covered.
CoverageHours
— (map
)The amount of instance usage that the reservation covered, in hours.
OnDemandHours
— (String
)The number of instance running hours that On-Demand Instances covered.
ReservedHours
— (String
)The number of instance running hours that reservations covered.
TotalRunningHours
— (String
)The total instance usage, in hours.
CoverageHoursPercentage
— (String
)The percentage of instance hours that a reservation covered.
CoverageNormalizedUnits
— (map
)The amount of instance usage that the reservation covered, in normalized units.
OnDemandNormalizedUnits
— (String
)The number of normalized units that are covered by On-Demand Instances instead of a reservation.
ReservedNormalizedUnits
— (String
)The number of normalized units that a reservation covers.
TotalRunningNormalizedUnits
— (String
)The total number of normalized units that you used.
CoverageNormalizedUnitsPercentage
— (String
)The percentage of your used instance normalized units that a reservation covers.
CoverageCost
— (map
)The amount of cost that the reservation covered.
OnDemandCost
— (String
)How much an On-Demand Instance costs.
Total
— (map
)The total reservation coverage, in hours.
CoverageHours
— (map
)The amount of instance usage that the reservation covered, in hours.
OnDemandHours
— (String
)The number of instance running hours that On-Demand Instances covered.
ReservedHours
— (String
)The number of instance running hours that reservations covered.
TotalRunningHours
— (String
)The total instance usage, in hours.
CoverageHoursPercentage
— (String
)The percentage of instance hours that a reservation covered.
CoverageNormalizedUnits
— (map
)The amount of instance usage that the reservation covered, in normalized units.
OnDemandNormalizedUnits
— (String
)The number of normalized units that are covered by On-Demand Instances instead of a reservation.
ReservedNormalizedUnits
— (String
)The number of normalized units that a reservation covers.
TotalRunningNormalizedUnits
— (String
)The total number of normalized units that you used.
CoverageNormalizedUnitsPercentage
— (String
)The percentage of your used instance normalized units that a reservation covers.
CoverageCost
— (map
)The amount of cost that the reservation covered.
OnDemandCost
— (String
)How much an On-Demand Instance costs.
Total
— (map
)The total amount of instance usage that a reservation covered.
CoverageHours
— (map
)The amount of instance usage that the reservation covered, in hours.
OnDemandHours
— (String
)The number of instance running hours that On-Demand Instances covered.
ReservedHours
— (String
)The number of instance running hours that reservations covered.
TotalRunningHours
— (String
)The total instance usage, in hours.
CoverageHoursPercentage
— (String
)The percentage of instance hours that a reservation covered.
CoverageNormalizedUnits
— (map
)The amount of instance usage that the reservation covered, in normalized units.
OnDemandNormalizedUnits
— (String
)The number of normalized units that are covered by On-Demand Instances instead of a reservation.
ReservedNormalizedUnits
— (String
)The number of normalized units that a reservation covers.
TotalRunningNormalizedUnits
— (String
)The total number of normalized units that you used.
CoverageNormalizedUnitsPercentage
— (String
)The percentage of your used instance normalized units that a reservation covers.
CoverageCost
— (map
)The amount of cost that the reservation covered.
OnDemandCost
— (String
)How much an On-Demand Instance costs.
NextPageToken
— (String
)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.
-
(AWS.Response)
—
Returns:
getReservationPurchaseRecommendation(params = {}, callback) ⇒ AWS.Request
Gets recommendations for which reservations to purchase. These recommendations could help you 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 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 RI. Amazon Web Services also shows the equal number of normalized units so that you can purchase any instance size that you want. For this example, your RI recommendation would be for
c4.large
because that is the smallest size instance in the c4 instance family.Service Reference:
Examples:
Calling the getReservationPurchaseRecommendation operation
var params = { Service: 'STRING_VALUE', /* required */ AccountId: 'STRING_VALUE', AccountScope: PAYER | LINKED, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, LookbackPeriodInDays: SEVEN_DAYS | THIRTY_DAYS | SIXTY_DAYS, NextPageToken: 'STRING_VALUE', PageSize: 'NUMBER_VALUE', PaymentOption: NO_UPFRONT | PARTIAL_UPFRONT | ALL_UPFRONT | LIGHT_UTILIZATION | MEDIUM_UTILIZATION | HEAVY_UTILIZATION, ServiceSpecification: { EC2Specification: { OfferingClass: STANDARD | CONVERTIBLE } }, TermInYears: ONE_YEAR | THREE_YEARS }; costexplorer.getReservationPurchaseRecommendation(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
AccountId
— (String
)The account ID that is associated with the recommendation.
Service
— (String
)The specific service that you want recommendations for.
Filter
— (map
)Use
Expression
to filter by cost or by usage. There are two patterns:-
Simple dimension values - 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
. ForGetRightsizingRecommendation
, the Region is a full name (for example,REGION==US East (N. Virginia)
. TheExpression
example is as follows:{ "Dimensions": { "Key": "REGION", "Values": [ "us-east-1", “us-west-1” ] } }
The list of dimension values are OR'd together to retrieve cost or usage data. You can create
Expression
andDimensionValues
objects using eitherwith*
methods orset*
methods in multiple lines. -
Compound dimension values with logical operations - You can use multiple
Expression
types and the logical operatorsAND/OR/NOT
to create a list of one or moreExpression
objects. By doing this, you can filter on more advanced options. For example, you can filter on((REGION == us-east-1 OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer)
. TheExpression
for that 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"] }}} ] }
Note: Because eachExpression
can have only one operator, the service returns an error if more than one is specified. The following example shows anExpression
object that creates an error.{ "And": [ ... ], "DimensionValues": { "Dimension": "USAGE_TYPE", "Values": [ "DataTransfer" ] } }
Note: For theGetRightsizingRecommendation
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 toLINKED_ACCOUNT
,REGION
, orRIGHTSIZING_TYPE
. For theGetReservationPurchaseRecommendation
action, only NOT is supported. AND and OR aren't supported. Dimensions are limited toLINKED_ACCOUNT
.Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
AccountScope
— (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
Possible values include:PAYER
. If the value isLINKED
, recommendations are calculated for individual member accounts only."PAYER"
"LINKED"
LookbackPeriodInDays
— (String
)The number of previous days that you want Amazon Web Services to consider when it calculates your recommendations.
Possible values include:"SEVEN_DAYS"
"THIRTY_DAYS"
"SIXTY_DAYS"
TermInYears
— (String
)The reservation term that you want recommendations for.
Possible values include:"ONE_YEAR"
"THREE_YEARS"
PaymentOption
— (String
)The reservation purchase option that you want recommendations for.
Possible values include:"NO_UPFRONT"
"PARTIAL_UPFRONT"
"ALL_UPFRONT"
"LIGHT_UTILIZATION"
"MEDIUM_UTILIZATION"
"HEAVY_UTILIZATION"
ServiceSpecification
— (map
)The hardware specifications for the service instances that you want recommendations for, such as standard or convertible Amazon EC2 instances.
EC2Specification
— (map
)The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.
OfferingClass
— (String
)Indicates whether you want a recommendation for standard or convertible reservations.
Possible values include:"STANDARD"
"CONVERTIBLE"
PageSize
— (Integer
)The number of recommendations that you want returned in a single response object.
NextPageToken
— (String
)The pagination token that indicates the next set of results that you want to retrieve.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:Metadata
— (map
)Information about this specific recommendation call, such as the time stamp for when Cost Explorer generated this recommendation.
RecommendationId
— (String
)The ID for this specific recommendation.
GenerationTimestamp
— (String
)The timestamp for when Amazon Web Services made this recommendation.
Recommendations
— (Array<map>
)Recommendations for reservations to purchase.
AccountScope
— (String
)The account scope that Amazon Web Services recommends that you purchase this instance for. For example, you can purchase this reservation for an entire organization in Amazon Web Services Organizations.
Possible values include:"PAYER"
"LINKED"
LookbackPeriodInDays
— (String
)How many days of previous usage that Amazon Web Services considers when making this recommendation.
Possible values include:"SEVEN_DAYS"
"THIRTY_DAYS"
"SIXTY_DAYS"
TermInYears
— (String
)The term of the reservation that you want recommendations for, in years.
Possible values include:"ONE_YEAR"
"THREE_YEARS"
PaymentOption
— (String
)The payment option for the reservation (for example,
Possible values include:AllUpfront
orNoUpfront
)."NO_UPFRONT"
"PARTIAL_UPFRONT"
"ALL_UPFRONT"
"LIGHT_UTILIZATION"
"MEDIUM_UTILIZATION"
"HEAVY_UTILIZATION"
ServiceSpecification
— (map
)Hardware specifications for the service that you want recommendations for.
EC2Specification
— (map
)The Amazon EC2 hardware specifications that you want Amazon Web Services to provide recommendations for.
OfferingClass
— (String
)Indicates whether you want a recommendation for standard or convertible reservations.
Possible values include:"STANDARD"
"CONVERTIBLE"
RecommendationDetails
— (Array<map>
)Details about the recommended purchases.
AccountId
— (String
)The account that this RI recommendation is for.
InstanceDetails
— (map
)Details about the instances that Amazon Web Services recommends that you purchase.
EC2InstanceDetails
— (map
)The Amazon EC2 instances that Amazon Web Services recommends that you purchase.
Family
— (String
)The instance family of the recommended reservation.
InstanceType
— (String
)The type of instance that Amazon Web Services recommends.
Region
— (String
)The Amazon Web Services Region of the recommended reservation.
AvailabilityZone
— (String
)The Availability Zone of the recommended reservation.
Platform
— (String
)The platform of the recommended reservation. The platform is the specific combination of operating system, license model, and software on an instance.
Tenancy
— (String
)Determines whether the recommended reservation is dedicated or shared.
CurrentGeneration
— (Boolean
)Determines whether the recommendation is for a current-generation instance.
SizeFlexEligible
— (Boolean
)Determines whether the recommended reservation is size flexible.
RDSInstanceDetails
— (map
)The Amazon RDS instances that Amazon Web Services recommends that you purchase.
Family
— (String
)The instance family of the recommended reservation.
InstanceType
— (String
)The type of instance that Amazon Web Services recommends.
Region
— (String
)The Amazon Web Services Region of the recommended reservation.
DatabaseEngine
— (String
)The database engine that the recommended reservation supports.
DatabaseEdition
— (String
)The database edition that the recommended reservation supports.
DeploymentOption
— (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.
LicenseModel
— (String
)The license model that the recommended reservation supports.
CurrentGeneration
— (Boolean
)Determines whether the recommendation is for a current-generation instance.
SizeFlexEligible
— (Boolean
)Determines whether the recommended reservation is size flexible.
RedshiftInstanceDetails
— (map
)The Amazon Redshift instances that Amazon Web Services recommends that you purchase.
Family
— (String
)The instance family of the recommended reservation.
NodeType
— (String
)The type of node that Amazon Web Services recommends.
Region
— (String
)The Amazon Web Services Region of the recommended reservation.
CurrentGeneration
— (Boolean
)Determines whether the recommendation is for a current-generation instance.
SizeFlexEligible
— (Boolean
)Determines whether the recommended reservation is size flexible.
ElastiCacheInstanceDetails
— (map
)The ElastiCache instances that Amazon Web Services recommends that you purchase.
Family
— (String
)The instance family of the recommended reservation.
NodeType
— (String
)The type of node that Amazon Web Services recommends.
Region
— (String
)The Amazon Web Services Region of the recommended reservation.
ProductDescription
— (String
)The description of the recommended reservation.
CurrentGeneration
— (Boolean
)Determines whether the recommendation is for a current generation instance.
SizeFlexEligible
— (Boolean
)Determines whether the recommended reservation is size flexible.
ESInstanceDetails
— (map
)The Amazon ES instances that Amazon Web Services recommends that you purchase.
InstanceClass
— (String
)The class of instance that Amazon Web Services recommends.
InstanceSize
— (String
)The size of instance that Amazon Web Services recommends.
Region
— (String
)The Amazon Web Services Region of the recommended reservation.
CurrentGeneration
— (Boolean
)Determines whether the recommendation is for a current-generation instance.
SizeFlexEligible
— (Boolean
)Determines whether the recommended reservation is size flexible.
RecommendedNumberOfInstancesToPurchase
— (String
)The number of instances that Amazon Web Services recommends that you purchase.
RecommendedNormalizedUnitsToPurchase
— (String
)The number of normalized units that Amazon Web Services recommends that you purchase.
MinimumNumberOfInstancesUsedPerHour
— (String
)The minimum number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
MinimumNormalizedUnitsUsedPerHour
— (String
)The minimum number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
MaximumNumberOfInstancesUsedPerHour
— (String
)The maximum number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
MaximumNormalizedUnitsUsedPerHour
— (String
)The maximum number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
AverageNumberOfInstancesUsedPerHour
— (String
)The average number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
AverageNormalizedUnitsUsedPerHour
— (String
)The average number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
AverageUtilization
— (String
)The average utilization of your instances. Amazon Web Services uses this to calculate your recommended reservation purchases.
EstimatedBreakEvenInMonths
— (String
)How long Amazon Web Services estimates that it takes for this instance to start saving you money, in months.
CurrencyCode
— (String
)The currency code that Amazon Web Services used to calculate the costs for this instance.
EstimatedMonthlySavingsAmount
— (String
)How much Amazon Web Services estimates that this specific recommendation could save you in a month.
EstimatedMonthlySavingsPercentage
— (String
)How much Amazon Web Services estimates that this specific recommendation could save you in a month, as a percentage of your overall costs.
EstimatedMonthlyOnDemandCost
— (String
)How much Amazon Web Services estimates that you spend on On-Demand Instances in a month.
EstimatedReservationCostForLookbackPeriod
— (String
)How much Amazon Web Services estimates that you would have spent for all usage during the specified historical period if you had a reservation.
UpfrontCost
— (String
)How much purchasing this instance costs you upfront.
RecurringStandardMonthlyCost
— (String
)How much purchasing this instance costs you on a monthly basis.
RecommendationSummary
— (map
)A summary about the recommended purchase.
TotalEstimatedMonthlySavingsAmount
— (String
)The total amount that Amazon Web Services estimates that this recommendation could save you in a month.
TotalEstimatedMonthlySavingsPercentage
— (String
)The total amount that Amazon Web Services estimates that this recommendation could save you in a month, as a percentage of your costs.
CurrencyCode
— (String
)The currency code used for this recommendation.
NextPageToken
— (String
)The pagination token for the next set of retrievable results.
-
(AWS.Response)
—
Returns:
getReservationUtilization(params = {}, callback) ⇒ AWS.Request
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 bySUBSCRIPTION_ID
.Service Reference:
Examples:
Calling the getReservationUtilization operation
var params = { TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, Granularity: DAILY | MONTHLY | HOURLY, GroupBy: [ { Key: 'STRING_VALUE', Type: DIMENSION | TAG | COST_CATEGORY }, /* more items */ ], MaxResults: 'NUMBER_VALUE', NextPageToken: 'STRING_VALUE', SortBy: { Key: 'STRING_VALUE', /* required */ SortOrder: ASCENDING | DESCENDING } }; costexplorer.getReservationUtilization(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
TimePeriod
— (map
)Sets the start and end dates for retrieving RI utilization. The start date is inclusive, but the end date is exclusive. For example, if
start
is2017-01-01
andend
is2017-05-01
, then the cost and usage data is retrieved from2017-01-01
up to and including2017-04-30
but not including2017-05-01
.Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
GroupBy
— (Array<map>
)Groups only by
SUBSCRIPTION_ID
. Metadata is included.Type
— (String
)The string that represents the type of group.
Possible values include:"DIMENSION"
"TAG"
"COST_CATEGORY"
Key
— (String
)The string that represents a key for a specified group.
Granularity
— (String
)If
GroupBy
is set,Granularity
can't be set. IfGranularity
isn't set, the response object doesn't includeGranularity
, eitherMONTHLY
orDAILY
. If bothGroupBy
andGranularity
aren't set,GetReservationUtilization
defaults toDAILY
.The
Possible values include:GetReservationUtilization
operation supports onlyDAILY
andMONTHLY
granularities."DAILY"
"MONTHLY"
"HOURLY"
Filter
— (map
)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 object as the other operations, but onlyAND
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.Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
SortBy
— (map
)The value by which you want to sort the data.
The following values are supported for
Key
:-
UtilizationPercentage
-
UtilizationPercentageInUnits
-
PurchasedHours
-
PurchasedUnits
-
TotalActualHours
-
TotalActualUnits
-
UnusedHours
-
UnusedUnits
-
OnDemandCostOfRIHoursUsed
-
NetRISavings
-
TotalPotentialRISavings
-
AmortizedUpfrontFee
-
AmortizedRecurringFee
-
TotalAmortizedFee
-
RICostForUnusedHours
-
RealizedSavings
-
UnrealizedSavings
Supported values for
SortOrder
areASCENDING
orDESCENDING
.Key
— required — (String
)The key that's used to sort the data.
SortOrder
— (String
)The order that's used to sort the data.
Possible values include:"ASCENDING"
"DESCENDING"
-
NextPageToken
— (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.
MaxResults
— (Integer
)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.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:UtilizationsByTime
— (Array<map>
)The amount of time that you used your RIs.
TimePeriod
— (map
)The period of time that this utilization was used for.
Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Groups
— (Array<map>
)The groups that this utilization result uses.
Key
— (String
)The key for a specific reservation attribute.
Value
— (String
)The value of a specific reservation attribute.
Attributes
— (map<String>
)The attributes for this group of reservations.
Utilization
— (map
)How much you used this group of reservations.
UtilizationPercentage
— (String
)The percentage of reservation time that you used.
UtilizationPercentageInUnits
— (String
)The percentage of Amazon EC2 reservation time that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
PurchasedHours
— (String
)How many reservation hours that you purchased.
PurchasedUnits
— (String
)The number of Amazon EC2 reservation hours that you purchased. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
TotalActualHours
— (String
)The total number of reservation hours that you used.
TotalActualUnits
— (String
)The total number of Amazon EC2 reservation hours that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
UnusedHours
— (String
)The number of reservation hours that you didn't use.
UnusedUnits
— (String
)The number of Amazon EC2 reservation hours that you didn't use. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
OnDemandCostOfRIHoursUsed
— (String
)How much your reservation costs if charged On-Demand rates.
NetRISavings
— (String
)How much you saved due to purchasing and utilizing reservation. Amazon Web Services calculates this by subtracting
TotalAmortizedFee
fromOnDemandCostOfRIHoursUsed
.TotalPotentialRISavings
— (String
)How much you might save if you use your entire reservation.
AmortizedUpfrontFee
— (String
)The upfront cost of your reservation. It's amortized over the reservation period.
AmortizedRecurringFee
— (String
)The monthly cost of your reservation. It's amortized over the reservation period.
TotalAmortizedFee
— (String
)The total cost of your reservation. It's amortized over the reservation period.
RICostForUnusedHours
— (String
)The cost of unused hours for your reservation.
RealizedSavings
— (String
)The realized savings because of purchasing and using a reservation.
UnrealizedSavings
— (String
)The unrealized savings because of purchasing and using a reservation.
Total
— (map
)The total number of reservation hours that were used.
UtilizationPercentage
— (String
)The percentage of reservation time that you used.
UtilizationPercentageInUnits
— (String
)The percentage of Amazon EC2 reservation time that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
PurchasedHours
— (String
)How many reservation hours that you purchased.
PurchasedUnits
— (String
)The number of Amazon EC2 reservation hours that you purchased. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
TotalActualHours
— (String
)The total number of reservation hours that you used.
TotalActualUnits
— (String
)The total number of Amazon EC2 reservation hours that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
UnusedHours
— (String
)The number of reservation hours that you didn't use.
UnusedUnits
— (String
)The number of Amazon EC2 reservation hours that you didn't use. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
OnDemandCostOfRIHoursUsed
— (String
)How much your reservation costs if charged On-Demand rates.
NetRISavings
— (String
)How much you saved due to purchasing and utilizing reservation. Amazon Web Services calculates this by subtracting
TotalAmortizedFee
fromOnDemandCostOfRIHoursUsed
.TotalPotentialRISavings
— (String
)How much you might save if you use your entire reservation.
AmortizedUpfrontFee
— (String
)The upfront cost of your reservation. It's amortized over the reservation period.
AmortizedRecurringFee
— (String
)The monthly cost of your reservation. It's amortized over the reservation period.
TotalAmortizedFee
— (String
)The total cost of your reservation. It's amortized over the reservation period.
RICostForUnusedHours
— (String
)The cost of unused hours for your reservation.
RealizedSavings
— (String
)The realized savings because of purchasing and using a reservation.
UnrealizedSavings
— (String
)The unrealized savings because of purchasing and using a reservation.
Total
— (map
)The total amount of time that you used your RIs.
UtilizationPercentage
— (String
)The percentage of reservation time that you used.
UtilizationPercentageInUnits
— (String
)The percentage of Amazon EC2 reservation time that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
PurchasedHours
— (String
)How many reservation hours that you purchased.
PurchasedUnits
— (String
)The number of Amazon EC2 reservation hours that you purchased. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
TotalActualHours
— (String
)The total number of reservation hours that you used.
TotalActualUnits
— (String
)The total number of Amazon EC2 reservation hours that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
UnusedHours
— (String
)The number of reservation hours that you didn't use.
UnusedUnits
— (String
)The number of Amazon EC2 reservation hours that you didn't use. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
OnDemandCostOfRIHoursUsed
— (String
)How much your reservation costs if charged On-Demand rates.
NetRISavings
— (String
)How much you saved due to purchasing and utilizing reservation. Amazon Web Services calculates this by subtracting
TotalAmortizedFee
fromOnDemandCostOfRIHoursUsed
.TotalPotentialRISavings
— (String
)How much you might save if you use your entire reservation.
AmortizedUpfrontFee
— (String
)The upfront cost of your reservation. It's amortized over the reservation period.
AmortizedRecurringFee
— (String
)The monthly cost of your reservation. It's amortized over the reservation period.
TotalAmortizedFee
— (String
)The total cost of your reservation. It's amortized over the reservation period.
RICostForUnusedHours
— (String
)The cost of unused hours for your reservation.
RealizedSavings
— (String
)The realized savings because of purchasing and using a reservation.
UnrealizedSavings
— (String
)The unrealized savings because of purchasing and using a reservation.
NextPageToken
— (String
)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.
-
(AWS.Response)
—
Returns:
getRightsizingRecommendation(params = {}, callback) ⇒ AWS.Request
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 details on calculation and function, see Optimizing Your Cost with Rightsizing Recommendations in the Billing and Cost Management User Guide.
Service Reference:
Examples:
Calling the getRightsizingRecommendation operation
var params = { Service: 'STRING_VALUE', /* required */ Configuration: { BenefitsConsidered: true || false, /* required */ RecommendationTarget: SAME_INSTANCE_FAMILY | CROSS_INSTANCE_FAMILY /* required */ }, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, NextPageToken: 'STRING_VALUE', PageSize: 'NUMBER_VALUE' }; costexplorer.getRightsizingRecommendation(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
Filter
— (map
)Use
Expression
to filter by cost or by usage. There are two patterns:-
Simple dimension values - 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
. ForGetRightsizingRecommendation
, the Region is a full name (for example,REGION==US East (N. Virginia)
. TheExpression
example is as follows:{ "Dimensions": { "Key": "REGION", "Values": [ "us-east-1", “us-west-1” ] } }
The list of dimension values are OR'd together to retrieve cost or usage data. You can create
Expression
andDimensionValues
objects using eitherwith*
methods orset*
methods in multiple lines. -
Compound dimension values with logical operations - You can use multiple
Expression
types and the logical operatorsAND/OR/NOT
to create a list of one or moreExpression
objects. By doing this, you can filter on more advanced options. For example, you can filter on((REGION == us-east-1 OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer)
. TheExpression
for that 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"] }}} ] }
Note: Because eachExpression
can have only one operator, the service returns an error if more than one is specified. The following example shows anExpression
object that creates an error.{ "And": [ ... ], "DimensionValues": { "Dimension": "USAGE_TYPE", "Values": [ "DataTransfer" ] } }
Note: For theGetRightsizingRecommendation
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 toLINKED_ACCOUNT
,REGION
, orRIGHTSIZING_TYPE
. For theGetReservationPurchaseRecommendation
action, only NOT is supported. AND and OR aren't supported. Dimensions are limited toLINKED_ACCOUNT
.Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
Configuration
— (map
)Enables you 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 associated with recommendations with consideration of existing Savings Plans or RI benefits, or neither.
RecommendationTarget
— required — (String
)The option to see recommendations within the same instance family or recommendations for instances across other families. The default value is
Possible values include:SAME_INSTANCE_FAMILY
."SAME_INSTANCE_FAMILY"
"CROSS_INSTANCE_FAMILY"
BenefitsConsidered
— required — (Boolean
)The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value is
TRUE
.
Service
— (String
)The specific service that you want recommendations for. The only valid value for
GetRightsizingRecommendation
is "AmazonEC2
".PageSize
— (Integer
)The number of recommendations that you want returned in a single response object.
NextPageToken
— (String
)The pagination token that indicates the next set of results that you want to retrieve.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:Metadata
— (map
)Information regarding this specific recommendation set.
RecommendationId
— (String
)The ID for this specific recommendation.
GenerationTimestamp
— (String
)The timestamp for when Amazon Web Services made this recommendation.
LookbackPeriodInDays
— (String
)The number of days of previous usage that Amazon Web Services considers when making this recommendation.
Possible values include:"SEVEN_DAYS"
"THIRTY_DAYS"
"SIXTY_DAYS"
AdditionalMetadata
— (String
)Additional metadata that might be applicable to the recommendation.
Summary
— (map
)Summary of this recommendation set.
TotalRecommendationCount
— (String
)The total number of instance recommendations.
EstimatedTotalMonthlySavingsAmount
— (String
)The estimated total savings resulting from modifications, on a monthly basis.
SavingsCurrencyCode
— (String
)The currency code that Amazon Web Services used to calculate the savings.
SavingsPercentage
— (String
)The savings percentage based on the recommended modifications. It's relative to the total On-Demand costs that are associated with these instances.
RightsizingRecommendations
— (Array<map>
)Recommendations to rightsize resources.
AccountId
— (String
)The account that this recommendation is for.
CurrentInstance
— (map
)Context regarding the current instance.
ResourceId
— (String
)Resource ID of the current instance.
InstanceName
— (String
)The name that you given an instance. This field shows as blank if you haven't given the instance a name.
Tags
— (Array<map>
)Cost allocation resource tags that are applied to the instance.
Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
ResourceDetails
— (map
)Details about the resource and utilization.
EC2ResourceDetails
— (map
)Details on the Amazon EC2 resource.
HourlyOnDemandRate
— (String
)The hourly public On-Demand rate for the instance type.
InstanceType
— (String
)The type of Amazon Web Services instance.
Platform
— (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.
Region
— (String
)The Amazon Web Services Region of the instance.
Sku
— (String
)The SKU of the product.
Memory
— (String
)The memory capacity of the Amazon Web Services instance.
NetworkPerformance
— (String
)The network performance capacity of the Amazon Web Services instance.
Storage
— (String
)The disk storage of the Amazon Web Services instance. This doesn't include EBS storage.
Vcpu
— (String
)The number of VCPU cores in the Amazon Web Services instance type.
ResourceUtilization
— (map
)Utilization information of the current instance during the lookback period.
EC2ResourceUtilization
— (map
)The utilization of current Amazon EC2 instance.
MaxCpuUtilizationPercentage
— (String
)The maximum observed or expected CPU utilization of the instance.
MaxMemoryUtilizationPercentage
— (String
)The maximum observed or expected memory utilization of the instance.
MaxStorageUtilizationPercentage
— (String
)The maximum observed or expected storage utilization of the instance. This doesn't include EBS storage.
EBSResourceUtilization
— (map
)The EBS field that contains a list of EBS metrics that are associated with the current instance.
EbsReadOpsPerSecond
— (String
)The maximum number of read operations per second.
EbsWriteOpsPerSecond
— (String
)The maximum number of write operations per second.
EbsReadBytesPerSecond
— (String
)The maximum size of read operations per second
EbsWriteBytesPerSecond
— (String
)The maximum size of write operations per second.
DiskResourceUtilization
— (map
)The field that contains a list of disk (local storage) metrics that are associated with the current instance.
DiskReadOpsPerSecond
— (String
)The maximum number of read operations per second.
DiskWriteOpsPerSecond
— (String
)The maximum number of write operations per second.
DiskReadBytesPerSecond
— (String
)The maximum read throughput operations per second.
DiskWriteBytesPerSecond
— (String
)The maximum write throughput operations per second.
NetworkResourceUtilization
— (map
)The network field that contains a list of network metrics that are associated with the current instance.
NetworkInBytesPerSecond
— (String
)The network inbound throughput utilization measured in Bytes per second.
NetworkOutBytesPerSecond
— (String
)The network outbound throughput utilization measured in Bytes per second.
NetworkPacketsInPerSecond
— (String
)The network ingress packets that are measured in packets per second.
NetworkPacketsOutPerSecond
— (String
)The network outgress packets that are measured in packets per second.
ReservationCoveredHoursInLookbackPeriod
— (String
)The number of hours during the lookback period that's covered by reservations.
SavingsPlansCoveredHoursInLookbackPeriod
— (String
)The number of hours during the lookback period that's covered by Savings Plans.
OnDemandHoursInLookbackPeriod
— (String
)The number of hours during the lookback period that's billed at On-Demand rates.
TotalRunningHoursInLookbackPeriod
— (String
)The total number of hours that the instance ran during the lookback period.
MonthlyCost
— (String
)The current On-Demand cost of operating this instance on a monthly basis.
CurrencyCode
— (String
)The currency code that Amazon Web Services used to calculate the costs for this instance.
RightsizingType
— (String
)A recommendation to either terminate or modify the resource.
Possible values include:"TERMINATE"
"MODIFY"
ModifyRecommendationDetail
— (map
)The details for the modification recommendations.
TargetInstances
— (Array<map>
)Determines whether this instance type is the Amazon Web Services default recommendation.
EstimatedMonthlyCost
— (String
)The expected cost to operate this instance type on a monthly basis.
EstimatedMonthlySavings
— (String
)The estimated savings that result from modification, on a monthly basis.
CurrencyCode
— (String
)The currency code that Amazon Web Services used to calculate the costs for this instance.
DefaultTargetInstance
— (Boolean
)Determines whether this recommendation is the defaulted Amazon Web Services recommendation.
ResourceDetails
— (map
)Details on the target instance type.
EC2ResourceDetails
— (map
)Details on the Amazon EC2 resource.
HourlyOnDemandRate
— (String
)The hourly public On-Demand rate for the instance type.
InstanceType
— (String
)The type of Amazon Web Services instance.
Platform
— (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.
Region
— (String
)The Amazon Web Services Region of the instance.
Sku
— (String
)The SKU of the product.
Memory
— (String
)The memory capacity of the Amazon Web Services instance.
NetworkPerformance
— (String
)The network performance capacity of the Amazon Web Services instance.
Storage
— (String
)The disk storage of the Amazon Web Services instance. This doesn't include EBS storage.
Vcpu
— (String
)The number of VCPU cores in the Amazon Web Services instance type.
ExpectedResourceUtilization
— (map
)The expected utilization metrics for target instance type.
EC2ResourceUtilization
— (map
)The utilization of current Amazon EC2 instance.
MaxCpuUtilizationPercentage
— (String
)The maximum observed or expected CPU utilization of the instance.
MaxMemoryUtilizationPercentage
— (String
)The maximum observed or expected memory utilization of the instance.
MaxStorageUtilizationPercentage
— (String
)The maximum observed or expected storage utilization of the instance. This doesn't include EBS storage.
EBSResourceUtilization
— (map
)The EBS field that contains a list of EBS metrics that are associated with the current instance.
EbsReadOpsPerSecond
— (String
)The maximum number of read operations per second.
EbsWriteOpsPerSecond
— (String
)The maximum number of write operations per second.
EbsReadBytesPerSecond
— (String
)The maximum size of read operations per second
EbsWriteBytesPerSecond
— (String
)The maximum size of write operations per second.
DiskResourceUtilization
— (map
)The field that contains a list of disk (local storage) metrics that are associated with the current instance.
DiskReadOpsPerSecond
— (String
)The maximum number of read operations per second.
DiskWriteOpsPerSecond
— (String
)The maximum number of write operations per second.
DiskReadBytesPerSecond
— (String
)The maximum read throughput operations per second.
DiskWriteBytesPerSecond
— (String
)The maximum write throughput operations per second.
NetworkResourceUtilization
— (map
)The network field that contains a list of network metrics that are associated with the current instance.
NetworkInBytesPerSecond
— (String
)The network inbound throughput utilization measured in Bytes per second.
NetworkOutBytesPerSecond
— (String
)The network outbound throughput utilization measured in Bytes per second.
NetworkPacketsInPerSecond
— (String
)The network ingress packets that are measured in packets per second.
NetworkPacketsOutPerSecond
— (String
)The network outgress packets that are measured in packets per second.
PlatformDifferences
— (Array<String>
)Explains the actions you might need to take in order to successfully migrate your workloads from the current instance type to the recommended instance type.
TerminateRecommendationDetail
— (map
)The details for termination recommendations.
EstimatedMonthlySavings
— (String
)The estimated savings that result from modification, on a monthly basis.
CurrencyCode
— (String
)The currency code that Amazon Web Services used to calculate the costs for this instance.
FindingReasonCodes
— (Array<String>
)The list of possible reasons why the recommendation is generated such as under or over utilization of specific metrics (for example, CPU, Memory, Network).
NextPageToken
— (String
)The token to retrieve the next set of results.
Configuration
— (map
)Enables you 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 associated with recommendations with consideration of existing Savings Plans or RI benefits, or neither.
RecommendationTarget
— required — (String
)The option to see recommendations within the same instance family or recommendations for instances across other families. The default value is
Possible values include:SAME_INSTANCE_FAMILY
."SAME_INSTANCE_FAMILY"
"CROSS_INSTANCE_FAMILY"
BenefitsConsidered
— required — (Boolean
)The option to consider RI or Savings Plans discount benefits in your savings calculation. The default value is
TRUE
.
-
(AWS.Response)
—
Returns:
getSavingsPlansCoverage(params = {}, callback) ⇒ AWS.Request
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.Service Reference:
Examples:
Calling the getSavingsPlansCoverage operation
var params = { TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, Granularity: DAILY | MONTHLY | HOURLY, GroupBy: [ { Key: 'STRING_VALUE', Type: DIMENSION | TAG | COST_CATEGORY }, /* more items */ ], MaxResults: 'NUMBER_VALUE', Metrics: [ 'STRING_VALUE', /* more items */ ], NextToken: 'STRING_VALUE', SortBy: { Key: 'STRING_VALUE', /* required */ SortOrder: ASCENDING | DESCENDING } }; costexplorer.getSavingsPlansCoverage(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
TimePeriod
— (map
)The time period that you want the usage and costs for. The
Start
date must be within 13 months. TheEnd
date must be after theStart
date, and before the current date. Future dates can't be used as anEnd
date.Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
GroupBy
— (Array<map>
)You can group the data using the attributes
INSTANCE_FAMILY
,REGION
, orSERVICE
.Type
— (String
)The string that represents the type of group.
Possible values include:"DIMENSION"
"TAG"
"COST_CATEGORY"
Key
— (String
)The string that represents a key for a specified group.
Granularity
— (String
)The granularity of the Amazon Web Services cost data for your Savings Plans.
Granularity
can't be set ifGroupBy
is set.The
Possible values include:GetSavingsPlansCoverage
operation supports onlyDAILY
andMONTHLY
granularities."DAILY"
"MONTHLY"
"HOURLY"
Filter
— (map
)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 object as the other operations, but onlyAND
is supported among each dimension. If there are multiple values for a dimension, they are OR'd together.Cost category is also supported.
Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
Metrics
— (Array<String>
)The measurement that you want your Savings Plans coverage reported in. The only valid value is
SpendCoveredBySavingsPlans
.NextToken
— (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.
MaxResults
— (Integer
)The number of items to be returned in a response. The default is
20
, with a minimum value of1
.SortBy
— (map
)The value by which you want to sort the data.
The following values are supported for
Key
:-
SpendCoveredBySavingsPlan
-
OnDemandCost
-
CoveragePercentage
-
TotalCost
-
InstanceFamily
-
Region
-
Service
Supported values for
SortOrder
areASCENDING
orDESCENDING
.Key
— required — (String
)The key that's used to sort the data.
SortOrder
— (String
)The order that's used to sort the data.
Possible values include:"ASCENDING"
"DESCENDING"
-
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:SavingsPlansCoverages
— (Array<map>
)The amount of spend that your Savings Plans covered.
Attributes
— (map<String>
)The attribute that applies to a specific
Dimension
.Coverage
— (map
)The amount of Savings Plans eligible usage that the Savings Plans covered.
SpendCoveredBySavingsPlans
— (String
)The amount of your Amazon Web Services usage that is covered by a Savings Plans.
OnDemandCost
— (String
)The cost of your Amazon Web Services usage at the public On-Demand rate.
TotalCost
— (String
)The total cost of your Amazon Web Services usage, regardless of your purchase option.
CoveragePercentage
— (String
)The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings Plans usage in an account (or set of accounts).
TimePeriod
— (map
)The time period of the request.
Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
NextToken
— (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.
-
(AWS.Response)
—
Returns:
getSavingsPlansPurchaseRecommendation(params = {}, callback) ⇒ AWS.Request
Retrieves your request parameters, Savings Plan Recommendations Summary and Details.
Service Reference:
Examples:
Calling the getSavingsPlansPurchaseRecommendation operation
var params = { LookbackPeriodInDays: SEVEN_DAYS | THIRTY_DAYS | SIXTY_DAYS, /* required */ PaymentOption: NO_UPFRONT | PARTIAL_UPFRONT | ALL_UPFRONT | LIGHT_UTILIZATION | MEDIUM_UTILIZATION | HEAVY_UTILIZATION, /* required */ SavingsPlansType: COMPUTE_SP | EC2_INSTANCE_SP | SAGEMAKER_SP, /* required */ TermInYears: ONE_YEAR | THREE_YEARS, /* required */ AccountScope: PAYER | LINKED, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, NextPageToken: 'STRING_VALUE', PageSize: 'NUMBER_VALUE' }; costexplorer.getSavingsPlansPurchaseRecommendation(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
SavingsPlansType
— (String
)The Savings Plans recommendation type requested.
Possible values include:"COMPUTE_SP"
"EC2_INSTANCE_SP"
"SAGEMAKER_SP"
TermInYears
— (String
)The savings plan recommendation term used to generate these recommendations.
Possible values include:"ONE_YEAR"
"THREE_YEARS"
PaymentOption
— (String
)The payment option used to generate these recommendations.
Possible values include:"NO_UPFRONT"
"PARTIAL_UPFRONT"
"ALL_UPFRONT"
"LIGHT_UTILIZATION"
"MEDIUM_UTILIZATION"
"HEAVY_UTILIZATION"
AccountScope
— (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
Possible values include:PAYER
. If the value isLINKED
, recommendations are calculated for individual member accounts only."PAYER"
"LINKED"
NextPageToken
— (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.
PageSize
— (Integer
)The number of recommendations that you want returned in a single response object.
LookbackPeriodInDays
— (String
)The lookback period used to generate the recommendation.
Possible values include:"SEVEN_DAYS"
"THIRTY_DAYS"
"SIXTY_DAYS"
Filter
— (map
)You can filter your recommendations by Account ID with the
LINKED_ACCOUNT
dimension. To filter your recommendations by Account ID, specifyKey
asLINKED_ACCOUNT
andValue
as the comma-separated Acount ID(s) for which you want to see Savings Plans purchase recommendations.For GetSavingsPlansPurchaseRecommendation, the
Filter
does not includeCostCategories
orTags
. It only includesDimensions
. WithDimensions
,Key
must beLINKED_ACCOUNT
andValue
can be a single Account ID or multiple comma-separated Account IDs for which you want to see Savings Plans Purchase Recommendations.AND
andOR
operators are not supported.Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:Metadata
— (map
)Information regarding this specific recommendation set.
RecommendationId
— (String
)The unique identifier for the recommendation set.
GenerationTimestamp
— (String
)The timestamp showing when the recommendations were generated.
AdditionalMetadata
— (String
)Additional metadata that might be applicable to the recommendation.
SavingsPlansPurchaseRecommendation
— (map
)Contains your request parameters, Savings Plan Recommendations Summary, and Details.
AccountScope
— (String
)The account scope that you want your recommendations for. Amazon Web Services calculates recommendations that include the management account and member accounts if the value is set to
Possible values include:PAYER
. If the value isLINKED
, recommendations are calculated for individual member accounts only."PAYER"
"LINKED"
SavingsPlansType
— (String
)The requested Savings Plans recommendation type.
Possible values include:"COMPUTE_SP"
"EC2_INSTANCE_SP"
"SAGEMAKER_SP"
TermInYears
— (String
)The Savings Plans recommendation term in years. It's used to generate the recommendation.
Possible values include:"ONE_YEAR"
"THREE_YEARS"
PaymentOption
— (String
)The payment option used to generate the recommendation.
Possible values include:"NO_UPFRONT"
"PARTIAL_UPFRONT"
"ALL_UPFRONT"
"LIGHT_UTILIZATION"
"MEDIUM_UTILIZATION"
"HEAVY_UTILIZATION"
LookbackPeriodInDays
— (String
)The lookback period in days, used to generate the recommendation.
Possible values include:"SEVEN_DAYS"
"THIRTY_DAYS"
"SIXTY_DAYS"
SavingsPlansPurchaseRecommendationDetails
— (Array<map>
)Details for the Savings Plans we recommend that you purchase to cover existing Savings Plans eligible workloads.
SavingsPlansDetails
— (map
)Details for your recommended Savings Plans.
Region
— (String
)A collection of Amazon Web Services resources in a geographic area. Each Amazon Web Services Region is isolated and independent of the other Regions.
InstanceFamily
— (String
)A group of instance types that Savings Plans applies to.
OfferingId
— (String
)The unique ID that's used to distinguish Savings Plans from one another.
AccountId
— (String
)The
AccountID
the recommendation is generated for.UpfrontCost
— (String
)The upfront cost of the recommended Savings Plans, based on the selected payment option.
EstimatedROI
— (String
)The estimated return on investment that's based on the recommended Savings Plans that you purchased. This is calculated as
estimatedSavingsAmount
/estimatedSPCost
*100.CurrencyCode
— (String
)The currency code that Amazon Web Services used to generate the recommendations and present potential savings.
EstimatedSPCost
— (String
)The cost of the recommended Savings Plans over the length of the lookback period.
EstimatedOnDemandCost
— (String
)The remaining On-Demand cost estimated to not be covered by the recommended Savings Plans, over the length of the lookback period.
EstimatedOnDemandCostWithCurrentCommitment
— (String
)The estimated On-Demand costs you would expect with no additional commitment, based on your usage of the selected time period and the Savings Plans you own.
EstimatedSavingsAmount
— (String
)The estimated savings amount that's based on the recommended Savings Plans over the length of the lookback period.
EstimatedSavingsPercentage
— (String
)The estimated savings percentage relative to the total cost of applicable On-Demand usage over the lookback period.
HourlyCommitmentToPurchase
— (String
)The recommended hourly commitment level for the Savings Plans type and the configuration that's based on the usage during the lookback period.
EstimatedAverageUtilization
— (String
)The estimated utilization of the recommended Savings Plans.
EstimatedMonthlySavingsAmount
— (String
)The estimated monthly savings amount based on the recommended Savings Plans.
CurrentMinimumHourlyOnDemandSpend
— (String
)The lowest value of hourly On-Demand spend over the lookback period of the applicable usage type.
CurrentMaximumHourlyOnDemandSpend
— (String
)The highest value of hourly On-Demand spend over the lookback period of the applicable usage type.
CurrentAverageHourlyOnDemandSpend
— (String
)The average value of hourly On-Demand spend over the lookback period of the applicable usage type.
SavingsPlansPurchaseRecommendationSummary
— (map
)Summary metrics for your Savings Plans Recommendations.
EstimatedROI
— (String
)The estimated return on investment that's based on the recommended Savings Plans and estimated savings.
CurrencyCode
— (String
)The currency code that Amazon Web Services used to generate the recommendations and present potential savings.
EstimatedTotalCost
— (String
)The estimated total cost of the usage after purchasing the recommended Savings Plans. This is a sum of the cost of Savings Plans during this term, and the remaining On-Demand usage.
CurrentOnDemandSpend
— (String
)The current total on demand spend of the applicable usage types over the lookback period.
EstimatedSavingsAmount
— (String
)The estimated total savings over the lookback period, based on the purchase of the recommended Savings Plans.
TotalRecommendationCount
— (String
)The aggregate number of Savings Plans recommendations that exist for your account.
DailyCommitmentToPurchase
— (String
)The recommended Savings Plans cost on a daily (24 hourly) basis.
HourlyCommitmentToPurchase
— (String
)The recommended hourly commitment that's based on the recommendation parameters.
EstimatedSavingsPercentage
— (String
)The estimated savings relative to the total cost of On-Demand usage, over the lookback period. This is calculated as
estimatedSavingsAmount
/CurrentOnDemandSpend
*100.EstimatedMonthlySavingsAmount
— (String
)The estimated monthly savings amount that's based on the recommended Savings Plans purchase.
EstimatedOnDemandCostWithCurrentCommitment
— (String
)The estimated On-Demand costs you would expect with no additional commitment. It's based on your usage of the selected time period and the Savings Plans you own.
NextPageToken
— (String
)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.
-
(AWS.Response)
—
Returns:
getSavingsPlansUtilization(params = {}, callback) ⇒ AWS.Request
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
inSAVINGS_PLANS
to determine the possible dimension values.Note: You cannot group by any dimension values forGetSavingsPlansUtilization
.Service Reference:
Examples:
Calling the getSavingsPlansUtilization operation
var params = { TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, Granularity: DAILY | MONTHLY | HOURLY, SortBy: { Key: 'STRING_VALUE', /* required */ SortOrder: ASCENDING | DESCENDING } }; costexplorer.getSavingsPlansUtilization(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
TimePeriod
— (map
)The time period that you want the usage and costs for. The
Start
date must be within 13 months. TheEnd
date must be after theStart
date, and before the current date. Future dates can't be used as anEnd
date.Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Granularity
— (String
)The granularity of the Amazon Web Services utillization data for your Savings Plans.
The
Possible values include:GetSavingsPlansUtilization
operation supports onlyDAILY
andMONTHLY
granularities."DAILY"
"MONTHLY"
"HOURLY"
Filter
— (map
)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 object as the other operations, but onlyAND
is supported among each dimension.Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
SortBy
— (map
)The value by which you want to sort the data.
The following values are supported for
Key
:-
UtilizationPercentage
-
TotalCommitment
-
UsedCommitment
-
UnusedCommitment
-
NetSavings
Supported values for
SortOrder
areASCENDING
orDESCENDING
.Key
— required — (String
)The key that's used to sort the data.
SortOrder
— (String
)The order that's used to sort the data.
Possible values include:"ASCENDING"
"DESCENDING"
-
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:SavingsPlansUtilizationsByTime
— (Array<map>
)The amount of cost/commitment you used your Savings Plans. This allows you to specify date ranges.
TimePeriod
— required — (map
)The time period of the request.
Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Utilization
— required — (map
)A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
TotalCommitment
— (String
)The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
UsedCommitment
— (String
)The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.
UnusedCommitment
— (String
)The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.
UtilizationPercentage
— (String
)The amount of
UsedCommitment
divided by theTotalCommitment
for your Savings Plans.
Savings
— (map
)The amount saved by using existing Savings Plans. Savings returns both net savings from Savings Plans as well as the
onDemandCostEquivalent
of the Savings Plans when considering the utilization rate.NetSavings
— (String
)The savings amount that you're accumulating for the usage that's covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.
OnDemandCostEquivalent
— (String
)How much the amount that the usage would have cost if it was accrued at the On-Demand rate.
AmortizedCommitment
— (map
)The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.
AmortizedRecurringCommitment
— (String
)The amortized amount of your Savings Plans commitment that was purchased with either a
Partial
or aNoUpfront
.AmortizedUpfrontCommitment
— (String
)The amortized amount of your Savings Plans commitment that was purchased with an
Upfront
orPartialUpfront
Savings Plans.TotalAmortizedCommitment
— (String
)The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
Total
— (map
)The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
Utilization
— required — (map
)A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
TotalCommitment
— (String
)The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
UsedCommitment
— (String
)The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.
UnusedCommitment
— (String
)The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.
UtilizationPercentage
— (String
)The amount of
UsedCommitment
divided by theTotalCommitment
for your Savings Plans.
Savings
— (map
)The amount saved by using existing Savings Plans. Savings returns both net savings from Savings Plans, as well as the
onDemandCostEquivalent
of the Savings Plans when considering the utilization rate.NetSavings
— (String
)The savings amount that you're accumulating for the usage that's covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.
OnDemandCostEquivalent
— (String
)How much the amount that the usage would have cost if it was accrued at the On-Demand rate.
AmortizedCommitment
— (map
)The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.
AmortizedRecurringCommitment
— (String
)The amortized amount of your Savings Plans commitment that was purchased with either a
Partial
or aNoUpfront
.AmortizedUpfrontCommitment
— (String
)The amortized amount of your Savings Plans commitment that was purchased with an
Upfront
orPartialUpfront
Savings Plans.TotalAmortizedCommitment
— (String
)The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
-
(AWS.Response)
—
Returns:
getSavingsPlansUtilizationDetails(params = {}, callback) ⇒ AWS.Request
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 toGetSavingsPlanUtilizationDetails
by providing individual dates. You can useGetDimensionValues
inSAVINGS_PLANS
to determine the possible dimension values.Note:GetSavingsPlanUtilizationDetails
internally groups data bySavingsPlansArn
.Service Reference:
Examples:
Calling the getSavingsPlansUtilizationDetails operation
var params = { TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, DataType: [ ATTRIBUTES | UTILIZATION | AMORTIZED_COMMITMENT | SAVINGS, /* more items */ ], Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, MaxResults: 'NUMBER_VALUE', NextToken: 'STRING_VALUE', SortBy: { Key: 'STRING_VALUE', /* required */ SortOrder: ASCENDING | DESCENDING } }; costexplorer.getSavingsPlansUtilizationDetails(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
TimePeriod
— (map
)The time period that you want the usage and costs for. The
Start
date must be within 13 months. TheEnd
date must be after theStart
date, and before the current date. Future dates can't be used as anEnd
date.Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Filter
— (map
)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 object as the other operations, but onlyAND
is supported among each dimension.Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
DataType
— (Array<String>
)The data type.
NextToken
— (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.
MaxResults
— (Integer
)The number of items to be returned in a response. The default is
20
, with a minimum value of1
.SortBy
— (map
)The value by which you want to sort the data.
The following values are supported for
Key
:-
UtilizationPercentage
-
TotalCommitment
-
UsedCommitment
-
UnusedCommitment
-
NetSavings
-
AmortizedRecurringCommitment
-
AmortizedUpfrontCommitment
Supported values for
SortOrder
areASCENDING
orDESCENDING
.Key
— required — (String
)The key that's used to sort the data.
SortOrder
— (String
)The order that's used to sort the data.
Possible values include:"ASCENDING"
"DESCENDING"
-
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:SavingsPlansUtilizationDetails
— (Array<map>
)Retrieves a single daily or monthly Savings Plans utilization rate and details for your account.
SavingsPlanArn
— (String
)The unique Amazon Resource Name (ARN) for a particular Savings Plan.
Attributes
— (map<String>
)The attribute that applies to a specific
Dimension
.Utilization
— (map
)A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
TotalCommitment
— (String
)The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
UsedCommitment
— (String
)The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.
UnusedCommitment
— (String
)The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.
UtilizationPercentage
— (String
)The amount of
UsedCommitment
divided by theTotalCommitment
for your Savings Plans.
Savings
— (map
)The amount saved by using existing Savings Plans. Savings returns both net savings from savings plans as well as the
onDemandCostEquivalent
of the Savings Plans when considering the utilization rate.NetSavings
— (String
)The savings amount that you're accumulating for the usage that's covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.
OnDemandCostEquivalent
— (String
)How much the amount that the usage would have cost if it was accrued at the On-Demand rate.
AmortizedCommitment
— (map
)The total amortized commitment for a Savings Plans. Includes the sum of the upfront and recurring Savings Plans fees.
AmortizedRecurringCommitment
— (String
)The amortized amount of your Savings Plans commitment that was purchased with either a
Partial
or aNoUpfront
.AmortizedUpfrontCommitment
— (String
)The amortized amount of your Savings Plans commitment that was purchased with an
Upfront
orPartialUpfront
Savings Plans.TotalAmortizedCommitment
— (String
)The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
Total
— (map
)The total Savings Plans utilization, regardless of time period.
Utilization
— required — (map
)A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
TotalCommitment
— (String
)The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
UsedCommitment
— (String
)The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.
UnusedCommitment
— (String
)The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.
UtilizationPercentage
— (String
)The amount of
UsedCommitment
divided by theTotalCommitment
for your Savings Plans.
Savings
— (map
)The amount saved by using existing Savings Plans. Savings returns both net savings from Savings Plans, as well as the
onDemandCostEquivalent
of the Savings Plans when considering the utilization rate.NetSavings
— (String
)The savings amount that you're accumulating for the usage that's covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.
OnDemandCostEquivalent
— (String
)How much the amount that the usage would have cost if it was accrued at the On-Demand rate.
AmortizedCommitment
— (map
)The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.
AmortizedRecurringCommitment
— (String
)The amortized amount of your Savings Plans commitment that was purchased with either a
Partial
or aNoUpfront
.AmortizedUpfrontCommitment
— (String
)The amortized amount of your Savings Plans commitment that was purchased with an
Upfront
orPartialUpfront
Savings Plans.TotalAmortizedCommitment
— (String
)The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
TimePeriod
— (map
)The time period of the request.
Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
NextToken
— (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.
-
(AWS.Response)
—
Returns:
getTags(params = {}, callback) ⇒ AWS.Request
Queries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string.
Service Reference:
Examples:
Calling the getTags operation
var params = { TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, MaxResults: 'NUMBER_VALUE', NextPageToken: 'STRING_VALUE', SearchString: 'STRING_VALUE', SortBy: [ { Key: 'STRING_VALUE', /* required */ SortOrder: ASCENDING | DESCENDING }, /* more items */ ], TagKey: 'STRING_VALUE' }; costexplorer.getTags(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
SearchString
— (String
)The value that you want to search for.
TimePeriod
— (map
)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
is2017-01-01
andend
is2017-05-01
, then the cost and usage data is retrieved from2017-01-01
up to and including2017-04-30
but not including2017-05-01
.Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
TagKey
— (String
)The key of the tag that you want to return values for.
Filter
— (map
)Use
Expression
to filter by cost or by usage. There are two patterns:-
Simple dimension values - 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
. ForGetRightsizingRecommendation
, the Region is a full name (for example,REGION==US East (N. Virginia)
. TheExpression
example is as follows:{ "Dimensions": { "Key": "REGION", "Values": [ "us-east-1", “us-west-1” ] } }
The list of dimension values are OR'd together to retrieve cost or usage data. You can create
Expression
andDimensionValues
objects using eitherwith*
methods orset*
methods in multiple lines. -
Compound dimension values with logical operations - You can use multiple
Expression
types and the logical operatorsAND/OR/NOT
to create a list of one or moreExpression
objects. By doing this, you can filter on more advanced options. For example, you can filter on((REGION == us-east-1 OR REGION == us-west-1) OR (TAG.Type == Type1)) AND (USAGE_TYPE != DataTransfer)
. TheExpression
for that 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"] }}} ] }
Note: Because eachExpression
can have only one operator, the service returns an error if more than one is specified. The following example shows anExpression
object that creates an error.{ "And": [ ... ], "DimensionValues": { "Dimension": "USAGE_TYPE", "Values": [ "DataTransfer" ] } }
Note: For theGetRightsizingRecommendation
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 toLINKED_ACCOUNT
,REGION
, orRIGHTSIZING_TYPE
. For theGetReservationPurchaseRecommendation
action, only NOT is supported. AND and OR aren't supported. Dimensions are limited toLINKED_ACCOUNT
.Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
SortBy
— (Array<map>
)The value by which you want to sort the data.
The key represents cost and usage metrics. The following values are supported:
-
BlendedCost
-
UnblendedCost
-
AmortizedCost
-
NetAmortizedCost
-
NetUnblendedCost
-
UsageQuantity
-
NormalizedUsageAmount
Supported values for
SortOrder
areASCENDING
orDESCENDING
.When using
SortBy
,NextPageToken
andSearchString
are not supported.Key
— required — (String
)The key that's used to sort the data.
SortOrder
— (String
)The order that's used to sort the data.
Possible values include:"ASCENDING"
"DESCENDING"
-
MaxResults
— (Integer
)This field is only used when SortBy is provided in the request. The maximum number of objects that to be returned for this request. If MaxResults is not specified with SortBy, the request will return 1000 results as the default value for this parameter.
For
GetTags
, MaxResults has an upper limit of 1000.NextPageToken
— (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.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:NextPageToken
— (String
)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.
Tags
— (Array<String>
)The tags that match your request.
ReturnSize
— (Integer
)The number of query results that Amazon Web Services returns at a time.
TotalSize
— (Integer
)The total number of query results.
-
(AWS.Response)
—
Returns:
getUsageForecast(params = {}, callback) ⇒ AWS.Request
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.
Service Reference:
Examples:
Calling the getUsageForecast operation
var params = { Granularity: DAILY | MONTHLY | HOURLY, /* required */ Metric: BLENDED_COST | UNBLENDED_COST | AMORTIZED_COST | NET_UNBLENDED_COST | NET_AMORTIZED_COST | USAGE_QUANTITY | NORMALIZED_USAGE_AMOUNT, /* required */ TimePeriod: { /* required */ End: 'STRING_VALUE', /* required */ Start: 'STRING_VALUE' /* required */ }, Filter: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, PredictionIntervalLevel: 'NUMBER_VALUE' }; costexplorer.getUsageForecast(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
TimePeriod
— (map
)The start and end dates of the period that you want to retrieve usage forecast for. The start date is inclusive, but the end date is exclusive. For example, if
start
is2017-01-01
andend
is2017-05-01
, then the cost and usage data is retrieved from2017-01-01
up to and including2017-04-30
but not including2017-05-01
. The start date must be equal to or later than the current date to avoid a validation error.Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
Metric
— (String
)Which metric Cost Explorer uses to create your forecast.
Valid values for a
GetUsageForecast
call are the following:-
USAGE_QUANTITY
-
NORMALIZED_USAGE_AMOUNT
"BLENDED_COST"
"UNBLENDED_COST"
"AMORTIZED_COST"
"NET_UNBLENDED_COST"
"NET_AMORTIZED_COST"
"USAGE_QUANTITY"
"NORMALIZED_USAGE_AMOUNT"
-
Granularity
— (String
)How granular you want the forecast to be. You can get 3 months of
DAILY
forecasts or 12 months ofMONTHLY
forecasts.The
Possible values include:GetUsageForecast
operation supports onlyDAILY
andMONTHLY
granularities."DAILY"
"MONTHLY"
"HOURLY"
Filter
— (map
)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
Or
— (Array<map>
)Return results that match either
Dimension
object.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Not
— (map
)Return results that don't match a
Dimension
object.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
-
PredictionIntervalLevel
— (Integer
)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.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:Total
— (map
)How much you're forecasted to use over the forecast period.
Amount
— (String
)The actual number that represents the metric.
Unit
— (String
)The unit that the metric is given in.
ForecastResultsByTime
— (Array<map>
)The forecasts for your query, in order. For
DAILY
forecasts, this is a list of days. ForMONTHLY
forecasts, this is a list of months.TimePeriod
— (map
)The period of time that the forecast covers.
Start
— required — (String
)The beginning of the time period. The start date is inclusive. For example, if
start
is2017-01-01
, Amazon Web Services retrieves cost and usage data starting at2017-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.End
— required — (String
)The end of the time period. The end date is exclusive. For example, if
end
is2017-05-01
, Amazon Web Services retrieves cost and usage data from the start date up to, but not including,2017-05-01
.
MeanValue
— (String
)The mean value of the forecast.
PredictionIntervalLowerBound
— (String
)The lower limit for the prediction interval.
PredictionIntervalUpperBound
— (String
)The upper limit for the prediction interval.
-
(AWS.Response)
—
Returns:
listCostCategoryDefinitions(params = {}, callback) ⇒ AWS.Request
Returns the name, ARN,
NumberOfRules
and effective dates of all Cost Categories defined in the account. You have the option to useEffectiveOn
to return a list of Cost Categories that were active on a specific date. If there is noEffectiveOn
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 aMaxResults
range up to 100.Service Reference:
Examples:
Calling the listCostCategoryDefinitions operation
var params = { EffectiveOn: 'STRING_VALUE', MaxResults: 'NUMBER_VALUE', NextToken: 'STRING_VALUE' }; costexplorer.listCostCategoryDefinitions(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
EffectiveOn
— (String
)The date when the Cost Category was effective.
NextToken
— (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.
MaxResults
— (Integer
)The number of entries a paginated response contains.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:CostCategoryReferences
— (Array<map>
)A reference to a Cost Category containing enough information to identify the Cost Category.
CostCategoryArn
— (String
)The unique identifier for your Cost Category.
Name
— (String
)The unique name of the Cost Category.
EffectiveStart
— (String
)The Cost Category's effective start date.
EffectiveEnd
— (String
)The Cost Category's effective end date.
NumberOfRules
— (Integer
)The number of rules that are associated with a specific Cost Category.
ProcessingStatus
— (Array<map>
)The list of processing statuses for Cost Management products for a specific cost category.
Component
— (String
)The Cost Management product name of the applied status.
Possible values include:"COST_EXPLORER"
Status
— (String
)The process status for a specific cost category.
Possible values include:"PROCESSING"
"APPLIED"
Values
— (Array<String>
)A list of unique cost category values in a specific cost category.
DefaultValue
— (String
)The default value for the cost category.
NextToken
— (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.
-
(AWS.Response)
—
Returns:
provideAnomalyFeedback(params = {}, callback) ⇒ AWS.Request
Modifies the feedback property of a given cost anomaly.
Service Reference:
Examples:
Calling the provideAnomalyFeedback operation
var params = { AnomalyId: 'STRING_VALUE', /* required */ Feedback: YES | NO | PLANNED_ACTIVITY /* required */ }; costexplorer.provideAnomalyFeedback(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
AnomalyId
— (String
)A cost anomaly ID.
Feedback
— (String
)Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
Possible values include:"YES"
"NO"
"PLANNED_ACTIVITY"
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:AnomalyId
— (String
)The ID of the modified cost anomaly.
-
(AWS.Response)
—
Returns:
updateAnomalyMonitor(params = {}, callback) ⇒ AWS.Request
Updates an existing cost anomaly monitor. The changes made are applied going forward, and doesn'tt change anomalies detected in the past.
Service Reference:
Examples:
Calling the updateAnomalyMonitor operation
var params = { MonitorArn: 'STRING_VALUE', /* required */ MonitorName: 'STRING_VALUE' }; costexplorer.updateAnomalyMonitor(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
MonitorArn
— (String
)Cost anomaly monitor Amazon Resource Names (ARNs).
MonitorName
— (String
)The new name for the cost anomaly monitor.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:MonitorArn
— (String
)A cost anomaly monitor ARN.
-
(AWS.Response)
—
Returns:
updateAnomalySubscription(params = {}, callback) ⇒ AWS.Request
Updates an existing cost anomaly monitor subscription.
Service Reference:
Examples:
Calling the updateAnomalySubscription operation
var params = { SubscriptionArn: 'STRING_VALUE', /* required */ Frequency: DAILY | IMMEDIATE | WEEKLY, MonitorArnList: [ 'STRING_VALUE', /* more items */ ], Subscribers: [ { Address: 'STRING_VALUE', Status: CONFIRMED | DECLINED, Type: EMAIL | SNS }, /* more items */ ], SubscriptionName: 'STRING_VALUE', Threshold: 'NUMBER_VALUE' }; costexplorer.updateAnomalySubscription(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
SubscriptionArn
— (String
)A cost anomaly subscription Amazon Resource Name (ARN).
Threshold
— (Float
)The update to the threshold value for receiving notifications.
Frequency
— (String
)The update to the frequency value that subscribers receive notifications.
Possible values include:"DAILY"
"IMMEDIATE"
"WEEKLY"
MonitorArnList
— (Array<String>
)A list of cost anomaly monitor ARNs.
Subscribers
— (Array<map>
)The update to the subscriber list.
Address
— (String
)The email address or SNS Amazon Resource Name (ARN). This depends on the
Type
.Type
— (String
)The notification delivery channel.
Possible values include:"EMAIL"
"SNS"
Status
— (String
)Indicates if the subscriber accepts the notifications.
Possible values include:"CONFIRMED"
"DECLINED"
SubscriptionName
— (String
)The new name of the subscription.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:SubscriptionArn
— (String
)A cost anomaly subscription ARN.
-
(AWS.Response)
—
Returns:
updateCostCategoryDefinition(params = {}, callback) ⇒ AWS.Request
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.
Service Reference:
Examples:
Calling the updateCostCategoryDefinition operation
var params = { CostCategoryArn: 'STRING_VALUE', /* required */ RuleVersion: CostCategoryExpression.v1, /* required */ Rules: [ /* required */ { InheritedValue: { DimensionKey: 'STRING_VALUE', DimensionName: LINKED_ACCOUNT_NAME | TAG }, Rule: { /* Expression */ And: [ /* recursive Expression */, /* more items */ ], CostCategories: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Dimensions: { Key: AZ | INSTANCE_TYPE | LINKED_ACCOUNT | LINKED_ACCOUNT_NAME | OPERATION | PURCHASE_TYPE | REGION | SERVICE | SERVICE_CODE | USAGE_TYPE | USAGE_TYPE_GROUP | RECORD_TYPE | OPERATING_SYSTEM | TENANCY | SCOPE | PLATFORM | SUBSCRIPTION_ID | LEGAL_ENTITY_NAME | DEPLOYMENT_OPTION | DATABASE_ENGINE | CACHE_ENGINE | INSTANCE_TYPE_FAMILY | BILLING_ENTITY | RESERVATION_ID | RESOURCE_ID | RIGHTSIZING_TYPE | SAVINGS_PLANS_TYPE | SAVINGS_PLAN_ARN | PAYMENT_OPTION | AGREEMENT_END_DATE_TIME_AFTER | AGREEMENT_END_DATE_TIME_BEFORE, MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] }, Not: /* recursive Expression */, Or: [ /* recursive Expression */, /* more items */ ], Tags: { Key: 'STRING_VALUE', MatchOptions: [ EQUALS | ABSENT | STARTS_WITH | ENDS_WITH | CONTAINS | CASE_SENSITIVE | CASE_INSENSITIVE, /* more items */ ], Values: [ 'STRING_VALUE', /* more items */ ] } }, Type: REGULAR | INHERITED_VALUE, Value: 'STRING_VALUE' }, /* more items */ ], DefaultValue: 'STRING_VALUE', SplitChargeRules: [ { Method: FIXED | PROPORTIONAL | EVEN, /* required */ Source: 'STRING_VALUE', /* required */ Targets: [ /* required */ 'STRING_VALUE', /* more items */ ], Parameters: [ { Type: ALLOCATION_PERCENTAGES, /* required */ Values: [ /* required */ 'STRING_VALUE', /* more items */ ] }, /* more items */ ] }, /* more items */ ] }; costexplorer.updateCostCategoryDefinition(params, function(err, data) { if (err) console.log(err, err.stack); // an error occurred else console.log(data); // successful response });
Parameters:
-
params
(Object)
(defaults to: {})
—
CostCategoryArn
— (String
)The unique identifier for your Cost Category.
RuleVersion
— (String
)The rule schema version in this particular Cost Category.
Possible values include:"CostCategoryExpression.v1"
Rules
— (Array<map>
)The
Expression
object used to categorize costs. For more information, see CostCategoryRule .Value
— (String
)The default value for the cost category.
Rule
— (map
)An Expression object used to categorize costs. This supports dimensions, tags, and nested expressions. Currently the only dimensions supported are
LINKED_ACCOUNT
,SERVICE_CODE
,RECORD_TYPE
, andLINKED_ACCOUNT_NAME
.Root level
OR
isn't supported. We recommend that you create a separate rule instead.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 in the Billing and Cost Management User Guide.Or
— (Array<map>
)Return results that match either
Dimension
object.And
— (Array<map>
)Return results that match both
Dimension
objects.Dimensions
— (map
)The specific
Dimension
to use forExpression
.Key
— (String
)The names of the metadata types that you can use to filter and group your results. For example,
Possible values include:AZ
returns a list of Availability Zones."AZ"
"INSTANCE_TYPE"
"LINKED_ACCOUNT"
"LINKED_ACCOUNT_NAME"
"OPERATION"
"PURCHASE_TYPE"
"REGION"
"SERVICE"
"SERVICE_CODE"
"USAGE_TYPE"
"USAGE_TYPE_GROUP"
"RECORD_TYPE"
"OPERATING_SYSTEM"
"TENANCY"
"SCOPE"
"PLATFORM"
"SUBSCRIPTION_ID"
"LEGAL_ENTITY_NAME"
"DEPLOYMENT_OPTION"
"DATABASE_ENGINE"
"CACHE_ENGINE"
"INSTANCE_TYPE_FAMILY"
"BILLING_ENTITY"
"RESERVATION_ID"
"RESOURCE_ID"
"RIGHTSIZING_TYPE"
"SAVINGS_PLANS_TYPE"
"SAVINGS_PLAN_ARN"
"PAYMENT_OPTION"
"AGREEMENT_END_DATE_TIME_AFTER"
"AGREEMENT_END_DATE_TIME_BEFORE"
Values
— (Array<String>
)The metadata values that you can use to filter and group your results. You can use
GetDimensionValues
to find specific values.MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
Tags
— (map
)The specific
Tag
to use forExpression
.Key
— (String
)The key for the tag.
Values
— (Array<String>
)The specific value of the tag.
MatchOptions
— (Array<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 forMatchOptions
areEQUALS
andCASE_SENSITIVE
.
CostCategories
— (map
)The filter that's based on
CostCategory
values.Key
— (String
)The unique name of the Cost Category.
Values
— (Array<String>
)The specific value of the Cost Category.
MatchOptions
— (Array<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
isEQUALS
andCASE_SENSITIVE
.
InheritedValue
— (map
)The value the line item is categorized as if the line item contains the matched dimension.
DimensionName
— (String
)The name of the dimension that's used to group costs.
If you specify
Possible values include:LINKED_ACCOUNT_NAME
, the cost category value is based on account name. If you specifyTAG
, the cost category value will be based on the value of the specified tag key."LINKED_ACCOUNT_NAME"
"TAG"
DimensionKey
— (String
)The key to extract cost category values.
Type
— (String
)You can define the
Possible values include:CostCategoryRule
rule type as eitherREGULAR
orINHERITED_VALUE
. TheINHERITED_VALUE
rule type adds the flexibility of defining a rule that dynamically inherits the cost category value from the dimension value defined byCostCategoryInheritedValueDimension
. For example, if you want to dynamically group costs based on the value of a specific tag key, first choose an inherited value rule type, then choose the tag dimension and specify the tag key to use."REGULAR"
"INHERITED_VALUE"
DefaultValue
— (String
)The default value for the cost category.
SplitChargeRules
— (Array<map>
)The split charge rules used to allocate your charges between your Cost Category values.
Source
— required — (String
)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.
Targets
— required — (Array<String>
)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.
Method
— required — (String
)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.>
Possible values include:Even
- Allocates costs evenly across all targets."FIXED"
"PROPORTIONAL"
"EVEN"
Parameters
— (Array<map>
)The parameters for a split charge method. This is only required for the
FIXED
method.Type
— required — (String
)The parameter type.
Possible values include:"ALLOCATION_PERCENTAGES"
Values
— required — (Array<String>
)The parameter values.
Callback (callback):
-
function(err, data) { ... }
Called when a response from the service is returned. If a callback is not supplied, you must call AWS.Request.send() on the returned request object to initiate the request.
Context (this):
-
(AWS.Response)
—
the response object containing error, data properties, and the original request object.
Parameters:
-
err
(Error)
—
the error object returned from the request. Set to
null
if the request is successful. -
data
(Object)
—
the de-serialized data returned from the request. Set to
null
if a request error occurs. Thedata
object has the following properties:CostCategoryArn
— (String
)The unique identifier for your Cost Category.
EffectiveStart
— (String
)The Cost Category's effective start date.
-
(AWS.Response)
—
Returns:
Generated on Wed Nov 10 23:39:46 2021 by yard 0.9.26 (ruby-2.3.8). - getCostForecast(params = {}, callback) ⇒ AWS.Request