Module Values.GetIdentityDkimAttributesRequestSource

Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.

Sourcetype nonrec t = {
  1. identities : IdentityList.t;
    (*

    A list of one or more verified identities - email addresses, domains, or both.

    *)
}
Sourceval context_ : string
Sourceval make : identities:IdentityList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Identity.t ] list ]) 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