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

GetInsightSummariesRequest

import type { GetInsightSummariesRequest } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface GetInsightSummariesRequest {
EndTime: Date | number;
GroupARN?: string | null;
GroupName?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
StartTime: Date | number;
States?: InsightState[] | null;
}

§Properties

§
EndTime: Date | number
[src]

The end of the time frame in which the insights ended. The end time can't be more than 30 days old.

§
GroupARN?: string | null
[src]

The Amazon Resource Name (ARN) of the group. Required if the GroupName isn't provided.

§
GroupName?: string | null
[src]

The name of the group. Required if the GroupARN isn't provided.

§
MaxResults?: number | null
[src]

The maximum number of results to display.

§
NextToken?: string | null
[src]

Pagination token.

§
StartTime: Date | number
[src]

The beginning of the time frame in which the insights started. The start time can't be more than 30 days old.

§
States?: InsightState[] | null
[src]

The list of insight states.