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

You can use the Data Exports API to create customized exports from multiple Amazon Web Services cost management and billing datasets, such as cost and usage data and cost optimization recommendations.

The Data Exports API provides the following endpoint:

* https://bcm-data-exports.us-east-1.api.aws

Summary

Functions

Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.

Deletes an existing data export.

Exports data based on the source data update.

Views the definition of an existing data export.

Returns the metadata for the specified table and table properties.

Lists the historical executions for the export.

Lists all data export definitions.

Lists all available tables in data exports.

List tags associated with an existing data export.

Adds tags for an existing data export definition.

Deletes tags associated with an existing data export definition.

Updates an existing data export by overwriting all export parameters.

Functions

Link to this function

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

View Source

Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.

A DataQuery consists of both a QueryStatement and TableConfigurations.

The QueryStatement is an SQL statement. Data Exports only supports a limited subset of the SQL syntax. For more information on the SQL syntax that is supported, see Data query. To view the available tables and columns, see the Data Exports table dictionary.

The TableConfigurations is a collection of specified TableProperties for the table being queried in the QueryStatement. TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. However, tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified. For more information on table configurations, see Data query. To view the table properties available for each table, see the Data Exports table dictionary or use the ListTables API to get a response of all tables and their available properties.

Link to this function

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

View Source

Deletes an existing data export.

Link to this function

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

View Source

Exports data based on the source data update.

Link to this function

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

View Source

Views the definition of an existing data export.

Link to this function

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

View Source

Returns the metadata for the specified table and table properties.

This includes the list of columns in the table schema, their data types, and column descriptions.

Link to this function

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

View Source

Lists the historical executions for the export.

Link to this function

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

View Source

Lists all data export definitions.

Link to this function

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

View Source

Lists all available tables in data exports.

Link to this function

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

View Source

List tags associated with an existing data export.

Link to this function

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

View Source

Adds tags for an existing data export definition.

Link to this function

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

View Source

Deletes tags associated with an existing data export definition.

Link to this function

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

View Source

Updates an existing data export by overwriting all export parameters.

All export parameters must be provided in the UpdateExport request.