Values.GetDomainVerificationResponseSourceRetrieves information about a domain verification.ß
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.
*)createdAt : Timestamp.t option;The date and time that the domain verification was created, in ISO-8601 format.
*)lastVerifiedTime : Timestamp.t option;The date and time that the domain was last successfully verified, in ISO-8601 format.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.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
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of DomainVerificationId.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]