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

CacheClusterMessage

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

Represents the output of a DescribeCacheClusters operation.

interface CacheClusterMessage {
CacheClusters: CacheCluster[];
Marker?: string | null;
}

§Properties

§
CacheClusters: CacheCluster[]
[src]

A list of clusters. Each item in the list contains detailed information about one cluster.

§
Marker?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.