Skip to content

Commit 86c28e0

Browse files
author
awstools
committed
feat(client-kinesis): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 52b9cf4 commit 86c28e0

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

codegen/sdk-codegen/aws-models/kinesis.json

+29-1
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,21 @@
670670
"value": "control"
671671
}
672672
},
673+
"smithy.test#smokeTests": [
674+
{
675+
"id": "DescribeStreamFailure",
676+
"params": {
677+
"StreamName": "bogus-stream-name"
678+
},
679+
"vendorParams": {
680+
"region": "us-west-2"
681+
},
682+
"vendorParamsShape": "aws.test#AwsVendorParams",
683+
"expect": {
684+
"failure": {}
685+
}
686+
}
687+
],
673688
"smithy.waiters#waitable": {
674689
"StreamExists": {
675690
"acceptors": [
@@ -6064,7 +6079,20 @@
60646079
"inputToken": "NextToken",
60656080
"outputToken": "NextToken",
60666081
"pageSize": "Limit"
6067-
}
6082+
},
6083+
"smithy.test#smokeTests": [
6084+
{
6085+
"id": "ListStreamsSuccess",
6086+
"params": {},
6087+
"vendorParams": {
6088+
"region": "us-west-2"
6089+
},
6090+
"vendorParamsShape": "aws.test#AwsVendorParams",
6091+
"expect": {
6092+
"success": {}
6093+
}
6094+
}
6095+
]
60686096
}
60696097
},
60706098
"com.amazonaws.kinesis#ListStreamsInput": {

0 commit comments

Comments
 (0)