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

ListMetricStreamsInput

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return in one operation.

§
NextToken?: string | null
[src]

Include this value, if it was returned by the previous call, to get the next set of metric streams.