Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetTraceGraphRequest

import type { GetTraceGraphRequest } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface GetTraceGraphRequest {
NextToken?: string | null;
TraceIds: string[];
}

§Properties

§
NextToken?: string | null
[src]

Pagination token.

§
TraceIds: string[]
[src]

Trace IDs of requests for which to generate a service graph.