Values.RegisterEndPointsInputSourceContains the parameters for RegisterInstancesWithLoadBalancer.
type nonrec t = {loadBalancerName : AccessPointName.t;The name of the load balancer.
*)instances : Instances.t;The IDs of the instances.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of InstanceId.t ]) list ]
list
| `String of AccessPointName.t ])
list ]