New API Documentation - Developer Preview Available
We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
Deletes a previously provisioned DAX cluster.
DeleteCluster deletes all associated nodes, node endpoints
and the DAX cluster itself. When you receive a successful response from this action,
DAX immediately begins deleting the cluster; you cannot cancel or revert this
action.
Example
Use a bare-bones client and the command you need to make an API call.
Deletes a previously provisioned DAX cluster. DeleteCluster deletes all associated nodes, node endpoints and the DAX cluster itself. When you receive a successful response from this action, DAX immediately begins deleting the cluster; you cannot cancel or revert this action.
Example
Use a bare-bones client and the command you need to make an API call.
Param
DeleteClusterCommandInput
Returns
DeleteClusterCommandOutput
See
input
shape.response
shape.config
shape.Throws
ClusterNotFoundFault (client fault)
The requested cluster ID does not refer to an existing DAX cluster.
Throws
InvalidClusterStateFault (client fault)
The requested DAX cluster is not in the available state.
Throws
InvalidParameterCombinationException (client fault)
Two or more incompatible parameters were specified.
Throws
InvalidParameterValueException (client fault)
The value for a parameter is invalid.
Throws
ServiceLinkedRoleNotFoundFault (client fault)
The specified service linked role (SLR) was not found.
Throws
DAXServiceException
Base exception class for all service exceptions from DAX service.