Insight
import type { Insight } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/xray.ts";interface Insight {
Categories?: InsightCategory[] | null;
ClientRequestImpactStatistics?: RequestImpactStatistics | null;
EndTime?: Date | number | null;
GroupARN?: string | null;
GroupName?: string | null;
InsightId?: string | 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]§
RootCauseServiceRequestImpactStatistics?: RequestImpactStatistics | null
[src]§
State?: InsightState | null
[src]§
TopAnomalousServices?: AnomalousService[] | null
[src]