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 Device = Device' {
- deviceStatus :: Maybe DeviceStatus
- deviceStatusInfo :: Maybe DeviceStatusInfo
- deviceArn :: Maybe Text
- macAddress :: Maybe Text
- deviceName :: Maybe Text
- roomArn :: Maybe Text
- softwareVersion :: Maybe Text
- deviceType :: Maybe Text
- networkProfileInfo :: Maybe DeviceNetworkProfileInfo
- deviceSerialNumber :: Maybe Text
- newDevice :: Device
- device_deviceStatus :: Lens' Device (Maybe DeviceStatus)
- device_deviceStatusInfo :: Lens' Device (Maybe DeviceStatusInfo)
- device_deviceArn :: Lens' Device (Maybe Text)
- device_macAddress :: Lens' Device (Maybe Text)
- device_deviceName :: Lens' Device (Maybe Text)
- device_roomArn :: Lens' Device (Maybe Text)
- device_softwareVersion :: Lens' Device (Maybe Text)
- device_deviceType :: Lens' Device (Maybe Text)
- device_networkProfileInfo :: Lens' Device (Maybe DeviceNetworkProfileInfo)
- device_deviceSerialNumber :: Lens' Device (Maybe Text)
Documentation
A device with attributes.
See: newDevice
smart constructor.
Device' | |
|
Instances
Create a value of Device
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:deviceStatus:Device'
, device_deviceStatus
- The status of a device. If the status is not READY, check the
DeviceStatusInfo value for details.
$sel:deviceStatusInfo:Device'
, device_deviceStatusInfo
- Detailed information about a device's status.
$sel:deviceArn:Device'
, device_deviceArn
- The ARN of a device.
$sel:macAddress:Device'
, device_macAddress
- The MAC address of a device.
$sel:deviceName:Device'
, device_deviceName
- The name of a device.
$sel:roomArn:Device'
, device_roomArn
- The room ARN of a device.
$sel:softwareVersion:Device'
, device_softwareVersion
- The software version of a device.
$sel:deviceType:Device'
, device_deviceType
- The type of a device.
$sel:networkProfileInfo:Device'
, device_networkProfileInfo
- Detailed information about a device's network profile.
$sel:deviceSerialNumber:Device'
, device_deviceSerialNumber
- The serial number of a device.
device_deviceStatus :: Lens' Device (Maybe DeviceStatus) Source #
The status of a device. If the status is not READY, check the DeviceStatusInfo value for details.
device_deviceStatusInfo :: Lens' Device (Maybe DeviceStatusInfo) Source #
Detailed information about a device's status.
device_networkProfileInfo :: Lens' Device (Maybe DeviceNetworkProfileInfo) Source #
Detailed information about a device's network profile.