Smaws_Client_ElasticLoadBalancing.DeleteLoadBalancerPolicyDeletes the specified policy from the specified load balancer. This policy must not be enabled for any listeners.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `InvalidConfigurationRequestException of
Types.invalid_configuration_request_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_load_balancer_policy_input ->
(Types.delete_load_balancer_policy_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `InvalidConfigurationRequestException of
Types.invalid_configuration_request_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_load_balancer_policy_input ->
(Types.delete_load_balancer_policy_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `AccessPointNotFoundException of Types.access_point_not_found_exception
| `InvalidConfigurationRequestException of
Types.invalid_configuration_request_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result