

***************
CloudControlApi
***************



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



.. py:class:: CloudControlApi.Client

  A low-level client representing AWS Cloud Control API (CloudControlApi)
  

  For more information about Amazon Web Services Cloud Control API, see the `Amazon Web Services Cloud Control API User Guide <https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/what-is-cloudcontrolapi.html>`__.

  ::

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

  

These are the available methods:

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

  cloudcontrol/client/can_paginate
  cloudcontrol/client/cancel_resource_request
  cloudcontrol/client/close
  cloudcontrol/client/create_resource
  cloudcontrol/client/delete_resource
  cloudcontrol/client/get_paginator
  cloudcontrol/client/get_resource
  cloudcontrol/client/get_resource_request_status
  cloudcontrol/client/get_waiter
  cloudcontrol/client/list_resource_requests
  cloudcontrol/client/list_resources
  cloudcontrol/client/update_resource


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

  cloudcontrol/paginator/ListResourceRequests
  cloudcontrol/paginator/ListResources


=======
Waiters
=======


Waiters are available on a client instance via the ``get_waiter`` method. For more detailed instructions and examples on the usage or waiters, see the waiters `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/clients.html#waiters>`_.

The available waiters are:

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

  cloudcontrol/waiter/ResourceRequestSuccess
