Skip to content

Commit cba04d5

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

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7283,7 +7283,20 @@
72837283
"inputToken": "nextToken",
72847284
"outputToken": "nextToken",
72857285
"items": "applications"
7286-
}
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+
]
72877300
}
72887301
},
72897302
"com.amazonaws.codedeploy#ListApplicationsInput": {

0 commit comments

Comments
 (0)