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