Skip to content

Commit 9fb6c72

Browse files
author
AWS
committed
Amazon DynamoDB Update: Adding ReplicaArn to ReplicaDescription of a global table replica
1 parent e176880 commit 9fb6c72

File tree

4 files changed

+126
-116
lines changed

4 files changed

+126
-116
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 DynamoDB",
4+
"contributor": "",
5+
"description": "Adding ReplicaArn to ReplicaDescription of a global table replica"
6+
}

services/dynamodb/src/main/resources/codegen-resources/dynamodb/endpoint-rule-set.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@
266266
"properties": {
267267
"authSchemes": [
268268
{
269-
"signingRegion": "us-east-1",
269+
"name": "sigv4",
270270
"signingName": "dynamodb",
271-
"name": "sigv4"
271+
"signingRegion": "us-east-1"
272272
}
273273
]
274274
},

0 commit comments

Comments
 (0)