/** *

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.

* * @packageDocumentation */ export * from "./CostExplorerClient"; export * from "./CostExplorer"; export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { CostExplorerExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./pagination"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { CostExplorerServiceException } from "./models/CostExplorerServiceException";