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

ListChannelMembershipsResponse

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

§Properties

§
ChannelArn?: string | null
[src]

The ARN of the channel.

§
ChannelMemberships?: ChannelMembershipSummary[] | null
[src]

The information for the requested channel memberships.

§
NextToken?: string | null
[src]

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