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

CreateRoomRequest

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

§Properties

§
ClientRequestToken?: string | null
[src]

A unique, user-specified identifier for this request that ensures idempotency.

§
Description?: string | null
[src]

The description for the room.

§
ProfileArn?: string | null
[src]

The profile ARN for the room. This is required.

§
ProviderCalendarId?: string | null
[src]

The calendar ARN for the room.

§
RoomName: string
[src]

The name for the room.

§
Tags?: Tag[] | null
[src]

The tags for the room.