Skip to content

Commit fd9be05

Browse files
author
awstools
committed
feat(client-rekognition): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 9a35ffe commit fd9be05

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

+14-1
Original file line numberDiff line numberDiff line change
@@ -8295,7 +8295,20 @@
82958295
"outputToken": "NextToken",
82968296
"items": "CollectionIds",
82978297
"pageSize": "MaxResults"
8298-
}
8298+
},
8299+
"smithy.test#smokeTests": [
8300+
{
8301+
"id": "ListCollectionsSuccess",
8302+
"params": {},
8303+
"vendorParams": {
8304+
"region": "us-west-2"
8305+
},
8306+
"vendorParamsShape": "aws.test#AwsVendorParams",
8307+
"expect": {
8308+
"success": {}
8309+
}
8310+
}
8311+
]
82998312
}
83008313
},
83018314
"com.amazonaws.rekognition#ListCollectionsRequest": {

0 commit comments

Comments
 (0)