Module Values.DeleteIdentityRequestSource

Represents a request to delete one of your Amazon SES identities (an email address or domain).

Sourcetype nonrec t = {
  1. identity : Identity.t;
    (*

    The identity to be removed from the list of identities for the Amazon Web Services account.

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