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

GetInsightEventsResult

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

§Properties

§
InsightEvents?: InsightEvent[] | null
[src]

A detailed description of the event. This includes the time of the event, client and root cause impact statistics, and the top anomalous service at the time of the event.

§
NextToken?: string | null
[src]

Use this token to retrieve the next page of insight events.