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

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.

Summary

Functions

Deletes the specified report definition in AWS Application Cost Profiler.

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

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

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

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

Updates existing report in AWS Application Cost Profiler.

Functions

Link to this function

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

View Source

Deletes the specified report definition in AWS Application Cost Profiler.

This stops the report from being generated.

Link to this function

get_report_definition(client, report_id, options \\ [])

View Source

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

Link to this function

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

View Source

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

The data must already exist in the S3 location. As part of the action, AWS Application Cost Profiler copies the object from your S3 bucket to an S3 bucket owned by Amazon for processing asynchronously.

Link to this function

list_report_definitions(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

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

The maximum number of reports is one.

Link to this function

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

View Source

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

Link to this function

update_report_definition(client, report_id, input, options \\ [])

View Source

Updates existing report in AWS Application Cost Profiler.