Skip to content

Commit df0855e

Browse files
author
AWS
committed
Amazon ElastiCache Update: ElastiCache extends support for Scale down for Redis Cluster-mode enabled and disabled replication groups
1 parent 7ee0e3a commit df0855e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon ElastiCache",
4+
"description": "ElastiCache extends support for Scale down for Redis Cluster-mode enabled and disabled replication groups"
5+
}

services/elasticache/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,10 @@
970970
"ScaleUpModifications":{
971971
"shape":"NodeTypeList",
972972
"documentation":"<p>A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.</p> <p>When scaling up a Redis cluster or replication group using <code>ModifyCacheCluster</code> or <code>ModifyReplicationGroup</code>, use a value from this list for the <code>CacheNodeType</code> parameter.</p>"
973+
},
974+
"ScaleDownModifications":{
975+
"shape":"NodeTypeList",
976+
"documentation":"<p>A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.</p> <p>When scaling down on a Redis cluster or replication group using <code>ModifyCacheCluster</code> or <code>ModifyReplicationGroup</code>, use a value from this list for the <code>CacheNodeType</code> parameter.</p>"
973977
}
974978
},
975979
"documentation":"<p>Represents the allowed node types you can use to modify your cluster or replication group.</p>"

0 commit comments

Comments
 (0)