Smaws_Client_DAX.DescribeClusters
val request :
Smaws_Lib.Context.t ->
describe_clusters_request ->
(describe_clusters_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClusterNotFoundFault of cluster_not_found_fault
| `InvalidParameterCombinationException of
invalid_parameter_combination_exception
| `InvalidParameterValueException of invalid_parameter_value_exception
| `ServiceLinkedRoleNotFoundFault of service_linked_role_not_found_fault ])
Stdlib.result
Returns information about all provisioned DAX clusters if no cluster identifier is specified, or about a specific DAX cluster if a cluster identifier is supplied.
If the cluster is in the CREATING state, only cluster level information will be displayed until all of the nodes are successfully provisioned.
If the cluster is in the DELETING state, only cluster level information will be displayed.
If nodes are currently being added to the DAX cluster, node endpoint information and creation time for the additional nodes will not be displayed until they are completely provisioned. When the DAX cluster state is available, the cluster is ready for use.
If nodes are currently being removed from the DAX cluster, no endpoint information for the removed nodes is displayed.