Skip to content

Commit 43c7e30

Browse files
author
AWS
committed
Amazon Neptune Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent e50c5cb commit 43c7e30

File tree

3 files changed

+9
-12
lines changed

3 files changed

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

services/neptune/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -685,17 +685,6 @@
685685
"expect": {
686686
"error": "Invalid Configuration: Missing Region"
687687
}
688-
},
689-
{
690-
"documentation": "Partition doesn't support DualStack",
691-
"expect": {
692-
"error": "DualStack is enabled but this partition does not support DualStack"
693-
},
694-
"params": {
695-
"Region": "us-isob-east-1",
696-
"UseFIPS": false,
697-
"UseDualStack": true
698-
}
699688
}
700689
],
701690
"version": "1.0"

services/neptune/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 Neptune",
89
"serviceFullName":"Amazon Neptune",
910
"serviceId":"Neptune",
1011
"signatureVersion":"v4",
1112
"signingName":"rds",
1213
"uid":"neptune-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
"AddRoleToDBCluster":{

0 commit comments

Comments
 (0)