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

DescribeAnomalyDetectionExecutionsRequest

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

§Properties

§
AnomalyDetectorArn: string
[src]

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

§
MaxResults?: number | null
[src]

The number of items to return in the response.

§
NextToken?: string | null
[src]

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

§
Timestamp?: string | null
[src]

The timestamp of the anomaly detection job.