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

CacheEngineVersionMessage

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

Represents the output of a "DescribeCacheEngineVersions" operation.

interface CacheEngineVersionMessage {
CacheEngineVersions: CacheEngineVersion[];
Marker?: string | null;
}

§Properties

§
CacheEngineVersions: CacheEngineVersion[]
[src]

A list of cache engine version details. Each element in the list contains detailed information about one cache engine version.

§
Marker?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.