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

ListAllowedNodeTypeModificationsMessage

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

The input parameters for the ListAllowedNodeTypeModifications operation.

interface ListAllowedNodeTypeModificationsMessage {
CacheClusterId?: string | null;
ReplicationGroupId?: string | null;
}

§Properties

§
CacheClusterId?: string | null
[src]

The name of the cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.

! IMPORTANT: ! You must provide a value for either the CacheClusterId or the ReplicationGroupId.

§
ReplicationGroupId?: string | null
[src]

The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

! IMPORTANT: ! You must provide a value for either the CacheClusterId or the ReplicationGroupId.