

**************
ControlCatalog
**************



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



.. py:class:: ControlCatalog.Client

  A low-level client representing AWS Control Catalog
  

  Welcome to the Control Catalog API reference. This guide is for developers who need detailed information about how to programmatically identify and filter the common controls and related metadata that are available to Amazon Web Services customers. This API reference provides descriptions, syntax, and usage examples for each of the actions and data types that are supported by Control Catalog.

   

  Use the following links to get started with the Control Catalog API:

   

  
  * `Actions <https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_Operations.html>`__: An alphabetical list of all Control Catalog API operations.
   
  * `Data types <https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_Types.html>`__: An alphabetical list of all Control Catalog data types.
   
  * `Common parameters <https://docs.aws.amazon.com/controlcatalog/latest/APIReference/CommonParameters.html>`__: Parameters that all operations can use.
   
  * `Common errors <https://docs.aws.amazon.com/controlcatalog/latest/APIReference/CommonErrors.html>`__: Client and server errors that all operations can return.
  

  ::

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

  

These are the available methods:

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

  controlcatalog/client/can_paginate
  controlcatalog/client/close
  controlcatalog/client/get_control
  controlcatalog/client/get_paginator
  controlcatalog/client/get_waiter
  controlcatalog/client/list_common_controls
  controlcatalog/client/list_control_mappings
  controlcatalog/client/list_controls
  controlcatalog/client/list_domains
  controlcatalog/client/list_objectives


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

  controlcatalog/paginator/ListCommonControls
  controlcatalog/paginator/ListControlMappings
  controlcatalog/paginator/ListControls
  controlcatalog/paginator/ListDomains
  controlcatalog/paginator/ListObjectives
