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

GetMetricDataOutput

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

§Properties

§
Messages: MessageData[]
[src]

Contains a message about this GetMetricData operation, if the operation results in such a message. An example of a message that might be returned is Maximum number of allowed metrics exceeded. If there is a message, as much of the operation as possible is still executed.

A message appears here only if it is related to the global GetMetricData operation. Any message about a specific metric returned by the operation appears in the MetricDataResult object returned for that metric.

§
MetricDataResults: MetricDataResult[]
[src]

The metrics that are returned, including the metric name, namespace, and dimensions.

§
NextToken?: string | null
[src]

A token that marks the next batch of returned results.