@aws-sdk/client-polly 3.490.0 → 3.496.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/Polly.js +1 -29
- package/dist-cjs/PollyClient.js +1 -56
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -43
- package/dist-cjs/commands/DeleteLexiconCommand.js +1 -28
- package/dist-cjs/commands/DescribeVoicesCommand.js +1 -28
- package/dist-cjs/commands/GetLexiconCommand.js +1 -29
- package/dist-cjs/commands/GetSpeechSynthesisTaskCommand.js +1 -28
- package/dist-cjs/commands/ListLexiconsCommand.js +1 -28
- package/dist-cjs/commands/ListSpeechSynthesisTasksCommand.js +1 -28
- package/dist-cjs/commands/PutLexiconCommand.js +1 -29
- package/dist-cjs/commands/StartSpeechSynthesisTaskCommand.js +1 -28
- package/dist-cjs/commands/SynthesizeSpeechCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -12
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +1912 -11
- package/dist-cjs/models/PollyServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -466
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListSpeechSynthesisTasksPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -5
- package/dist-cjs/protocols/Aws_restJson1.js +1 -925
- package/dist-cjs/runtimeExtensions.js +1 -25
- package/package.json +41 -41
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PollyServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class PollyServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, PollyServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.PollyServiceException = PollyServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,466 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SynthesizeSpeechOutputFilterSensitiveLog = exports.PutLexiconInputFilterSensitiveLog = exports.GetLexiconOutputFilterSensitiveLog = exports.LexiconFilterSensitiveLog = exports.TextLengthExceededException = exports.SsmlMarksNotSupportedForTextTypeException = exports.UnsupportedPlsLanguageException = exports.UnsupportedPlsAlphabetException = exports.MaxLexiconsNumberExceededException = exports.MaxLexemeLengthExceededException = exports.MarksNotSupportedForFormatException = exports.LexiconSizeExceededException = exports.LanguageNotSupportedException = exports.InvalidSsmlException = exports.InvalidSnsTopicArnException = exports.InvalidSampleRateException = exports.InvalidS3KeyException = exports.InvalidS3BucketException = exports.InvalidLexiconException = exports.SynthesisTaskNotFoundException = exports.InvalidTaskIdException = exports.TextType = exports.TaskStatus = exports.SpeechMarkType = exports.OutputFormat = exports.EngineNotSupportedException = exports.InvalidNextTokenException = exports.VoiceId = exports.Gender = exports.LanguageCode = exports.Engine = exports.ServiceFailureException = exports.LexiconNotFoundException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const PollyServiceException_1 = require("./PollyServiceException");
|
|
6
|
-
class LexiconNotFoundException extends PollyServiceException_1.PollyServiceException {
|
|
7
|
-
constructor(opts) {
|
|
8
|
-
super({
|
|
9
|
-
name: "LexiconNotFoundException",
|
|
10
|
-
$fault: "client",
|
|
11
|
-
...opts,
|
|
12
|
-
});
|
|
13
|
-
this.name = "LexiconNotFoundException";
|
|
14
|
-
this.$fault = "client";
|
|
15
|
-
Object.setPrototypeOf(this, LexiconNotFoundException.prototype);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.LexiconNotFoundException = LexiconNotFoundException;
|
|
19
|
-
class ServiceFailureException extends PollyServiceException_1.PollyServiceException {
|
|
20
|
-
constructor(opts) {
|
|
21
|
-
super({
|
|
22
|
-
name: "ServiceFailureException",
|
|
23
|
-
$fault: "server",
|
|
24
|
-
...opts,
|
|
25
|
-
});
|
|
26
|
-
this.name = "ServiceFailureException";
|
|
27
|
-
this.$fault = "server";
|
|
28
|
-
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
exports.ServiceFailureException = ServiceFailureException;
|
|
32
|
-
exports.Engine = {
|
|
33
|
-
LONG_FORM: "long-form",
|
|
34
|
-
NEURAL: "neural",
|
|
35
|
-
STANDARD: "standard",
|
|
36
|
-
};
|
|
37
|
-
exports.LanguageCode = {
|
|
38
|
-
ar_AE: "ar-AE",
|
|
39
|
-
arb: "arb",
|
|
40
|
-
ca_ES: "ca-ES",
|
|
41
|
-
cmn_CN: "cmn-CN",
|
|
42
|
-
cy_GB: "cy-GB",
|
|
43
|
-
da_DK: "da-DK",
|
|
44
|
-
de_AT: "de-AT",
|
|
45
|
-
de_DE: "de-DE",
|
|
46
|
-
en_AU: "en-AU",
|
|
47
|
-
en_GB: "en-GB",
|
|
48
|
-
en_GB_WLS: "en-GB-WLS",
|
|
49
|
-
en_IE: "en-IE",
|
|
50
|
-
en_IN: "en-IN",
|
|
51
|
-
en_NZ: "en-NZ",
|
|
52
|
-
en_US: "en-US",
|
|
53
|
-
en_ZA: "en-ZA",
|
|
54
|
-
es_ES: "es-ES",
|
|
55
|
-
es_MX: "es-MX",
|
|
56
|
-
es_US: "es-US",
|
|
57
|
-
fi_FI: "fi-FI",
|
|
58
|
-
fr_BE: "fr-BE",
|
|
59
|
-
fr_CA: "fr-CA",
|
|
60
|
-
fr_FR: "fr-FR",
|
|
61
|
-
hi_IN: "hi-IN",
|
|
62
|
-
is_IS: "is-IS",
|
|
63
|
-
it_IT: "it-IT",
|
|
64
|
-
ja_JP: "ja-JP",
|
|
65
|
-
ko_KR: "ko-KR",
|
|
66
|
-
nb_NO: "nb-NO",
|
|
67
|
-
nl_BE: "nl-BE",
|
|
68
|
-
nl_NL: "nl-NL",
|
|
69
|
-
pl_PL: "pl-PL",
|
|
70
|
-
pt_BR: "pt-BR",
|
|
71
|
-
pt_PT: "pt-PT",
|
|
72
|
-
ro_RO: "ro-RO",
|
|
73
|
-
ru_RU: "ru-RU",
|
|
74
|
-
sv_SE: "sv-SE",
|
|
75
|
-
tr_TR: "tr-TR",
|
|
76
|
-
yue_CN: "yue-CN",
|
|
77
|
-
};
|
|
78
|
-
exports.Gender = {
|
|
79
|
-
Female: "Female",
|
|
80
|
-
Male: "Male",
|
|
81
|
-
};
|
|
82
|
-
exports.VoiceId = {
|
|
83
|
-
Aditi: "Aditi",
|
|
84
|
-
Adriano: "Adriano",
|
|
85
|
-
Amy: "Amy",
|
|
86
|
-
Andres: "Andres",
|
|
87
|
-
Aria: "Aria",
|
|
88
|
-
Arlet: "Arlet",
|
|
89
|
-
Arthur: "Arthur",
|
|
90
|
-
Astrid: "Astrid",
|
|
91
|
-
Ayanda: "Ayanda",
|
|
92
|
-
Bianca: "Bianca",
|
|
93
|
-
Brian: "Brian",
|
|
94
|
-
Camila: "Camila",
|
|
95
|
-
Carla: "Carla",
|
|
96
|
-
Carmen: "Carmen",
|
|
97
|
-
Celine: "Celine",
|
|
98
|
-
Chantal: "Chantal",
|
|
99
|
-
Conchita: "Conchita",
|
|
100
|
-
Cristiano: "Cristiano",
|
|
101
|
-
Daniel: "Daniel",
|
|
102
|
-
Danielle: "Danielle",
|
|
103
|
-
Dora: "Dora",
|
|
104
|
-
Elin: "Elin",
|
|
105
|
-
Emma: "Emma",
|
|
106
|
-
Enrique: "Enrique",
|
|
107
|
-
Ewa: "Ewa",
|
|
108
|
-
Filiz: "Filiz",
|
|
109
|
-
Gabrielle: "Gabrielle",
|
|
110
|
-
Geraint: "Geraint",
|
|
111
|
-
Giorgio: "Giorgio",
|
|
112
|
-
Gregory: "Gregory",
|
|
113
|
-
Gwyneth: "Gwyneth",
|
|
114
|
-
Hala: "Hala",
|
|
115
|
-
Hannah: "Hannah",
|
|
116
|
-
Hans: "Hans",
|
|
117
|
-
Hiujin: "Hiujin",
|
|
118
|
-
Ida: "Ida",
|
|
119
|
-
Ines: "Ines",
|
|
120
|
-
Isabelle: "Isabelle",
|
|
121
|
-
Ivy: "Ivy",
|
|
122
|
-
Jacek: "Jacek",
|
|
123
|
-
Jan: "Jan",
|
|
124
|
-
Joanna: "Joanna",
|
|
125
|
-
Joey: "Joey",
|
|
126
|
-
Justin: "Justin",
|
|
127
|
-
Kajal: "Kajal",
|
|
128
|
-
Karl: "Karl",
|
|
129
|
-
Kazuha: "Kazuha",
|
|
130
|
-
Kendra: "Kendra",
|
|
131
|
-
Kevin: "Kevin",
|
|
132
|
-
Kimberly: "Kimberly",
|
|
133
|
-
Laura: "Laura",
|
|
134
|
-
Lea: "Lea",
|
|
135
|
-
Liam: "Liam",
|
|
136
|
-
Lisa: "Lisa",
|
|
137
|
-
Liv: "Liv",
|
|
138
|
-
Lotte: "Lotte",
|
|
139
|
-
Lucia: "Lucia",
|
|
140
|
-
Lupe: "Lupe",
|
|
141
|
-
Mads: "Mads",
|
|
142
|
-
Maja: "Maja",
|
|
143
|
-
Marlene: "Marlene",
|
|
144
|
-
Mathieu: "Mathieu",
|
|
145
|
-
Matthew: "Matthew",
|
|
146
|
-
Maxim: "Maxim",
|
|
147
|
-
Mia: "Mia",
|
|
148
|
-
Miguel: "Miguel",
|
|
149
|
-
Mizuki: "Mizuki",
|
|
150
|
-
Naja: "Naja",
|
|
151
|
-
Niamh: "Niamh",
|
|
152
|
-
Nicole: "Nicole",
|
|
153
|
-
Ola: "Ola",
|
|
154
|
-
Olivia: "Olivia",
|
|
155
|
-
Pedro: "Pedro",
|
|
156
|
-
Penelope: "Penelope",
|
|
157
|
-
Raveena: "Raveena",
|
|
158
|
-
Remi: "Remi",
|
|
159
|
-
Ricardo: "Ricardo",
|
|
160
|
-
Ruben: "Ruben",
|
|
161
|
-
Russell: "Russell",
|
|
162
|
-
Ruth: "Ruth",
|
|
163
|
-
Salli: "Salli",
|
|
164
|
-
Seoyeon: "Seoyeon",
|
|
165
|
-
Sergio: "Sergio",
|
|
166
|
-
Sofie: "Sofie",
|
|
167
|
-
Stephen: "Stephen",
|
|
168
|
-
Suvi: "Suvi",
|
|
169
|
-
Takumi: "Takumi",
|
|
170
|
-
Tatyana: "Tatyana",
|
|
171
|
-
Thiago: "Thiago",
|
|
172
|
-
Tomoko: "Tomoko",
|
|
173
|
-
Vicki: "Vicki",
|
|
174
|
-
Vitoria: "Vitoria",
|
|
175
|
-
Zayd: "Zayd",
|
|
176
|
-
Zeina: "Zeina",
|
|
177
|
-
Zhiyu: "Zhiyu",
|
|
178
|
-
};
|
|
179
|
-
class InvalidNextTokenException extends PollyServiceException_1.PollyServiceException {
|
|
180
|
-
constructor(opts) {
|
|
181
|
-
super({
|
|
182
|
-
name: "InvalidNextTokenException",
|
|
183
|
-
$fault: "client",
|
|
184
|
-
...opts,
|
|
185
|
-
});
|
|
186
|
-
this.name = "InvalidNextTokenException";
|
|
187
|
-
this.$fault = "client";
|
|
188
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
192
|
-
class EngineNotSupportedException extends PollyServiceException_1.PollyServiceException {
|
|
193
|
-
constructor(opts) {
|
|
194
|
-
super({
|
|
195
|
-
name: "EngineNotSupportedException",
|
|
196
|
-
$fault: "client",
|
|
197
|
-
...opts,
|
|
198
|
-
});
|
|
199
|
-
this.name = "EngineNotSupportedException";
|
|
200
|
-
this.$fault = "client";
|
|
201
|
-
Object.setPrototypeOf(this, EngineNotSupportedException.prototype);
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
exports.EngineNotSupportedException = EngineNotSupportedException;
|
|
205
|
-
exports.OutputFormat = {
|
|
206
|
-
JSON: "json",
|
|
207
|
-
MP3: "mp3",
|
|
208
|
-
OGG_VORBIS: "ogg_vorbis",
|
|
209
|
-
PCM: "pcm",
|
|
210
|
-
};
|
|
211
|
-
exports.SpeechMarkType = {
|
|
212
|
-
SENTENCE: "sentence",
|
|
213
|
-
SSML: "ssml",
|
|
214
|
-
VISEME: "viseme",
|
|
215
|
-
WORD: "word",
|
|
216
|
-
};
|
|
217
|
-
exports.TaskStatus = {
|
|
218
|
-
COMPLETED: "completed",
|
|
219
|
-
FAILED: "failed",
|
|
220
|
-
IN_PROGRESS: "inProgress",
|
|
221
|
-
SCHEDULED: "scheduled",
|
|
222
|
-
};
|
|
223
|
-
exports.TextType = {
|
|
224
|
-
SSML: "ssml",
|
|
225
|
-
TEXT: "text",
|
|
226
|
-
};
|
|
227
|
-
class InvalidTaskIdException extends PollyServiceException_1.PollyServiceException {
|
|
228
|
-
constructor(opts) {
|
|
229
|
-
super({
|
|
230
|
-
name: "InvalidTaskIdException",
|
|
231
|
-
$fault: "client",
|
|
232
|
-
...opts,
|
|
233
|
-
});
|
|
234
|
-
this.name = "InvalidTaskIdException";
|
|
235
|
-
this.$fault = "client";
|
|
236
|
-
Object.setPrototypeOf(this, InvalidTaskIdException.prototype);
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
exports.InvalidTaskIdException = InvalidTaskIdException;
|
|
240
|
-
class SynthesisTaskNotFoundException extends PollyServiceException_1.PollyServiceException {
|
|
241
|
-
constructor(opts) {
|
|
242
|
-
super({
|
|
243
|
-
name: "SynthesisTaskNotFoundException",
|
|
244
|
-
$fault: "client",
|
|
245
|
-
...opts,
|
|
246
|
-
});
|
|
247
|
-
this.name = "SynthesisTaskNotFoundException";
|
|
248
|
-
this.$fault = "client";
|
|
249
|
-
Object.setPrototypeOf(this, SynthesisTaskNotFoundException.prototype);
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
exports.SynthesisTaskNotFoundException = SynthesisTaskNotFoundException;
|
|
253
|
-
class InvalidLexiconException extends PollyServiceException_1.PollyServiceException {
|
|
254
|
-
constructor(opts) {
|
|
255
|
-
super({
|
|
256
|
-
name: "InvalidLexiconException",
|
|
257
|
-
$fault: "client",
|
|
258
|
-
...opts,
|
|
259
|
-
});
|
|
260
|
-
this.name = "InvalidLexiconException";
|
|
261
|
-
this.$fault = "client";
|
|
262
|
-
Object.setPrototypeOf(this, InvalidLexiconException.prototype);
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
exports.InvalidLexiconException = InvalidLexiconException;
|
|
266
|
-
class InvalidS3BucketException extends PollyServiceException_1.PollyServiceException {
|
|
267
|
-
constructor(opts) {
|
|
268
|
-
super({
|
|
269
|
-
name: "InvalidS3BucketException",
|
|
270
|
-
$fault: "client",
|
|
271
|
-
...opts,
|
|
272
|
-
});
|
|
273
|
-
this.name = "InvalidS3BucketException";
|
|
274
|
-
this.$fault = "client";
|
|
275
|
-
Object.setPrototypeOf(this, InvalidS3BucketException.prototype);
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
exports.InvalidS3BucketException = InvalidS3BucketException;
|
|
279
|
-
class InvalidS3KeyException extends PollyServiceException_1.PollyServiceException {
|
|
280
|
-
constructor(opts) {
|
|
281
|
-
super({
|
|
282
|
-
name: "InvalidS3KeyException",
|
|
283
|
-
$fault: "client",
|
|
284
|
-
...opts,
|
|
285
|
-
});
|
|
286
|
-
this.name = "InvalidS3KeyException";
|
|
287
|
-
this.$fault = "client";
|
|
288
|
-
Object.setPrototypeOf(this, InvalidS3KeyException.prototype);
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
exports.InvalidS3KeyException = InvalidS3KeyException;
|
|
292
|
-
class InvalidSampleRateException extends PollyServiceException_1.PollyServiceException {
|
|
293
|
-
constructor(opts) {
|
|
294
|
-
super({
|
|
295
|
-
name: "InvalidSampleRateException",
|
|
296
|
-
$fault: "client",
|
|
297
|
-
...opts,
|
|
298
|
-
});
|
|
299
|
-
this.name = "InvalidSampleRateException";
|
|
300
|
-
this.$fault = "client";
|
|
301
|
-
Object.setPrototypeOf(this, InvalidSampleRateException.prototype);
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
exports.InvalidSampleRateException = InvalidSampleRateException;
|
|
305
|
-
class InvalidSnsTopicArnException extends PollyServiceException_1.PollyServiceException {
|
|
306
|
-
constructor(opts) {
|
|
307
|
-
super({
|
|
308
|
-
name: "InvalidSnsTopicArnException",
|
|
309
|
-
$fault: "client",
|
|
310
|
-
...opts,
|
|
311
|
-
});
|
|
312
|
-
this.name = "InvalidSnsTopicArnException";
|
|
313
|
-
this.$fault = "client";
|
|
314
|
-
Object.setPrototypeOf(this, InvalidSnsTopicArnException.prototype);
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
exports.InvalidSnsTopicArnException = InvalidSnsTopicArnException;
|
|
318
|
-
class InvalidSsmlException extends PollyServiceException_1.PollyServiceException {
|
|
319
|
-
constructor(opts) {
|
|
320
|
-
super({
|
|
321
|
-
name: "InvalidSsmlException",
|
|
322
|
-
$fault: "client",
|
|
323
|
-
...opts,
|
|
324
|
-
});
|
|
325
|
-
this.name = "InvalidSsmlException";
|
|
326
|
-
this.$fault = "client";
|
|
327
|
-
Object.setPrototypeOf(this, InvalidSsmlException.prototype);
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
exports.InvalidSsmlException = InvalidSsmlException;
|
|
331
|
-
class LanguageNotSupportedException extends PollyServiceException_1.PollyServiceException {
|
|
332
|
-
constructor(opts) {
|
|
333
|
-
super({
|
|
334
|
-
name: "LanguageNotSupportedException",
|
|
335
|
-
$fault: "client",
|
|
336
|
-
...opts,
|
|
337
|
-
});
|
|
338
|
-
this.name = "LanguageNotSupportedException";
|
|
339
|
-
this.$fault = "client";
|
|
340
|
-
Object.setPrototypeOf(this, LanguageNotSupportedException.prototype);
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
exports.LanguageNotSupportedException = LanguageNotSupportedException;
|
|
344
|
-
class LexiconSizeExceededException extends PollyServiceException_1.PollyServiceException {
|
|
345
|
-
constructor(opts) {
|
|
346
|
-
super({
|
|
347
|
-
name: "LexiconSizeExceededException",
|
|
348
|
-
$fault: "client",
|
|
349
|
-
...opts,
|
|
350
|
-
});
|
|
351
|
-
this.name = "LexiconSizeExceededException";
|
|
352
|
-
this.$fault = "client";
|
|
353
|
-
Object.setPrototypeOf(this, LexiconSizeExceededException.prototype);
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
exports.LexiconSizeExceededException = LexiconSizeExceededException;
|
|
357
|
-
class MarksNotSupportedForFormatException extends PollyServiceException_1.PollyServiceException {
|
|
358
|
-
constructor(opts) {
|
|
359
|
-
super({
|
|
360
|
-
name: "MarksNotSupportedForFormatException",
|
|
361
|
-
$fault: "client",
|
|
362
|
-
...opts,
|
|
363
|
-
});
|
|
364
|
-
this.name = "MarksNotSupportedForFormatException";
|
|
365
|
-
this.$fault = "client";
|
|
366
|
-
Object.setPrototypeOf(this, MarksNotSupportedForFormatException.prototype);
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
exports.MarksNotSupportedForFormatException = MarksNotSupportedForFormatException;
|
|
370
|
-
class MaxLexemeLengthExceededException extends PollyServiceException_1.PollyServiceException {
|
|
371
|
-
constructor(opts) {
|
|
372
|
-
super({
|
|
373
|
-
name: "MaxLexemeLengthExceededException",
|
|
374
|
-
$fault: "client",
|
|
375
|
-
...opts,
|
|
376
|
-
});
|
|
377
|
-
this.name = "MaxLexemeLengthExceededException";
|
|
378
|
-
this.$fault = "client";
|
|
379
|
-
Object.setPrototypeOf(this, MaxLexemeLengthExceededException.prototype);
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
exports.MaxLexemeLengthExceededException = MaxLexemeLengthExceededException;
|
|
383
|
-
class MaxLexiconsNumberExceededException extends PollyServiceException_1.PollyServiceException {
|
|
384
|
-
constructor(opts) {
|
|
385
|
-
super({
|
|
386
|
-
name: "MaxLexiconsNumberExceededException",
|
|
387
|
-
$fault: "client",
|
|
388
|
-
...opts,
|
|
389
|
-
});
|
|
390
|
-
this.name = "MaxLexiconsNumberExceededException";
|
|
391
|
-
this.$fault = "client";
|
|
392
|
-
Object.setPrototypeOf(this, MaxLexiconsNumberExceededException.prototype);
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
exports.MaxLexiconsNumberExceededException = MaxLexiconsNumberExceededException;
|
|
396
|
-
class UnsupportedPlsAlphabetException extends PollyServiceException_1.PollyServiceException {
|
|
397
|
-
constructor(opts) {
|
|
398
|
-
super({
|
|
399
|
-
name: "UnsupportedPlsAlphabetException",
|
|
400
|
-
$fault: "client",
|
|
401
|
-
...opts,
|
|
402
|
-
});
|
|
403
|
-
this.name = "UnsupportedPlsAlphabetException";
|
|
404
|
-
this.$fault = "client";
|
|
405
|
-
Object.setPrototypeOf(this, UnsupportedPlsAlphabetException.prototype);
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
exports.UnsupportedPlsAlphabetException = UnsupportedPlsAlphabetException;
|
|
409
|
-
class UnsupportedPlsLanguageException extends PollyServiceException_1.PollyServiceException {
|
|
410
|
-
constructor(opts) {
|
|
411
|
-
super({
|
|
412
|
-
name: "UnsupportedPlsLanguageException",
|
|
413
|
-
$fault: "client",
|
|
414
|
-
...opts,
|
|
415
|
-
});
|
|
416
|
-
this.name = "UnsupportedPlsLanguageException";
|
|
417
|
-
this.$fault = "client";
|
|
418
|
-
Object.setPrototypeOf(this, UnsupportedPlsLanguageException.prototype);
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
exports.UnsupportedPlsLanguageException = UnsupportedPlsLanguageException;
|
|
422
|
-
class SsmlMarksNotSupportedForTextTypeException extends PollyServiceException_1.PollyServiceException {
|
|
423
|
-
constructor(opts) {
|
|
424
|
-
super({
|
|
425
|
-
name: "SsmlMarksNotSupportedForTextTypeException",
|
|
426
|
-
$fault: "client",
|
|
427
|
-
...opts,
|
|
428
|
-
});
|
|
429
|
-
this.name = "SsmlMarksNotSupportedForTextTypeException";
|
|
430
|
-
this.$fault = "client";
|
|
431
|
-
Object.setPrototypeOf(this, SsmlMarksNotSupportedForTextTypeException.prototype);
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
exports.SsmlMarksNotSupportedForTextTypeException = SsmlMarksNotSupportedForTextTypeException;
|
|
435
|
-
class TextLengthExceededException extends PollyServiceException_1.PollyServiceException {
|
|
436
|
-
constructor(opts) {
|
|
437
|
-
super({
|
|
438
|
-
name: "TextLengthExceededException",
|
|
439
|
-
$fault: "client",
|
|
440
|
-
...opts,
|
|
441
|
-
});
|
|
442
|
-
this.name = "TextLengthExceededException";
|
|
443
|
-
this.$fault = "client";
|
|
444
|
-
Object.setPrototypeOf(this, TextLengthExceededException.prototype);
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
exports.TextLengthExceededException = TextLengthExceededException;
|
|
448
|
-
const LexiconFilterSensitiveLog = (obj) => ({
|
|
449
|
-
...obj,
|
|
450
|
-
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
451
|
-
});
|
|
452
|
-
exports.LexiconFilterSensitiveLog = LexiconFilterSensitiveLog;
|
|
453
|
-
const GetLexiconOutputFilterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
...(obj.Lexicon && { Lexicon: (0, exports.LexiconFilterSensitiveLog)(obj.Lexicon) }),
|
|
456
|
-
});
|
|
457
|
-
exports.GetLexiconOutputFilterSensitiveLog = GetLexiconOutputFilterSensitiveLog;
|
|
458
|
-
const PutLexiconInputFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
461
|
-
});
|
|
462
|
-
exports.PutLexiconInputFilterSensitiveLog = PutLexiconInputFilterSensitiveLog;
|
|
463
|
-
const SynthesizeSpeechOutputFilterSensitiveLog = (obj) => ({
|
|
464
|
-
...obj,
|
|
465
|
-
});
|
|
466
|
-
exports.SynthesizeSpeechOutputFilterSensitiveLog = SynthesizeSpeechOutputFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListSpeechSynthesisTasks = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListSpeechSynthesisTasksCommand_1 = require("../commands/ListSpeechSynthesisTasksCommand");
|
|
6
|
-
const PollyClient_1 = require("../PollyClient");
|
|
7
|
-
exports.paginateListSpeechSynthesisTasks = (0, core_1.createPaginator)(PollyClient_1.PollyClient, ListSpeechSynthesisTasksCommand_1.ListSpeechSynthesisTasksCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListSpeechSynthesisTasksPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|