Values.UpdateClusterKafkaVersionRequestSourceUpdates the Apache Kafka version for the cluster.
type nonrec t = {clusterArn : string;The Amazon Resource Name (ARN) of the cluster to be updated.
*)configurationInfo : ConfigurationInfo.t option;The custom configuration that should be applied on the new version of cluster.
*)currentVersion : string;Current cluster version.
*)targetKafkaVersion : string;Target Kafka version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string * [> `Long of Awso.Import.Int64.t | `String of string ])
list ])
list ]