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

CacheParameterGroupDetails

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

Represents the output of a DescribeCacheParameters operation.

interface CacheParameterGroupDetails {
CacheNodeTypeSpecificParameters: CacheNodeTypeSpecificParameter[];
Marker?: string | null;
Parameters: Parameter[];
}

§Properties

§
CacheNodeTypeSpecificParameters: CacheNodeTypeSpecificParameter[]
[src]

A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.

§
Marker?: string | null
[src]

Provides an identifier to allow retrieval of paginated results.

§
Parameters: Parameter[]
[src]

A list of "Parameter" instances.