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

UpdateAttendeeCapabilitiesRequest

import type { UpdateAttendeeCapabilitiesRequest } from "https://aws-api.deno.dev/v0.4/services/chimesdkmeetings.ts?docs=full";
interface UpdateAttendeeCapabilitiesRequest {
AttendeeId: string;
Capabilities: AttendeeCapabilities;
MeetingId: string;
}

§Properties

§
AttendeeId: string
[src]

The ID of the attendee associated with the update request.

§

The capabilties that you want to update.

§
MeetingId: string
[src]

The ID of the meeting associated with the update request.