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

MaintenanceStatus

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

Placeholder documentation for MaintenanceStatus

interface MaintenanceStatus {
MaintenanceDay?: MaintenanceDay | null;
MaintenanceDeadline?: string | null;
MaintenanceScheduledDate?: string | null;
MaintenanceStartTime?: string | null;
}

§Properties

§
MaintenanceDay?: MaintenanceDay | null
[src]

The currently selected maintenance day.

§
MaintenanceDeadline?: string | null
[src]

Maintenance is required by the displayed date and time. Date and time is in ISO.

§
MaintenanceScheduledDate?: string | null
[src]

The currently scheduled maintenance date and time. Date and time is in ISO.

§
MaintenanceStartTime?: string | null
[src]

The currently selected maintenance start time. Time is in UTC.