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

BatchUpdateScheduleRequest

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

List of actions to create and list of actions to delete.

interface BatchUpdateScheduleRequest {
ChannelId: string;
}

§Properties

§
ChannelId: string
[src]

Id of the channel whose schedule is being updated.

§

Schedule actions to create in the schedule.

§

Schedule actions to delete from the schedule.