Module Values.VerifyDomainDkimRequestSource

Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

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

    The name of the domain to be verified for Easy DKIM signing.

    *)
}
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