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

ListAvailableResourceMetricsResponse

import type { ListAvailableResourceMetricsResponse } from "https://aws-api.deno.dev/v0.3/services/pi.ts?docs=full";
interface ListAvailableResourceMetricsResponse {
Metrics?: ResponseResourceMetric[] | null;
NextToken?: string | null;
}

§Properties

§
Metrics?: ResponseResourceMetric[] | null
[src]

An array of metrics available to query. Each array element contains the full name, description, and unit of the metric.

§
NextToken?: string | null
[src]

A pagination token that indicates the response didn’t return all available records because MaxRecords was specified in the previous request. To get the remaining records, specify NextToken in a separate request with this value.