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

InsightSummary

import type { InsightSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/xray.ts";
interface InsightSummary {
Categories?: InsightCategory[] | null;
ClientRequestImpactStatistics?: RequestImpactStatistics | null;
EndTime?: Date | number | null;
GroupARN?: string | null;
GroupName?: string | null;
InsightId?: string | null;
LastUpdateTime?: Date | number | null;
RootCauseServiceId?: ServiceId | null;
RootCauseServiceRequestImpactStatistics?: RequestImpactStatistics | null;
StartTime?: Date | number | null;
State?: InsightState | null;
Summary?: string | null;
TopAnomalousServices?: AnomalousService[] | null;
}

§Properties

§
Categories?: InsightCategory[] | null
[src]
§
ClientRequestImpactStatistics?: RequestImpactStatistics | null
[src]
§
EndTime?: Date | number | null
[src]
§
GroupARN?: string | null
[src]
§
GroupName?: string | null
[src]
§
InsightId?: string | null
[src]
§
LastUpdateTime?: Date | number | null
[src]
§
RootCauseServiceId?: ServiceId | null
[src]
§
RootCauseServiceRequestImpactStatistics?: RequestImpactStatistics | null
[src]
§
StartTime?: Date | number | null
[src]
§
State?: InsightState | null
[src]
§
Summary?: string | null
[src]
§
TopAnomalousServices?: AnomalousService[] | null
[src]