Values.ModifyIpPoolsInputSource[Application Load Balancers] Modify the IP pool associated to a load balancer.
type nonrec t = {loadBalancerArn : LoadBalancerArn.t;The Amazon Resource Name (ARN) of the load balancer.
*)ipamPools : IpamPools.t option;The IPAM pools to be modified.
*)removeIpamPools : RemoveIpamPools.t option;Remove the IP pools in use by the load balancer.
*)}val make :
?ipamPools:??? ->
?removeIpamPools:??? ->
loadBalancerArn:LoadBalancerArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of LoadBalancerArn.t
| `Structure of (string * [> `String of IpamPoolId.t ]) list ])
list ]