Smaws_Client_DAX.UpdateCluster
Modifies the settings for a DAX cluster. You can use this action to change one or more cluster configuration parameters by specifying the parameters and the new values.
val request :
Smaws_Lib.Context.t ->
Types.update_cluster_request ->
(Types.update_cluster_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterGroupStateFault of
Types.invalid_parameter_group_state_fault
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ParameterGroupNotFoundFault of Types.parameter_group_not_found_fault
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault ])
Stdlib.result