Skip to content

Commit

Permalink
feat(client-codedeploy): Add v2 smoke tests and smithy smokeTests tra…
Browse files Browse the repository at this point in the history
…it for SDK testing.
  • Loading branch information
awstools committed Jul 8, 2024
1 parent bad32d4 commit cba04d5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/codedeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -7283,7 +7283,20 @@
"inputToken": "nextToken",
"outputToken": "nextToken",
"items": "applications"
}
},
"smithy.test#smokeTests": [
{
"id": "ListApplicationsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.codedeploy#ListApplicationsInput": {
Expand Down

0 comments on commit cba04d5

Please sign in to comment.