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

ListMetricSetsRequest

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

§Properties

§
AnomalyDetectorArn?: string | null
[src]

The ARN of the anomaly detector containing the metrics sets to list.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.