Skip to content

Commit 6fbb85a

Browse files
author
awstools
committed
feat(client-polly): Add 4 new neural voices - Pedro (es-US), Liam (fr-CA), Daniel (de-DE) and Arthur (en-GB).
1 parent 87a3aac commit 6fbb85a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

clients/client-polly/src/models/models_0.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ export type VoiceId =
163163
| "Amy"
164164
| "Aria"
165165
| "Arlet"
166+
| "Arthur"
166167
| "Astrid"
167168
| "Ayanda"
168169
| "Bianca"
@@ -174,6 +175,7 @@ export type VoiceId =
174175
| "Chantal"
175176
| "Conchita"
176177
| "Cristiano"
178+
| "Daniel"
177179
| "Dora"
178180
| "Emma"
179181
| "Enrique"
@@ -197,6 +199,7 @@ export type VoiceId =
197199
| "Kevin"
198200
| "Kimberly"
199201
| "Lea"
202+
| "Liam"
200203
| "Liv"
201204
| "Lotte"
202205
| "Lucia"
@@ -213,6 +216,7 @@ export type VoiceId =
213216
| "Naja"
214217
| "Nicole"
215218
| "Olivia"
219+
| "Pedro"
216220
| "Penelope"
217221
| "Raveena"
218222
| "Ricardo"

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,6 +1959,22 @@
19591959
{
19601960
"value": "Hannah",
19611961
"name": "Hannah"
1962+
},
1963+
{
1964+
"value": "Arthur",
1965+
"name": "Arthur"
1966+
},
1967+
{
1968+
"value": "Daniel",
1969+
"name": "Daniel"
1970+
},
1971+
{
1972+
"value": "Liam",
1973+
"name": "Liam"
1974+
},
1975+
{
1976+
"value": "Pedro",
1977+
"name": "Pedro"
19621978
}
19631979
]
19641980
}

0 commit comments

Comments
 (0)