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

DescribeChannelModeratedByAppInstanceUserRequest

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

§Properties

§
AppInstanceUserArn: string
[src]

The ARN of the AppInstanceUser in the moderated channel.

§
ChannelArn: string
[src]

The ARN of the moderated channel.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.