Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RebootNodeRequest

import type { RebootNodeRequest } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";
interface RebootNodeRequest {
ClusterName: string;
NodeId: string;
}

§Properties

§
ClusterName: string
[src]

The name of the DAX cluster containing the node to be rebooted.

§
NodeId: string
[src]

The system-assigned ID of the node to be rebooted.