Module Values.CompatibleKafkaVersionSource

Contains source Apache Kafka versions and compatible target Apache Kafka versions.

Sourcetype nonrec t = {
  1. sourceVersion : string option;
    (*

    An Apache Kafka version.

    *)
  2. targetVersions : string list option;
    (*

    A list of Apache Kafka versions.

    *)
}
Sourceval make : ?sourceVersion:??? -> ?targetVersions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t