Values.DeleteConfigurationAggregatorRequestSourceDeletes the specified configuration aggregator and the aggregated data associated with the aggregator.
type nonrec t = {configurationAggregatorName : ConfigurationAggregatorName.t;The name of the configuration aggregator.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ConfigurationAggregatorName.t ]) list ]