Values.BatchUpdateFirewallRuleOutputItemSourceThe result of updating a firewall rule in a batch operation.
type nonrec t = {firewallRule : BatchUpdateFirewallRuleResult.t option;The firewall rule that was updated in the batch operation.
*)code : Integer.t option;The response code for the update operation.
*)message : String_.t option;The response message for the update operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of BlockOverrideTtl.t
| `Long of FirewallRulePriority.t
| `String of Domain.t
| `Timestamp of ISO8601TimeString.t ])
list ])
list ]