ACM¶
Client¶
- 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.
import boto3 client = boto3.client('acm')
These are the available methods:
- add_tags_to_certificate
 - can_paginate
 - close
 - delete_certificate
 - describe_certificate
 - export_certificate
 - get_account_configuration
 - get_certificate
 - get_paginator
 - get_waiter
 - import_certificate
 - list_certificates
 - list_tags_for_certificate
 - put_account_configuration
 - remove_tags_from_certificate
 - renew_certificate
 - request_certificate
 - resend_validation_email
 - 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.
The available paginators are:
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.
The available waiters are: