We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78789c4 commit 7b7b5ecCopy full SHA for 7b7b5ec
codegen/sdk-codegen/aws-models/athena.json
@@ -5229,7 +5229,20 @@
5229
"inputToken": "NextToken",
5230
"outputToken": "NextToken",
5231
"pageSize": "MaxResults"
5232
- }
+ },
5233
+ "smithy.test#smokeTests": [
5234
+ {
5235
+ "id": "ListNamedQueriesSuccess",
5236
+ "params": {},
5237
+ "vendorParams": {
5238
+ "region": "us-west-2"
5239
5240
+ "vendorParamsShape": "aws.test#AwsVendorParams",
5241
+ "expect": {
5242
+ "success": {}
5243
+ }
5244
5245
+ ]
5246
}
5247
},
5248
"com.amazonaws.athena#ListNamedQueriesInput": {
0 commit comments