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

UpdateChannelResponse

import type { UpdateChannelResponse } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";
interface UpdateChannelResponse {
Arn?: string | null;
Description?: string | null;
EgressAccessLogs?: EgressAccessLogs | null;
HlsIngest?: HlsIngest | null;
Id?: string | null;
IngressAccessLogs?: IngressAccessLogs | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) assigned to the Channel.

§
Description?: string | null
[src]

A short text description of the Channel.

§
EgressAccessLogs?: EgressAccessLogs | null
[src]
§
HlsIngest?: HlsIngest | null
[src]
§
Id?: string | null
[src]

The ID of the Channel.

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