Module Values.UpdateClusterKafkaVersionRequestSource

Updates the Apache Kafka version for the cluster.

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

    The Amazon Resource Name (ARN) of the cluster to be updated.

    *)
  2. configurationInfo : ConfigurationInfo.t option;
    (*

    The custom configuration that should be applied on the new version of cluster.

    *)
  3. currentVersion : string;
    (*

    Current cluster version.

    *)
  4. targetKafkaVersion : string;
    (*

    Target Kafka version.

    *)
}
Sourceval context_ : string
Sourceval make : ?configurationInfo:??? -> clusterArn:string -> currentVersion:string -> targetKafkaVersion:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string ]) list ]) 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