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

ListAnomalyDetectorsResponse

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

§Properties

§
AnomalyDetectorSummaryList?: AnomalyDetectorSummary[] | null
[src]

A list of anomaly detectors in the account in the current region.

§
NextToken?: string | null
[src]

If the response is truncated, the service returns this token. To retrieve the next set of results, use the token in the next request.