Skip to content

Commit e5b5331

Browse files
author
AWS
committed
Amazon Import/Export Snowball Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 056d6eb commit e5b5331

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"snowball",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"Amazon Snowball",
910
"serviceFullName":"Amazon Import/Export Snowball",
1011
"serviceId":"Snowball",
1112
"signatureVersion":"v4",
1213
"targetPrefix":"AWSIESnowballJobManagementService",
13-
"uid":"snowball-2016-06-30"
14+
"uid":"snowball-2016-06-30",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"CancelCluster":{

0 commit comments

Comments
 (0)