Module Values.BatchDeleteFirewallRuleResultSource

Information about a firewall rule that was deleted in a batch operation.

Sourcetype nonrec t = {
  1. clientToken : ClientToken.t option;
    (*

    The unique string that identified the request and ensured idempotency.

    *)
  2. id : ResourceId.t option;
    (*

    The unique identifier of the deleted firewall rule.

    *)
  3. name : ResourceName.t option;
    (*

    The name of the deleted firewall rule.

    *)
  4. status : CRResourceStatus.t option;
    (*

    The final status of the deleted firewall rule.

    *)
}
Sourceval make : ?clientToken:??? -> ?id:??? -> ?name:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ClientToken.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t