Values.BatchGetTracesRequestSourceYou 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 = {traceIds : TraceIdList.t;Specify the trace IDs of requests for which to retrieve segments.
*)nextToken : String_.t option;Pagination token.
*)}