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

ReservedCacheNodesOfferingMessage

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

Represents the output of a DescribeReservedCacheNodesOfferings operation.

interface ReservedCacheNodesOfferingMessage {
Marker?: string | null;
ReservedCacheNodesOfferings: ReservedCacheNodesOffering[];
}

§Properties

§
Marker?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.

§
ReservedCacheNodesOfferings: ReservedCacheNodesOffering[]
[src]

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