Package-level declarations

Types

Link copied to clipboard

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.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

Deletes an existing data export.

Link copied to clipboard

Exports data based on the source data update.

Link copied to clipboard
inline suspend fun BcmDataExportsClient.getExport(crossinline block: GetExportRequest.Builder.() -> Unit): GetExportResponse

Views the definition of an existing data export.

Link copied to clipboard
inline suspend fun BcmDataExportsClient.getTable(crossinline block: GetTableRequest.Builder.() -> Unit): GetTableResponse

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 copied to clipboard

Lists the historical executions for the export.

Link copied to clipboard

Lists all data export definitions.

Link copied to clipboard

Lists all available tables in data exports.

Link copied to clipboard

List tags associated with an existing data export.

Link copied to clipboard

Adds tags for an existing data export definition.

Link copied to clipboard

Deletes tags associated with an existing data export definition.

Link copied to clipboard

Updates an existing data export by overwriting all export parameters. All export parameters must be provided in the UpdateExport request.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.