Values.RequestCertificateResponseSourceRequests an ACM certificate for use with other Amazon Web Services services. To request an ACM certificate, you must specify a fully qualified domain name (FQDN) in the DomainName parameter. You can also specify additional FQDNs in the SubjectAlternativeNames parameter. If you are requesting a private certificate, domain validation is not required. If you are requesting a public certificate, each domain name that you specify must be validated to verify that you own or control the domain. You can use DNS validation or email validation. We recommend that you use DNS validation. ACM behavior differs from the RFC 6125 specification of the certificate validation process. ACM first checks for a Subject Alternative Name, and, if it finds one, ignores the common name (CN). After successful completion of the RequestCertificate action, there is a delay of several seconds before you can retrieve information about the new certificate.
type nonrec error = [ | `InvalidArnException of InvalidArnException.t| `InvalidDomainValidationOptionsException of
InvalidDomainValidationOptionsException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidTagException of InvalidTagException.t| `LimitExceededException of LimitExceededException.t| `TagPolicyException of TagPolicyException.t| `TooManyTagsException of TooManyTagsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidArnException of InvalidArnException.t
| `InvalidDomainValidationOptionsException of
InvalidDomainValidationOptionsException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidTagException of InvalidTagException.t
| `LimitExceededException of LimitExceededException.t
| `TagPolicyException of TagPolicyException.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidArnException of InvalidArnException.t
| `InvalidDomainValidationOptionsException of
InvalidDomainValidationOptionsException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidTagException of InvalidTagException.t
| `LimitExceededException of LimitExceededException.t
| `TagPolicyException of TagPolicyException.t
| `TooManyTagsException of TooManyTagsException.t
| `Unknown_operation_error of string * string option ]