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

ListAnomalyGroupSummariesResponse

import type { ListAnomalyGroupSummariesResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";
interface ListAnomalyGroupSummariesResponse {
AnomalyGroupStatistics?: AnomalyGroupStatistics | null;
AnomalyGroupSummaryList?: AnomalyGroupSummary[] | null;
NextToken?: string | null;
}

§Properties

§
AnomalyGroupStatistics?: AnomalyGroupStatistics | null
[src]

Aggregated details about the anomaly groups.

§
AnomalyGroupSummaryList?: AnomalyGroupSummary[] | null
[src]

A list of anomaly group summaries.

§
NextToken?: string | null
[src]

The pagination token that's included if more results are available.