

*******
Billing
*******



======
Client
======



.. py: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.aws``

  ::

    
    import boto3
    
    client = boto3.client('billing')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  billing/client/associate_source_views
  billing/client/can_paginate
  billing/client/close
  billing/client/create_billing_view
  billing/client/delete_billing_view
  billing/client/disassociate_source_views
  billing/client/get_billing_view
  billing/client/get_paginator
  billing/client/get_resource_policy
  billing/client/get_waiter
  billing/client/list_billing_views
  billing/client/list_source_views_for_billing_view
  billing/client/list_tags_for_resource
  billing/client/tag_resource
  billing/client/untag_resource
  billing/client/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 <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  billing/paginator/ListBillingViews
  billing/paginator/ListSourceViewsForBillingView
