Module Values.VerboseSource

Specifies whether a describe operation should return exhaustive or abbreviated information.

Sourcetype nonrec t = bool

Specifies whether a describe operation should return exhaustive or abbreviated information.

Sourceval make : 'a -> 'a
Sourceval of_string : string -> bool
Sourceval to_value : 'a -> [> `Boolean of 'a ]
Sourceval to_query : bool -> Awso.Client.Query.t
Sourceval to_header : bool -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> bool
Sourceval of_json : Yojson.Safe.t -> bool
Sourceval to_json : bool -> Yojson.Safe.t