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.deno.dev/v0.4/services/xray.ts?docs=full";
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]

The provided end time.

§
InsightId?: string | null
[src]

The insight's unique identifier.

§
NextToken?: string | null
[src]

Pagination token.

§
ServiceGraphEndTime?: Date | number | null
[src]

The time, in Unix seconds, at which the service graph ended.

§
ServiceGraphStartTime?: Date | number | null
[src]

The time, in Unix seconds, at which the service graph started.

§
Services?: InsightImpactGraphService[] | null
[src]

The Amazon Web Services instrumented services related to the insight.

§
StartTime?: Date | number | null
[src]

The provided start time.