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.3/services/chimesdkmessaging.ts?docs=full";
interface UpdateChannelRequest {
ChannelArn: string;
ChimeBearer: string;
Metadata?: string | null;
Name: string;
}

§Properties

§
ChannelArn: string
[src]

The ARN of the channel.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.

§
Metadata?: string | null
[src]

The metadata for the update request.

§

The mode of the update request.

§
Name: string
[src]

The name of the channel.