Module Values_2.UpdateDevicesRequestSource

Updates one or more devices in a fleet.

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

    The name of the fleet the devices belong to.

    *)
  2. devices : Devices.t;
    (*

    List of devices to register with Edge Manager agent.

    *)
}
Sourceval context_ : string
Sourceval make : deviceFleetName:Values_0.EntityName.t -> devices:Devices.t -> unit -> t
Sourceval 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 ]
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