[][src]Crate rusoto_cur

The AWS Cost and Usage Report API enables you to programmatically create, query, and delete AWS Cost and Usage report definitions.

AWS Cost and Usage reports track the monthly AWS costs and usage associated with your AWS account. The report contains line items for each unique combination of AWS product, usage type, and operation that your AWS account uses. You can configure the AWS Cost and Usage report to show only the data that you want, using the AWS Cost and Usage API.

Service Endpoint

The AWS Cost and Usage Report API provides the following endpoint:

If you're using the service, you're probably looking for CostAndUsageReportClient and CostAndUsageReport.

Structs

CostAndUsageReportClient

A client for the AWS Cost and Usage Report Service API.

DeleteReportDefinitionRequest

Deletes the specified report.

DeleteReportDefinitionResponse

If the action is successful, the service sends back an HTTP 200 response.

DescribeReportDefinitionsRequest

Requests a list of AWS Cost and Usage reports owned by the account.

DescribeReportDefinitionsResponse

If the action is successful, the service sends back an HTTP 200 response.

PutReportDefinitionRequest

Creates a Cost and Usage Report.

PutReportDefinitionResponse

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

ReportDefinition

The definition of AWS Cost and Usage Report. You can specify the report name, time unit, report format, compression format, S3 bucket, additional artifacts, and schema elements in the definition.

Enums

DeleteReportDefinitionError

Errors returned by DeleteReportDefinition

DescribeReportDefinitionsError

Errors returned by DescribeReportDefinitions

PutReportDefinitionError

Errors returned by PutReportDefinition

Traits

CostAndUsageReport

Trait representing the capabilities of the AWS Cost and Usage Report Service API. AWS Cost and Usage Report Service clients implement this trait.