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

DeleteProgramRequest

import type { DeleteProgramRequest } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface DeleteProgramRequest {
ChannelName: string;
ProgramName: string;
}

§Properties

§
ChannelName: string
[src]

The identifier for the channel you are working on.

§
ProgramName: string
[src]

The identifier for the program you are working on.