Smaws_Client_DAX.RebootNode
val request :
Smaws_Lib.Context.t ->
reboot_node_request ->
(reboot_node_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClusterNotFoundFault of cluster_not_found_fault
| `InvalidClusterStateFault of invalid_cluster_state_fault
| `InvalidParameterCombinationException of
invalid_parameter_combination_exception
| `InvalidParameterValueException of invalid_parameter_value_exception
| `NodeNotFoundFault of node_not_found_fault
| `ServiceLinkedRoleNotFoundFault of service_linked_role_not_found_fault ])
Stdlib.result
Reboots a single node of a DAX cluster. The reboot action takes place as soon as possible. During the reboot, the node status is set to REBOOTING.
RebootNode
restarts the DAX engine process and does not remove the contents of the cache.