Skip to content

Commit

Permalink
feat(client-polly): Amazon Polly adds new Austrian German voice - Han…
Browse files Browse the repository at this point in the history
…nah. Hannah is available as Neural voice only.
  • Loading branch information
awstools committed Apr 19, 2022
1 parent b34d3e1 commit ae5a8f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/client-polly/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export type LanguageCode =
| "cmn-CN"
| "cy-GB"
| "da-DK"
| "de-AT"
| "de-DE"
| "en-AU"
| "en-GB"
Expand Down Expand Up @@ -182,6 +183,7 @@ export type VoiceId =
| "Geraint"
| "Giorgio"
| "Gwyneth"
| "Hannah"
| "Hans"
| "Ines"
| "Ivy"
Expand Down
8 changes: 8 additions & 0 deletions codegen/sdk-codegen/aws-models/polly.json
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,10 @@
{
"value": "ca-ES",
"name": "ca_ES"
},
{
"value": "de-AT",
"name": "de_AT"
}
]
}
Expand Down Expand Up @@ -1951,6 +1955,10 @@
{
"value": "Arlet",
"name": "Arlet"
},
{
"value": "Hannah",
"name": "Hannah"
}
]
}
Expand Down

0 comments on commit ae5a8f2

Please sign in to comment.