Values_2.DeviceSummarySourceSummary of the device.
type nonrec t = {deviceName : Values_0.EntityName.t option;The unique identifier of the device.
*)deviceArn : Values_1.DeviceArn.t option;Amazon Resource Name (ARN) of the device.
*)description : Values_1.DeviceDescription.t option;A description of the device.
*)deviceFleetName : Values_0.EntityName.t option;The name of the fleet the device belongs to.
*)iotThingName : Values_1.ThingName.t option;The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..
*)registrationTime : Values_0.Timestamp.t option;The timestamp of the last registration or de-reregistration.
*)latestHeartbeat : Values_0.Timestamp.t option;The last heartbeat received from the device.
*)models : EdgeModelSummaries.t option;Models on the device.
*)agentVersion : Values_0.EdgeVersion.t option;Edge Manager agent version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.EntityName.t ]) list ]
list
| `String of Values_0.EntityName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]