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 bd4887c commit 1ae8691Copy full SHA for 1ae8691
codegen/sdk-codegen/aws-models/batch.json
@@ -3107,7 +3107,20 @@
3107
"outputToken": "nextToken",
3108
"items": "computeEnvironments",
3109
"pageSize": "maxResults"
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
+ ]
3124
}
3125
},
3126
"com.amazonaws.batch#DescribeComputeEnvironmentsRequest": {
0 commit comments