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

ListMetricStreamsOutput

import type { ListMetricStreamsOutput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface ListMetricStreamsOutput {
Entries: MetricStreamEntry[];
NextToken?: string | null;
}

§Properties

§

The array of metric stream information.

§
NextToken?: string | null
[src]

The token that marks the start of the next batch of returned results. You can use this token in a subsequent operation to get the next batch of results.