Smaws_Client_ElasticLoadBalancing.DescribeLoadBalancerPolicyTypesDescribes the specified load balancer policy types or all load balancer policy types.
The description of each type indicates how it can be used. For example, some policies can be used only with layer 7 listeners, some policies can be used only with layer 4 listeners, and some policies can be used only with your EC2 instances.
You can use CreateLoadBalancerPolicy to create a policy configuration for any of these policy types. Then, depending on the policy type, use either SetLoadBalancerPoliciesOfListener or SetLoadBalancerPoliciesForBackendServer to set the policy.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `PolicyTypeNotFoundException of Types.policy_type_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_load_balancer_policy_types_input ->
(Types.describe_load_balancer_policy_types_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `PolicyTypeNotFoundException of Types.policy_type_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_load_balancer_policy_types_input ->
(Types.describe_load_balancer_policy_types_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `PolicyTypeNotFoundException of Types.policy_type_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result