@aws-sdk/client-polly 3.952.0 → 3.953.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/index.js +227 -173
- package/dist-cjs/runtimeConfig.shared.js +7 -1
- package/dist-es/commands/DeleteLexiconCommand.js +2 -2
- package/dist-es/commands/DescribeVoicesCommand.js +2 -2
- package/dist-es/commands/GetLexiconCommand.js +2 -2
- package/dist-es/commands/GetSpeechSynthesisTaskCommand.js +2 -2
- package/dist-es/commands/ListLexiconsCommand.js +2 -2
- package/dist-es/commands/ListSpeechSynthesisTasksCommand.js +2 -2
- package/dist-es/commands/PutLexiconCommand.js +2 -2
- package/dist-es/commands/StartSpeechSynthesisTaskCommand.js +2 -2
- package/dist-es/commands/SynthesizeSpeechCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -1
- package/dist-es/schemas/schemas_0.js +106 -106
- package/dist-types/PollyClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +55 -64
- package/dist-types/ts3.4/PollyClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +54 -65
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class PollyClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class PollyServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, PollyServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class LexiconNotFoundException extends PollyServiceException {
|
|
121
121
|
name = "LexiconNotFoundException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let LexiconNotFoundException$1 = class LexiconNotFoundException extends PollySer
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, LexiconNotFoundException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ServiceFailureException extends PollyServiceException {
|
|
133
133
|
name = "ServiceFailureException";
|
|
134
134
|
$fault = "server";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let ServiceFailureException$1 = class ServiceFailureException extends PollyServi
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class InvalidNextTokenException extends PollyServiceException {
|
|
145
145
|
name = "InvalidNextTokenException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends PollyS
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class EngineNotSupportedException extends PollyServiceException {
|
|
157
157
|
name = "EngineNotSupportedException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let EngineNotSupportedException$1 = class EngineNotSupportedException extends Po
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, EngineNotSupportedException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class InvalidTaskIdException extends PollyServiceException {
|
|
169
169
|
name = "InvalidTaskIdException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,8 +176,8 @@ let InvalidTaskIdException$1 = class InvalidTaskIdException extends PollyService
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, InvalidTaskIdException.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class SynthesisTaskNotFoundException extends PollyServiceException {
|
|
181
181
|
name = "SynthesisTaskNotFoundException";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
constructor(opts) {
|
|
@@ -188,8 +188,8 @@ let SynthesisTaskNotFoundException$1 = class SynthesisTaskNotFoundException exte
|
|
|
188
188
|
});
|
|
189
189
|
Object.setPrototypeOf(this, SynthesisTaskNotFoundException.prototype);
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class InvalidLexiconException extends PollyServiceException {
|
|
193
193
|
name = "InvalidLexiconException";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
constructor(opts) {
|
|
@@ -200,8 +200,8 @@ let InvalidLexiconException$1 = class InvalidLexiconException extends PollyServi
|
|
|
200
200
|
});
|
|
201
201
|
Object.setPrototypeOf(this, InvalidLexiconException.prototype);
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class InvalidS3BucketException extends PollyServiceException {
|
|
205
205
|
name = "InvalidS3BucketException";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
constructor(opts) {
|
|
@@ -212,8 +212,8 @@ let InvalidS3BucketException$1 = class InvalidS3BucketException extends PollySer
|
|
|
212
212
|
});
|
|
213
213
|
Object.setPrototypeOf(this, InvalidS3BucketException.prototype);
|
|
214
214
|
}
|
|
215
|
-
}
|
|
216
|
-
|
|
215
|
+
}
|
|
216
|
+
class InvalidS3KeyException extends PollyServiceException {
|
|
217
217
|
name = "InvalidS3KeyException";
|
|
218
218
|
$fault = "client";
|
|
219
219
|
constructor(opts) {
|
|
@@ -224,8 +224,8 @@ let InvalidS3KeyException$1 = class InvalidS3KeyException extends PollyServiceEx
|
|
|
224
224
|
});
|
|
225
225
|
Object.setPrototypeOf(this, InvalidS3KeyException.prototype);
|
|
226
226
|
}
|
|
227
|
-
}
|
|
228
|
-
|
|
227
|
+
}
|
|
228
|
+
class InvalidSampleRateException extends PollyServiceException {
|
|
229
229
|
name = "InvalidSampleRateException";
|
|
230
230
|
$fault = "client";
|
|
231
231
|
constructor(opts) {
|
|
@@ -236,8 +236,8 @@ let InvalidSampleRateException$1 = class InvalidSampleRateException extends Poll
|
|
|
236
236
|
});
|
|
237
237
|
Object.setPrototypeOf(this, InvalidSampleRateException.prototype);
|
|
238
238
|
}
|
|
239
|
-
}
|
|
240
|
-
|
|
239
|
+
}
|
|
240
|
+
class InvalidSnsTopicArnException extends PollyServiceException {
|
|
241
241
|
name = "InvalidSnsTopicArnException";
|
|
242
242
|
$fault = "client";
|
|
243
243
|
constructor(opts) {
|
|
@@ -248,8 +248,8 @@ let InvalidSnsTopicArnException$1 = class InvalidSnsTopicArnException extends Po
|
|
|
248
248
|
});
|
|
249
249
|
Object.setPrototypeOf(this, InvalidSnsTopicArnException.prototype);
|
|
250
250
|
}
|
|
251
|
-
}
|
|
252
|
-
|
|
251
|
+
}
|
|
252
|
+
class InvalidSsmlException extends PollyServiceException {
|
|
253
253
|
name = "InvalidSsmlException";
|
|
254
254
|
$fault = "client";
|
|
255
255
|
constructor(opts) {
|
|
@@ -260,8 +260,8 @@ let InvalidSsmlException$1 = class InvalidSsmlException extends PollyServiceExce
|
|
|
260
260
|
});
|
|
261
261
|
Object.setPrototypeOf(this, InvalidSsmlException.prototype);
|
|
262
262
|
}
|
|
263
|
-
}
|
|
264
|
-
|
|
263
|
+
}
|
|
264
|
+
class LanguageNotSupportedException extends PollyServiceException {
|
|
265
265
|
name = "LanguageNotSupportedException";
|
|
266
266
|
$fault = "client";
|
|
267
267
|
constructor(opts) {
|
|
@@ -272,8 +272,8 @@ let LanguageNotSupportedException$1 = class LanguageNotSupportedException extend
|
|
|
272
272
|
});
|
|
273
273
|
Object.setPrototypeOf(this, LanguageNotSupportedException.prototype);
|
|
274
274
|
}
|
|
275
|
-
}
|
|
276
|
-
|
|
275
|
+
}
|
|
276
|
+
class LexiconSizeExceededException extends PollyServiceException {
|
|
277
277
|
name = "LexiconSizeExceededException";
|
|
278
278
|
$fault = "client";
|
|
279
279
|
constructor(opts) {
|
|
@@ -284,8 +284,8 @@ let LexiconSizeExceededException$1 = class LexiconSizeExceededException extends
|
|
|
284
284
|
});
|
|
285
285
|
Object.setPrototypeOf(this, LexiconSizeExceededException.prototype);
|
|
286
286
|
}
|
|
287
|
-
}
|
|
288
|
-
|
|
287
|
+
}
|
|
288
|
+
class MarksNotSupportedForFormatException extends PollyServiceException {
|
|
289
289
|
name = "MarksNotSupportedForFormatException";
|
|
290
290
|
$fault = "client";
|
|
291
291
|
constructor(opts) {
|
|
@@ -296,8 +296,8 @@ let MarksNotSupportedForFormatException$1 = class MarksNotSupportedForFormatExce
|
|
|
296
296
|
});
|
|
297
297
|
Object.setPrototypeOf(this, MarksNotSupportedForFormatException.prototype);
|
|
298
298
|
}
|
|
299
|
-
}
|
|
300
|
-
|
|
299
|
+
}
|
|
300
|
+
class MaxLexemeLengthExceededException extends PollyServiceException {
|
|
301
301
|
name = "MaxLexemeLengthExceededException";
|
|
302
302
|
$fault = "client";
|
|
303
303
|
constructor(opts) {
|
|
@@ -308,8 +308,8 @@ let MaxLexemeLengthExceededException$1 = class MaxLexemeLengthExceededException
|
|
|
308
308
|
});
|
|
309
309
|
Object.setPrototypeOf(this, MaxLexemeLengthExceededException.prototype);
|
|
310
310
|
}
|
|
311
|
-
}
|
|
312
|
-
|
|
311
|
+
}
|
|
312
|
+
class MaxLexiconsNumberExceededException extends PollyServiceException {
|
|
313
313
|
name = "MaxLexiconsNumberExceededException";
|
|
314
314
|
$fault = "client";
|
|
315
315
|
constructor(opts) {
|
|
@@ -320,8 +320,8 @@ let MaxLexiconsNumberExceededException$1 = class MaxLexiconsNumberExceededExcept
|
|
|
320
320
|
});
|
|
321
321
|
Object.setPrototypeOf(this, MaxLexiconsNumberExceededException.prototype);
|
|
322
322
|
}
|
|
323
|
-
}
|
|
324
|
-
|
|
323
|
+
}
|
|
324
|
+
class UnsupportedPlsAlphabetException extends PollyServiceException {
|
|
325
325
|
name = "UnsupportedPlsAlphabetException";
|
|
326
326
|
$fault = "client";
|
|
327
327
|
constructor(opts) {
|
|
@@ -332,8 +332,8 @@ let UnsupportedPlsAlphabetException$1 = class UnsupportedPlsAlphabetException ex
|
|
|
332
332
|
});
|
|
333
333
|
Object.setPrototypeOf(this, UnsupportedPlsAlphabetException.prototype);
|
|
334
334
|
}
|
|
335
|
-
}
|
|
336
|
-
|
|
335
|
+
}
|
|
336
|
+
class UnsupportedPlsLanguageException extends PollyServiceException {
|
|
337
337
|
name = "UnsupportedPlsLanguageException";
|
|
338
338
|
$fault = "client";
|
|
339
339
|
constructor(opts) {
|
|
@@ -344,8 +344,8 @@ let UnsupportedPlsLanguageException$1 = class UnsupportedPlsLanguageException ex
|
|
|
344
344
|
});
|
|
345
345
|
Object.setPrototypeOf(this, UnsupportedPlsLanguageException.prototype);
|
|
346
346
|
}
|
|
347
|
-
}
|
|
348
|
-
|
|
347
|
+
}
|
|
348
|
+
class SsmlMarksNotSupportedForTextTypeException extends PollyServiceException {
|
|
349
349
|
name = "SsmlMarksNotSupportedForTextTypeException";
|
|
350
350
|
$fault = "client";
|
|
351
351
|
constructor(opts) {
|
|
@@ -356,8 +356,8 @@ let SsmlMarksNotSupportedForTextTypeException$1 = class SsmlMarksNotSupportedFor
|
|
|
356
356
|
});
|
|
357
357
|
Object.setPrototypeOf(this, SsmlMarksNotSupportedForTextTypeException.prototype);
|
|
358
358
|
}
|
|
359
|
-
}
|
|
360
|
-
|
|
359
|
+
}
|
|
360
|
+
class TextLengthExceededException extends PollyServiceException {
|
|
361
361
|
name = "TextLengthExceededException";
|
|
362
362
|
$fault = "client";
|
|
363
363
|
constructor(opts) {
|
|
@@ -368,7 +368,7 @@ let TextLengthExceededException$1 = class TextLengthExceededException extends Po
|
|
|
368
368
|
});
|
|
369
369
|
Object.setPrototypeOf(this, TextLengthExceededException.prototype);
|
|
370
370
|
}
|
|
371
|
-
}
|
|
371
|
+
}
|
|
372
372
|
|
|
373
373
|
const _A = "Alphabet";
|
|
374
374
|
const _ALC = "AdditionalLanguageCodes";
|
|
@@ -481,9 +481,9 @@ const _xaR = "x-amzn-RequestCharacters";
|
|
|
481
481
|
const n0 = "com.amazonaws.polly";
|
|
482
482
|
var AudioStream = [0, n0, _AS, { [_s]: 1 }, 42];
|
|
483
483
|
var LexiconContent = [0, n0, _LC, 8, 0];
|
|
484
|
-
var DeleteLexiconInput = [3, n0, _DLI, 0, [_N], [[0, 1]]];
|
|
485
|
-
var DeleteLexiconOutput = [3, n0, _DLO, 0, [], []];
|
|
486
|
-
var DescribeVoicesInput = [
|
|
484
|
+
var DeleteLexiconInput$ = [3, n0, _DLI, 0, [_N], [[0, 1]]];
|
|
485
|
+
var DeleteLexiconOutput$ = [3, n0, _DLO, 0, [], []];
|
|
486
|
+
var DescribeVoicesInput$ = [
|
|
487
487
|
3,
|
|
488
488
|
n0,
|
|
489
489
|
_DVI,
|
|
@@ -496,40 +496,40 @@ var DescribeVoicesInput = [
|
|
|
496
496
|
[0, { [_hQ]: _NT }],
|
|
497
497
|
],
|
|
498
498
|
];
|
|
499
|
-
var DescribeVoicesOutput = [3, n0, _DVO, 0, [_V, _NT], [() => VoiceList, 0]];
|
|
500
|
-
var EngineNotSupportedException = [-3, n0, _ENSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
501
|
-
schema.TypeRegistry.for(n0).registerError(EngineNotSupportedException
|
|
502
|
-
var GetLexiconInput = [3, n0, _GLI, 0, [_N], [[0, 1]]];
|
|
503
|
-
var GetLexiconOutput = [
|
|
499
|
+
var DescribeVoicesOutput$ = [3, n0, _DVO, 0, [_V, _NT], [() => VoiceList, 0]];
|
|
500
|
+
var EngineNotSupportedException$ = [-3, n0, _ENSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
501
|
+
schema.TypeRegistry.for(n0).registerError(EngineNotSupportedException$, EngineNotSupportedException);
|
|
502
|
+
var GetLexiconInput$ = [3, n0, _GLI, 0, [_N], [[0, 1]]];
|
|
503
|
+
var GetLexiconOutput$ = [
|
|
504
504
|
3,
|
|
505
505
|
n0,
|
|
506
506
|
_GLO,
|
|
507
507
|
0,
|
|
508
508
|
[_L, _LA],
|
|
509
|
-
[[() => Lexicon
|
|
509
|
+
[[() => Lexicon$, 0], () => LexiconAttributes$],
|
|
510
510
|
];
|
|
511
|
-
var GetSpeechSynthesisTaskInput = [3, n0, _GSSTI, 0, [_TI], [[0, 1]]];
|
|
512
|
-
var GetSpeechSynthesisTaskOutput = [3, n0, _GSSTO, 0, [_ST], [() => SynthesisTask]];
|
|
513
|
-
var InvalidLexiconException = [-3, n0, _ILE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
514
|
-
schema.TypeRegistry.for(n0).registerError(InvalidLexiconException
|
|
515
|
-
var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
516
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException
|
|
517
|
-
var InvalidS3BucketException = [-3, n0, _ISBE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
518
|
-
schema.TypeRegistry.for(n0).registerError(InvalidS3BucketException
|
|
519
|
-
var InvalidS3KeyException = [-3, n0, _ISKE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
520
|
-
schema.TypeRegistry.for(n0).registerError(InvalidS3KeyException
|
|
521
|
-
var InvalidSampleRateException = [-3, n0, _ISRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
522
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSampleRateException
|
|
523
|
-
var InvalidSnsTopicArnException = [-3, n0, _ISTAE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
524
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSnsTopicArnException
|
|
525
|
-
var InvalidSsmlException = [-3, n0, _ISE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
526
|
-
schema.TypeRegistry.for(n0).registerError(InvalidSsmlException
|
|
527
|
-
var InvalidTaskIdException = [-3, n0, _ITIE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
528
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTaskIdException
|
|
529
|
-
var LanguageNotSupportedException = [-3, n0, _LNSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
530
|
-
schema.TypeRegistry.for(n0).registerError(LanguageNotSupportedException
|
|
531
|
-
var Lexicon = [3, n0, _L, 0, [_C, _N], [[() => LexiconContent, 0], 0]];
|
|
532
|
-
var LexiconAttributes = [
|
|
511
|
+
var GetSpeechSynthesisTaskInput$ = [3, n0, _GSSTI, 0, [_TI], [[0, 1]]];
|
|
512
|
+
var GetSpeechSynthesisTaskOutput$ = [3, n0, _GSSTO, 0, [_ST], [() => SynthesisTask$]];
|
|
513
|
+
var InvalidLexiconException$ = [-3, n0, _ILE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
514
|
+
schema.TypeRegistry.for(n0).registerError(InvalidLexiconException$, InvalidLexiconException);
|
|
515
|
+
var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
516
|
+
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
517
|
+
var InvalidS3BucketException$ = [-3, n0, _ISBE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
518
|
+
schema.TypeRegistry.for(n0).registerError(InvalidS3BucketException$, InvalidS3BucketException);
|
|
519
|
+
var InvalidS3KeyException$ = [-3, n0, _ISKE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
520
|
+
schema.TypeRegistry.for(n0).registerError(InvalidS3KeyException$, InvalidS3KeyException);
|
|
521
|
+
var InvalidSampleRateException$ = [-3, n0, _ISRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
522
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSampleRateException$, InvalidSampleRateException);
|
|
523
|
+
var InvalidSnsTopicArnException$ = [-3, n0, _ISTAE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
524
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSnsTopicArnException$, InvalidSnsTopicArnException);
|
|
525
|
+
var InvalidSsmlException$ = [-3, n0, _ISE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
526
|
+
schema.TypeRegistry.for(n0).registerError(InvalidSsmlException$, InvalidSsmlException);
|
|
527
|
+
var InvalidTaskIdException$ = [-3, n0, _ITIE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
528
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTaskIdException$, InvalidTaskIdException);
|
|
529
|
+
var LanguageNotSupportedException$ = [-3, n0, _LNSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
530
|
+
schema.TypeRegistry.for(n0).registerError(LanguageNotSupportedException$, LanguageNotSupportedException);
|
|
531
|
+
var Lexicon$ = [3, n0, _L, 0, [_C, _N], [[() => LexiconContent, 0], 0]];
|
|
532
|
+
var LexiconAttributes$ = [
|
|
533
533
|
3,
|
|
534
534
|
n0,
|
|
535
535
|
_LA,
|
|
@@ -537,14 +537,14 @@ var LexiconAttributes = [
|
|
|
537
537
|
[_A, _LCa, _LM, _LAe, _LCe, _S],
|
|
538
538
|
[0, 0, 4, 0, 1, 1],
|
|
539
539
|
];
|
|
540
|
-
var LexiconDescription = [3, n0, _LD, 0, [_N, _At], [0, () => LexiconAttributes]];
|
|
541
|
-
var LexiconNotFoundException = [-3, n0, _LNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
542
|
-
schema.TypeRegistry.for(n0).registerError(LexiconNotFoundException
|
|
543
|
-
var LexiconSizeExceededException = [-3, n0, _LSEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
544
|
-
schema.TypeRegistry.for(n0).registerError(LexiconSizeExceededException
|
|
545
|
-
var ListLexiconsInput = [3, n0, _LLI, 0, [_NT], [[0, { [_hQ]: _NT }]]];
|
|
546
|
-
var ListLexiconsOutput = [3, n0, _LLO, 0, [_Le, _NT], [() => LexiconDescriptionList, 0]];
|
|
547
|
-
var ListSpeechSynthesisTasksInput = [
|
|
540
|
+
var LexiconDescription$ = [3, n0, _LD, 0, [_N, _At], [0, () => LexiconAttributes$]];
|
|
541
|
+
var LexiconNotFoundException$ = [-3, n0, _LNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
542
|
+
schema.TypeRegistry.for(n0).registerError(LexiconNotFoundException$, LexiconNotFoundException);
|
|
543
|
+
var LexiconSizeExceededException$ = [-3, n0, _LSEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
544
|
+
schema.TypeRegistry.for(n0).registerError(LexiconSizeExceededException$, LexiconSizeExceededException);
|
|
545
|
+
var ListLexiconsInput$ = [3, n0, _LLI, 0, [_NT], [[0, { [_hQ]: _NT }]]];
|
|
546
|
+
var ListLexiconsOutput$ = [3, n0, _LLO, 0, [_Le, _NT], [() => LexiconDescriptionList, 0]];
|
|
547
|
+
var ListSpeechSynthesisTasksInput$ = [
|
|
548
548
|
3,
|
|
549
549
|
n0,
|
|
550
550
|
_LSSTI,
|
|
@@ -556,7 +556,7 @@ var ListSpeechSynthesisTasksInput = [
|
|
|
556
556
|
[0, { [_hQ]: _St }],
|
|
557
557
|
],
|
|
558
558
|
];
|
|
559
|
-
var ListSpeechSynthesisTasksOutput = [
|
|
559
|
+
var ListSpeechSynthesisTasksOutput$ = [
|
|
560
560
|
3,
|
|
561
561
|
n0,
|
|
562
562
|
_LSSTO,
|
|
@@ -564,7 +564,7 @@ var ListSpeechSynthesisTasksOutput = [
|
|
|
564
564
|
[_NT, _STy],
|
|
565
565
|
[0, () => SynthesisTasks],
|
|
566
566
|
];
|
|
567
|
-
var MarksNotSupportedForFormatException = [
|
|
567
|
+
var MarksNotSupportedForFormatException$ = [
|
|
568
568
|
-3,
|
|
569
569
|
n0,
|
|
570
570
|
_MNSFFE,
|
|
@@ -572,10 +572,10 @@ var MarksNotSupportedForFormatException = [
|
|
|
572
572
|
[_m],
|
|
573
573
|
[0],
|
|
574
574
|
];
|
|
575
|
-
schema.TypeRegistry.for(n0).registerError(MarksNotSupportedForFormatException
|
|
576
|
-
var MaxLexemeLengthExceededException = [-3, n0, _MLLEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
577
|
-
schema.TypeRegistry.for(n0).registerError(MaxLexemeLengthExceededException
|
|
578
|
-
var MaxLexiconsNumberExceededException = [
|
|
575
|
+
schema.TypeRegistry.for(n0).registerError(MarksNotSupportedForFormatException$, MarksNotSupportedForFormatException);
|
|
576
|
+
var MaxLexemeLengthExceededException$ = [-3, n0, _MLLEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
577
|
+
schema.TypeRegistry.for(n0).registerError(MaxLexemeLengthExceededException$, MaxLexemeLengthExceededException);
|
|
578
|
+
var MaxLexiconsNumberExceededException$ = [
|
|
579
579
|
-3,
|
|
580
580
|
n0,
|
|
581
581
|
_MLNEE,
|
|
@@ -583,8 +583,8 @@ var MaxLexiconsNumberExceededException = [
|
|
|
583
583
|
[_m],
|
|
584
584
|
[0],
|
|
585
585
|
];
|
|
586
|
-
schema.TypeRegistry.for(n0).registerError(MaxLexiconsNumberExceededException
|
|
587
|
-
var PutLexiconInput = [
|
|
586
|
+
schema.TypeRegistry.for(n0).registerError(MaxLexiconsNumberExceededException$, MaxLexiconsNumberExceededException);
|
|
587
|
+
var PutLexiconInput$ = [
|
|
588
588
|
3,
|
|
589
589
|
n0,
|
|
590
590
|
_PLI,
|
|
@@ -595,10 +595,10 @@ var PutLexiconInput = [
|
|
|
595
595
|
[() => LexiconContent, 0],
|
|
596
596
|
],
|
|
597
597
|
];
|
|
598
|
-
var PutLexiconOutput = [3, n0, _PLO, 0, [], []];
|
|
599
|
-
var ServiceFailureException = [-3, n0, _SFE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
600
|
-
schema.TypeRegistry.for(n0).registerError(ServiceFailureException
|
|
601
|
-
var SsmlMarksNotSupportedForTextTypeException = [
|
|
598
|
+
var PutLexiconOutput$ = [3, n0, _PLO, 0, [], []];
|
|
599
|
+
var ServiceFailureException$ = [-3, n0, _SFE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
600
|
+
schema.TypeRegistry.for(n0).registerError(ServiceFailureException$, ServiceFailureException);
|
|
601
|
+
var SsmlMarksNotSupportedForTextTypeException$ = [
|
|
602
602
|
-3,
|
|
603
603
|
n0,
|
|
604
604
|
_SMNSFTTE,
|
|
@@ -606,8 +606,8 @@ var SsmlMarksNotSupportedForTextTypeException = [
|
|
|
606
606
|
[_m],
|
|
607
607
|
[0],
|
|
608
608
|
];
|
|
609
|
-
schema.TypeRegistry.for(n0).registerError(SsmlMarksNotSupportedForTextTypeException
|
|
610
|
-
var StartSpeechSynthesisTaskInput = [
|
|
609
|
+
schema.TypeRegistry.for(n0).registerError(SsmlMarksNotSupportedForTextTypeException$, SsmlMarksNotSupportedForTextTypeException);
|
|
610
|
+
var StartSpeechSynthesisTaskInput$ = [
|
|
611
611
|
3,
|
|
612
612
|
n0,
|
|
613
613
|
_SSSTI,
|
|
@@ -615,8 +615,8 @@ var StartSpeechSynthesisTaskInput = [
|
|
|
615
615
|
[_E, _LCa, _LN, _OF, _OSBN, _OSKP, _SR, _STA, _SMT, _T, _TT, _VI],
|
|
616
616
|
[0, 0, 64 | 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0],
|
|
617
617
|
];
|
|
618
|
-
var StartSpeechSynthesisTaskOutput = [3, n0, _SSSTO, 0, [_ST], [() => SynthesisTask]];
|
|
619
|
-
var SynthesisTask = [
|
|
618
|
+
var StartSpeechSynthesisTaskOutput$ = [3, n0, _SSSTO, 0, [_ST], [() => SynthesisTask$]];
|
|
619
|
+
var SynthesisTask$ = [
|
|
620
620
|
3,
|
|
621
621
|
n0,
|
|
622
622
|
_ST,
|
|
@@ -624,9 +624,9 @@ var SynthesisTask = [
|
|
|
624
624
|
[_E, _TI, _TS, _TSR, _OU, _CT, _RC, _STA, _LN, _OF, _SR, _SMT, _TT, _VI, _LCa],
|
|
625
625
|
[0, 0, 0, 0, 0, 4, 1, 0, 64 | 0, 0, 0, 64 | 0, 0, 0, 0],
|
|
626
626
|
];
|
|
627
|
-
var SynthesisTaskNotFoundException = [-3, n0, _STNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
628
|
-
schema.TypeRegistry.for(n0).registerError(SynthesisTaskNotFoundException
|
|
629
|
-
var SynthesizeSpeechInput = [
|
|
627
|
+
var SynthesisTaskNotFoundException$ = [-3, n0, _STNFE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
628
|
+
schema.TypeRegistry.for(n0).registerError(SynthesisTaskNotFoundException$, SynthesisTaskNotFoundException);
|
|
629
|
+
var SynthesizeSpeechInput$ = [
|
|
630
630
|
3,
|
|
631
631
|
n0,
|
|
632
632
|
_SSI,
|
|
@@ -634,7 +634,7 @@ var SynthesizeSpeechInput = [
|
|
|
634
634
|
[_E, _LCa, _LN, _OF, _SR, _SMT, _T, _TT, _VI],
|
|
635
635
|
[0, 0, 64 | 0, 0, 0, 64 | 0, 0, 0, 0],
|
|
636
636
|
];
|
|
637
|
-
var SynthesizeSpeechOutput = [
|
|
637
|
+
var SynthesizeSpeechOutput$ = [
|
|
638
638
|
3,
|
|
639
639
|
n0,
|
|
640
640
|
_SSO,
|
|
@@ -646,13 +646,13 @@ var SynthesizeSpeechOutput = [
|
|
|
646
646
|
[1, { [_hH]: _xaR }],
|
|
647
647
|
],
|
|
648
648
|
];
|
|
649
|
-
var TextLengthExceededException = [-3, n0, _TLEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
650
|
-
schema.TypeRegistry.for(n0).registerError(TextLengthExceededException
|
|
651
|
-
var UnsupportedPlsAlphabetException = [-3, n0, _UPAE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
652
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedPlsAlphabetException
|
|
653
|
-
var UnsupportedPlsLanguageException = [-3, n0, _UPLE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
654
|
-
schema.TypeRegistry.for(n0).registerError(UnsupportedPlsLanguageException
|
|
655
|
-
var Voice = [
|
|
649
|
+
var TextLengthExceededException$ = [-3, n0, _TLEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
650
|
+
schema.TypeRegistry.for(n0).registerError(TextLengthExceededException$, TextLengthExceededException);
|
|
651
|
+
var UnsupportedPlsAlphabetException$ = [-3, n0, _UPAE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
652
|
+
schema.TypeRegistry.for(n0).registerError(UnsupportedPlsAlphabetException$, UnsupportedPlsAlphabetException);
|
|
653
|
+
var UnsupportedPlsLanguageException$ = [-3, n0, _UPLE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
654
|
+
schema.TypeRegistry.for(n0).registerError(UnsupportedPlsLanguageException$, UnsupportedPlsLanguageException);
|
|
655
|
+
var Voice$ = [
|
|
656
656
|
3,
|
|
657
657
|
n0,
|
|
658
658
|
_Vo,
|
|
@@ -660,82 +660,82 @@ var Voice = [
|
|
|
660
660
|
[_G, _I, _LCa, _LNa, _N, _ALC, _SE],
|
|
661
661
|
[0, 0, 0, 0, 0, 64 | 0, 64 | 0],
|
|
662
662
|
];
|
|
663
|
-
var PollyServiceException = [-3, _sm, "PollyServiceException", 0, [], []];
|
|
664
|
-
schema.TypeRegistry.for(_sm).registerError(PollyServiceException
|
|
665
|
-
var LexiconDescriptionList = [1, n0, _LDL, 0, () => LexiconDescription];
|
|
666
|
-
var SynthesisTasks = [1, n0, _STy, 0, () => SynthesisTask];
|
|
667
|
-
var VoiceList = [1, n0, _VL, 0, () => Voice];
|
|
668
|
-
var DeleteLexicon = [
|
|
663
|
+
var PollyServiceException$ = [-3, _sm, "PollyServiceException", 0, [], []];
|
|
664
|
+
schema.TypeRegistry.for(_sm).registerError(PollyServiceException$, PollyServiceException);
|
|
665
|
+
var LexiconDescriptionList = [1, n0, _LDL, 0, () => LexiconDescription$];
|
|
666
|
+
var SynthesisTasks = [1, n0, _STy, 0, () => SynthesisTask$];
|
|
667
|
+
var VoiceList = [1, n0, _VL, 0, () => Voice$];
|
|
668
|
+
var DeleteLexicon$ = [
|
|
669
669
|
9,
|
|
670
670
|
n0,
|
|
671
671
|
_DL,
|
|
672
672
|
{ [_h]: ["DELETE", "/v1/lexicons/{Name}", 200] },
|
|
673
|
-
() => DeleteLexiconInput
|
|
674
|
-
() => DeleteLexiconOutput
|
|
673
|
+
() => DeleteLexiconInput$,
|
|
674
|
+
() => DeleteLexiconOutput$,
|
|
675
675
|
];
|
|
676
|
-
var DescribeVoices = [
|
|
676
|
+
var DescribeVoices$ = [
|
|
677
677
|
9,
|
|
678
678
|
n0,
|
|
679
679
|
_DV,
|
|
680
680
|
{ [_h]: ["GET", "/v1/voices", 200] },
|
|
681
|
-
() => DescribeVoicesInput
|
|
682
|
-
() => DescribeVoicesOutput
|
|
681
|
+
() => DescribeVoicesInput$,
|
|
682
|
+
() => DescribeVoicesOutput$,
|
|
683
683
|
];
|
|
684
|
-
var GetLexicon = [
|
|
684
|
+
var GetLexicon$ = [
|
|
685
685
|
9,
|
|
686
686
|
n0,
|
|
687
687
|
_GL,
|
|
688
688
|
{ [_h]: ["GET", "/v1/lexicons/{Name}", 200] },
|
|
689
|
-
() => GetLexiconInput
|
|
690
|
-
() => GetLexiconOutput
|
|
689
|
+
() => GetLexiconInput$,
|
|
690
|
+
() => GetLexiconOutput$,
|
|
691
691
|
];
|
|
692
|
-
var GetSpeechSynthesisTask = [
|
|
692
|
+
var GetSpeechSynthesisTask$ = [
|
|
693
693
|
9,
|
|
694
694
|
n0,
|
|
695
695
|
_GSST,
|
|
696
696
|
{ [_h]: ["GET", "/v1/synthesisTasks/{TaskId}", 200] },
|
|
697
|
-
() => GetSpeechSynthesisTaskInput
|
|
698
|
-
() => GetSpeechSynthesisTaskOutput
|
|
697
|
+
() => GetSpeechSynthesisTaskInput$,
|
|
698
|
+
() => GetSpeechSynthesisTaskOutput$,
|
|
699
699
|
];
|
|
700
|
-
var ListLexicons = [
|
|
700
|
+
var ListLexicons$ = [
|
|
701
701
|
9,
|
|
702
702
|
n0,
|
|
703
703
|
_LL,
|
|
704
704
|
{ [_h]: ["GET", "/v1/lexicons", 200] },
|
|
705
|
-
() => ListLexiconsInput
|
|
706
|
-
() => ListLexiconsOutput
|
|
705
|
+
() => ListLexiconsInput$,
|
|
706
|
+
() => ListLexiconsOutput$,
|
|
707
707
|
];
|
|
708
|
-
var ListSpeechSynthesisTasks = [
|
|
708
|
+
var ListSpeechSynthesisTasks$ = [
|
|
709
709
|
9,
|
|
710
710
|
n0,
|
|
711
711
|
_LSST,
|
|
712
712
|
{ [_h]: ["GET", "/v1/synthesisTasks", 200] },
|
|
713
|
-
() => ListSpeechSynthesisTasksInput
|
|
714
|
-
() => ListSpeechSynthesisTasksOutput
|
|
713
|
+
() => ListSpeechSynthesisTasksInput$,
|
|
714
|
+
() => ListSpeechSynthesisTasksOutput$,
|
|
715
715
|
];
|
|
716
|
-
var PutLexicon = [
|
|
716
|
+
var PutLexicon$ = [
|
|
717
717
|
9,
|
|
718
718
|
n0,
|
|
719
719
|
_PL,
|
|
720
720
|
{ [_h]: ["PUT", "/v1/lexicons/{Name}", 200] },
|
|
721
|
-
() => PutLexiconInput
|
|
722
|
-
() => PutLexiconOutput
|
|
721
|
+
() => PutLexiconInput$,
|
|
722
|
+
() => PutLexiconOutput$,
|
|
723
723
|
];
|
|
724
|
-
var StartSpeechSynthesisTask = [
|
|
724
|
+
var StartSpeechSynthesisTask$ = [
|
|
725
725
|
9,
|
|
726
726
|
n0,
|
|
727
727
|
_SSST,
|
|
728
728
|
{ [_h]: ["POST", "/v1/synthesisTasks", 200] },
|
|
729
|
-
() => StartSpeechSynthesisTaskInput
|
|
730
|
-
() => StartSpeechSynthesisTaskOutput
|
|
729
|
+
() => StartSpeechSynthesisTaskInput$,
|
|
730
|
+
() => StartSpeechSynthesisTaskOutput$,
|
|
731
731
|
];
|
|
732
|
-
var SynthesizeSpeech = [
|
|
732
|
+
var SynthesizeSpeech$ = [
|
|
733
733
|
9,
|
|
734
734
|
n0,
|
|
735
735
|
_SS,
|
|
736
736
|
{ [_h]: ["POST", "/v1/speech", 200] },
|
|
737
|
-
() => SynthesizeSpeechInput
|
|
738
|
-
() => SynthesizeSpeechOutput
|
|
737
|
+
() => SynthesizeSpeechInput$,
|
|
738
|
+
() => SynthesizeSpeechOutput$,
|
|
739
739
|
];
|
|
740
740
|
|
|
741
741
|
class DeleteLexiconCommand extends smithyClient.Command
|
|
@@ -746,7 +746,7 @@ class DeleteLexiconCommand extends smithyClient.Command
|
|
|
746
746
|
})
|
|
747
747
|
.s("Parrot_v1", "DeleteLexicon", {})
|
|
748
748
|
.n("PollyClient", "DeleteLexiconCommand")
|
|
749
|
-
.sc(DeleteLexicon)
|
|
749
|
+
.sc(DeleteLexicon$)
|
|
750
750
|
.build() {
|
|
751
751
|
}
|
|
752
752
|
|
|
@@ -758,7 +758,7 @@ class DescribeVoicesCommand extends smithyClient.Command
|
|
|
758
758
|
})
|
|
759
759
|
.s("Parrot_v1", "DescribeVoices", {})
|
|
760
760
|
.n("PollyClient", "DescribeVoicesCommand")
|
|
761
|
-
.sc(DescribeVoices)
|
|
761
|
+
.sc(DescribeVoices$)
|
|
762
762
|
.build() {
|
|
763
763
|
}
|
|
764
764
|
|
|
@@ -770,7 +770,7 @@ class GetLexiconCommand extends smithyClient.Command
|
|
|
770
770
|
})
|
|
771
771
|
.s("Parrot_v1", "GetLexicon", {})
|
|
772
772
|
.n("PollyClient", "GetLexiconCommand")
|
|
773
|
-
.sc(GetLexicon)
|
|
773
|
+
.sc(GetLexicon$)
|
|
774
774
|
.build() {
|
|
775
775
|
}
|
|
776
776
|
|
|
@@ -782,7 +782,7 @@ class GetSpeechSynthesisTaskCommand extends smithyClient.Command
|
|
|
782
782
|
})
|
|
783
783
|
.s("Parrot_v1", "GetSpeechSynthesisTask", {})
|
|
784
784
|
.n("PollyClient", "GetSpeechSynthesisTaskCommand")
|
|
785
|
-
.sc(GetSpeechSynthesisTask)
|
|
785
|
+
.sc(GetSpeechSynthesisTask$)
|
|
786
786
|
.build() {
|
|
787
787
|
}
|
|
788
788
|
|
|
@@ -794,7 +794,7 @@ class ListLexiconsCommand extends smithyClient.Command
|
|
|
794
794
|
})
|
|
795
795
|
.s("Parrot_v1", "ListLexicons", {})
|
|
796
796
|
.n("PollyClient", "ListLexiconsCommand")
|
|
797
|
-
.sc(ListLexicons)
|
|
797
|
+
.sc(ListLexicons$)
|
|
798
798
|
.build() {
|
|
799
799
|
}
|
|
800
800
|
|
|
@@ -806,7 +806,7 @@ class ListSpeechSynthesisTasksCommand extends smithyClient.Command
|
|
|
806
806
|
})
|
|
807
807
|
.s("Parrot_v1", "ListSpeechSynthesisTasks", {})
|
|
808
808
|
.n("PollyClient", "ListSpeechSynthesisTasksCommand")
|
|
809
|
-
.sc(ListSpeechSynthesisTasks)
|
|
809
|
+
.sc(ListSpeechSynthesisTasks$)
|
|
810
810
|
.build() {
|
|
811
811
|
}
|
|
812
812
|
|
|
@@ -818,7 +818,7 @@ class PutLexiconCommand extends smithyClient.Command
|
|
|
818
818
|
})
|
|
819
819
|
.s("Parrot_v1", "PutLexicon", {})
|
|
820
820
|
.n("PollyClient", "PutLexiconCommand")
|
|
821
|
-
.sc(PutLexicon)
|
|
821
|
+
.sc(PutLexicon$)
|
|
822
822
|
.build() {
|
|
823
823
|
}
|
|
824
824
|
|
|
@@ -830,7 +830,7 @@ class StartSpeechSynthesisTaskCommand extends smithyClient.Command
|
|
|
830
830
|
})
|
|
831
831
|
.s("Parrot_v1", "StartSpeechSynthesisTask", {})
|
|
832
832
|
.n("PollyClient", "StartSpeechSynthesisTaskCommand")
|
|
833
|
-
.sc(StartSpeechSynthesisTask)
|
|
833
|
+
.sc(StartSpeechSynthesisTask$)
|
|
834
834
|
.build() {
|
|
835
835
|
}
|
|
836
836
|
|
|
@@ -842,7 +842,7 @@ class SynthesizeSpeechCommand extends smithyClient.Command
|
|
|
842
842
|
})
|
|
843
843
|
.s("Parrot_v1", "SynthesizeSpeech", {})
|
|
844
844
|
.n("PollyClient", "SynthesizeSpeechCommand")
|
|
845
|
-
.sc(SynthesizeSpeech)
|
|
845
|
+
.sc(SynthesizeSpeech$)
|
|
846
846
|
.build() {
|
|
847
847
|
}
|
|
848
848
|
|
|
@@ -1051,45 +1051,99 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1051
1051
|
enumerable: true,
|
|
1052
1052
|
get: function () { return smithyClient.Client; }
|
|
1053
1053
|
});
|
|
1054
|
+
exports.DeleteLexicon$ = DeleteLexicon$;
|
|
1054
1055
|
exports.DeleteLexiconCommand = DeleteLexiconCommand;
|
|
1056
|
+
exports.DeleteLexiconInput$ = DeleteLexiconInput$;
|
|
1057
|
+
exports.DeleteLexiconOutput$ = DeleteLexiconOutput$;
|
|
1058
|
+
exports.DescribeVoices$ = DescribeVoices$;
|
|
1055
1059
|
exports.DescribeVoicesCommand = DescribeVoicesCommand;
|
|
1060
|
+
exports.DescribeVoicesInput$ = DescribeVoicesInput$;
|
|
1061
|
+
exports.DescribeVoicesOutput$ = DescribeVoicesOutput$;
|
|
1056
1062
|
exports.Engine = Engine;
|
|
1057
|
-
exports.EngineNotSupportedException = EngineNotSupportedException
|
|
1063
|
+
exports.EngineNotSupportedException = EngineNotSupportedException;
|
|
1064
|
+
exports.EngineNotSupportedException$ = EngineNotSupportedException$;
|
|
1058
1065
|
exports.Gender = Gender;
|
|
1066
|
+
exports.GetLexicon$ = GetLexicon$;
|
|
1059
1067
|
exports.GetLexiconCommand = GetLexiconCommand;
|
|
1068
|
+
exports.GetLexiconInput$ = GetLexiconInput$;
|
|
1069
|
+
exports.GetLexiconOutput$ = GetLexiconOutput$;
|
|
1070
|
+
exports.GetSpeechSynthesisTask$ = GetSpeechSynthesisTask$;
|
|
1060
1071
|
exports.GetSpeechSynthesisTaskCommand = GetSpeechSynthesisTaskCommand;
|
|
1061
|
-
exports.
|
|
1062
|
-
exports.
|
|
1063
|
-
exports.
|
|
1064
|
-
exports.
|
|
1065
|
-
exports.
|
|
1066
|
-
exports.
|
|
1067
|
-
exports.
|
|
1068
|
-
exports.
|
|
1072
|
+
exports.GetSpeechSynthesisTaskInput$ = GetSpeechSynthesisTaskInput$;
|
|
1073
|
+
exports.GetSpeechSynthesisTaskOutput$ = GetSpeechSynthesisTaskOutput$;
|
|
1074
|
+
exports.InvalidLexiconException = InvalidLexiconException;
|
|
1075
|
+
exports.InvalidLexiconException$ = InvalidLexiconException$;
|
|
1076
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
1077
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
1078
|
+
exports.InvalidS3BucketException = InvalidS3BucketException;
|
|
1079
|
+
exports.InvalidS3BucketException$ = InvalidS3BucketException$;
|
|
1080
|
+
exports.InvalidS3KeyException = InvalidS3KeyException;
|
|
1081
|
+
exports.InvalidS3KeyException$ = InvalidS3KeyException$;
|
|
1082
|
+
exports.InvalidSampleRateException = InvalidSampleRateException;
|
|
1083
|
+
exports.InvalidSampleRateException$ = InvalidSampleRateException$;
|
|
1084
|
+
exports.InvalidSnsTopicArnException = InvalidSnsTopicArnException;
|
|
1085
|
+
exports.InvalidSnsTopicArnException$ = InvalidSnsTopicArnException$;
|
|
1086
|
+
exports.InvalidSsmlException = InvalidSsmlException;
|
|
1087
|
+
exports.InvalidSsmlException$ = InvalidSsmlException$;
|
|
1088
|
+
exports.InvalidTaskIdException = InvalidTaskIdException;
|
|
1089
|
+
exports.InvalidTaskIdException$ = InvalidTaskIdException$;
|
|
1069
1090
|
exports.LanguageCode = LanguageCode;
|
|
1070
|
-
exports.LanguageNotSupportedException = LanguageNotSupportedException
|
|
1071
|
-
exports.
|
|
1072
|
-
exports.
|
|
1091
|
+
exports.LanguageNotSupportedException = LanguageNotSupportedException;
|
|
1092
|
+
exports.LanguageNotSupportedException$ = LanguageNotSupportedException$;
|
|
1093
|
+
exports.Lexicon$ = Lexicon$;
|
|
1094
|
+
exports.LexiconAttributes$ = LexiconAttributes$;
|
|
1095
|
+
exports.LexiconDescription$ = LexiconDescription$;
|
|
1096
|
+
exports.LexiconNotFoundException = LexiconNotFoundException;
|
|
1097
|
+
exports.LexiconNotFoundException$ = LexiconNotFoundException$;
|
|
1098
|
+
exports.LexiconSizeExceededException = LexiconSizeExceededException;
|
|
1099
|
+
exports.LexiconSizeExceededException$ = LexiconSizeExceededException$;
|
|
1100
|
+
exports.ListLexicons$ = ListLexicons$;
|
|
1073
1101
|
exports.ListLexiconsCommand = ListLexiconsCommand;
|
|
1102
|
+
exports.ListLexiconsInput$ = ListLexiconsInput$;
|
|
1103
|
+
exports.ListLexiconsOutput$ = ListLexiconsOutput$;
|
|
1104
|
+
exports.ListSpeechSynthesisTasks$ = ListSpeechSynthesisTasks$;
|
|
1074
1105
|
exports.ListSpeechSynthesisTasksCommand = ListSpeechSynthesisTasksCommand;
|
|
1075
|
-
exports.
|
|
1076
|
-
exports.
|
|
1077
|
-
exports.
|
|
1106
|
+
exports.ListSpeechSynthesisTasksInput$ = ListSpeechSynthesisTasksInput$;
|
|
1107
|
+
exports.ListSpeechSynthesisTasksOutput$ = ListSpeechSynthesisTasksOutput$;
|
|
1108
|
+
exports.MarksNotSupportedForFormatException = MarksNotSupportedForFormatException;
|
|
1109
|
+
exports.MarksNotSupportedForFormatException$ = MarksNotSupportedForFormatException$;
|
|
1110
|
+
exports.MaxLexemeLengthExceededException = MaxLexemeLengthExceededException;
|
|
1111
|
+
exports.MaxLexemeLengthExceededException$ = MaxLexemeLengthExceededException$;
|
|
1112
|
+
exports.MaxLexiconsNumberExceededException = MaxLexiconsNumberExceededException;
|
|
1113
|
+
exports.MaxLexiconsNumberExceededException$ = MaxLexiconsNumberExceededException$;
|
|
1078
1114
|
exports.OutputFormat = OutputFormat;
|
|
1079
1115
|
exports.Polly = Polly;
|
|
1080
1116
|
exports.PollyClient = PollyClient;
|
|
1081
|
-
exports.PollyServiceException = PollyServiceException
|
|
1117
|
+
exports.PollyServiceException = PollyServiceException;
|
|
1118
|
+
exports.PollyServiceException$ = PollyServiceException$;
|
|
1119
|
+
exports.PutLexicon$ = PutLexicon$;
|
|
1082
1120
|
exports.PutLexiconCommand = PutLexiconCommand;
|
|
1083
|
-
exports.
|
|
1121
|
+
exports.PutLexiconInput$ = PutLexiconInput$;
|
|
1122
|
+
exports.PutLexiconOutput$ = PutLexiconOutput$;
|
|
1123
|
+
exports.ServiceFailureException = ServiceFailureException;
|
|
1124
|
+
exports.ServiceFailureException$ = ServiceFailureException$;
|
|
1084
1125
|
exports.SpeechMarkType = SpeechMarkType;
|
|
1085
|
-
exports.SsmlMarksNotSupportedForTextTypeException = SsmlMarksNotSupportedForTextTypeException
|
|
1126
|
+
exports.SsmlMarksNotSupportedForTextTypeException = SsmlMarksNotSupportedForTextTypeException;
|
|
1127
|
+
exports.SsmlMarksNotSupportedForTextTypeException$ = SsmlMarksNotSupportedForTextTypeException$;
|
|
1128
|
+
exports.StartSpeechSynthesisTask$ = StartSpeechSynthesisTask$;
|
|
1086
1129
|
exports.StartSpeechSynthesisTaskCommand = StartSpeechSynthesisTaskCommand;
|
|
1087
|
-
exports.
|
|
1130
|
+
exports.StartSpeechSynthesisTaskInput$ = StartSpeechSynthesisTaskInput$;
|
|
1131
|
+
exports.StartSpeechSynthesisTaskOutput$ = StartSpeechSynthesisTaskOutput$;
|
|
1132
|
+
exports.SynthesisTask$ = SynthesisTask$;
|
|
1133
|
+
exports.SynthesisTaskNotFoundException = SynthesisTaskNotFoundException;
|
|
1134
|
+
exports.SynthesisTaskNotFoundException$ = SynthesisTaskNotFoundException$;
|
|
1135
|
+
exports.SynthesizeSpeech$ = SynthesizeSpeech$;
|
|
1088
1136
|
exports.SynthesizeSpeechCommand = SynthesizeSpeechCommand;
|
|
1137
|
+
exports.SynthesizeSpeechInput$ = SynthesizeSpeechInput$;
|
|
1138
|
+
exports.SynthesizeSpeechOutput$ = SynthesizeSpeechOutput$;
|
|
1089
1139
|
exports.TaskStatus = TaskStatus;
|
|
1090
|
-
exports.TextLengthExceededException = TextLengthExceededException
|
|
1140
|
+
exports.TextLengthExceededException = TextLengthExceededException;
|
|
1141
|
+
exports.TextLengthExceededException$ = TextLengthExceededException$;
|
|
1091
1142
|
exports.TextType = TextType;
|
|
1092
|
-
exports.UnsupportedPlsAlphabetException = UnsupportedPlsAlphabetException
|
|
1093
|
-
exports.
|
|
1143
|
+
exports.UnsupportedPlsAlphabetException = UnsupportedPlsAlphabetException;
|
|
1144
|
+
exports.UnsupportedPlsAlphabetException$ = UnsupportedPlsAlphabetException$;
|
|
1145
|
+
exports.UnsupportedPlsLanguageException = UnsupportedPlsLanguageException;
|
|
1146
|
+
exports.UnsupportedPlsLanguageException$ = UnsupportedPlsLanguageException$;
|
|
1147
|
+
exports.Voice$ = Voice$;
|
|
1094
1148
|
exports.VoiceId = VoiceId;
|
|
1095
1149
|
exports.paginateListSpeechSynthesisTasks = paginateListSpeechSynthesisTasks;
|