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

CloudWatchMetricsDataSummary

import type { CloudWatchMetricsDataSummary } from "https://aws-api.deno.dev/v0.3/services/devopsguru.ts?docs=full";

Contains information about the analyzed metrics that displayed anomalous behavior.

interface CloudWatchMetricsDataSummary {
StatusCode?: CloudWatchMetricDataStatusCode | null;
TimestampMetricValuePairList?: TimestampMetricValuePair[] | null;
}

§Properties

§

This is an enum of the status showing whether the metric value pair list has partial or complete data, or if there was an error.

§
TimestampMetricValuePairList?: TimestampMetricValuePair[] | null
[src]

This is a list of Amazon CloudWatch metric values at given timestamp.