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

CreateAttendeeRequestItem

import type { CreateAttendeeRequestItem } from "https://aws-api.deno.dev/v0.4/services/chimesdkmeetings.ts?docs=full";

The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.

interface CreateAttendeeRequestItem {
Capabilities?: AttendeeCapabilities | null;
ExternalUserId: string;
}

§Properties

§
Capabilities?: AttendeeCapabilities | null
[src]

A list of one or more capabilities.

§
ExternalUserId: string
[src]

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.

Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.