Skip to content

RebootNode

Source: src/AWS/DAX/RebootNode.ts

Runtime binding for the RebootNode operation (IAM action dax:RebootNode), scoped to one Cluster.

Reboots a single node of the bound DAX cluster — restarts the DAX engine process without flushing the cache contents. The node id comes from DescribeClusters (e.g. my-cluster-a). Provide the implementation with Effect.provide(AWS.DAX.RebootNodeHttp).

const rebootNode = yield* DAX.RebootNode(cluster);
const result = yield* rebootNode({ NodeId: nodeId });
// result.Cluster?.Nodes → the node reports status "rebooting"