Values.CreateConfigurationSetRequestSourceA request to create a new configuration set.
type nonrec t = {configurationSetName : WordCharactersWithDelimiters.t option;The name that you want to give the configuration set.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of WordCharactersWithDelimiters.t ]) list ]