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

TimestampMetricValuePair

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

A pair that contains metric values at the respective timestamp.

interface TimestampMetricValuePair {
MetricValue?: number | null;
Timestamp?: Date | number | null;
}

§Properties

§
MetricValue?: number | null
[src]

Value of the anomalous metric data point at respective Timestamp.

§
Timestamp?: Date | number | null
[src]

A Timestamp that specifies the time the event occurred.