Values.DescribeLoadBalancersInputSourceDescribes the specified load balancers or all of your load balancers.
type nonrec t = {loadBalancerArns : LoadBalancerArns.t option;The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
*)names : LoadBalancerNames.t option;The names of the load balancers.
*)marker : Marker.t option;The marker for the next set of results. (You received this marker from a previous call.)
*)pageSize : PageSize.t option;The maximum number of results to return with this call.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSize.t
| `List of [> `String of LoadBalancerArn.t ] list
| `String of Marker.t ])
list ]