libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AlexaBusiness.Types.ProfileData

Description

 
Synopsis

Documentation

data ProfileData Source #

The data of a room profile.

See: newProfileData smart constructor.

Constructors

ProfileData' 

Fields

Instances

Instances details
Eq ProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.ProfileData

Read ProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.ProfileData

Show ProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.ProfileData

Generic ProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.ProfileData

Associated Types

type Rep ProfileData :: Type -> Type #

NFData ProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.ProfileData

Methods

rnf :: ProfileData -> () #

Hashable ProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.ProfileData

FromJSON ProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.ProfileData

type Rep ProfileData Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.ProfileData

newProfileData :: ProfileData Source #

Create a value of ProfileData with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:distanceUnit:ProfileData', profileData_distanceUnit - The distance unit of a room profile.

$sel:locale:ProfileData', profileData_locale - The locale of a room profile. (This is currently available only to a limited preview audience.)

$sel:address:ProfileData', profileData_address - The address of a room profile.

$sel:profileArn:ProfileData', profileData_profileArn - The ARN of a room profile.

$sel:wakeWord:ProfileData', profileData_wakeWord - The wake word of a room profile.

$sel:profileName:ProfileData', profileData_profileName - The name of a room profile.

$sel:temperatureUnit:ProfileData', profileData_temperatureUnit - The temperature unit of a room profile.

$sel:timezone:ProfileData', profileData_timezone - The time zone of a room profile.

$sel:isDefault:ProfileData', profileData_isDefault - Retrieves if the profile data is default or not.

profileData_distanceUnit :: Lens' ProfileData (Maybe DistanceUnit) Source #

The distance unit of a room profile.

profileData_locale :: Lens' ProfileData (Maybe Text) Source #

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

profileData_address :: Lens' ProfileData (Maybe Text) Source #

The address of a room profile.

profileData_profileArn :: Lens' ProfileData (Maybe Text) Source #

The ARN of a room profile.

profileData_wakeWord :: Lens' ProfileData (Maybe WakeWord) Source #

The wake word of a room profile.

profileData_profileName :: Lens' ProfileData (Maybe Text) Source #

The name of a room profile.

profileData_temperatureUnit :: Lens' ProfileData (Maybe TemperatureUnit) Source #

The temperature unit of a room profile.

profileData_timezone :: Lens' ProfileData (Maybe Text) Source #

The time zone of a room profile.

profileData_isDefault :: Lens' ProfileData (Maybe Bool) Source #

Retrieves if the profile data is default or not.