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

CreateChannelRequest

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

A new Channel configuration.

interface CreateChannelRequest {
Description?: string | null;
Id: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]

A short text description of the Channel.

§
Id: string
[src]

The ID of the Channel. The ID must be unique within the region and it cannot be changed after a Channel is created.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]