Smaws_Client_DAX.CreateCluster
val request :
Smaws_Lib.Context.t ->
create_cluster_request ->
(create_cluster_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClusterAlreadyExistsFault of cluster_already_exists_fault
| `ClusterQuotaForCustomerExceededFault of
cluster_quota_for_customer_exceeded_fault
| `InsufficientClusterCapacityFault of insufficient_cluster_capacity_fault
| `InvalidClusterStateFault of invalid_cluster_state_fault
| `InvalidParameterCombinationException of
invalid_parameter_combination_exception
| `InvalidParameterGroupStateFault of invalid_parameter_group_state_fault
| `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
| `ParameterGroupNotFoundFault of parameter_group_not_found_fault
| `ServiceLinkedRoleNotFoundFault of service_linked_role_not_found_fault
| `ServiceQuotaExceededException of service_quota_exceeded_exception
| `SubnetGroupNotFoundFault of subnet_group_not_found_fault
| `TagQuotaPerResourceExceeded of tag_quota_per_resource_exceeded ])
Stdlib.result
Creates a DAX cluster. All nodes in the cluster run the same DAX caching software.