Skip to content

Commit c824d46

Browse files
author
AWS
committed
Amazon Polly Update: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
1 parent 3adc3f6 commit c824d46

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Polly",
4+
"contributor": "",
5+
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing."
6+
}

services/polly/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"apiVersion":"2016-06-10",
55
"endpointPrefix":"polly",
66
"protocol":"rest-json",
7+
"protocols":["rest-json"],
78
"serviceFullName":"Amazon Polly",
89
"serviceId":"Polly",
910
"signatureVersion":"v4",
10-
"uid":"polly-2016-06-10"
11+
"uid":"polly-2016-06-10",
12+
"auth":["aws.auth#sigv4"]
1113
},
1214
"operations":{
1315
"DeleteLexicon":{

0 commit comments

Comments
 (0)