Skip to content

Commit 48630a3

Browse files
author
awstools
committed
feat(client-dynamodb): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent c82749a commit 48630a3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7713,7 +7713,22 @@
77137713
"outputToken": "LastEvaluatedTableName",
77147714
"items": "TableNames",
77157715
"pageSize": "Limit"
7716-
}
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+
]
77177732
}
77187733
},
77197734
"com.amazonaws.dynamodb#ListTablesInput": {

0 commit comments

Comments
 (0)