Skip to content

Commit

Permalink
feat(client-kinesis): Add v2 smoke tests and smithy smokeTests trait …
Browse files Browse the repository at this point in the history
…for SDK testing.
  • Loading branch information
awstools committed Aug 2, 2024
1 parent 52b9cf4 commit 86c28e0
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion codegen/sdk-codegen/aws-models/kinesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,21 @@
"value": "control"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeStreamFailure",
"params": {
"StreamName": "bogus-stream-name"
},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"failure": {}
}
}
],
"smithy.waiters#waitable": {
"StreamExists": {
"acceptors": [
Expand Down Expand Up @@ -6064,7 +6079,20 @@
"inputToken": "NextToken",
"outputToken": "NextToken",
"pageSize": "Limit"
}
},
"smithy.test#smokeTests": [
{
"id": "ListStreamsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.kinesis#ListStreamsInput": {
Expand Down

0 comments on commit 86c28e0

Please sign in to comment.