Values.BatchGetTracesResultSourceYou cannot find traces through this API if Transaction Search is enabled since trace is not indexed in X-Ray. Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use GetTraceSummaries to get a list of trace IDs.
type nonrec t = {traces : TraceList.t option;Full traces for the specified requests.
*)unprocessedTraceIds : UnprocessedTraceIdList.t option;Trace IDs of requests that haven't been processed.
*)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 ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of TraceId.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of NullableDouble.t
| `List of
[> `Structure of
(string * [> `String of SegmentId.t ]) list ]
list
| `String of TraceId.t ])
list ]
list
| `String of String_.t ])
list ]