Values.PutConfigurationSetDeliveryOptionsRequestSourceA request to modify the delivery options for a configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set.
*)deliveryOptions : DeliveryOptions.t option;Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ConfigurationSetName.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]