Values.DescribeAccessPointsInputSourceContains the parameters for DescribeLoadBalancers.
type nonrec t = {loadBalancerNames : 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 (a number from 1 to 400). The default is 400.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSize.t
| `List of [> `String of AccessPointName.t ] list
| `String of Marker.t ])
list ]