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

Maintenance

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

The maintenance setting of a flow

interface Maintenance {
MaintenanceDay?: MaintenanceDay | null;
MaintenanceDeadline?: string | null;
MaintenanceScheduledDate?: string | null;
MaintenanceStartHour?: string | null;
}

§Properties

§
MaintenanceDay?: MaintenanceDay | null
[src]

A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.

§
MaintenanceDeadline?: string | null
[src]

The Maintenance has to be performed before this deadline in ISO UTC format. Example: 2021-01-30T08:30:00Z.

§
MaintenanceScheduledDate?: string | null
[src]

A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30.

§
MaintenanceStartHour?: string | null
[src]

UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.