We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a35ffe commit fd9be05Copy full SHA for fd9be05
codegen/sdk-codegen/aws-models/rekognition.json
@@ -8295,7 +8295,20 @@
8295
"outputToken": "NextToken",
8296
"items": "CollectionIds",
8297
"pageSize": "MaxResults"
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
+ ]
8312
}
8313
},
8314
"com.amazonaws.rekognition#ListCollectionsRequest": {
0 commit comments