View Source AWS.CostandUsageReport (aws-elixir v1.0.0)

You can use the Amazon Web Services Cost and Usage Report API to programmatically create, query, and delete Amazon Web Services Cost and Usage Report definitions.

Amazon Web Services Cost and Usage Report track the monthly Amazon Web Services costs and usage associated with your Amazon Web Services account.

The report contains line items for each unique combination of Amazon Web Services product, usage type, and operation that your Amazon Web Services account uses.

You can configure the Amazon Web Services Cost and Usage Report to show only the data that you want, using the Amazon Web Services Cost and Usage Report API.

Service Endpoint

The Amazon Web Services Cost and Usage Report API provides the following endpoint:

* cur.us-east-1.amazonaws.com

Summary

Functions

Lists the Amazon Web Services Cost and Usage Report available to this account.

Lists the tags associated with the specified report definition.

Allows you to programmatically update your report preferences.

Creates a new report using the description that you provide.

Associates a set of tags with a report definition.

Disassociates a set of tags from a report definition.

Functions

Link to this function

delete_report_definition(client, input, options \\ [])

View Source

Deletes the specified report.

Any tags associated with the report are also deleted.

Link to this function

describe_report_definitions(client, input, options \\ [])

View Source

Lists the Amazon Web Services Cost and Usage Report available to this account.

Link to this function

list_tags_for_resource(client, input, options \\ [])

View Source

Lists the tags associated with the specified report definition.

Link to this function

modify_report_definition(client, input, options \\ [])

View Source

Allows you to programmatically update your report preferences.

Link to this function

put_report_definition(client, input, options \\ [])

View Source

Creates a new report using the description that you provide.

Link to this function

tag_resource(client, input, options \\ [])

View Source

Associates a set of tags with a report definition.

Link to this function

untag_resource(client, input, options \\ [])

View Source

Disassociates a set of tags from a report definition.