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

GetTraceSummariesResult

import type { GetTraceSummariesResult } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface GetTraceSummariesResult {
ApproximateTime?: Date | number | null;
NextToken?: string | null;
TracesProcessedCount?: number | null;
TraceSummaries?: TraceSummary[] | null;
}

§Properties

§
ApproximateTime?: Date | number | null
[src]

The start time of this page of results.

§
NextToken?: string | null
[src]

If the requested time frame contained more than one page of results, you can use this token to retrieve the next page. The first page contains the most recent results, closest to the end of the time frame.

§
TracesProcessedCount?: number | null
[src]

The total number of traces processed, including traces that did not match the specified filter expression.

§
TraceSummaries?: TraceSummary[] | null
[src]

Trace IDs and annotations for traces that were found in the specified time frame.