Module Values.DeleteEmailIdentityRequestSource

A request to delete an existing email identity. When you delete an identity, you lose the ability to send email from that identity. You can restore your ability to send email by completing the verification process for the identity again.

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

    The identity (that is, the email address or domain) to delete.

    *)
}
Sourceval context_ : string
Sourceval make : emailIdentity: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