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

GetTraceGraphResult

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

§Properties

§
NextToken?: string | null
[src]

Pagination token.

§
Services?: Service[] | null
[src]

The services that have processed one of the specified requests.