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.
client = session.create_client('acm')
These are the available methods:
- add_tags_to_certificate
- can_paginate
- close
- create_acme_domain_validation
- create_acme_endpoint
- create_acme_external_account_binding
- delete_acme_domain_validation
- delete_acme_endpoint
- delete_acme_external_account_binding
- delete_certificate
- describe_acme_account
- describe_acme_domain_validation
- describe_acme_endpoint
- describe_acme_external_account_binding
- describe_certificate
- export_certificate
- get_account_configuration
- get_acme_external_account_binding_credentials
- get_certificate
- get_paginator
- get_waiter
- import_certificate
- list_acme_accounts
- list_acme_domain_validations
- list_acme_endpoints
- list_acme_external_account_bindings
- list_certificates
- list_tags_for_certificate
- list_tags_for_resource
- put_account_configuration
- remove_tags_from_certificate
- renew_certificate
- request_certificate
- resend_validation_email
- revoke_acme_account
- revoke_acme_external_account_binding
- revoke_certificate
- search_certificates
- tag_resource
- untag_resource
- update_acme_domain_validation
- update_acme_endpoint
- update_certificate_options
Client Exceptions¶
Client exceptions are available on a client instance via the exceptions property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
- AccessDeniedException
- ConflictException
- InternalServerException
- InvalidArgsException
- InvalidArnException
- InvalidDomainValidationOptionsException
- InvalidParameterException
- InvalidStateException
- InvalidTagException
- LimitExceededException
- RequestInProgressException
- ResourceInUseException
- ResourceNotFoundException
- ServiceQuotaExceededException
- TagPolicyException
- ThrottlingException
- TooManyTagsException
- ValidationException
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:
Client Context Parameters¶
Client context parameters are configurable on a client instance via the client_context_params parameter in the Config object. For more detailed instructions and examples on the exact usage of context params see the configuration guide.
The available acm client context params are:
service_type(string) - The service type: ACM or ACM-ACME. Injected via @staticContextParams.