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

PredictionTimeRange

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

The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.

interface PredictionTimeRange {
EndTime?: Date | number | null;
StartTime: Date | number;
}

§Properties

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

The time when the behavior in a proactive insight is expected to end.

§
StartTime: Date | number
[src]

The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.