Module Values.ModifyIpPoolsInputSource

[Application Load Balancers] Modify the IP pool associated to a load balancer.

Sourcetype nonrec t = {
  1. loadBalancerArn : LoadBalancerArn.t;
    (*

    The Amazon Resource Name (ARN) of the load balancer.

    *)
  2. ipamPools : IpamPools.t option;
    (*

    The IPAM pools to be modified.

    *)
  3. removeIpamPools : RemoveIpamPools.t option;
    (*

    Remove the IP pools in use by the load balancer.

    *)
}
Sourceval context_ : string
Sourceval make : ?ipamPools:??? -> ?removeIpamPools:??? -> loadBalancerArn:LoadBalancerArn.t -> unit -> t
Sourceval 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 ]
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