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.Device

Description

 
Synopsis

Documentation

data Device Source #

A device with attributes.

See: newDevice smart constructor.

Constructors

Device' 

Fields

Instances

Instances details
Eq Device Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Device

Methods

(==) :: Device -> Device -> Bool #

(/=) :: Device -> Device -> Bool #

Read Device Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Device

Show Device Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Device

Generic Device Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Device

Associated Types

type Rep Device :: Type -> Type #

Methods

from :: Device -> Rep Device x #

to :: Rep Device x -> Device #

NFData Device Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Device

Methods

rnf :: Device -> () #

Hashable Device Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Device

Methods

hashWithSalt :: Int -> Device -> Int #

hash :: Device -> Int #

FromJSON Device Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Device

type Rep Device Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.Device

newDevice :: Device Source #

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_deviceArn :: Lens' Device (Maybe Text) Source #

The ARN of a device.

device_macAddress :: Lens' Device (Maybe Text) Source #

The MAC address of a device.

device_deviceName :: Lens' Device (Maybe Text) Source #

The name of a device.

device_roomArn :: Lens' Device (Maybe Text) Source #

The room ARN of a device.

device_softwareVersion :: Lens' Device (Maybe Text) Source #

The software version of a device.

device_deviceType :: Lens' Device (Maybe Text) Source #

The type of a device.

device_networkProfileInfo :: Lens' Device (Maybe DeviceNetworkProfileInfo) Source #

Detailed information about a device's network profile.

device_deviceSerialNumber :: Lens' Device (Maybe Text) Source #

The serial number of a device.