{ "version":"2.0", "metadata":{ "apiVersion":"2017-10-25", "endpointPrefix":"ce", "jsonVersion":"1.1", "protocol":"json", "serviceAbbreviation":"AWS Cost Explorer", "serviceFullName":"AWS Cost Explorer Service", "serviceId":"Cost Explorer", "signatureVersion":"v4", "signingName":"ce", "targetPrefix":"AWSInsightsIndexService", "uid":"ce-2017-10-25" }, "operations":{ "GetCostAndUsage":{ "name":"GetCostAndUsage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetCostAndUsageRequest"}, "output":{"shape":"GetCostAndUsageResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"BillExpirationException"}, {"shape":"DataUnavailableException"}, {"shape":"InvalidNextTokenException"}, {"shape":"RequestChangedException"} ], "documentation":"

Retrieves cost and usage metrics for your account. You can specify which cost and usage-related metric, such as BlendedCosts or UsageQuantity, that you want the request to return. You can also filter and group your data by various dimensions, such as SERVICE or AZ, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Master accounts in an organization in AWS Organizations have access to all member accounts.

" }, "GetCostForecast":{ "name":"GetCostForecast", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetCostForecastRequest"}, "output":{"shape":"GetCostForecastResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"DataUnavailableException"} ], "documentation":"

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":{ "name":"GetDimensionValues", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDimensionValuesRequest"}, "output":{"shape":"GetDimensionValuesResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"BillExpirationException"}, {"shape":"DataUnavailableException"}, {"shape":"InvalidNextTokenException"}, {"shape":"RequestChangedException"} ], "documentation":"

Retrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string.

" }, "GetReservationCoverage":{ "name":"GetReservationCoverage", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetReservationCoverageRequest"}, "output":{"shape":"GetReservationCoverageResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"DataUnavailableException"}, {"shape":"InvalidNextTokenException"} ], "documentation":"

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 master account can see the coverage of the associated member accounts. For any time period, you can filter data about reservation usage by the following dimensions:

To determine valid values for a dimension, use the GetDimensionValues operation.

" }, "GetReservationPurchaseRecommendation":{ "name":"GetReservationPurchaseRecommendation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetReservationPurchaseRecommendationRequest"}, "output":{"shape":"GetReservationPurchaseRecommendationResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"DataUnavailableException"}, {"shape":"InvalidNextTokenException"} ], "documentation":"

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.

AWS 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 AWS 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, AWS 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. AWS recommends the smallest size instance in an instance family. This makes it easier to purchase a size-flexible RI. AWS 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.

" }, "GetReservationUtilization":{ "name":"GetReservationUtilization", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetReservationUtilizationRequest"}, "output":{"shape":"GetReservationUtilizationResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"DataUnavailableException"}, {"shape":"InvalidNextTokenException"} ], "documentation":"

Retrieves the reservation utilization for your account. Master accounts in an organization have access to member accounts. You can filter data by dimensions in a time period. You can use GetDimensionValues to determine the possible dimension values. Currently, you can group only by SUBSCRIPTION_ID.

" }, "GetTags":{ "name":"GetTags", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetTagsRequest"}, "output":{"shape":"GetTagsResponse"}, "errors":[ {"shape":"LimitExceededException"}, {"shape":"BillExpirationException"}, {"shape":"DataUnavailableException"}, {"shape":"InvalidNextTokenException"}, {"shape":"RequestChangedException"} ], "documentation":"

Queries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string.

" } }, "shapes":{ "AccountScope":{ "type":"string", "enum":[ "PAYER", "LINKED" ] }, "AmortizedRecurringFee":{"type":"string"}, "AmortizedUpfrontFee":{"type":"string"}, "AttributeType":{"type":"string"}, "AttributeValue":{"type":"string"}, "Attributes":{ "type":"map", "key":{"shape":"AttributeType"}, "value":{"shape":"AttributeValue"} }, "BillExpirationException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

The requested report expired. Update the date interval and try again.

", "exception":true }, "Context":{ "type":"string", "enum":[ "COST_AND_USAGE", "RESERVATIONS" ] }, "Coverage":{ "type":"structure", "members":{ "CoverageHours":{ "shape":"CoverageHours", "documentation":"

The amount of instance usage that the reservation covered, in hours.

" }, "CoverageNormalizedUnits":{ "shape":"CoverageNormalizedUnits", "documentation":"

The amount of instance usage that the reservation covered, in normalized units.

" }, "CoverageCost":{ "shape":"CoverageCost", "documentation":"

The amount of cost that the reservation covered.

" } }, "documentation":"

The amount of instance usage that a reservation covered.

" }, "CoverageByTime":{ "type":"structure", "members":{ "TimePeriod":{ "shape":"DateInterval", "documentation":"

The period that this coverage was used over.

" }, "Groups":{ "shape":"ReservationCoverageGroups", "documentation":"

The groups of instances that the reservation covered.

" }, "Total":{ "shape":"Coverage", "documentation":"

The total reservation coverage, in hours.

" } }, "documentation":"

Reservation coverage for a specified period, in hours.

" }, "CoverageCost":{ "type":"structure", "members":{ "OnDemandCost":{ "shape":"OnDemandCost", "documentation":"

How much an On-Demand instance cost.

" } }, "documentation":"

How much it cost to run an instance.

" }, "CoverageHours":{ "type":"structure", "members":{ "OnDemandHours":{ "shape":"OnDemandHours", "documentation":"

The number of instance running hours that On-Demand Instances covered.

" }, "ReservedHours":{ "shape":"ReservedHours", "documentation":"

The number of instance running hours that reservations covered.

" }, "TotalRunningHours":{ "shape":"TotalRunningHours", "documentation":"

The total instance usage, in hours.

" }, "CoverageHoursPercentage":{ "shape":"CoverageHoursPercentage", "documentation":"

The percentage of instance hours that a reservation covered.

" } }, "documentation":"

How long a running instance either used a reservation or was On-Demand.

" }, "CoverageHoursPercentage":{"type":"string"}, "CoverageNormalizedUnits":{ "type":"structure", "members":{ "OnDemandNormalizedUnits":{ "shape":"OnDemandNormalizedUnits", "documentation":"

The number of normalized units that are covered by On-Demand Instances instead of a reservation.

" }, "ReservedNormalizedUnits":{ "shape":"ReservedNormalizedUnits", "documentation":"

The number of normalized units that a reservation covers.

" }, "TotalRunningNormalizedUnits":{ "shape":"TotalRunningNormalizedUnits", "documentation":"

The total number of normalized units that you used.

" }, "CoverageNormalizedUnitsPercentage":{ "shape":"CoverageNormalizedUnitsPercentage", "documentation":"

The percentage of your used instance normalized units that a reservation covers.

" } }, "documentation":"

The amount of instance usage, in normalized units. Normalized units enable you to see your EC2 usage for multiple sizes of instances in a uniform way. For example, suppose you run an xlarge instance and a 2xlarge instance. If you run both instances for the same amount of time, the 2xlarge instance uses twice as much of your reservation as the xlarge instance, even though both instances show only one instance-hour. Using normalized units instead of instance-hours, the xlarge instance used 8 normalized units, and the 2xlarge instance used 16 normalized units.

For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances.

" }, "CoverageNormalizedUnitsPercentage":{"type":"string"}, "CoveragesByTime":{ "type":"list", "member":{"shape":"CoverageByTime"} }, "DataUnavailableException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

The requested data is unavailable.

", "exception":true }, "DateInterval":{ "type":"structure", "required":[ "Start", "End" ], "members":{ "Start":{ "shape":"YearMonthDay", "documentation":"

The beginning of the time period that you want the usage and costs for. The start date is inclusive. For example, if start is 2017-01-01, AWS retrieves cost and usage data starting at 2017-01-01 up to the end date.

" }, "End":{ "shape":"YearMonthDay", "documentation":"

The end of the time period that you want the usage and costs for. The end date is exclusive. For example, if end is 2017-05-01, AWS retrieves cost and usage data from the start date up to, but not including, 2017-05-01.

" } }, "documentation":"

The time period that you want the usage and costs for.

" }, "Dimension":{ "type":"string", "enum":[ "AZ", "INSTANCE_TYPE", "LINKED_ACCOUNT", "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", "CACHE_ENGINE", "INSTANCE_TYPE_FAMILY", "BILLING_ENTITY", "RESERVATION_ID" ] }, "DimensionValues":{ "type":"structure", "members":{ "Key":{ "shape":"Dimension", "documentation":"

The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.

" }, "Values":{ "shape":"Values", "documentation":"

The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

Valid values for the SERVICE dimension are Amazon Elastic Compute Cloud - Compute, Amazon Elasticsearch Service, Amazon ElastiCache, Amazon Redshift, and Amazon Relational Database Service.

" } }, "documentation":"

The metadata that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

" }, "DimensionValuesWithAttributes":{ "type":"structure", "members":{ "Value":{ "shape":"Value", "documentation":"

The value of a dimension with a specific attribute.

" }, "Attributes":{ "shape":"Attributes", "documentation":"

The attribute that applies to a specific Dimension.

" } }, "documentation":"

The metadata of a specific type that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

" }, "DimensionValuesWithAttributesList":{ "type":"list", "member":{"shape":"DimensionValuesWithAttributes"} }, "EC2InstanceDetails":{ "type":"structure", "members":{ "Family":{ "shape":"GenericString", "documentation":"

The instance family of the recommended reservation.

" }, "InstanceType":{ "shape":"GenericString", "documentation":"

The type of instance that AWS recommends.

" }, "Region":{ "shape":"GenericString", "documentation":"

The AWS Region of the recommended reservation.

" }, "AvailabilityZone":{ "shape":"GenericString", "documentation":"

The Availability Zone of the recommended reservation.

" }, "Platform":{ "shape":"GenericString", "documentation":"

The platform of the recommended reservation. The platform is the specific combination of operating system, license model, and software on an instance.

" }, "Tenancy":{ "shape":"GenericString", "documentation":"

Whether the recommended reservation is dedicated or shared.

" }, "CurrentGeneration":{ "shape":"GenericBoolean", "documentation":"

Whether the recommendation is for a current-generation instance.

" }, "SizeFlexEligible":{ "shape":"GenericBoolean", "documentation":"

Whether the recommended reservation is size flexible.

" } }, "documentation":"

Details about the Amazon EC2 instances that AWS recommends that you purchase.

" }, "EC2Specification":{ "type":"structure", "members":{ "OfferingClass":{ "shape":"OfferingClass", "documentation":"

Whether you want a recommendation for standard or convertible reservations.

" } }, "documentation":"

The Amazon EC2 hardware specifications that you want AWS to provide recommendations for.

" }, "ESInstanceDetails":{ "type":"structure", "members":{ "InstanceClass":{ "shape":"GenericString", "documentation":"

The class of instance that AWS recommends.

" }, "InstanceSize":{ "shape":"GenericString", "documentation":"

The size of instance that AWS recommends.

" }, "Region":{ "shape":"GenericString", "documentation":"

The AWS Region of the recommended reservation.

" }, "CurrentGeneration":{ "shape":"GenericBoolean", "documentation":"

Whether the recommendation is for a current-generation instance.

" }, "SizeFlexEligible":{ "shape":"GenericBoolean", "documentation":"

Whether the recommended reservation is size flexible.

" } }, "documentation":"

Details about the Amazon ES instances that AWS recommends that you purchase.

" }, "ElastiCacheInstanceDetails":{ "type":"structure", "members":{ "Family":{ "shape":"GenericString", "documentation":"

The instance family of the recommended reservation.

" }, "NodeType":{ "shape":"GenericString", "documentation":"

The type of node that AWS recommends.

" }, "Region":{ "shape":"GenericString", "documentation":"

The AWS Region of the recommended reservation.

" }, "ProductDescription":{ "shape":"GenericString", "documentation":"

The description of the recommended reservation.

" }, "CurrentGeneration":{ "shape":"GenericBoolean", "documentation":"

Whether the recommendation is for a current generation instance.

" }, "SizeFlexEligible":{ "shape":"GenericBoolean", "documentation":"

Whether the recommended reservation is size flexible.

" } }, "documentation":"

Details about the Amazon ElastiCache instances that AWS recommends that you purchase.

" }, "Entity":{"type":"string"}, "ErrorMessage":{"type":"string"}, "Estimated":{"type":"boolean"}, "Expression":{ "type":"structure", "members":{ "Or":{ "shape":"Expressions", "documentation":"

Return results that match either Dimension object.

" }, "And":{ "shape":"Expressions", "documentation":"

Return results that match both Dimension objects.

" }, "Not":{ "shape":"Expression", "documentation":"

Return results that don't match a Dimension object.

" }, "Dimensions":{ "shape":"DimensionValues", "documentation":"

The specific Dimension to use for Expression.

" }, "Tags":{ "shape":"TagValues", "documentation":"

The specific Tag to use for Expression.

" } }, "documentation":"

Use Expression to filter by cost or by usage. There are two patterns:

" }, "Expressions":{ "type":"list", "member":{"shape":"Expression"} }, "ForecastResult":{ "type":"structure", "members":{ "TimePeriod":{ "shape":"DateInterval", "documentation":"

The period of time that the forecast covers.

" }, "MeanValue":{ "shape":"GenericString", "documentation":"

The mean value of the forecast.

" }, "PredictionIntervalLowerBound":{ "shape":"GenericString", "documentation":"

The lower limit for the prediction interval.

" }, "PredictionIntervalUpperBound":{ "shape":"GenericString", "documentation":"

The upper limit for the prediction interval.

" } }, "documentation":"

The forecast created for your query.

" }, "ForecastResultsByTime":{ "type":"list", "member":{"shape":"ForecastResult"} }, "GenericBoolean":{"type":"boolean"}, "GenericString":{"type":"string"}, "GetCostAndUsageRequest":{ "type":"structure", "members":{ "TimePeriod":{ "shape":"DateInterval", "documentation":"

Sets the start and end dates for retrieving AWS costs. The start date is inclusive, but the end date is exclusive. For example, if start is 2017-01-01 and end is 2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and including 2017-04-30 but not including 2017-05-01.

" }, "Granularity":{ "shape":"Granularity", "documentation":"

Sets the AWS cost granularity to MONTHLY or DAILY. If Granularity isn't set, the response object doesn't include the Granularity, either MONTHLY or DAILY.

The GetCostAndUsageRequest operation supports only DAILY and MONTHLY granularities.

" }, "Filter":{ "shape":"Expression", "documentation":"

Filters AWS costs by different dimensions. For example, you can specify SERVICE and LINKED_ACCOUNT and get the costs that are associated with that account's usage of that service. You can nest Expression objects to define any combination of dimension filters. For more information, see Expression.

" }, "Metrics":{ "shape":"MetricNames", "documentation":"

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, and UsageQuantity.

If you return the UsageQuantity metric, the service aggregates all usage numbers without taking into account the units. For example, if you aggregate usageQuantity across all of Amazon EC2, the results aren't meaningful because Amazon EC2 compute hours and data transfer are measured in different units (for example, hours vs. GB). To get more meaningful UsageQuantity metrics, filter by UsageType or UsageTypeGroups.

Metrics is required for GetCostAndUsage requests.

" }, "GroupBy":{ "shape":"GroupDefinitions", "documentation":"

You can group AWS costs using up to two different groups, either dimensions, tag keys, or both.

When you group by tag key, you get all tag values, including empty strings.

Valid values are AZ, INSTANCE_TYPE, LEGAL_ENTITY_NAME, LINKED_ACCOUNT, OPERATION, PLATFORM, PURCHASE_TYPE, SERVICE, TAGS, TENANCY, and USAGE_TYPE.

" }, "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.

" } } }, "GetCostAndUsageResponse":{ "type":"structure", "members":{ "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.

" }, "GroupDefinitions":{ "shape":"GroupDefinitions", "documentation":"

The groups that are specified by the Filter or GroupBy parameters in the request.

" }, "ResultsByTime":{ "shape":"ResultsByTime", "documentation":"

The time period that is covered by the results in the response.

" } } }, "GetCostForecastRequest":{ "type":"structure", "required":[ "TimePeriod", "Metric", "Granularity" ], "members":{ "TimePeriod":{ "shape":"DateInterval", "documentation":"

The period of time that you want the forecast to cover.

" }, "Metric":{ "shape":"Metric", "documentation":"

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:

" }, "Granularity":{ "shape":"Granularity", "documentation":"

How granular you want the forecast to be. You can get 3 months of DAILY forecasts or 12 months of MONTHLY forecasts.

The GetCostForecast operation supports only DAILY and MONTHLY granularities.

" }, "Filter":{ "shape":"Expression", "documentation":"

The filters that you want to use to filter your forecast. Cost Explorer API supports all of the Cost Explorer filters.

" }, "PredictionIntervalLevel":{ "shape":"PredictionIntervalLevel", "documentation":"

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.

" } } }, "GetCostForecastResponse":{ "type":"structure", "members":{ "Total":{ "shape":"MetricValue", "documentation":"

How much you are forecasted to spend over the forecast period, in USD.

" }, "ForecastResultsByTime":{ "shape":"ForecastResultsByTime", "documentation":"

The forecasts for your query, in order. For DAILY forecasts, this is a list of days. For MONTHLY forecasts, this is a list of months.

" } } }, "GetDimensionValuesRequest":{ "type":"structure", "required":[ "TimePeriod", "Dimension" ], "members":{ "SearchString":{ "shape":"SearchString", "documentation":"

The value that you want to search the filter values for.

" }, "TimePeriod":{ "shape":"DateInterval", "documentation":"

The start and end dates for retrieving the dimension values. The start date is inclusive, but the end date is exclusive. For example, if start is 2017-01-01 and end is 2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and including 2017-04-30 but not including 2017-05-01.

" }, "Dimension":{ "shape":"Dimension", "documentation":"

The name of the dimension. Each Dimension is available for a different Context. For more information, see Context.

" }, "Context":{ "shape":"Context", "documentation":"

The context for the call to GetDimensionValues. This can be RESERVATIONS or COST_AND_USAGE. The default value is COST_AND_USAGE. If the context is set to RESERVATIONS, the resulting dimension values can be used in the GetReservationUtilization operation. If the context is set to COST_AND_USAGE, the resulting dimension values can be used in the GetCostAndUsage operation.

If you set the context to COST_AND_USAGE, you can use the following dimensions for searching:

If you set the context to RESERVATIONS, you can use the following dimensions for searching:

" }, "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.

" } } }, "GetDimensionValuesResponse":{ "type":"structure", "required":[ "DimensionValues", "ReturnSize", "TotalSize" ], "members":{ "DimensionValues":{ "shape":"DimensionValuesWithAttributesList", "documentation":"

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:

If you set the context to RESERVATIONS, you can use the following dimensions for searching:

" }, "ReturnSize":{ "shape":"PageSize", "documentation":"

The number of results that AWS returned at one time.

" }, "TotalSize":{ "shape":"PageSize", "documentation":"

The total number of search results.

" }, "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.

" } } }, "GetReservationCoverageRequest":{ "type":"structure", "required":["TimePeriod"], "members":{ "TimePeriod":{ "shape":"DateInterval", "documentation":"

The start and end dates of the period that you want to retrieve data about reservation coverage for. You can retrieve data for a maximum of 13 months: the last 12 months and the current month. The start date is inclusive, but the end date is exclusive. For example, if start is 2017-01-01 and end is 2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and including 2017-04-30 but not including 2017-05-01.

" }, "GroupBy":{ "shape":"GroupDefinitions", "documentation":"

You can group the data by the following attributes:

" }, "Granularity":{ "shape":"Granularity", "documentation":"

The granularity of the AWS cost data for the reservation. Valid values are MONTHLY and DAILY.

If GroupBy is set, Granularity can't be set. If Granularity isn't set, the response object doesn't include Granularity, either MONTHLY or DAILY.

The GetReservationCoverage operation supports only DAILY and MONTHLY granularities.

" }, "Filter":{ "shape":"Expression", "documentation":"

Filters utilization data by dimensions. You can filter by the following dimensions:

GetReservationCoverage uses the same Expression object as the other operations, but only AND is supported among each dimension. You can nest only one level deep. If there are multiple values for a dimension, they are OR'd together.

If you don't provide a SERVICE filter, Cost Explorer defaults to EC2.

" }, "Metrics":{ "shape":"MetricNames", "documentation":"

The measurement that you want your reservation coverage reported in.

Valid values are Hour, Unit, and Cost. You can use multiple values in a request.

" }, "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.

" } }, "documentation":"

You can use the following request parameters to query for how much of your instance usage a reservation covered.

" }, "GetReservationCoverageResponse":{ "type":"structure", "required":["CoveragesByTime"], "members":{ "CoveragesByTime":{ "shape":"CoveragesByTime", "documentation":"

The amount of time that your reservations covered.

" }, "Total":{ "shape":"Coverage", "documentation":"

The total amount of instance usage that a reservation covered.

" }, "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.

" } } }, "GetReservationPurchaseRecommendationRequest":{ "type":"structure", "required":["Service"], "members":{ "AccountId":{ "shape":"GenericString", "documentation":"

The account ID that is associated with the recommendation.

" }, "Service":{ "shape":"GenericString", "documentation":"

The specific service that you want recommendations for.

" }, "AccountScope":{ "shape":"AccountScope", "documentation":"

The account scope that you want recommendations for. PAYER means that AWS includes the master account and any member accounts when it calculates its recommendations. LINKED means that AWS includes only member accounts when it calculates its recommendations.

Valid values are PAYER and LINKED.

" }, "LookbackPeriodInDays":{ "shape":"LookbackPeriodInDays", "documentation":"

The number of previous days that you want AWS to consider when it calculates your recommendations.

" }, "TermInYears":{ "shape":"TermInYears", "documentation":"

The reservation term that you want recommendations for.

" }, "PaymentOption":{ "shape":"PaymentOption", "documentation":"

The reservation purchase option that you want recommendations for.

" }, "ServiceSpecification":{ "shape":"ServiceSpecification", "documentation":"

The hardware specifications for the service instances that you want recommendations for, such as standard or convertible Amazon EC2 instances.

" }, "PageSize":{ "shape":"NonNegativeInteger", "documentation":"

The number of recommendations that you want returned in a single response object.

" }, "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The pagination token that indicates the next set of results that you want to retrieve.

" } } }, "GetReservationPurchaseRecommendationResponse":{ "type":"structure", "members":{ "Metadata":{ "shape":"ReservationPurchaseRecommendationMetadata", "documentation":"

Information about this specific recommendation call, such as the time stamp for when Cost Explorer generated this recommendation.

" }, "Recommendations":{ "shape":"ReservationPurchaseRecommendations", "documentation":"

Recommendations for reservations to purchase.

" }, "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The pagination token for the next set of retrievable results.

" } } }, "GetReservationUtilizationRequest":{ "type":"structure", "required":["TimePeriod"], "members":{ "TimePeriod":{ "shape":"DateInterval", "documentation":"

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 is 2017-01-01 and end is 2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and including 2017-04-30 but not including 2017-05-01.

" }, "GroupBy":{ "shape":"GroupDefinitions", "documentation":"

Groups only by SUBSCRIPTION_ID. Metadata is included.

" }, "Granularity":{ "shape":"Granularity", "documentation":"

If GroupBy is set, Granularity can't be set. If Granularity isn't set, the response object doesn't include Granularity, either MONTHLY or DAILY. If both GroupBy and Granularity aren't set, GetReservationUtilization defaults to DAILY.

The GetReservationUtilization operation supports only DAILY and MONTHLY granularities.

" }, "Filter":{ "shape":"Expression", "documentation":"

Filters utilization data by dimensions. You can filter by the following dimensions:

GetReservationUtilization uses the same Expression object as the other operations, but only AND is supported among each dimension, and nesting is supported up to only one level deep. If there are multiple values for a dimension, they are OR'd together.

" }, "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.

" } } }, "GetReservationUtilizationResponse":{ "type":"structure", "required":["UtilizationsByTime"], "members":{ "UtilizationsByTime":{ "shape":"UtilizationsByTime", "documentation":"

The amount of time that you used your RIs.

" }, "Total":{ "shape":"ReservationAggregates", "documentation":"

The total amount of time that you used your RIs.

" }, "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.

" } } }, "GetTagsRequest":{ "type":"structure", "required":["TimePeriod"], "members":{ "SearchString":{ "shape":"SearchString", "documentation":"

The value that you want to search for.

" }, "TimePeriod":{ "shape":"DateInterval", "documentation":"

The start and end dates for retrieving the dimension values. The start date is inclusive, but the end date is exclusive. For example, if start is 2017-01-01 and end is 2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and including 2017-04-30 but not including 2017-05-01.

" }, "TagKey":{ "shape":"TagKey", "documentation":"

The key of the tag that you want to return values for.

" }, "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The token to retrieve the next set of results. AWS provides the token when the response from a previous call has more results than the maximum page size.

" } } }, "GetTagsResponse":{ "type":"structure", "required":[ "Tags", "ReturnSize", "TotalSize" ], "members":{ "NextPageToken":{ "shape":"NextPageToken", "documentation":"

The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.

" }, "Tags":{ "shape":"TagList", "documentation":"

The tags that match your request.

" }, "ReturnSize":{ "shape":"PageSize", "documentation":"

The number of query results that AWS returns at a time.

" }, "TotalSize":{ "shape":"PageSize", "documentation":"

The total number of query results.

" } } }, "Granularity":{ "type":"string", "enum":[ "DAILY", "MONTHLY", "HOURLY" ] }, "Group":{ "type":"structure", "members":{ "Keys":{ "shape":"Keys", "documentation":"

The keys that are included in this group.

" }, "Metrics":{ "shape":"Metrics", "documentation":"

The metrics that are included in this group.

" } }, "documentation":"

One level of grouped data in the results.

" }, "GroupDefinition":{ "type":"structure", "members":{ "Type":{ "shape":"GroupDefinitionType", "documentation":"

The string that represents the type of group.

" }, "Key":{ "shape":"GroupDefinitionKey", "documentation":"

The string that represents a key for a specified group.

" } }, "documentation":"

Represents a group when you specify a group by criteria or in the response to a query with a specific grouping.

" }, "GroupDefinitionKey":{"type":"string"}, "GroupDefinitionType":{ "type":"string", "enum":[ "DIMENSION", "TAG" ] }, "GroupDefinitions":{ "type":"list", "member":{"shape":"GroupDefinition"} }, "Groups":{ "type":"list", "member":{"shape":"Group"} }, "InstanceDetails":{ "type":"structure", "members":{ "EC2InstanceDetails":{ "shape":"EC2InstanceDetails", "documentation":"

The Amazon EC2 instances that AWS recommends that you purchase.

" }, "RDSInstanceDetails":{ "shape":"RDSInstanceDetails", "documentation":"

The Amazon RDS instances that AWS recommends that you purchase.

" }, "RedshiftInstanceDetails":{ "shape":"RedshiftInstanceDetails", "documentation":"

The Amazon Redshift instances that AWS recommends that you purchase.

" }, "ElastiCacheInstanceDetails":{ "shape":"ElastiCacheInstanceDetails", "documentation":"

The ElastiCache instances that AWS recommends that you purchase.

" }, "ESInstanceDetails":{ "shape":"ESInstanceDetails", "documentation":"

The Amazon ES instances that AWS recommends that you purchase.

" } }, "documentation":"

Details about the instances that AWS recommends that you purchase.

" }, "InvalidNextTokenException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

The pagination token is invalid. Try again without a pagination token.

", "exception":true }, "Key":{"type":"string"}, "Keys":{ "type":"list", "member":{"shape":"Key"} }, "LimitExceededException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

You made too many calls in a short period of time. Try again later.

", "exception":true }, "LookbackPeriodInDays":{ "type":"string", "enum":[ "SEVEN_DAYS", "THIRTY_DAYS", "SIXTY_DAYS" ] }, "Metric":{ "type":"string", "enum":[ "BLENDED_COST", "UNBLENDED_COST", "AMORTIZED_COST", "NET_UNBLENDED_COST", "NET_AMORTIZED_COST", "USAGE_QUANTITY", "NORMALIZED_USAGE_AMOUNT" ] }, "MetricAmount":{"type":"string"}, "MetricName":{"type":"string"}, "MetricNames":{ "type":"list", "member":{"shape":"MetricName"} }, "MetricUnit":{"type":"string"}, "MetricValue":{ "type":"structure", "members":{ "Amount":{ "shape":"MetricAmount", "documentation":"

The actual number that represents the metric.

" }, "Unit":{ "shape":"MetricUnit", "documentation":"

The unit that the metric is given in.

" } }, "documentation":"

The aggregated value for a metric.

" }, "Metrics":{ "type":"map", "key":{"shape":"MetricName"}, "value":{"shape":"MetricValue"} }, "NetRISavings":{"type":"string"}, "NextPageToken":{"type":"string"}, "NonNegativeInteger":{ "type":"integer", "min":0 }, "OfferingClass":{ "type":"string", "enum":[ "STANDARD", "CONVERTIBLE" ] }, "OnDemandCost":{"type":"string"}, "OnDemandCostOfRIHoursUsed":{"type":"string"}, "OnDemandHours":{"type":"string"}, "OnDemandNormalizedUnits":{"type":"string"}, "PageSize":{"type":"integer"}, "PaymentOption":{ "type":"string", "enum":[ "NO_UPFRONT", "PARTIAL_UPFRONT", "ALL_UPFRONT", "LIGHT_UTILIZATION", "MEDIUM_UTILIZATION", "HEAVY_UTILIZATION" ] }, "PredictionIntervalLevel":{ "type":"integer", "max":99, "min":51 }, "PurchasedHours":{"type":"string"}, "PurchasedUnits":{"type":"string"}, "RDSInstanceDetails":{ "type":"structure", "members":{ "Family":{ "shape":"GenericString", "documentation":"

The instance family of the recommended reservation.

" }, "InstanceType":{ "shape":"GenericString", "documentation":"

The type of instance that AWS recommends.

" }, "Region":{ "shape":"GenericString", "documentation":"

The AWS Region of the recommended reservation.

" }, "DatabaseEngine":{ "shape":"GenericString", "documentation":"

The database engine that the recommended reservation supports.

" }, "DatabaseEdition":{ "shape":"GenericString", "documentation":"

The database edition that the recommended reservation supports.

" }, "DeploymentOption":{ "shape":"GenericString", "documentation":"

Whether the recommendation is for a reservation in a single Availability Zone or a reservation with a backup in a second Availability Zone.

" }, "LicenseModel":{ "shape":"GenericString", "documentation":"

The license model that the recommended reservation supports.

" }, "CurrentGeneration":{ "shape":"GenericBoolean", "documentation":"

Whether the recommendation is for a current-generation instance.

" }, "SizeFlexEligible":{ "shape":"GenericBoolean", "documentation":"

Whether the recommended reservation is size flexible.

" } }, "documentation":"

Details about the Amazon RDS instances that AWS recommends that you purchase.

" }, "RedshiftInstanceDetails":{ "type":"structure", "members":{ "Family":{ "shape":"GenericString", "documentation":"

The instance family of the recommended reservation.

" }, "NodeType":{ "shape":"GenericString", "documentation":"

The type of node that AWS recommends.

" }, "Region":{ "shape":"GenericString", "documentation":"

The AWS Region of the recommended reservation.

" }, "CurrentGeneration":{ "shape":"GenericBoolean", "documentation":"

Whether the recommendation is for a current-generation instance.

" }, "SizeFlexEligible":{ "shape":"GenericBoolean", "documentation":"

Whether the recommended reservation is size flexible.

" } }, "documentation":"

Details about the Amazon Redshift instances that AWS recommends that you purchase.

" }, "RequestChangedException":{ "type":"structure", "members":{ "Message":{"shape":"ErrorMessage"} }, "documentation":"

Your request parameters changed between pages. Try again with the old parameters or without a pagination token.

", "exception":true }, "ReservationAggregates":{ "type":"structure", "members":{ "UtilizationPercentage":{ "shape":"UtilizationPercentage", "documentation":"

The percentage of reservation time that you used.

" }, "UtilizationPercentageInUnits":{ "shape":"UtilizationPercentageInUnits", "documentation":"

The percentage of Amazon EC2 reservation time that you used, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

" }, "PurchasedHours":{ "shape":"PurchasedHours", "documentation":"

How many reservation hours that you purchased.

" }, "PurchasedUnits":{ "shape":"PurchasedUnits", "documentation":"

How many Amazon EC2 reservation hours that you purchased, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

" }, "TotalActualHours":{ "shape":"TotalActualHours", "documentation":"

The total number of reservation hours that you used.

" }, "TotalActualUnits":{ "shape":"TotalActualUnits", "documentation":"

The total number of Amazon EC2 reservation hours that you used, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

" }, "UnusedHours":{ "shape":"UnusedHours", "documentation":"

The number of reservation hours that you didn't use.

" }, "UnusedUnits":{ "shape":"UnusedUnits", "documentation":"

The number of Amazon EC2 reservation hours that you didn't use, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

" }, "OnDemandCostOfRIHoursUsed":{ "shape":"OnDemandCostOfRIHoursUsed", "documentation":"

How much your reservation would cost if charged On-Demand rates.

" }, "NetRISavings":{ "shape":"NetRISavings", "documentation":"

How much you saved due to purchasing and utilizing reservation. AWS calculates this by subtracting TotalAmortizedFee from OnDemandCostOfRIHoursUsed.

" }, "TotalPotentialRISavings":{ "shape":"TotalPotentialRISavings", "documentation":"

How much you could save if you use your entire reservation.

" }, "AmortizedUpfrontFee":{ "shape":"AmortizedUpfrontFee", "documentation":"

The upfront cost of your reservation, amortized over the reservation period.

" }, "AmortizedRecurringFee":{ "shape":"AmortizedRecurringFee", "documentation":"

The monthly cost of your reservation, amortized over the reservation period.

" }, "TotalAmortizedFee":{ "shape":"TotalAmortizedFee", "documentation":"

The total cost of your reservation, amortized over the reservation period.

" } }, "documentation":"

The aggregated numbers for your reservation usage.

" }, "ReservationCoverageGroup":{ "type":"structure", "members":{ "Attributes":{ "shape":"Attributes", "documentation":"

The attributes for this group of reservations.

" }, "Coverage":{ "shape":"Coverage", "documentation":"

How much instance usage this group of reservations covered.

" } }, "documentation":"

A group of reservations that share a set of attributes.

" }, "ReservationCoverageGroups":{ "type":"list", "member":{"shape":"ReservationCoverageGroup"} }, "ReservationGroupKey":{"type":"string"}, "ReservationGroupValue":{"type":"string"}, "ReservationPurchaseRecommendation":{ "type":"structure", "members":{ "AccountScope":{ "shape":"AccountScope", "documentation":"

The account scope that AWS recommends that you purchase this instance for. For example, you can purchase this reservation for an entire organization in AWS Organizations.

" }, "LookbackPeriodInDays":{ "shape":"LookbackPeriodInDays", "documentation":"

How many days of previous usage that AWS considers when making this recommendation.

" }, "TermInYears":{ "shape":"TermInYears", "documentation":"

The term of the reservation that you want recommendations for, in years.

" }, "PaymentOption":{ "shape":"PaymentOption", "documentation":"

The payment option for the reservation. For example, AllUpfront or NoUpfront.

" }, "ServiceSpecification":{ "shape":"ServiceSpecification", "documentation":"

Hardware specifications for the service that you want recommendations for.

" }, "RecommendationDetails":{ "shape":"ReservationPurchaseRecommendationDetails", "documentation":"

Details about the recommended purchases.

" }, "RecommendationSummary":{ "shape":"ReservationPurchaseRecommendationSummary", "documentation":"

A summary about the recommended purchase.

" } }, "documentation":"

A specific reservation that AWS recommends for purchase.

" }, "ReservationPurchaseRecommendationDetail":{ "type":"structure", "members":{ "AccountId":{ "shape":"GenericString", "documentation":"

The account that this RI recommendation is for.

" }, "InstanceDetails":{ "shape":"InstanceDetails", "documentation":"

Details about the instances that AWS recommends that you purchase.

" }, "RecommendedNumberOfInstancesToPurchase":{ "shape":"GenericString", "documentation":"

The number of instances that AWS recommends that you purchase.

" }, "RecommendedNormalizedUnitsToPurchase":{ "shape":"GenericString", "documentation":"

The number of normalized units that AWS recommends that you purchase.

" }, "MinimumNumberOfInstancesUsedPerHour":{ "shape":"GenericString", "documentation":"

The minimum number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

" }, "MinimumNormalizedUnitsUsedPerHour":{ "shape":"GenericString", "documentation":"

The minimum number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

" }, "MaximumNumberOfInstancesUsedPerHour":{ "shape":"GenericString", "documentation":"

The maximum number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

" }, "MaximumNormalizedUnitsUsedPerHour":{ "shape":"GenericString", "documentation":"

The maximum number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

" }, "AverageNumberOfInstancesUsedPerHour":{ "shape":"GenericString", "documentation":"

The average number of instances that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

" }, "AverageNormalizedUnitsUsedPerHour":{ "shape":"GenericString", "documentation":"

The average number of normalized units that you used in an hour during the historical period. AWS uses this to calculate your recommended reservation purchases.

" }, "AverageUtilization":{ "shape":"GenericString", "documentation":"

The average utilization of your instances. AWS uses this to calculate your recommended reservation purchases.

" }, "EstimatedBreakEvenInMonths":{ "shape":"GenericString", "documentation":"

How long AWS estimates that it takes for this instance to start saving you money, in months.

" }, "CurrencyCode":{ "shape":"GenericString", "documentation":"

The currency code that AWS used to calculate the costs for this instance.

" }, "EstimatedMonthlySavingsAmount":{ "shape":"GenericString", "documentation":"

How much AWS estimates that this specific recommendation could save you in a month.

" }, "EstimatedMonthlySavingsPercentage":{ "shape":"GenericString", "documentation":"

How much AWS estimates that this specific recommendation could save you in a month, as a percentage of your overall costs.

" }, "EstimatedMonthlyOnDemandCost":{ "shape":"GenericString", "documentation":"

How much AWS estimates that you spend on On-Demand Instances in a month.

" }, "EstimatedReservationCostForLookbackPeriod":{ "shape":"GenericString", "documentation":"

How much AWS estimates that you would have spent for all usage during the specified historical period if you had had a reservation.

" }, "UpfrontCost":{ "shape":"GenericString", "documentation":"

How much purchasing this instance costs you upfront.

" }, "RecurringStandardMonthlyCost":{ "shape":"GenericString", "documentation":"

How much purchasing this instance costs you on a monthly basis.

" } }, "documentation":"

Details about your recommended reservation purchase.

" }, "ReservationPurchaseRecommendationDetails":{ "type":"list", "member":{"shape":"ReservationPurchaseRecommendationDetail"} }, "ReservationPurchaseRecommendationMetadata":{ "type":"structure", "members":{ "RecommendationId":{ "shape":"GenericString", "documentation":"

The ID for this specific recommendation.

" }, "GenerationTimestamp":{ "shape":"GenericString", "documentation":"

The time stamp for when AWS made this recommendation.

" } }, "documentation":"

Information about this specific recommendation, such as the time stamp for when AWS made a specific recommendation.

" }, "ReservationPurchaseRecommendationSummary":{ "type":"structure", "members":{ "TotalEstimatedMonthlySavingsAmount":{ "shape":"GenericString", "documentation":"

The total amount that AWS estimates that this recommendation could save you in a month.

" }, "TotalEstimatedMonthlySavingsPercentage":{ "shape":"GenericString", "documentation":"

The total amount that AWS estimates that this recommendation could save you in a month, as a percentage of your costs.

" }, "CurrencyCode":{ "shape":"GenericString", "documentation":"

The currency code used for this recommendation.

" } }, "documentation":"

A summary about this recommendation, such as the currency code, the amount that AWS estimates that you could save, and the total amount of reservation to purchase.

" }, "ReservationPurchaseRecommendations":{ "type":"list", "member":{"shape":"ReservationPurchaseRecommendation"} }, "ReservationUtilizationGroup":{ "type":"structure", "members":{ "Key":{ "shape":"ReservationGroupKey", "documentation":"

The key for a specific reservation attribute.

" }, "Value":{ "shape":"ReservationGroupValue", "documentation":"

The value of a specific reservation attribute.

" }, "Attributes":{ "shape":"Attributes", "documentation":"

The attributes for this group of reservations.

" }, "Utilization":{ "shape":"ReservationAggregates", "documentation":"

How much you used this group of reservations.

" } }, "documentation":"

A group of reservations that share a set of attributes.

" }, "ReservationUtilizationGroups":{ "type":"list", "member":{"shape":"ReservationUtilizationGroup"} }, "ReservedHours":{"type":"string"}, "ReservedNormalizedUnits":{"type":"string"}, "ResultByTime":{ "type":"structure", "members":{ "TimePeriod":{ "shape":"DateInterval", "documentation":"

The time period that the result covers.

" }, "Total":{ "shape":"Metrics", "documentation":"

The total amount of cost or usage accrued during the time period.

" }, "Groups":{ "shape":"Groups", "documentation":"

The groups that this time period includes.

" }, "Estimated":{ "shape":"Estimated", "documentation":"

Whether the result is estimated.

" } }, "documentation":"

The result that is associated with a time period.

" }, "ResultsByTime":{ "type":"list", "member":{"shape":"ResultByTime"} }, "SearchString":{"type":"string"}, "ServiceSpecification":{ "type":"structure", "members":{ "EC2Specification":{ "shape":"EC2Specification", "documentation":"

The Amazon EC2 hardware specifications that you want AWS to provide recommendations for.

" } }, "documentation":"

Hardware specifications for the service that you want recommendations for.

" }, "TagKey":{"type":"string"}, "TagList":{ "type":"list", "member":{"shape":"Entity"} }, "TagValues":{ "type":"structure", "members":{ "Key":{ "shape":"TagKey", "documentation":"

The key for the tag.

" }, "Values":{ "shape":"Values", "documentation":"

The specific value of the tag.

" } }, "documentation":"

The values that are available for a tag.

" }, "TermInYears":{ "type":"string", "enum":[ "ONE_YEAR", "THREE_YEARS" ] }, "TotalActualHours":{"type":"string"}, "TotalActualUnits":{"type":"string"}, "TotalAmortizedFee":{"type":"string"}, "TotalPotentialRISavings":{"type":"string"}, "TotalRunningHours":{"type":"string"}, "TotalRunningNormalizedUnits":{"type":"string"}, "UnusedHours":{"type":"string"}, "UnusedUnits":{"type":"string"}, "UtilizationByTime":{ "type":"structure", "members":{ "TimePeriod":{ "shape":"DateInterval", "documentation":"

The period of time that this utilization was used for.

" }, "Groups":{ "shape":"ReservationUtilizationGroups", "documentation":"

The groups that this utilization result uses.

" }, "Total":{ "shape":"ReservationAggregates", "documentation":"

The total number of reservation hours that were used.

" } }, "documentation":"

The amount of utilization, in hours.

" }, "UtilizationPercentage":{"type":"string"}, "UtilizationPercentageInUnits":{"type":"string"}, "UtilizationsByTime":{ "type":"list", "member":{"shape":"UtilizationByTime"} }, "Value":{"type":"string"}, "Values":{ "type":"list", "member":{"shape":"Value"} }, "YearMonthDay":{ "type":"string", "pattern":"(\\d{4}-\\d{2}-\\d{2})(T\\d{2}:\\d{2}:\\d{2}Z)?" } }, "documentation":"

The Cost Explorer API enables you 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, such as 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 costs associated with the Cost Explorer API, see AWS Cost Management Pricing.

" }