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

GetInsightSummariesResult

import type { GetInsightSummariesResult } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface GetInsightSummariesResult {
InsightSummaries?: InsightSummary[] | null;
NextToken?: string | null;
}

§Properties

§
InsightSummaries?: InsightSummary[] | null
[src]

The summary of each insight within the group matching the provided filters. The summary contains the InsightID, start and end time, the root cause service, the root cause and client impact statistics, the top anomalous services, and the status of the insight.

§
NextToken?: string | null
[src]

Pagination token.