Values.UpdateConfigurationSetTrackingOptionsRequestSourceRepresents a request to update the tracking options for a configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set.
*)trackingOptions : TrackingOptions.t;}val make :
configurationSetName:ConfigurationSetName.t ->
trackingOptions:TrackingOptions.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ConfigurationSetName.t
| `Structure of
(string * [> `String of CustomRedirectDomain.t ]) list ])
list ]