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

GetInsightEventsRequest

import type { GetInsightEventsRequest } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface GetInsightEventsRequest {
InsightId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
InsightId: string
[src]

The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.

§
MaxResults?: number | null
[src]

Used to retrieve at most the specified value of events.

§
NextToken?: string | null
[src]

Specify the pagination token returned by a previous request to retrieve the next page of events.