Module Values.WebACLUpdatesSource

Sourcetype nonrec t = WebACLUpdate.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : WebACLUpdate.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of RulePriority.t | `List of [> `Structure of (string * [> `String of ResourceId.t ]) list ] list | `String of ResourceId.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> WebACLUpdate.t list
Sourceval of_json : [> Yojson.Safe.t ] -> WebACLUpdate.t list
Sourceval to_json : WebACLUpdate.t list -> Yojson.Safe.t