Module Values.PutConfigurationSetDeliveryOptionsRequestSource

A request to modify the delivery options for a configuration set.

Sourcetype nonrec t = {
  1. configurationSetName : ConfigurationSetName.t;
    (*

    The name of the configuration set.

    *)
  2. deliveryOptions : DeliveryOptions.t option;
    (*

    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).

    *)
}
Sourceval context_ : string
Sourceval make : ?deliveryOptions:??? -> configurationSetName:ConfigurationSetName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConfigurationSetName.t | `Structure of (string * [> `Enum of string ]) 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