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

UpdateRoomRequest

import type { UpdateRoomRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface UpdateRoomRequest {
Description?: string | null;
ProfileArn?: string | null;
ProviderCalendarId?: string | null;
RoomArn?: string | null;
RoomName?: string | null;
}

§Properties

§
Description?: string | null
[src]

The updated description for the room.

§
ProfileArn?: string | null
[src]

The updated profile ARN for the room.

§
ProviderCalendarId?: string | null
[src]

The updated provider calendar ARN for the room.

§
RoomArn?: string | null
[src]

The ARN of the room to update.

§
RoomName?: string | null
[src]

The updated name for the room.