Skip to content

Commit 37196bd

Browse files
author
AWS
committed
Amazon Kinesis Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 87cd063 commit 37196bd

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

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
"jsonVersion":"1.1",
77
"protocol":"json",
88
"protocolSettings":{"h2":"eventstream"},
9+
"protocols":["json"],
910
"serviceAbbreviation":"Kinesis",
1011
"serviceFullName":"Amazon Kinesis",
1112
"serviceId":"Kinesis",
1213
"signatureVersion":"v4",
1314
"targetPrefix":"Kinesis_20131202",
14-
"uid":"kinesis-2013-12-02"
15+
"uid":"kinesis-2013-12-02",
16+
"auth":["aws.auth#sigv4"]
1517
},
1618
"operations":{
1719
"AddTagsToStream":{

0 commit comments

Comments
 (0)