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

PendingMaintenanceAction

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

Describes a pending database maintenance action.

interface PendingMaintenanceAction {
action?: string | null;
currentApplyDate?: Date | number | null;
description?: string | null;
}

§Properties

§
action?: string | null
[src]

The type of pending database maintenance action.

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

The effective date of the pending database maintenance action.

§
description?: string | null
[src]

Additional detail about the pending database maintenance action.