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 DeviceSummary = DeviceSummary' {}
- newDeviceSummary :: Text -> Text -> DeviceSummary
- deviceSummary_registrationTime :: Lens' DeviceSummary (Maybe UTCTime)
- deviceSummary_models :: Lens' DeviceSummary (Maybe [EdgeModelSummary])
- deviceSummary_latestHeartbeat :: Lens' DeviceSummary (Maybe UTCTime)
- deviceSummary_description :: Lens' DeviceSummary (Maybe Text)
- deviceSummary_deviceFleetName :: Lens' DeviceSummary (Maybe Text)
- deviceSummary_iotThingName :: Lens' DeviceSummary (Maybe Text)
- deviceSummary_deviceName :: Lens' DeviceSummary Text
- deviceSummary_deviceArn :: Lens' DeviceSummary Text
Documentation
data DeviceSummary Source #
Summary of the device.
See: newDeviceSummary
smart constructor.
DeviceSummary' | |
|
Instances
Create a value of DeviceSummary
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:registrationTime:DeviceSummary'
, deviceSummary_registrationTime
- The timestamp of the last registration or de-reregistration.
$sel:models:DeviceSummary'
, deviceSummary_models
- Models on the device.
$sel:latestHeartbeat:DeviceSummary'
, deviceSummary_latestHeartbeat
- The last heartbeat received from the device.
$sel:description:DeviceSummary'
, deviceSummary_description
- A description of the device.
$sel:deviceFleetName:DeviceSummary'
, deviceSummary_deviceFleetName
- The name of the fleet the device belongs to.
$sel:iotThingName:DeviceSummary'
, deviceSummary_iotThingName
- The Amazon Web Services Internet of Things (IoT) object thing name
associated with the device..
$sel:deviceName:DeviceSummary'
, deviceSummary_deviceName
- The unique identifier of the device.
$sel:deviceArn:DeviceSummary'
, deviceSummary_deviceArn
- Amazon Resource Name (ARN) of the device.
deviceSummary_registrationTime :: Lens' DeviceSummary (Maybe UTCTime) Source #
The timestamp of the last registration or de-reregistration.
deviceSummary_models :: Lens' DeviceSummary (Maybe [EdgeModelSummary]) Source #
Models on the device.
deviceSummary_latestHeartbeat :: Lens' DeviceSummary (Maybe UTCTime) Source #
The last heartbeat received from the device.
deviceSummary_description :: Lens' DeviceSummary (Maybe Text) Source #
A description of the device.
deviceSummary_deviceFleetName :: Lens' DeviceSummary (Maybe Text) Source #
The name of the fleet the device belongs to.
deviceSummary_iotThingName :: Lens' DeviceSummary (Maybe Text) Source #
The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..
deviceSummary_deviceName :: Lens' DeviceSummary Text Source #
The unique identifier of the device.
deviceSummary_deviceArn :: Lens' DeviceSummary Text Source #
Amazon Resource Name (ARN) of the device.