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

SlotStartTimeRangeRequest

import type { SlotStartTimeRangeRequest } 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.

interface SlotStartTimeRangeRequest {
EarliestTime?: Date | number | null;
LatestTime?: Date | number | null;
}

§Properties

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

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

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

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