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

DeleteCacheParameterGroupMessage

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

Represents the input of a DeleteCacheParameterGroup operation.

interface DeleteCacheParameterGroupMessage {
CacheParameterGroupName: string;
}

§Properties

§
CacheParameterGroupName: string
[src]

The name of the cache parameter group to delete.

Note: The specified cache security group must not be associated with any clusters.