Module Values.UpdateClusterConfigurationRequestSource

Updates the cluster with the configuration that is specified in the request body.

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

    The Amazon Resource Name (ARN) that uniquely identifies the cluster.

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

    Represents the configuration that you want MSK to use for the brokers in a cluster.

    *)
  3. currentVersion : string;
    (*

    The version of the cluster that needs to be updated.

    *)
}
Sourceval context_ : string
Sourceval make : clusterArn:string -> configurationInfo:ConfigurationInfo.t -> currentVersion: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