Module Values.DeleteVerifiedEmailAddressRequestSource

Represents a request to delete an email address from the list of email addresses you have attempted to verify under your Amazon Web Services account.

Sourcetype nonrec t = {
  1. emailAddress : Address.t;
    (*

    An email address to be removed from the list of verified addresses.

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