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;
}