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

StartMetricStreamsInput

import type { StartMetricStreamsInput } from "https://aws-api.deno.dev/v0.3/services/cloudwatch.ts?docs=full";
interface StartMetricStreamsInput {
Names: string[];
}

§Properties

§
Names: string[]
[src]

The array of the names of metric streams to start streaming.

This is an "all or nothing" operation. If you do not have permission to access all of the metric streams that you list here, then none of the streams that you list in the operation will start streaming.