Sourcetype nonrec t = {bucket : string option;enabled : bool;prefix : string option;
} Sourceval make : ?bucket:??? -> ?prefix:??? -> enabled:bool -> unit -> t Sourceval to_value :
t ->
[> `Structure of (string * [> `Boolean of bool | `String of string ]) list ]