Values.DeviceSummarySourceIncludes information about the device.
type nonrec t = {deviceArn : DeviceArn.t option;The ARN of the device.
*)deviceName : String_.t option;The name of the device.
*)providerName : String_.t option;The provider of the device.
*)deviceType : DeviceType.t option;The type of the device.
*)deviceStatus : DeviceStatus.t option;The status of the device.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DeviceArn.t ]) list ]