Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ProfileData = ProfileData' {}
- newProfileData :: ProfileData
- profileData_distanceUnit :: Lens' ProfileData (Maybe DistanceUnit)
- profileData_locale :: Lens' ProfileData (Maybe Text)
- profileData_address :: Lens' ProfileData (Maybe Text)
- profileData_profileArn :: Lens' ProfileData (Maybe Text)
- profileData_wakeWord :: Lens' ProfileData (Maybe WakeWord)
- profileData_profileName :: Lens' ProfileData (Maybe Text)
- profileData_temperatureUnit :: Lens' ProfileData (Maybe TemperatureUnit)
- profileData_timezone :: Lens' ProfileData (Maybe Text)
- profileData_isDefault :: Lens' ProfileData (Maybe Bool)
Documentation
data ProfileData Source #
The data of a room profile.
See: newProfileData
smart constructor.
ProfileData' | |
|
Instances
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.