Values.DescribeLoadBalancerPoliciesInputSourceContains the parameters for DescribeLoadBalancerPolicies.
type nonrec t = {loadBalancerName : AccessPointName.t option;The name of the load balancer.
*)policyNames : PolicyNames.t option;The names of the policies.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of PolicyName.t ] list
| `String of AccessPointName.t ])
list ]