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

GetInsightImpactGraphRequest

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

§Properties

§
EndTime: Date | number
[src]

The estimated end time of the insight, in Unix time seconds. The EndTime is exclusive of the value provided. The time range between the start time and end time can't be more than six hours.

§
InsightId: string
[src]

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

§
NextToken?: string | null
[src]

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

§
StartTime: Date | number
[src]

The estimated start time of the insight, in Unix time seconds. The StartTime is inclusive of the value provided and can't be more than 30 days old.