Values.DomainVerificationSummarySourceSummary 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.
*)}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 ]