Skip to content

Commit ae5a8f2

Browse files
author
awstools
committed
feat(client-polly): Amazon Polly adds new Austrian German voice - Hannah. Hannah is available as Neural voice only.
1 parent b34d3e1 commit ae5a8f2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export type LanguageCode =
8585
| "cmn-CN"
8686
| "cy-GB"
8787
| "da-DK"
88+
| "de-AT"
8889
| "de-DE"
8990
| "en-AU"
9091
| "en-GB"
@@ -182,6 +183,7 @@ export type VoiceId =
182183
| "Geraint"
183184
| "Giorgio"
184185
| "Gwyneth"
186+
| "Hannah"
185187
| "Hans"
186188
| "Ines"
187189
| "Ivy"

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,10 @@
558558
{
559559
"value": "ca-ES",
560560
"name": "ca_ES"
561+
},
562+
{
563+
"value": "de-AT",
564+
"name": "de_AT"
561565
}
562566
]
563567
}
@@ -1951,6 +1955,10 @@
19511955
{
19521956
"value": "Arlet",
19531957
"name": "Arlet"
1958+
},
1959+
{
1960+
"value": "Hannah",
1961+
"name": "Hannah"
19541962
}
19551963
]
19561964
}

0 commit comments

Comments
 (0)