

***
ACM
***



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



.. py:class:: ACM.Client

  A low-level client representing AWS Certificate Manager (ACM)
  

   

  You can use Certificate Manager (ACM) to manage SSL/TLS certificates for your Amazon Web Services-based websites and applications. For more information about using ACM, see the `Certificate Manager User Guide <https://docs.aws.amazon.com/acm/latest/userguide/>`__.

  

  ::

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

  

These are the available methods:

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

  acm/client/add_tags_to_certificate
  acm/client/can_paginate
  acm/client/close
  acm/client/delete_certificate
  acm/client/describe_certificate
  acm/client/export_certificate
  acm/client/get_account_configuration
  acm/client/get_certificate
  acm/client/get_paginator
  acm/client/get_waiter
  acm/client/import_certificate
  acm/client/list_certificates
  acm/client/list_tags_for_certificate
  acm/client/put_account_configuration
  acm/client/remove_tags_from_certificate
  acm/client/renew_certificate
  acm/client/request_certificate
  acm/client/resend_validation_email
  acm/client/revoke_certificate
  acm/client/update_certificate_options


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

  acm/paginator/ListCertificates


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

  acm/waiter/CertificateValidated
