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 87cd063 commit 37196bdCopy full SHA for 37196bd
.changes/next-release/feature-AmazonKinesis-d188038.json
@@ -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
@@ -6,12 +6,14 @@
"jsonVersion":"1.1",
7
"protocol":"json",
8
"protocolSettings":{"h2":"eventstream"},
9
+ "protocols":["json"],
10
"serviceAbbreviation":"Kinesis",
11
"serviceFullName":"Amazon Kinesis",
12
"serviceId":"Kinesis",
13
"signatureVersion":"v4",
14
"targetPrefix":"Kinesis_20131202",
- "uid":"kinesis-2013-12-02"
15
+ "uid":"kinesis-2013-12-02",
16
+ "auth":["aws.auth#sigv4"]
17
},
18
"operations":{
19
"AddTagsToStream":{
0 commit comments