Module Values.CreateConfigurationSetRequestSource

Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Sourcetype nonrec t = {
  1. configurationSet : ConfigurationSet.t;
    (*

    A data structure that contains the name of the configuration set.

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