

**********************************
BillingandCostManagementDashboards
**********************************



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



.. py:class:: BillingandCostManagementDashboards.Client

  A low-level client representing AWS Billing and Cost Management Dashboards
  

  Amazon Web Services Billing and Cost Management Dashboards is a service that enables you to create, manage, and share dashboards that combine multiple visualizations of your Amazon Web Services cost and usage data. You can combine multiple data sources including Cost Explorer, Savings Plans, and Reserved Instance metrics into unified dashboards, helping you analyze spending patterns and share cost insights across your organization.

   

  You can use the Amazon Web Services Billing and Cost Management Dashboards API to programmatically create, manage, and share dashboards. This includes creating custom dashboards, configuring widgets, managing dashboard permissions, and sharing dashboards across accounts in your organization.

  ::

    
    import boto3
    
    client = boto3.client('bcm-dashboards')

  

These are the available methods:

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

  bcm-dashboards/client/can_paginate
  bcm-dashboards/client/close
  bcm-dashboards/client/create_dashboard
  bcm-dashboards/client/delete_dashboard
  bcm-dashboards/client/get_dashboard
  bcm-dashboards/client/get_paginator
  bcm-dashboards/client/get_resource_policy
  bcm-dashboards/client/get_waiter
  bcm-dashboards/client/list_dashboards
  bcm-dashboards/client/list_tags_for_resource
  bcm-dashboards/client/tag_resource
  bcm-dashboards/client/untag_resource
  bcm-dashboards/client/update_dashboard


==========
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-dashboards/paginator/ListDashboards
