View Source AWS.Billing (aws-elixir v1.0.7)

You can use the Billing API to programatically list the billing views available to you for a given time period.

A billing view represents a set of billing data.

The Billing API provides the following endpoint:

https://billing.us-east-1.api.aws

Link to this section Summary

Functions

Creates a billing view with the specified billing view attributes.

Deletes the specified billing view.

Returns the metadata associated to the specified billing view ARN.

Returns the resource-based policy document attached to the resource in JSON format.

Lists the billing views available for a given time period.

Lists the source views (managed Amazon Web Services billing views) associated with the billing view.

Lists tags associated with the billing view resource.

An API operation for adding one or more tags (key-value pairs) to a resource.

Removes one or more tags from a resource.

An API to update the attributes of the billing view.

Link to this section Functions

Link to this function

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

View Source

Creates a billing view with the specified billing view attributes.

Link to this function

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

View Source

Deletes the specified billing view.

Link to this function

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

View Source

Returns the metadata associated to the specified billing view ARN.

Link to this function

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

View Source

Returns the resource-based policy document attached to the resource in JSON format.

Link to this function

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

View Source

Lists the billing views available for a given time period.

Every Amazon Web Services account has a unique PRIMARY billing view that represents the billing data available by default. Accounts that use Billing Conductor also have BILLING_GROUP billing views representing pro forma costs associated with each created billing group.

Link to this function

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

View Source

Lists the source views (managed Amazon Web Services billing views) associated with the billing view.

Link to this function

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

View Source

Lists tags associated with the billing view resource.

Link to this function

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

View Source

An API operation for adding one or more tags (key-value pairs) to a resource.

Link to this function

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

View Source

Removes one or more tags from a resource.

Specify only tag keys in your request. Don't specify the value.

Link to this function

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

View Source

An API to update the attributes of the billing view.