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

UpdateMultiplexProgramRequest

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

A request to update a program in a multiplex.

interface UpdateMultiplexProgramRequest {
MultiplexId: string;
MultiplexProgramSettings?: MultiplexProgramSettings | null;
ProgramName: string;
}

§Properties

§
MultiplexId: string
[src]

The ID of the multiplex of the program to update.

§
MultiplexProgramSettings?: MultiplexProgramSettings | null
[src]

The new settings for a multiplex program.

§
ProgramName: string
[src]

The name of the program to update.