File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
clients/client-polly/src/models
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ export enum Engine {
62
62
}
63
63
64
64
export enum LanguageCode {
65
+ ar_AE = "ar-AE" ,
65
66
arb = "arb" ,
66
67
ca_ES = "ca-ES" ,
67
68
cmn_CN = "cmn-CN" ,
@@ -164,6 +165,7 @@ export enum VoiceId {
164
165
Geraint = "Geraint" ,
165
166
Giorgio = "Giorgio" ,
166
167
Gwyneth = "Gwyneth" ,
168
+ Hala = "Hala" ,
167
169
Hannah = "Hannah" ,
168
170
Hans = "Hans" ,
169
171
Hiujin = "Hiujin" ,
@@ -198,6 +200,7 @@ export enum VoiceId {
198
200
Mizuki = "Mizuki" ,
199
201
Naja = "Naja" ,
200
202
Nicole = "Nicole" ,
203
+ Ola = "Ola" ,
201
204
Olivia = "Olivia" ,
202
205
Pedro = "Pedro" ,
203
206
Penelope = "Penelope" ,
Original file line number Diff line number Diff line change 641
641
"traits" : {
642
642
"smithy.api#enumValue" : " yue-CN"
643
643
}
644
+ },
645
+ "ar_AE" : {
646
+ "target" : " smithy.api#Unit" ,
647
+ "traits" : {
648
+ "smithy.api#enumValue" : " ar-AE"
649
+ }
644
650
}
645
651
}
646
652
},
3713
3719
"traits" : {
3714
3720
"smithy.api#enumValue" : " Suvi"
3715
3721
}
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
+ }
3716
3734
}
3717
3735
}
3718
3736
},
You can’t perform that action at this time.
0 commit comments