| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.DeviceSummary
Description
Synopsis
- data DeviceSummary = DeviceSummary' {}
 - newDeviceSummary :: Text -> Text -> DeviceSummary
 - deviceSummary_agentVersion :: Lens' DeviceSummary (Maybe Text)
 - deviceSummary_description :: Lens' DeviceSummary (Maybe Text)
 - deviceSummary_deviceFleetName :: Lens' DeviceSummary (Maybe Text)
 - deviceSummary_iotThingName :: Lens' DeviceSummary (Maybe Text)
 - deviceSummary_latestHeartbeat :: Lens' DeviceSummary (Maybe UTCTime)
 - deviceSummary_models :: Lens' DeviceSummary (Maybe [EdgeModelSummary])
 - deviceSummary_registrationTime :: Lens' DeviceSummary (Maybe UTCTime)
 - deviceSummary_deviceName :: Lens' DeviceSummary Text
 - deviceSummary_deviceArn :: Lens' DeviceSummary Text
 
Documentation
data DeviceSummary Source #
Summary of the device.
See: newDeviceSummary smart constructor.
Constructors
| DeviceSummary' | |
Fields 
  | |
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:agentVersion:DeviceSummary', deviceSummary_agentVersion - Edge Manager agent version.
$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:latestHeartbeat:DeviceSummary', deviceSummary_latestHeartbeat - The last heartbeat received from the device.
$sel:models:DeviceSummary', deviceSummary_models - Models on the device.
$sel:registrationTime:DeviceSummary', deviceSummary_registrationTime - The timestamp of the last registration or de-reregistration.
$sel:deviceName:DeviceSummary', deviceSummary_deviceName - The unique identifier of the device.
$sel:deviceArn:DeviceSummary', deviceSummary_deviceArn - Amazon Resource Name (ARN) of the device.
deviceSummary_agentVersion :: Lens' DeviceSummary (Maybe Text) Source #
Edge Manager agent version.
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_latestHeartbeat :: Lens' DeviceSummary (Maybe UTCTime) Source #
The last heartbeat received from the device.
deviceSummary_models :: Lens' DeviceSummary (Maybe [EdgeModelSummary]) Source #
Models on the device.
deviceSummary_registrationTime :: Lens' DeviceSummary (Maybe UTCTime) Source #
The timestamp of the last registration or de-reregistration.
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.