Smaws_Client_DAX.IncreaseReplicationFactor
val request :
Smaws_Lib.Context.t ->
increase_replication_factor_request ->
(increase_replication_factor_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClusterNotFoundFault of cluster_not_found_fault
| `InsufficientClusterCapacityFault of insufficient_cluster_capacity_fault
| `InvalidClusterStateFault of invalid_cluster_state_fault
| `InvalidParameterCombinationException of
invalid_parameter_combination_exception
| `InvalidParameterValueException of invalid_parameter_value_exception
| `InvalidVPCNetworkStateFault of invalid_vpc_network_state_fault
| `NodeQuotaForClusterExceededFault of
node_quota_for_cluster_exceeded_fault
| `NodeQuotaForCustomerExceededFault of
node_quota_for_customer_exceeded_fault
| `ServiceLinkedRoleNotFoundFault of service_linked_role_not_found_fault ])
Stdlib.result
Adds one or more nodes to a DAX cluster.