Billing¶
Client¶
- class Billing.Client¶
A low-level client representing AWS Billing
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.awsimport boto3 client = boto3.client('billing')
These are the available methods:
- associate_source_views
- can_paginate
- close
- create_billing_view
- delete_billing_view
- disassociate_source_views
- get_billing_preferences
- get_billing_view
- get_credit_allocation_history
- get_credits
- get_paginator
- get_resource_policy
- get_waiter
- list_billing_views
- list_source_views_for_billing_view
- list_tags_for_resource
- redeem_credits
- tag_resource
- untag_resource
- update_billing_preferences
- update_billing_view
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: