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

ReservedCacheNodeMessage

import type { ReservedCacheNodeMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";

Represents the output of a DescribeReservedCacheNodes operation.

interface ReservedCacheNodeMessage {
Marker?: string | null;
ReservedCacheNodes: ReservedCacheNode[];
}

§Properties

§
Marker?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.

§
ReservedCacheNodes: ReservedCacheNode[]
[src]

A list of reserved cache nodes. Each element in the list contains detailed information about one node.