Smaws_Client_ElasticLoadBalancing.DescribeLoadBalancerPoliciesDescribes the specified policies.
If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer. If you specify a policy name associated with your load balancer, the action returns the description of that policy. If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies. The names of the sample policies have the ELBSample- prefix.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `PolicyNotFoundException of Types.policy_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_load_balancer_policies_input ->
(Types.describe_load_balancer_policies_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `PolicyNotFoundException of Types.policy_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_load_balancer_policies_input ->
(Types.describe_load_balancer_policies_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `PolicyNotFoundException of Types.policy_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result