

***********************
TrustedAdvisorPublicAPI
***********************



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



.. py:class:: TrustedAdvisorPublicAPI.Client

  A low-level client representing TrustedAdvisor Public API
  

  TrustedAdvisor Public API

  ::

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

  

These are the available methods:

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

  trustedadvisor/client/batch_update_recommendation_resource_exclusion
  trustedadvisor/client/can_paginate
  trustedadvisor/client/close
  trustedadvisor/client/get_organization_recommendation
  trustedadvisor/client/get_paginator
  trustedadvisor/client/get_recommendation
  trustedadvisor/client/get_waiter
  trustedadvisor/client/list_checks
  trustedadvisor/client/list_organization_recommendation_accounts
  trustedadvisor/client/list_organization_recommendation_resources
  trustedadvisor/client/list_organization_recommendations
  trustedadvisor/client/list_recommendation_resources
  trustedadvisor/client/list_recommendations
  trustedadvisor/client/update_organization_recommendation_lifecycle
  trustedadvisor/client/update_recommendation_lifecycle


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

  trustedadvisor/paginator/ListChecks
  trustedadvisor/paginator/ListOrganizationRecommendationAccounts
  trustedadvisor/paginator/ListOrganizationRecommendationResources
  trustedadvisor/paginator/ListOrganizationRecommendations
  trustedadvisor/paginator/ListRecommendationResources
  trustedadvisor/paginator/ListRecommendations
