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

MaintenanceUpdateSettings

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

Placeholder documentation for MaintenanceUpdateSettings

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

§Properties

§
MaintenanceDay?: MaintenanceDay | null
[src]

Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.

§
MaintenanceScheduledDate?: string | null
[src]

Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only.

§
MaintenanceStartTime?: string | null
[src]

Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.