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

GetInsightImpactGraphResult

import type { GetInsightImpactGraphResult } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/xray.ts";
interface GetInsightImpactGraphResult {
EndTime?: Date | number | null;
InsightId?: string | null;
NextToken?: string | null;
ServiceGraphEndTime?: Date | number | null;
ServiceGraphStartTime?: Date | number | null;
Services?: InsightImpactGraphService[] | null;
StartTime?: Date | number | null;
}

§Properties

§
EndTime?: Date | number | null
[src]
§
InsightId?: string | null
[src]
§
NextToken?: string | null
[src]
§
ServiceGraphEndTime?: Date | number | null
[src]
§
ServiceGraphStartTime?: Date | number | null
[src]
§
StartTime?: Date | number | null
[src]