Skip to content

Commit 7b7b5ec

Browse files
author
awstools
committed
feat(client-athena): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 78789c4 commit 7b7b5ec

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

+14-1
Original file line numberDiff line numberDiff line change
@@ -5229,7 +5229,20 @@
52295229
"inputToken": "NextToken",
52305230
"outputToken": "NextToken",
52315231
"pageSize": "MaxResults"
5232-
}
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+
]
52335246
}
52345247
},
52355248
"com.amazonaws.athena#ListNamedQueriesInput": {

0 commit comments

Comments
 (0)