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

RestoreWindow

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

Earliest and latest time an instance can be restored to:

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

§Properties

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

The earliest time you can restore an instance to.

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

The latest time you can restore an instance to.