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

EventTimeRange

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

The time range during which an Amazon Web Services event occurred. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.

interface EventTimeRange {
FromTime: Date | number;
ToTime: Date | number;
}

§Properties

§
FromTime: Date | number
[src]

The time when the event started.

§
ToTime: Date | number
[src]

The time when the event ended.