Module Values.ConfigRulesSource

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