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

InsightEvent

import type { InsightEvent } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/xray.ts";
interface InsightEvent {
ClientRequestImpactStatistics?: RequestImpactStatistics | null;
EventTime?: Date | number | null;
RootCauseServiceRequestImpactStatistics?: RequestImpactStatistics | null;
Summary?: string | null;
TopAnomalousServices?: AnomalousService[] | null;
}

§Properties

§
ClientRequestImpactStatistics?: RequestImpactStatistics | null
[src]
§
EventTime?: Date | number | null
[src]
§
RootCauseServiceRequestImpactStatistics?: RequestImpactStatistics | null
[src]
§
Summary?: string | null
[src]
§
TopAnomalousServices?: AnomalousService[] | null
[src]