Values.GetSamplingTargetsResultSourceRequests a sampling quota for rules that the service is using to sample requests.
type nonrec t = {samplingTargetDocuments : SamplingTargetDocumentList.t option;Updated rules that the service should use to sample requests.
*)lastRuleModification : Timestamp.t option;The last time a user changed the sampling rule configuration. If the sampling rule configuration changed since the service last retrieved it, the service should call GetSamplingRules to get the latest version.
*)unprocessedStatistics : UnprocessedStatisticsList.t option;Information about SamplingStatisticsDocument that X-Ray could not process.
*)unprocessedBoostStatistics : UnprocessedStatisticsList.t option;Information about SamplingBoostStatisticsDocument that X-Ray could not process.
*)}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 ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Integer of NullableInteger.t
| `String of String_.t
| `Structure of
(string
* [> `Double of Double.t
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `Timestamp of Timestamp.t ])
list ]