CacheParameterGroup
import type { CacheParameterGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";interface CacheParameterGroup {
ARN?: string | null;
CacheParameterGroupFamily?: string | null;
CacheParameterGroupName?: string | null;
Description?: string | null;
IsGlobal?: boolean | null;
}