Skip to content

Commit 141cb0b

Browse files
author
awstools
committed
feat(client-polly): Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent aaf2ab7 commit 141cb0b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,20 @@
158158
"method": "GET",
159159
"uri": "/v1/voices",
160160
"code": 200
161-
}
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+
]
162175
}
163176
},
164177
"com.amazonaws.polly#DescribeVoicesInput": {

0 commit comments

Comments
 (0)