Module Values.GetIndexingRulesRequestSource

Retrieves 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.

Sourcetype nonrec t = {
  1. nextToken : String_.t option;
    (*

    Specify the pagination token returned by a previous request to retrieve the next page of indexes.

    *)
}
Sourceval make : ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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