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

UpdateProfileRequest

import type { UpdateProfileRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface UpdateProfileRequest {
Address?: string | null;
DataRetentionOptIn?: boolean | null;
DistanceUnit?: DistanceUnit | null;
IsDefault?: boolean | null;
Locale?: string | null;
MaxVolumeLimit?: number | null;
MeetingRoomConfiguration?: UpdateMeetingRoomConfiguration | null;
ProfileArn?: string | null;
ProfileName?: string | null;
PSTNEnabled?: boolean | null;
SetupModeDisabled?: boolean | null;
TemperatureUnit?: TemperatureUnit | null;
Timezone?: string | null;
WakeWord?: WakeWord | null;
}

§Properties

§
Address?: string | null
[src]

The updated address for the room profile.

§
DataRetentionOptIn?: boolean | null
[src]

Whether data retention of the profile is enabled.

§
DistanceUnit?: DistanceUnit | null
[src]

The updated distance unit for the room profile.

§
IsDefault?: boolean | null
[src]

Sets the profile as default if selected. If this is missing, no update is done to the default status.

§
Locale?: string | null
[src]

The updated locale for the room profile. (This is currently only available to a limited preview audience.)

§
MaxVolumeLimit?: number | null
[src]

The updated maximum volume limit for the room profile.

§
MeetingRoomConfiguration?: UpdateMeetingRoomConfiguration | null
[src]

The updated meeting room settings of a room profile.

§
ProfileArn?: string | null
[src]

The ARN of the room profile to update. Required.

§
ProfileName?: string | null
[src]

The updated name for the room profile.

§
PSTNEnabled?: boolean | null
[src]

Whether the PSTN setting of the room profile is enabled.

§
SetupModeDisabled?: boolean | null
[src]

Whether the setup mode of the profile is enabled.

§
TemperatureUnit?: TemperatureUnit | null
[src]

The updated temperature unit for the room profile.

§
Timezone?: string | null
[src]

The updated timezone for the room profile.

§
WakeWord?: WakeWord | null
[src]

The updated wake word for the room profile.