Values.BatchDeleteFirewallRuleOutputItemSourceThe result of deleting a firewall rule in a batch operation.
type nonrec t = {firewallRule : BatchDeleteFirewallRuleResult.t option;The firewall rule that was deleted in the batch operation.
*)code : Integer.t option;The response code for the delete operation.
*)message : String_.t option;The response message for the delete operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of ClientToken.t ]) list ])
list ]