File tree 1 file changed +29
-1
lines changed
codegen/sdk-codegen/aws-models
1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 670
670
"value" : " control"
671
671
}
672
672
},
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
+ ],
673
688
"smithy.waiters#waitable" : {
674
689
"StreamExists" : {
675
690
"acceptors" : [
6064
6079
"inputToken" : " NextToken" ,
6065
6080
"outputToken" : " NextToken" ,
6066
6081
"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
+ ]
6068
6096
}
6069
6097
},
6070
6098
"com.amazonaws.kinesis#ListStreamsInput" : {
You can’t perform that action at this time.
0 commit comments