Skip to content

Commit

Permalink
feat(client-polly): Add two new neural voices - Ola (pl-PL) and Hala …
Browse files Browse the repository at this point in the history
…(ar-AE).
  • Loading branch information
awstools committed Nov 17, 2022
1 parent 77bbf01 commit 4a5f530
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/client-polly/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export enum Engine {
}

export enum LanguageCode {
ar_AE = "ar-AE",
arb = "arb",
ca_ES = "ca-ES",
cmn_CN = "cmn-CN",
Expand Down Expand Up @@ -164,6 +165,7 @@ export enum VoiceId {
Geraint = "Geraint",
Giorgio = "Giorgio",
Gwyneth = "Gwyneth",
Hala = "Hala",
Hannah = "Hannah",
Hans = "Hans",
Hiujin = "Hiujin",
Expand Down Expand Up @@ -198,6 +200,7 @@ export enum VoiceId {
Mizuki = "Mizuki",
Naja = "Naja",
Nicole = "Nicole",
Ola = "Ola",
Olivia = "Olivia",
Pedro = "Pedro",
Penelope = "Penelope",
Expand Down
18 changes: 18 additions & 0 deletions codegen/sdk-codegen/aws-models/polly.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,12 @@
"traits": {
"smithy.api#enumValue": "yue-CN"
}
},
"ar_AE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ar-AE"
}
}
}
},
Expand Down Expand Up @@ -3713,6 +3719,18 @@
"traits": {
"smithy.api#enumValue": "Suvi"
}
},
"Ola": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Ola"
}
},
"Hala": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Hala"
}
}
}
},
Expand Down

0 comments on commit 4a5f530

Please sign in to comment.