Smaws_Client_DAX.RebootNode
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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `NodeNotFoundFault of Types.node_not_found_fault
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.reboot_node_request ->
(Types.reboot_node_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `NodeNotFoundFault of Types.node_not_found_fault
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault ])
Stdlib.result