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

BatchCreateAttendeeResponse

import type { BatchCreateAttendeeResponse } from "https://aws-api.deno.dev/v0.4/services/chimesdkmeetings.ts?docs=full";
interface BatchCreateAttendeeResponse {
Attendees?: Attendee[] | null;
Errors?: CreateAttendeeError[] | null;
}

§Properties

§
Attendees?: Attendee[] | null
[src]

The attendee information, including attendees' IDs and join tokens.

§
Errors?: CreateAttendeeError[] | null
[src]

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