

***********************************
BillingandCostManagementDataExports
***********************************



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



.. py:class:: BillingandCostManagementDataExports.Client

  A low-level client representing AWS Billing and Cost Management Data Exports
  

  You can use the Data Exports API to create customized exports from multiple Amazon Web Services cost management and billing datasets, such as cost and usage data and cost optimization recommendations.

   

  The Data Exports API provides the following endpoint:

   

  
  * https://bcm-data-exports.us-east-1.api.aws
  

  ::

    
    import boto3
    
    client = boto3.client('bcm-data-exports')

  

These are the available methods:

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

  bcm-data-exports/client/can_paginate
  bcm-data-exports/client/close
  bcm-data-exports/client/create_export
  bcm-data-exports/client/delete_export
  bcm-data-exports/client/get_execution
  bcm-data-exports/client/get_export
  bcm-data-exports/client/get_paginator
  bcm-data-exports/client/get_table
  bcm-data-exports/client/get_waiter
  bcm-data-exports/client/list_executions
  bcm-data-exports/client/list_exports
  bcm-data-exports/client/list_tables
  bcm-data-exports/client/list_tags_for_resource
  bcm-data-exports/client/tag_resource
  bcm-data-exports/client/untag_resource
  bcm-data-exports/client/update_export


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

  bcm-data-exports/paginator/ListExecutions
  bcm-data-exports/paginator/ListExports
  bcm-data-exports/paginator/ListTables
