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 bad32d4 commit cba04d5Copy full SHA for cba04d5
codegen/sdk-codegen/aws-models/codedeploy.json
@@ -7283,7 +7283,20 @@
7283
"inputToken": "nextToken",
7284
"outputToken": "nextToken",
7285
"items": "applications"
7286
- }
+ },
7287
+ "smithy.test#smokeTests": [
7288
+ {
7289
+ "id": "ListApplicationsSuccess",
7290
+ "params": {},
7291
+ "vendorParams": {
7292
+ "region": "us-west-2"
7293
7294
+ "vendorParamsShape": "aws.test#AwsVendorParams",
7295
+ "expect": {
7296
+ "success": {}
7297
+ }
7298
7299
+ ]
7300
}
7301
},
7302
"com.amazonaws.codedeploy#ListApplicationsInput": {
0 commit comments