Values.UpdateSamplingRuleRequestSourceModifies a sampling rule's configuration.
type nonrec t = {samplingRuleUpdate : SamplingRuleUpdate.t;The rule and fields to change.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of NullableDouble.t
| `Integer of NullableInteger.t
| `Map of
([> `String of AttributeKey.t ]
* [> `String of AttributeValue.t ])
list
| `String of RuleName.t
| `Structure of
(string
* [> `Double of MaxRate.t
| `Integer of CooldownWindowMinutes.t ])
list ])
list ])
list ]