Skip to content

Commit 226a0fe

Browse files
author
AWS
committed
Amazon API Gateway Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 164a150 commit 226a0fe

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"apiVersion":"2015-07-09",
55
"endpointPrefix":"apigateway",
66
"protocol":"rest-json",
7+
"protocols":["rest-json"],
78
"serviceFullName":"Amazon API Gateway",
89
"serviceId":"API Gateway",
910
"signatureVersion":"v4",
10-
"uid":"apigateway-2015-07-09"
11+
"uid":"apigateway-2015-07-09",
12+
"auth":["aws.auth#sigv4"]
1113
},
1214
"operations":{
1315
"CreateApiKey":{

0 commit comments

Comments
 (0)