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 aaf2ab7 commit 141cb0bCopy full SHA for 141cb0b
codegen/sdk-codegen/aws-models/polly.json
@@ -158,7 +158,20 @@
158
"method": "GET",
159
"uri": "/v1/voices",
160
"code": 200
161
- }
+ },
162
+ "smithy.test#smokeTests": [
163
+ {
164
+ "id": "DescribeVoicesSuccess",
165
+ "params": {},
166
+ "vendorParams": {
167
+ "region": "us-west-2"
168
169
+ "vendorParamsShape": "aws.test#AwsVendorParams",
170
+ "expect": {
171
+ "success": {}
172
+ }
173
174
+ ]
175
}
176
},
177
"com.amazonaws.polly#DescribeVoicesInput": {
0 commit comments