Skip to content

Commit

Permalink
feat(client-batch): Add v2 smoke tests and smithy smokeTests trait fo…
Browse files Browse the repository at this point in the history
…r SDK testing.
  • Loading branch information
awstools committed Jun 17, 2024
1 parent bd4887c commit 1ae8691
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion codegen/sdk-codegen/aws-models/batch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3107,7 +3107,20 @@
"outputToken": "nextToken",
"items": "computeEnvironments",
"pageSize": "maxResults"
}
},
"smithy.test#smokeTests": [
{
"id": "DescribeComputeEnvironmentsSuccess",
"params": {},
"vendorParams": {
"region": "us-west-2"
},
"vendorParamsShape": "aws.test#AwsVendorParams",
"expect": {
"success": {}
}
}
]
}
},
"com.amazonaws.batch#DescribeComputeEnvironmentsRequest": {
Expand Down

0 comments on commit 1ae8691

Please sign in to comment.