Values_2.UpdateDevicesRequestSourceUpdates one or more devices in a fleet.
type nonrec t = {deviceFleetName : Values_0.EntityName.t;The name of the fleet the devices belong to.
*)devices : Devices.t;List of devices to register with Edge Manager agent.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.DeviceName.t ]) list ]
list
| `String of Values_0.EntityName.t ])
list ]