Skip to content

Commit aaf2ab7

Browse files
author
awstools
committed
feat(client-snowball): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent db1da4c commit aaf2ab7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Diff for: codegen/sdk-codegen/aws-models/snowball.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -2500,7 +2500,20 @@
25002500
"outputToken": "NextToken",
25012501
"items": "Addresses",
25022502
"pageSize": "MaxResults"
2503-
}
2503+
},
2504+
"smithy.test#smokeTests": [
2505+
{
2506+
"id": "DescribeAddressesSuccess",
2507+
"params": {},
2508+
"vendorParams": {
2509+
"region": "us-west-2"
2510+
},
2511+
"vendorParamsShape": "aws.test#AwsVendorParams",
2512+
"expect": {
2513+
"success": {}
2514+
}
2515+
}
2516+
]
25042517
}
25052518
},
25062519
"com.amazonaws.snowball#DescribeAddressesRequest": {

0 commit comments

Comments
 (0)