Smaws_Client_DAX.DecreaseReplicationFactor
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.
val request :
Smaws_Lib.Context.t ->
Types.decrease_replication_factor_request ->
(Types.decrease_replication_factor_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
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `NodeNotFoundFault of Types.node_not_found_fault
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault ])
Stdlib.result