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

AllowedNodeTypeModificationsMessage

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

Represents the allowed node types you can use to modify your cluster or replication group.

interface AllowedNodeTypeModificationsMessage {
ScaleDownModifications: string[];
ScaleUpModifications: string[];
}

§Properties

§
ScaleDownModifications: string[]
[src]

A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

§
ScaleUpModifications: string[]
[src]

A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

When scaling up a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.