Values_1.DeregisterDevicesRequestSourceDeregisters the specified devices. After you deregister a device, you will need to re-register the devices.
type nonrec t = {deviceFleetName : Values_0.EntityName.t;The name of the fleet the devices belong to.
*)deviceNames : Values_0.DeviceNames.t;The unique IDs of the devices.
*)}val make :
deviceFleetName:Values_0.EntityName.t ->
deviceNames:Values_0.DeviceNames.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.EntityName.t ])
list ]