[−][src]Crate rusoto_ce
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:
-
https://ce.us-east-1.amazonaws.com
For information about costs associated with the Cost Explorer API, see AWS Cost Management Pricing.
If you're using the service, you're probably looking for CostExplorerClient and CostExplorer.
Structs
CostExplorerClient | A client for the AWS Cost Explorer API. |
Coverage | The amount of instance usage that a reservation covered. |
CoverageByTime | Reservation coverage for a specified period, in hours. |
CoverageCost | How much it cost to run an instance. |
CoverageHours | How long a running instance either used a reservation or was On-Demand. |
CoverageNormalizedUnits | 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. |
DateInterval | The time period that you want the usage and costs for. |
DimensionValues | The metadata that you can use to filter and group your results. You can use |
DimensionValuesWithAttributes | The metadata of a specific type that you can use to filter and group your results. You can use |
EC2InstanceDetails | Details about the Amazon EC2 instances that AWS recommends that you purchase. |
EC2Specification | The Amazon EC2 hardware specifications that you want AWS to provide recommendations for. |
ESInstanceDetails | Details about the Amazon ES instances that AWS recommends that you purchase. |
ElastiCacheInstanceDetails | Details about the Amazon ElastiCache instances that AWS recommends that you purchase. |
Expression | Use
|
ForecastResult | The forecast created for your query. |
GetCostAndUsageRequest | |
GetCostAndUsageResponse | |
GetCostForecastRequest | |
GetCostForecastResponse | |
GetDimensionValuesRequest | |
GetDimensionValuesResponse | |
GetReservationCoverageRequest | You can use the following request parameters to query for how much of your instance usage a reservation covered. |
GetReservationCoverageResponse | |
GetReservationPurchaseRecommendationRequest | |
GetReservationPurchaseRecommendationResponse | |
GetReservationUtilizationRequest | |
GetReservationUtilizationResponse | |
GetTagsRequest | |
GetTagsResponse | |
Group | One level of grouped data in the results. |
GroupDefinition | Represents a group when you specify a group by criteria or in the response to a query with a specific grouping. |
InstanceDetails | Details about the instances that AWS recommends that you purchase. |
MetricValue | The aggregated value for a metric. |
RDSInstanceDetails | Details about the Amazon RDS instances that AWS recommends that you purchase. |
RedshiftInstanceDetails | Details about the Amazon Redshift instances that AWS recommends that you purchase. |
ReservationAggregates | The aggregated numbers for your reservation usage. |
ReservationCoverageGroup | A group of reservations that share a set of attributes. |
ReservationPurchaseRecommendation | A specific reservation that AWS recommends for purchase. |
ReservationPurchaseRecommendationDetail | Details about your recommended reservation purchase. |
ReservationPurchaseRecommendationMetadata | Information about this specific recommendation, such as the time stamp for when AWS made a specific recommendation. |
ReservationPurchaseRecommendationSummary | 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. |
ReservationUtilizationGroup | A group of reservations that share a set of attributes. |
ResultByTime | The result that is associated with a time period. |
ServiceSpecification | Hardware specifications for the service that you want recommendations for. |
TagValues | The values that are available for a tag. |
UtilizationByTime | The amount of utilization, in hours. |
Enums
GetCostAndUsageError | Errors returned by GetCostAndUsage |
GetCostForecastError | Errors returned by GetCostForecast |
GetDimensionValuesError | Errors returned by GetDimensionValues |
GetReservationCoverageError | Errors returned by GetReservationCoverage |
GetReservationPurchaseRecommendationError | Errors returned by GetReservationPurchaseRecommendation |
GetReservationUtilizationError | Errors returned by GetReservationUtilization |
GetTagsError | Errors returned by GetTags |
Traits
CostExplorer | Trait representing the capabilities of the AWS Cost Explorer API. AWS Cost Explorer clients implement this trait. |