Values.StartDomainVerificationResponseSourceStarts the domain verification process for a custom domain name.
type nonrec t = {id : DomainVerificationId.t option;The ID of the domain verification.
*)arn : DomainVerificationArn.t option;The Amazon Resource Name (ARN) of the domain verification.
*)domainName : DomainName.t option;The domain name being verified.
*)status : VerificationStatus.t option;The current status of the domain verification process.
*)txtMethodConfig : TxtMethodConfig.t option;The TXT record configuration used for domain verification.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainVerificationId.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]