Skip to content

Commit 4a5f530

Browse files
author
awstools
committed
feat(client-polly): Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).
1 parent 77bbf01 commit 4a5f530

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export enum Engine {
6262
}
6363

6464
export enum LanguageCode {
65+
ar_AE = "ar-AE",
6566
arb = "arb",
6667
ca_ES = "ca-ES",
6768
cmn_CN = "cmn-CN",
@@ -164,6 +165,7 @@ export enum VoiceId {
164165
Geraint = "Geraint",
165166
Giorgio = "Giorgio",
166167
Gwyneth = "Gwyneth",
168+
Hala = "Hala",
167169
Hannah = "Hannah",
168170
Hans = "Hans",
169171
Hiujin = "Hiujin",
@@ -198,6 +200,7 @@ export enum VoiceId {
198200
Mizuki = "Mizuki",
199201
Naja = "Naja",
200202
Nicole = "Nicole",
203+
Ola = "Ola",
201204
Olivia = "Olivia",
202205
Pedro = "Pedro",
203206
Penelope = "Penelope",

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,12 @@
641641
"traits": {
642642
"smithy.api#enumValue": "yue-CN"
643643
}
644+
},
645+
"ar_AE": {
646+
"target": "smithy.api#Unit",
647+
"traits": {
648+
"smithy.api#enumValue": "ar-AE"
649+
}
644650
}
645651
}
646652
},
@@ -3713,6 +3719,18 @@
37133719
"traits": {
37143720
"smithy.api#enumValue": "Suvi"
37153721
}
3722+
},
3723+
"Ola": {
3724+
"target": "smithy.api#Unit",
3725+
"traits": {
3726+
"smithy.api#enumValue": "Ola"
3727+
}
3728+
},
3729+
"Hala": {
3730+
"target": "smithy.api#Unit",
3731+
"traits": {
3732+
"smithy.api#enumValue": "Hala"
3733+
}
37163734
}
37173735
}
37183736
},

0 commit comments

Comments
 (0)