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

GetMetricStatisticsOutput

import type { GetMetricStatisticsOutput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface GetMetricStatisticsOutput {
Datapoints: Datapoint[];
Label?: string | null;
}

§Properties

§
Datapoints: Datapoint[]
[src]

The data points for the specified metric.

§
Label?: string | null
[src]

A label for the specified metric.