Skip to content

Commit

Permalink
feat(client-polly): Add 4 new neural voices - Pedro (es-US), Liam (fr…
Browse files Browse the repository at this point in the history
…-CA), Daniel (de-DE) and Arthur (en-GB).
  • Loading branch information
awstools committed Jun 28, 2022
1 parent 87a3aac commit 6fbb85a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clients/client-polly/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export type VoiceId =
| "Amy"
| "Aria"
| "Arlet"
| "Arthur"
| "Astrid"
| "Ayanda"
| "Bianca"
Expand All @@ -174,6 +175,7 @@ export type VoiceId =
| "Chantal"
| "Conchita"
| "Cristiano"
| "Daniel"
| "Dora"
| "Emma"
| "Enrique"
Expand All @@ -197,6 +199,7 @@ export type VoiceId =
| "Kevin"
| "Kimberly"
| "Lea"
| "Liam"
| "Liv"
| "Lotte"
| "Lucia"
Expand All @@ -213,6 +216,7 @@ export type VoiceId =
| "Naja"
| "Nicole"
| "Olivia"
| "Pedro"
| "Penelope"
| "Raveena"
| "Ricardo"
Expand Down
16 changes: 16 additions & 0 deletions codegen/sdk-codegen/aws-models/polly.json
Original file line number Diff line number Diff line change
Expand Up @@ -1959,6 +1959,22 @@
{
"value": "Hannah",
"name": "Hannah"
},
{
"value": "Arthur",
"name": "Arthur"
},
{
"value": "Daniel",
"name": "Daniel"
},
{
"value": "Liam",
"name": "Liam"
},
{
"value": "Pedro",
"name": "Pedro"
}
]
}
Expand Down

0 comments on commit 6fbb85a

Please sign in to comment.