Smaws_Client_DAX.DecreaseReplicationFactor
val request :
Smaws_Lib.Context.t ->
decrease_replication_factor_request ->
(decrease_replication_factor_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClusterNotFoundFault of cluster_not_found_fault
| `InvalidClusterStateFault of invalid_cluster_state_fault
| `InvalidParameterCombinationException of
invalid_parameter_combination_exception
| `InvalidParameterValueException of invalid_parameter_value_exception
| `NodeNotFoundFault of node_not_found_fault
| `ServiceLinkedRoleNotFoundFault of service_linked_role_not_found_fault ])
Stdlib.result
Removes one or more nodes from a DAX cluster.
You cannot use DecreaseReplicationFactor
to remove the last node in a DAX cluster. If you need to do this, use DeleteCluster
instead.