Values.GetDomainVerificationRequestSourceRetrieves information about a domain verification.ß
type nonrec t = {domainVerificationIdentifier : DomainVerificationIdentifier.t;The ID or ARN of the domain verification to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DomainVerificationIdentifier.t ]) list ]