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 SmartHomeAppliance = SmartHomeAppliance' {}
- newSmartHomeAppliance :: SmartHomeAppliance
- smartHomeAppliance_friendlyName :: Lens' SmartHomeAppliance (Maybe Text)
- smartHomeAppliance_manufacturerName :: Lens' SmartHomeAppliance (Maybe Text)
- smartHomeAppliance_description :: Lens' SmartHomeAppliance (Maybe Text)
Documentation
data SmartHomeAppliance Source #
A smart home appliance that can connect to a central system. Any domestic device can be a smart appliance.
See: newSmartHomeAppliance
smart constructor.
SmartHomeAppliance' | |
|
Instances
newSmartHomeAppliance :: SmartHomeAppliance Source #
Create a value of SmartHomeAppliance
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:friendlyName:SmartHomeAppliance'
, smartHomeAppliance_friendlyName
- The friendly name of the smart home appliance.
$sel:manufacturerName:SmartHomeAppliance'
, smartHomeAppliance_manufacturerName
- The name of the manufacturer of the smart home appliance.
$sel:description:SmartHomeAppliance'
, smartHomeAppliance_description
- The description of the smart home appliance.
smartHomeAppliance_friendlyName :: Lens' SmartHomeAppliance (Maybe Text) Source #
The friendly name of the smart home appliance.
smartHomeAppliance_manufacturerName :: Lens' SmartHomeAppliance (Maybe Text) Source #
The name of the manufacturer of the smart home appliance.
smartHomeAppliance_description :: Lens' SmartHomeAppliance (Maybe Text) Source #
The description of the smart home appliance.