Values.UpdateConfigurationSetSendingEnabledRequestSourceRepresents a request to enable or disable the email sending capabilities for a specific configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set to update.
*)enabled : Enabled.t;Describes whether email sending is enabled or disabled for the configuration set.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Enabled.t | `String of ConfigurationSetName.t ])
list ]