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
Documentation
Information about a device.
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:syncShadow:Device'
, device_syncShadow
- If true, the device's local shadow will be automatically synced with
the cloud.
$sel:thingArn:Device'
, device_thingArn
- The thing ARN of the device.
$sel:id:Device'
, device_id
- A descriptive or arbitrary ID for the device. This value must be unique
within the device definition version. Max length is 128 characters with
pattern ''[a-zA-Z0-9:_-]+''.
$sel:certificateArn:Device'
, device_certificateArn
- The ARN of the certificate associated with the device.
device_syncShadow :: Lens' Device (Maybe Bool) Source #
If true, the device's local shadow will be automatically synced with the cloud.