Smaws_Client_WAFV2.DeleteFirewallManagerRuleGroupsDeletes all rule groups that are managed by Firewall Manager from the specified WebACL.
You can only use this if ManagedByFirewallManager and RetrofittedByFirewallManager are both false in the web ACL.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `WAFInternalErrorException of Types.waf_internal_error_exception
| `WAFInvalidOperationException of Types.waf_invalid_operation_exception
| `WAFInvalidParameterException of Types.waf_invalid_parameter_exception
| `WAFNonexistentItemException of Types.waf_nonexistent_item_exception
| `WAFOptimisticLockException of Types.waf_optimistic_lock_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_firewall_manager_rule_groups_request ->
(Types.delete_firewall_manager_rule_groups_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `WAFInternalErrorException of Types.waf_internal_error_exception
| `WAFInvalidOperationException of Types.waf_invalid_operation_exception
| `WAFInvalidParameterException of Types.waf_invalid_parameter_exception
| `WAFNonexistentItemException of Types.waf_nonexistent_item_exception
| `WAFOptimisticLockException of Types.waf_optimistic_lock_exception ])
Stdlib.result