Smaws_Client_Snowball.UpdateClusterWhile a cluster's ClusterState value is in the AwaitingQuorum state, you can update some of the information associated with a cluster. Once the cluster changes to a different job state, usually 60 minutes after the cluster being created, this action is no longer available.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `Ec2RequestFailedException of Types.ec2_request_failed_exception
| `InvalidInputCombinationException of
Types.invalid_input_combination_exception
| `InvalidJobStateException of Types.invalid_job_state_exception
| `InvalidResourceException of Types.invalid_resource_exception
| `KMSRequestFailedException of Types.kms_request_failed_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_cluster_request ->
(Types.update_cluster_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `Ec2RequestFailedException of Types.ec2_request_failed_exception
| `InvalidInputCombinationException of
Types.invalid_input_combination_exception
| `InvalidJobStateException of Types.invalid_job_state_exception
| `InvalidResourceException of Types.invalid_resource_exception
| `KMSRequestFailedException of Types.kms_request_failed_exception ])
Stdlib.result