Values_1.DescribeDeviceResponseSourceDescribes the device.
type nonrec t = {deviceArn : DeviceArn.t option;The Amazon Resource Name (ARN) of the device.
*)deviceName : Values_0.EntityName.t option;The unique identifier of the device.
*)description : DeviceDescription.t option;A description of the device.
*)deviceFleetName : Values_0.EntityName.t option;The name of the fleet the device belongs to.
*)iotThingName : 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 : EdgeModels.t option;Models on the device.
*)maxModels : Values_0.Integer.t option;The maximum number of models.
*)nextToken : Values_0.NextToken.t option;The response from the last list when returning a list large enough to need tokening.
*)agentVersion : Values_0.EdgeVersion.t option;Edge Manager agent version.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `String of Values_0.EntityName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]
list
| `String of DeviceArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]