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

ListAnomalyGroupTimeSeriesRequest

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

§Properties

§
AnomalyDetectorArn: string
[src]

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

§
AnomalyGroupId: string
[src]

The ID of the anomaly group.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
MetricName: string
[src]

The name of the measure field.

§
NextToken?: string | null
[src]

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