Values.GetSamplingStatisticSummariesResultSourceRetrieves information about recent sampling results for all sampling rules.
type nonrec t = {samplingStatisticSummaries : SamplingStatisticSummaryList.t option;Information about the number of requests instrumented for each sampling rule.
*)nextToken : String_.t option;Pagination token.
*)}type nonrec error = [ | `InvalidRequestException of InvalidRequestException.t| `ThrottledException of ThrottledException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidRequestException of InvalidRequestException.t
| `ThrottledException of ThrottledException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidRequestException of InvalidRequestException.t
| `ThrottledException of ThrottledException.t
| `Unknown_operation_error of string * string option ]