We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76467b4 commit 50e295dCopy full SHA for 50e295d
.changes/next-release/feature-AmazonRoute53-5f81fff.json
@@ -0,0 +1,6 @@
1
+{
2
+ "type": "feature",
3
+ "category": "Amazon Route 53",
4
+ "contributor": "",
5
+ "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6
+}
services/route53/src/main/resources/codegen-resources/service-2.json
@@ -5,11 +5,13 @@
"endpointPrefix":"route53",
"globalEndpoint":"route53.amazonaws.com",
7
"protocol":"rest-xml",
8
+ "protocols":["rest-xml"],
9
"serviceAbbreviation":"Route 53",
10
"serviceFullName":"Amazon Route 53",
11
"serviceId":"Route 53",
12
"signatureVersion":"v4",
- "uid":"route53-2013-04-01"
13
+ "uid":"route53-2013-04-01",
14
+ "auth":["aws.auth#sigv4"]
15
},
16
"operations":{
17
"ActivateKeySigningKey":{
0 commit comments