Skip to content

Commit d06d2de

Browse files
author
awstools
committed
feat(client-polly): Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only.
1 parent 6f03fb8 commit d06d2de

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ export type VoiceId =
167167
| "Joanna"
168168
| "Joey"
169169
| "Justin"
170+
| "Kajal"
170171
| "Karl"
171172
| "Kendra"
172173
| "Kevin"

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,6 +1975,10 @@
19751975
{
19761976
"value": "Pedro",
19771977
"name": "Pedro"
1978+
},
1979+
{
1980+
"value": "Kajal",
1981+
"name": "Kajal"
19781982
}
19791983
]
19801984
}

0 commit comments

Comments
 (0)