Module Values.UpdateSamplingRuleRequestSource

Modifies a sampling rule's configuration.

Sourcetype nonrec t = {
  1. samplingRuleUpdate : SamplingRuleUpdate.t;
    (*

    The rule and fields to change.

    *)
}
Sourceval context_ : string
Sourceval make : samplingRuleUpdate:SamplingRuleUpdate.t -> unit -> t
Sourceval 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 ]
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