Module Values.RuleUpdatesSource

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