Module Values.DescribeLoadBalancerPoliciesInputSource

Contains the parameters for DescribeLoadBalancerPolicies.

Sourcetype nonrec t = {
  1. loadBalancerName : AccessPointName.t option;
    (*

    The name of the load balancer.

    *)
  2. policyNames : PolicyNames.t option;
    (*

    The names of the policies.

    *)
}
Sourceval make : ?loadBalancerName:??? -> ?policyNames:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of PolicyName.t ] list | `String of AccessPointName.t ]) 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