Module Values.VerifyDomainIdentityRequestSource

Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.

Sourcetype nonrec t = {
  1. domain : Domain.t;
    (*

    The domain to be verified.

    *)
}
Sourceval context_ : string
Sourceval make : domain:Domain.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Domain.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t