Module Values.LimitsByRoleSource

Sourcetype nonrec t = (InstanceRole.t * Limits.t) list
Sourceval make : 'a -> 'a
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : ('a * Limits.t) list -> [> `Map of ([> `String of 'a ] * [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of LimitValue.t | `Structure of (string * [> `List of [> `String of LimitValue.t ] list | `String of LimitName.t ]) list ] list | `String of StorageTypeName.t ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Integer of MinimumInstanceCount.t ]) list ]) list ]) list ]) list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (string * Limits.t) list