Smaws_Client_ElasticLoadBalancingv2.DeleteRuleDeletes the specified rule.
You can't delete the default rule.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `OperationNotPermittedException of Types.operation_not_permitted_exception
| `RuleNotFoundException of Types.rule_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_rule_input ->
(Types.delete_rule_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `OperationNotPermittedException of
Types.operation_not_permitted_exception
| `RuleNotFoundException of Types.rule_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_rule_input ->
(Types.delete_rule_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `OperationNotPermittedException of
Types.operation_not_permitted_exception
| `RuleNotFoundException of Types.rule_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result