Module Values.UpdateAccountSendingEnabledRequestSource

Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.

Sourcetype nonrec t = {
  1. enabled : Enabled.t option;
    (*

    Describes whether email sending is enabled or disabled for your Amazon SES account in the current Amazon Web Services Region.

    *)
}
Sourceval make : ?enabled:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Enabled.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