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

Node

import type { Node } from "https://aws-api.deno.dev/v0.4/services/memorydb.ts?docs=full";

Represents an individual node within a cluster. Each node runs its own instance of the cluster's protocol-compliant caching software.

interface Node {
AvailabilityZone?: string | null;
CreateTime?: Date | number | null;
Endpoint?: Endpoint | null;
Name?: string | null;
Status?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone in which the node resides

§
CreateTime?: Date | number | null
[src]

The date and time when the node was created.

§
Endpoint?: Endpoint | null
[src]

The hostname for connecting to this node.

§
Name?: string | null
[src]

The node identifier. A node name is a numeric identifier (0001, 0002, etc.). The combination of cluster name, shard name and node name uniquely identifies every node used in a customer's Amazon account.

§
Status?: string | null
[src]

The status of the service update on the node