Skip to content

Commit 215b3af

Browse files
author
AWS
committed
Amazon Keyspaces Update: Removing replication region limitation for Amazon Keyspaces Multi-Region Replication APIs.
1 parent 1c8d3ff commit 215b3af

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Keyspaces",
4+
"contributor": "",
5+
"description": "Removing replication region limitation for Amazon Keyspaces Multi-Region Replication APIs."
6+
}

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
},
558558
"replicationSpecification":{
559559
"shape":"ReplicationSpecification",
560-
"documentation":"<p> The replication specification of the keyspace includes:</p> <ul> <li> <p> <code>replicationStrategy</code> - the required value is <code>SINGLE_REGION</code> or <code>MULTI_REGION</code>.</p> </li> <li> <p> <code>regionList</code> - if the <code>replicationStrategy</code> is <code>MULTI_REGION</code>, the <code>regionList</code> requires the current Region and at least one additional Amazon Web Services Region where the keyspace is going to be replicated in. The maximum number of supported replication Regions including the current Region is six.</p> </li> </ul>"
560+
"documentation":"<p> The replication specification of the keyspace includes:</p> <ul> <li> <p> <code>replicationStrategy</code> - the required value is <code>SINGLE_REGION</code> or <code>MULTI_REGION</code>.</p> </li> <li> <p> <code>regionList</code> - if the <code>replicationStrategy</code> is <code>MULTI_REGION</code>, the <code>regionList</code> requires the current Region and at least one additional Amazon Web Services Region where the keyspace is going to be replicated in.</p> </li> </ul>"
561561
}
562562
}
563563
},
@@ -1288,7 +1288,6 @@
12881288
"RegionList":{
12891289
"type":"list",
12901290
"member":{"shape":"region"},
1291-
"max":6,
12921291
"min":2
12931292
},
12941293
"ReplicaAutoScalingSpecification":{
@@ -1379,7 +1378,6 @@
13791378
"ReplicationGroupStatusList":{
13801379
"type":"list",
13811380
"member":{"shape":"ReplicationGroupStatus"},
1382-
"max":6,
13831381
"min":2
13841382
},
13851383
"ReplicationSpecification":{
@@ -1392,10 +1390,10 @@
13921390
},
13931391
"regionList":{
13941392
"shape":"RegionList",
1395-
"documentation":"<p> The <code>regionList</code> can contain up to six Amazon Web Services Regions where the keyspace is replicated in. </p>"
1393+
"documentation":"<p> The <code>regionList</code> contains the Amazon Web Services Regions where the keyspace is replicated in. </p>"
13961394
}
13971395
},
1398-
"documentation":"<p> The replication specification of the keyspace includes:</p> <ul> <li> <p> <code>regionList</code> - up to six Amazon Web Services Regions where the keyspace is replicated in.</p> </li> <li> <p> <code>replicationStrategy</code> - the required value is <code>SINGLE_REGION</code> or <code>MULTI_REGION</code>.</p> </li> </ul>"
1396+
"documentation":"<p> The replication specification of the keyspace includes:</p> <ul> <li> <p> <code>regionList</code> - the Amazon Web Services Regions where the keyspace is replicated in.</p> </li> <li> <p> <code>replicationStrategy</code> - the required value is <code>SINGLE_REGION</code> or <code>MULTI_REGION</code>.</p> </li> </ul>"
13991397
},
14001398
"ResourceNotFoundException":{
14011399
"type":"structure",

0 commit comments

Comments
 (0)