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

SlotDateTimeRangeRequest

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

Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.

interface SlotDateTimeRangeRequest {
EarliestTime: Date | number;
LatestTime: Date | number;
}

§Properties

§
EarliestTime: Date | number
[src]

The earliest date and time, in UTC, for the Scheduled Instance to start.

§
LatestTime: Date | number
[src]

The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.