Values.CreateConfigurationSetRequestSourceRepresents 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.
type nonrec t = {configurationSet : ConfigurationSet.t;A data structure that contains the name of the configuration set.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `String of ConfigurationSetName.t ]) list ])
list ]