Values_2.DeviceSourceInformation of a particular device.
type nonrec t = {deviceName : Values_0.DeviceName.t;The name of the device.
*)description : Values_1.DeviceDescription.t option;Description of the device.
*)iotThingName : Values_1.ThingName.t option;Amazon Web Services Internet of Things (IoT) object name.
*)}val make :
?description:??? ->
?iotThingName:??? ->
deviceName:Values_0.DeviceName.t ->
unit ->
t