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

ListSubChannelsResponse

import type { ListSubChannelsResponse } from "https://aws-api.deno.dev/v0.4/services/chimesdkmessaging.ts?docs=full";
interface ListSubChannelsResponse {
ChannelArn?: string | null;
NextToken?: string | null;
SubChannels?: SubChannelSummary[] | null;
}

§Properties

§
ChannelArn?: string | null
[src]

The ARN of elastic channel.

§
NextToken?: string | null
[src]

The token passed by previous API calls until all requested sub-channels are returned.

§
SubChannels?: SubChannelSummary[] | null
[src]

The information about each sub-channel.