View Source aws_applicationcostprofiler (aws v1.0.4)

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: https://docs.aws.amazon.com/application-cost-profiler/latest/userguide/introduction.html.

Summary

Functions

Link to this function

delete_report_definition(Client, ReportId, Input)

View Source

Deletes the specified report definition in AWS Application Cost Profiler.

This stops the report from being generated.
Link to this function

delete_report_definition(Client, ReportId, Input0, Options0)

View Source
Link to this function

get_report_definition(Client, ReportId)

View Source
Retrieves the definition of a report already configured in AWS Application Cost Profiler.
Link to this function

get_report_definition(Client, ReportId, QueryMap, HeadersMap)

View Source
Link to this function

get_report_definition(Client, ReportId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

import_application_usage(Client, Input)

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

import_application_usage(Client, Input0, Options0)

View Source
Link to this function

list_report_definitions(Client)

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

list_report_definitions(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_report_definitions(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

put_report_definition(Client, Input)

View Source
Creates the report definition for a report in Application Cost Profiler.
Link to this function

put_report_definition(Client, Input0, Options0)

View Source
Link to this function

update_report_definition(Client, ReportId, Input)

View Source
Updates existing report in AWS Application Cost Profiler.
Link to this function

update_report_definition(Client, ReportId, Input0, Options0)

View Source