Values.GetIndexingRulesResultSourceRetrieves all indexing rules. Indexing rules are used to determine the server-side sampling rate for spans ingested through the CloudWatchLogs destination and indexed by X-Ray. For more information, see Transaction Search.
type nonrec t = {indexingRules : IndexingRuleList.t option;Retrieves all indexing rules.
*)nextToken : String_.t option;Specify the pagination token returned by a previous request to retrieve the next page of indexes.
*)}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
* [> `String of RuleName.t
| `Structure of
(string
* [> `Structure of
(string * [> `Double of NullableDouble.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t ])
list ]