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

DescribeChannelBanRequest

import type { DescribeChannelBanRequest } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface DescribeChannelBanRequest {
ChannelArn: string;
ChimeBearer: string;
MemberArn: string;
}

§Properties

§
ChannelArn: string
[src]

The ARN of the channel from which the user is banned.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.

§
MemberArn: string
[src]

The AppInstanceUserArn of the member being banned.