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

UpdateMaintenance

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

Update maintenance setting for a flow

interface UpdateMaintenance {
MaintenanceDay?: MaintenanceDay | 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.

§
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.