@aws-sdk/client-polly 3.301.0 → 3.306.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +158 -166
- package/dist-es/models/models_0.js +158 -166
- package/dist-types/models/models_0.d.ts +198 -158
- package/dist-types/ts3.4/models/models_0.d.ts +167 -158
- package/package.json +36 -36
|
@@ -29,146 +29,142 @@ class ServiceFailureException extends PollyServiceException_1.PollyServiceExcept
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
exports.ServiceFailureException = ServiceFailureException;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
VoiceId["Vitoria"] = "Vitoria";
|
|
169
|
-
VoiceId["Zeina"] = "Zeina";
|
|
170
|
-
VoiceId["Zhiyu"] = "Zhiyu";
|
|
171
|
-
})(VoiceId = exports.VoiceId || (exports.VoiceId = {}));
|
|
32
|
+
exports.Engine = {
|
|
33
|
+
NEURAL: "neural",
|
|
34
|
+
STANDARD: "standard",
|
|
35
|
+
};
|
|
36
|
+
exports.LanguageCode = {
|
|
37
|
+
ar_AE: "ar-AE",
|
|
38
|
+
arb: "arb",
|
|
39
|
+
ca_ES: "ca-ES",
|
|
40
|
+
cmn_CN: "cmn-CN",
|
|
41
|
+
cy_GB: "cy-GB",
|
|
42
|
+
da_DK: "da-DK",
|
|
43
|
+
de_AT: "de-AT",
|
|
44
|
+
de_DE: "de-DE",
|
|
45
|
+
en_AU: "en-AU",
|
|
46
|
+
en_GB: "en-GB",
|
|
47
|
+
en_GB_WLS: "en-GB-WLS",
|
|
48
|
+
en_IN: "en-IN",
|
|
49
|
+
en_NZ: "en-NZ",
|
|
50
|
+
en_US: "en-US",
|
|
51
|
+
en_ZA: "en-ZA",
|
|
52
|
+
es_ES: "es-ES",
|
|
53
|
+
es_MX: "es-MX",
|
|
54
|
+
es_US: "es-US",
|
|
55
|
+
fi_FI: "fi-FI",
|
|
56
|
+
fr_CA: "fr-CA",
|
|
57
|
+
fr_FR: "fr-FR",
|
|
58
|
+
hi_IN: "hi-IN",
|
|
59
|
+
is_IS: "is-IS",
|
|
60
|
+
it_IT: "it-IT",
|
|
61
|
+
ja_JP: "ja-JP",
|
|
62
|
+
ko_KR: "ko-KR",
|
|
63
|
+
nb_NO: "nb-NO",
|
|
64
|
+
nl_NL: "nl-NL",
|
|
65
|
+
pl_PL: "pl-PL",
|
|
66
|
+
pt_BR: "pt-BR",
|
|
67
|
+
pt_PT: "pt-PT",
|
|
68
|
+
ro_RO: "ro-RO",
|
|
69
|
+
ru_RU: "ru-RU",
|
|
70
|
+
sv_SE: "sv-SE",
|
|
71
|
+
tr_TR: "tr-TR",
|
|
72
|
+
yue_CN: "yue-CN",
|
|
73
|
+
};
|
|
74
|
+
exports.Gender = {
|
|
75
|
+
Female: "Female",
|
|
76
|
+
Male: "Male",
|
|
77
|
+
};
|
|
78
|
+
exports.VoiceId = {
|
|
79
|
+
Aditi: "Aditi",
|
|
80
|
+
Adriano: "Adriano",
|
|
81
|
+
Amy: "Amy",
|
|
82
|
+
Andres: "Andres",
|
|
83
|
+
Aria: "Aria",
|
|
84
|
+
Arlet: "Arlet",
|
|
85
|
+
Arthur: "Arthur",
|
|
86
|
+
Astrid: "Astrid",
|
|
87
|
+
Ayanda: "Ayanda",
|
|
88
|
+
Bianca: "Bianca",
|
|
89
|
+
Brian: "Brian",
|
|
90
|
+
Camila: "Camila",
|
|
91
|
+
Carla: "Carla",
|
|
92
|
+
Carmen: "Carmen",
|
|
93
|
+
Celine: "Celine",
|
|
94
|
+
Chantal: "Chantal",
|
|
95
|
+
Conchita: "Conchita",
|
|
96
|
+
Cristiano: "Cristiano",
|
|
97
|
+
Daniel: "Daniel",
|
|
98
|
+
Dora: "Dora",
|
|
99
|
+
Elin: "Elin",
|
|
100
|
+
Emma: "Emma",
|
|
101
|
+
Enrique: "Enrique",
|
|
102
|
+
Ewa: "Ewa",
|
|
103
|
+
Filiz: "Filiz",
|
|
104
|
+
Gabrielle: "Gabrielle",
|
|
105
|
+
Geraint: "Geraint",
|
|
106
|
+
Giorgio: "Giorgio",
|
|
107
|
+
Gwyneth: "Gwyneth",
|
|
108
|
+
Hala: "Hala",
|
|
109
|
+
Hannah: "Hannah",
|
|
110
|
+
Hans: "Hans",
|
|
111
|
+
Hiujin: "Hiujin",
|
|
112
|
+
Ida: "Ida",
|
|
113
|
+
Ines: "Ines",
|
|
114
|
+
Ivy: "Ivy",
|
|
115
|
+
Jacek: "Jacek",
|
|
116
|
+
Jan: "Jan",
|
|
117
|
+
Joanna: "Joanna",
|
|
118
|
+
Joey: "Joey",
|
|
119
|
+
Justin: "Justin",
|
|
120
|
+
Kajal: "Kajal",
|
|
121
|
+
Karl: "Karl",
|
|
122
|
+
Kazuha: "Kazuha",
|
|
123
|
+
Kendra: "Kendra",
|
|
124
|
+
Kevin: "Kevin",
|
|
125
|
+
Kimberly: "Kimberly",
|
|
126
|
+
Laura: "Laura",
|
|
127
|
+
Lea: "Lea",
|
|
128
|
+
Liam: "Liam",
|
|
129
|
+
Liv: "Liv",
|
|
130
|
+
Lotte: "Lotte",
|
|
131
|
+
Lucia: "Lucia",
|
|
132
|
+
Lupe: "Lupe",
|
|
133
|
+
Mads: "Mads",
|
|
134
|
+
Maja: "Maja",
|
|
135
|
+
Marlene: "Marlene",
|
|
136
|
+
Mathieu: "Mathieu",
|
|
137
|
+
Matthew: "Matthew",
|
|
138
|
+
Maxim: "Maxim",
|
|
139
|
+
Mia: "Mia",
|
|
140
|
+
Miguel: "Miguel",
|
|
141
|
+
Mizuki: "Mizuki",
|
|
142
|
+
Naja: "Naja",
|
|
143
|
+
Nicole: "Nicole",
|
|
144
|
+
Ola: "Ola",
|
|
145
|
+
Olivia: "Olivia",
|
|
146
|
+
Pedro: "Pedro",
|
|
147
|
+
Penelope: "Penelope",
|
|
148
|
+
Raveena: "Raveena",
|
|
149
|
+
Remi: "Remi",
|
|
150
|
+
Ricardo: "Ricardo",
|
|
151
|
+
Ruben: "Ruben",
|
|
152
|
+
Russell: "Russell",
|
|
153
|
+
Ruth: "Ruth",
|
|
154
|
+
Salli: "Salli",
|
|
155
|
+
Seoyeon: "Seoyeon",
|
|
156
|
+
Sergio: "Sergio",
|
|
157
|
+
Stephen: "Stephen",
|
|
158
|
+
Suvi: "Suvi",
|
|
159
|
+
Takumi: "Takumi",
|
|
160
|
+
Tatyana: "Tatyana",
|
|
161
|
+
Thiago: "Thiago",
|
|
162
|
+
Tomoko: "Tomoko",
|
|
163
|
+
Vicki: "Vicki",
|
|
164
|
+
Vitoria: "Vitoria",
|
|
165
|
+
Zeina: "Zeina",
|
|
166
|
+
Zhiyu: "Zhiyu",
|
|
167
|
+
};
|
|
172
168
|
class InvalidNextTokenException extends PollyServiceException_1.PollyServiceException {
|
|
173
169
|
constructor(opts) {
|
|
174
170
|
super({
|
|
@@ -195,32 +191,28 @@ class EngineNotSupportedException extends PollyServiceException_1.PollyServiceEx
|
|
|
195
191
|
}
|
|
196
192
|
}
|
|
197
193
|
exports.EngineNotSupportedException = EngineNotSupportedException;
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
(function (TextType) {
|
|
221
|
-
TextType["SSML"] = "ssml";
|
|
222
|
-
TextType["TEXT"] = "text";
|
|
223
|
-
})(TextType = exports.TextType || (exports.TextType = {}));
|
|
194
|
+
exports.OutputFormat = {
|
|
195
|
+
JSON: "json",
|
|
196
|
+
MP3: "mp3",
|
|
197
|
+
OGG_VORBIS: "ogg_vorbis",
|
|
198
|
+
PCM: "pcm",
|
|
199
|
+
};
|
|
200
|
+
exports.SpeechMarkType = {
|
|
201
|
+
SENTENCE: "sentence",
|
|
202
|
+
SSML: "ssml",
|
|
203
|
+
VISEME: "viseme",
|
|
204
|
+
WORD: "word",
|
|
205
|
+
};
|
|
206
|
+
exports.TaskStatus = {
|
|
207
|
+
COMPLETED: "completed",
|
|
208
|
+
FAILED: "failed",
|
|
209
|
+
IN_PROGRESS: "inProgress",
|
|
210
|
+
SCHEDULED: "scheduled",
|
|
211
|
+
};
|
|
212
|
+
exports.TextType = {
|
|
213
|
+
SSML: "ssml",
|
|
214
|
+
TEXT: "text",
|
|
215
|
+
};
|
|
224
216
|
class InvalidTaskIdException extends PollyServiceException_1.PollyServiceException {
|
|
225
217
|
constructor(opts) {
|
|
226
218
|
super({
|