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

CacheParameterGroupsMessage

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

Represents the output of a DescribeCacheParameterGroups operation.

interface CacheParameterGroupsMessage {
CacheParameterGroups: CacheParameterGroup[];
Marker?: string | null;
}

§Properties

§
CacheParameterGroups: CacheParameterGroup[]
[src]

A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.

§
Marker?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.