File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed
services/neptune/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Neptune" ,
4
+ "contributor" : " " ,
5
+ "description" : " Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6
+ }
Original file line number Diff line number Diff line change 685
685
"expect" : {
686
686
"error" : " Invalid Configuration: Missing Region"
687
687
}
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
- }
699
688
}
700
689
],
701
690
"version" : " 1.0"
Original file line number Diff line number Diff line change 4
4
"apiVersion" :" 2014-10-31" ,
5
5
"endpointPrefix" :" rds" ,
6
6
"protocol" :" query" ,
7
+ "protocols" :[" query" ],
7
8
"serviceAbbreviation" :" Amazon Neptune" ,
8
9
"serviceFullName" :" Amazon Neptune" ,
9
10
"serviceId" :" Neptune" ,
10
11
"signatureVersion" :" v4" ,
11
12
"signingName" :" rds" ,
12
13
"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" ]
14
16
},
15
17
"operations" :{
16
18
"AddRoleToDBCluster" :{
You can’t perform that action at this time.
0 commit comments