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

PutMetricDataInput

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

§Properties

§
MetricData: MetricDatum[]
[src]

The data for the metric. The array can include no more than 1000 metrics per call.

§
Namespace: string
[src]

The namespace for the metric data.

To avoid conflicts with Amazon Web Services service namespaces, you should not specify a namespace that begins with AWS/