Skip to content

Commit 1ae8691

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

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3107,7 +3107,20 @@
31073107
"outputToken": "nextToken",
31083108
"items": "computeEnvironments",
31093109
"pageSize": "maxResults"
3110-
}
3110+
},
3111+
"smithy.test#smokeTests": [
3112+
{
3113+
"id": "DescribeComputeEnvironmentsSuccess",
3114+
"params": {},
3115+
"vendorParams": {
3116+
"region": "us-west-2"
3117+
},
3118+
"vendorParamsShape": "aws.test#AwsVendorParams",
3119+
"expect": {
3120+
"success": {}
3121+
}
3122+
}
3123+
]
31113124
}
31123125
},
31133126
"com.amazonaws.batch#DescribeComputeEnvironmentsRequest": {

0 commit comments

Comments
 (0)