Values.UpdateClusterConfigurationRequestSourceUpdates the cluster with the configuration that is specified in the request body.
type nonrec t = {clusterArn : string;The Amazon Resource Name (ARN) that uniquely identifies the cluster.
*)configurationInfo : ConfigurationInfo.t;Represents the configuration that you want MSK to use for the brokers in a cluster.
*)currentVersion : string;The version of the cluster that needs to be updated.
*)}val make :
clusterArn:string ->
configurationInfo:ConfigurationInfo.t ->
currentVersion:string ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string * [> `Long of Awso.Import.Int64.t | `String of string ])
list ])
list ]