We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82749a commit 48630a3Copy full SHA for 48630a3
codegen/sdk-codegen/aws-models/dynamodb.json
@@ -7713,7 +7713,22 @@
7713
"outputToken": "LastEvaluatedTableName",
7714
"items": "TableNames",
7715
"pageSize": "Limit"
7716
- }
+ },
7717
+ "smithy.test#smokeTests": [
7718
+ {
7719
+ "id": "ListTablesSuccess",
7720
+ "params": {
7721
+ "Limit": 1
7722
7723
+ "vendorParams": {
7724
+ "region": "us-west-2"
7725
7726
+ "vendorParamsShape": "aws.test#AwsVendorParams",
7727
+ "expect": {
7728
+ "success": {}
7729
+ }
7730
7731
+ ]
7732
}
7733
},
7734
"com.amazonaws.dynamodb#ListTablesInput": {
0 commit comments