ApplicationCostProfilerClient

This reference provides descriptions of the AWS Application Cost Profiler API.

The AWS Application Cost Profiler API provides programmatic access to view, create, update, and delete application cost report definitions, as well as to import your usage data into the Application Cost Profiler service.

For more information about using this service, see the AWS Application Cost Profiler User Guide.

Properties

Link copied to clipboard

ApplicationCostProfilerClient's configuration

Functions

Link copied to clipboard

Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.

Link copied to clipboard

Retrieves the definition of a report already configured in AWS Application Cost Profiler.

Link copied to clipboard

Ingests application usage data from Amazon Simple Storage Service (Amazon S3).

Link copied to clipboard
abstract suspend fun listReportDefinitions(input: ListReportDefinitionsRequest = ListReportDefinitionsRequest { }): ListReportDefinitionsResponse

Retrieves a list of all reports and their configurations for your AWS account.

Link copied to clipboard

Creates the report definition for a report in Application Cost Profiler.

Link copied to clipboard

Updates existing report in AWS Application Cost Profiler.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.

Link copied to clipboard

Retrieves the definition of a report already configured in AWS Application Cost Profiler.

Link copied to clipboard

Ingests application usage data from Amazon Simple Storage Service (Amazon S3).

Link copied to clipboard

Retrieves a list of all reports and their configurations for your AWS account.

Link copied to clipboard

Creates the report definition for a report in Application Cost Profiler.

Link copied to clipboard

Updates existing report in AWS Application Cost Profiler.

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.