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

DescribeAnomalyDetectorsOutput

import type { DescribeAnomalyDetectorsOutput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface DescribeAnomalyDetectorsOutput {
AnomalyDetectors: AnomalyDetector[];
NextToken?: string | null;
}

§Properties

§
AnomalyDetectors: AnomalyDetector[]
[src]

The list of anomaly detection models returned by the operation.

§
NextToken?: string | null
[src]

A token that you can use in a subsequent operation to retrieve the next set of results.