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

ListMetricSetsResponse

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

§Properties

§
MetricSetSummaryList?: MetricSetSummary[] | null
[src]

A list of the datasets in the AWS Region, with configuration details for each.

§
NextToken?: string | null
[src]

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