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

ListChannelBansResponse

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

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel.

§
ChannelBans?: ChannelBanSummary[] | null
[src]

The information for each requested ban.

§
NextToken?: string | null
[src]

The token passed by previous API calls until all requested bans are returned.