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

UpdateChannelRequest

import type { UpdateChannelRequest } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";

Configuration parameters used to update the Channel.

interface UpdateChannelRequest {
Description?: string | null;
Id: string;
}

§Properties

§
Description?: string | null
[src]

A short text description of the Channel.

§
Id: string
[src]

The ID of the Channel to update.