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

ListChannelMembershipsRequest

import type { ListChannelMembershipsRequest } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface ListChannelMembershipsRequest {
ChannelArn: string;
ChimeBearer: string;
MaxResults?: number | null;
NextToken?: string | null;
Type?: ChannelMembershipType | null;
}

§Properties

§
ChannelArn: string
[src]

The maximum number of channel memberships that you want returned.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.

§
MaxResults?: number | null
[src]

The maximum number of channel memberships that you want returned.

§
NextToken?: string | null
[src]

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

§

The membership type of a user, DEFAULT or HIDDEN. Default members are returned as part of ListChannelMemberships if no type is specified. Hidden members are only returned if the type filter in ListChannelMemberships equals HIDDEN.