Module Smaws_Client_ACM.ImportCertificate

Imports a certificate into Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Certificate Manager User Guide.

ACM does not provide managed renewal for certificates that you import.

Note the following guidelines when importing third party certificates:

This operation returns the Amazon Resource Name (ARN) of the imported certificate.

val request : Smaws_Lib.Context.t -> import_certificate_request -> (import_certificate_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidArnException of invalid_arn_exception | `InvalidParameterException of invalid_parameter_exception | `InvalidTagException of invalid_tag_exception | `LimitExceededException of limit_exceeded_exception | `ResourceNotFoundException of resource_not_found_exception | `TagPolicyException of tag_policy_exception | `TooManyTagsException of too_many_tags_exception ]) Stdlib.result