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

DeleteChannelBanRequest

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

§Properties

§
ChannelArn: string
[src]

The ARN of the channel from which the AppInstanceUser was banned.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.

§
MemberArn: string
[src]

The ARN of the AppInstanceUser that you want to reinstate.