Skip to content

Commit 0f18892

Browse files
author
AWS
committed
Amazon ElastiCache Update: This release is to add support for reader endpoint for cluster-mode disabled Amazon ElastiCache for Redis clusters.
1 parent e950330 commit 0f18892

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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": "This release is to add support for reader endpoint for cluster-mode disabled Amazon ElastiCache for Redis clusters."
5+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
{"shape":"ServiceUpdateNotFoundFault"},
6666
{"shape":"InvalidParameterValueException"}
6767
],
68-
"documentation":"<p>Apply the service update. For more information on service updates and applying them, see <a href=\"https://docs.aws.amazon.com/http:/docs.aws.amazon.com/Amazon/red-ug/applying-updates.html\">Applying Service Updates</a>.</p>"
68+
"documentation":"<p>Apply the service update. For more information on service updates and applying them, see <a href=\"https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/applying-updates.html\">Applying Service Updates</a>.</p>"
6969
},
7070
"BatchStopUpdateAction":{
7171
"name":"BatchStopUpdateAction",
@@ -3262,6 +3262,10 @@
32623262
"shape":"Endpoint",
32633263
"documentation":"<p>The endpoint of the primary node in this node group (shard).</p>"
32643264
},
3265+
"ReaderEndpoint":{
3266+
"shape":"Endpoint",
3267+
"documentation":"<p>The endpoint of the replica nodes in this node group (shard).</p>"
3268+
},
32653269
"Slots":{
32663270
"shape":"String",
32673271
"documentation":"<p>The keyspace for this node group (shard).</p>"

0 commit comments

Comments
 (0)