Skip to content

Commit f7ae1ed

Browse files
author
AWS
committed
Amazon DocumentDB with MongoDB compatibility Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent b112c0c commit f7ae1ed

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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 DocumentDB with MongoDB compatibility",
4+
"contributor": "",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
"apiVersion":"2014-10-31",
55
"endpointPrefix":"rds",
66
"protocol":"query",
7+
"protocols":["query"],
78
"serviceAbbreviation":"Amazon DocDB",
89
"serviceFullName":"Amazon DocumentDB with MongoDB compatibility",
910
"serviceId":"DocDB",
1011
"signatureVersion":"v4",
1112
"signingName":"rds",
1213
"uid":"docdb-2014-10-31",
13-
"xmlNamespace":"http://rds.amazonaws.com/doc/2014-10-31/"
14+
"xmlNamespace":"http://rds.amazonaws.com/doc/2014-10-31/",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AddSourceIdentifierToSubscription":{

0 commit comments

Comments
 (0)