

*************************
CostandUsageReportService
*************************



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



.. py:class:: CostandUsageReportService.Client

  A low-level client representing AWS Cost and Usage Report Service
  

  You can use the Amazon Web Services Cost and Usage Report API to programmatically create, query, and delete Amazon Web Services Cost and Usage Report definitions.

   

  Amazon Web Services Cost and Usage Report track the monthly Amazon Web Services costs and usage associated with your Amazon Web Services account. The report contains line items for each unique combination of Amazon Web Services product, usage type, and operation that your Amazon Web Services account uses. You can configure the Amazon Web Services Cost and Usage Report to show only the data that you want, using the Amazon Web Services Cost and Usage Report API.

   

  Service Endpoint

   

  The Amazon Web Services Cost and Usage Report API provides the following endpoint:

   

  
  * cur.us-east-1.amazonaws.com
  

  ::

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

  

These are the available methods:

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

  cur/client/can_paginate
  cur/client/close
  cur/client/delete_report_definition
  cur/client/describe_report_definitions
  cur/client/get_paginator
  cur/client/get_waiter
  cur/client/list_tags_for_resource
  cur/client/modify_report_definition
  cur/client/put_report_definition
  cur/client/tag_resource
  cur/client/untag_resource


==========
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:

  cur/paginator/DescribeReportDefinitions
