Skip to content

Commit d6abf4b

Browse files
author
AWS
committed
Amazon Polly Update: Add 5 new neural voices - Sergio (es-ES), Andres (es-MX), Remi (fr-FR), Adriano (it-IT) and Thiago (pt-BR).
1 parent ec3266d commit d6abf4b

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
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 5 new neural voices - Sergio (es-ES), Andres (es-MX), Remi (fr-FR), Adriano (it-IT) and Thiago (pt-BR)."
6+
}

services/polly/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,6 @@
5252
"ref": "Endpoint"
5353
}
5454
]
55-
},
56-
{
57-
"fn": "parseURL",
58-
"argv": [
59-
{
60-
"ref": "Endpoint"
61-
}
62-
],
63-
"assign": "url"
6455
}
6556
],
6657
"type": "tree",

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,12 @@
10921092
"Ida",
10931093
"Suvi",
10941094
"Ola",
1095-
"Hala"
1095+
"Hala",
1096+
"Andres",
1097+
"Sergio",
1098+
"Remi",
1099+
"Adriano",
1100+
"Thiago"
10961101
]
10971102
},
10981103
"VoiceList":{

0 commit comments

Comments
 (0)