Values.UpdateClusterRequestSourceA request to update the cluster.
type nonrec t = {clusterId : string;The ID of the cluster
*)name : string option;Include this parameter only if you want to change the current name of the Cluster. Specify a name that is unique in the AWS account. You can't change the name. Names are case-sensitive.
*)networkSettings : ClusterNetworkSettingsUpdateRequest.t option;Include this property only if you want to change the current connections between the Nodes in the Cluster and the Networks the Cluster is associated with.
*)}