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

BatchCreateChannelMembershipResponse

import type { BatchCreateChannelMembershipResponse } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface BatchCreateChannelMembershipResponse {
BatchChannelMemberships?: BatchChannelMemberships | null;
}

§Properties

§
BatchChannelMemberships?: BatchChannelMemberships | null
[src]

The list of channel memberships in the response.

§

If the action fails for one or more of the memberships in the request, a list of the memberships is returned, along with error codes and error messages.