Module Values_1.DeregisterDevicesRequestSource

Deregisters the specified devices. After you deregister a device, you will need to re-register the devices.

Sourcetype nonrec t = {
  1. deviceFleetName : Values_0.EntityName.t;
    (*

    The name of the fleet the devices belong to.

    *)
  2. deviceNames : Values_0.DeviceNames.t;
    (*

    The unique IDs of the devices.

    *)
}
Sourceval context_ : string
Sourceval make : deviceFleetName:Values_0.EntityName.t -> deviceNames:Values_0.DeviceNames.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.EntityName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t