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

DescribeProgramRequest

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

§Properties

§
ChannelName: string
[src]

The name of the channel associated with this Program.

§
ProgramName: string
[src]

The name of the program.