Module Values.GetSamplingTargetsRequestSource

Requests a sampling quota for rules that the service is using to sample requests.

Sourcetype nonrec t = {
  1. samplingStatisticsDocuments : SamplingStatisticsDocumentList.t;
    (*

    Information about rules that the service is using to sample requests.

    *)
  2. samplingBoostStatisticsDocuments : SamplingBoostStatisticsDocumentList.t option;
    (*

    Information about rules that the service is using to boost sampling rate.

    *)
}
Sourceval context_ : string
Sourceval make : ?samplingBoostStatisticsDocuments:??? -> samplingStatisticsDocuments:SamplingStatisticsDocumentList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of RequestCount.t | `String of RuleName.t | `Timestamp of Timestamp.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