Values.PutConfigurationSetSendingOptionsRequestSourceA request to enable or disable the ability of Amazon Pinpoint to send emails that use a specific configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set that you want to enable or disable email sending for.
*)sendingEnabled : Enabled.t option;If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Enabled.t | `String of ConfigurationSetName.t ])
list ]