Values_2.RegisterDevicesRequestSourceRegister devices.
type nonrec t = {deviceFleetName : Values_0.EntityName.t;The name of the fleet.
*)devices : Devices.t;A list of devices to register with SageMaker Edge Manager.
*)}val make :
?tags:??? ->
deviceFleetName:Values_0.EntityName.t ->
devices:Devices.t ->
unit ->
tval 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 ]