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

AddMaintenance

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

Create maintenance setting for a flow

interface AddMaintenance {
MaintenanceDay: MaintenanceDay;
MaintenanceStartHour: string;
}

§Properties

§
MaintenanceDay: MaintenanceDay
[src]

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

§
MaintenanceStartHour: string
[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.