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