Skip to content

Commit 50e295d

Browse files
AWSsugmanue
authored andcommitted
Amazon Route 53 Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 76467b4 commit 50e295d

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 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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
"endpointPrefix":"route53",
66
"globalEndpoint":"route53.amazonaws.com",
77
"protocol":"rest-xml",
8+
"protocols":["rest-xml"],
89
"serviceAbbreviation":"Route 53",
910
"serviceFullName":"Amazon Route 53",
1011
"serviceId":"Route 53",
1112
"signatureVersion":"v4",
12-
"uid":"route53-2013-04-01"
13+
"uid":"route53-2013-04-01",
14+
"auth":["aws.auth#sigv4"]
1315
},
1416
"operations":{
1517
"ActivateKeySigningKey":{

0 commit comments

Comments
 (0)