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

StopMetricStreamsInput

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

§Properties

§
Names: string[]
[src]

The array of the names of metric streams to stop 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 stop streaming.