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

ListAnomalyGroupSummariesRequest

import type { ListAnomalyGroupSummariesRequest } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";
interface ListAnomalyGroupSummariesRequest {
AnomalyDetectorArn: string;
MaxResults?: number | null;
NextToken?: string | null;
SensitivityThreshold: number;
}

§Properties

§
AnomalyDetectorArn: string
[src]

The Amazon Resource Name (ARN) of the anomaly detector.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

§
SensitivityThreshold: number
[src]

The minimum severity score for inclusion in the output.