

******************************************
BillingandCostManagementRecommendedActions
******************************************



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



.. py:class:: BillingandCostManagementRecommendedActions.Client

  A low-level client representing AWS Billing and Cost Management Recommended Actions
  

  You can use the Billing and Cost Management Recommended Actions API to programmatically query your best practices and recommendations to optimize your costs.

   

  The Billing and Cost Management Recommended Actions API provides the following endpoint:

   

  
  * https://bcm-recommended-actions.us-east-1.api.aws
  

  ::

    
    import boto3
    
    client = boto3.client('bcm-recommended-actions')

  

These are the available methods:

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

  bcm-recommended-actions/client/can_paginate
  bcm-recommended-actions/client/close
  bcm-recommended-actions/client/get_paginator
  bcm-recommended-actions/client/get_waiter
  bcm-recommended-actions/client/list_recommended_actions


==========
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-recommended-actions/paginator/ListRecommendedActions
