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

BatchStartRequest

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

A request to start resources

interface BatchStartRequest {
ChannelIds?: string[] | null;
MultiplexIds?: string[] | null;
}

§Properties

§
ChannelIds?: string[] | null
[src]

List of channel IDs

§
MultiplexIds?: string[] | null
[src]

List of multiplex IDs