@aws-sdk/client-translate 3.1068.0 → 3.1070.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.
@@ -1,7 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ParallelDataProperties$ = exports.ParallelDataDataLocation$ = exports.ParallelDataConfig$ = exports.OutputDataConfig$ = exports.ListTextTranslationJobsResponse$ = exports.ListTextTranslationJobsRequest$ = exports.ListTerminologiesResponse$ = exports.ListTerminologiesRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListParallelDataResponse$ = exports.ListParallelDataRequest$ = exports.ListLanguagesResponse$ = exports.ListLanguagesRequest$ = exports.Language$ = exports.JobDetails$ = exports.InputDataConfig$ = exports.ImportTerminologyResponse$ = exports.ImportTerminologyRequest$ = exports.GetTerminologyResponse$ = exports.GetTerminologyRequest$ = exports.GetParallelDataResponse$ = exports.GetParallelDataRequest$ = exports.EncryptionKey$ = exports.Document$ = exports.DescribeTextTranslationJobResponse$ = exports.DescribeTextTranslationJobRequest$ = exports.DeleteTerminologyRequest$ = exports.DeleteParallelDataResponse$ = exports.DeleteParallelDataRequest$ = exports.CreateParallelDataResponse$ = exports.CreateParallelDataRequest$ = exports.AppliedTerminology$ = exports.errorTypeRegistries = exports.UnsupportedLanguagePairException$ = exports.UnsupportedDisplayLanguageCodeException$ = exports.TooManyTagsException$ = exports.TooManyRequestsException$ = exports.TextSizeLimitExceededException$ = exports.ServiceUnavailableException$ = exports.ResourceNotFoundException$ = exports.LimitExceededException$ = exports.InvalidRequestException$ = exports.InvalidParameterValueException$ = exports.InvalidFilterException$ = exports.InternalServerException$ = exports.DetectedLanguageLowConfidenceException$ = exports.ConflictException$ = exports.ConcurrentModificationException$ = exports.TranslateServiceException$ = void 0;
4
- exports.UpdateParallelData$ = exports.UntagResource$ = exports.TranslateText$ = exports.TranslateDocument$ = exports.TagResource$ = exports.StopTextTranslationJob$ = exports.StartTextTranslationJob$ = exports.ListTextTranslationJobs$ = exports.ListTerminologies$ = exports.ListTagsForResource$ = exports.ListParallelData$ = exports.ListLanguages$ = exports.ImportTerminology$ = exports.GetTerminology$ = exports.GetParallelData$ = exports.DescribeTextTranslationJob$ = exports.DeleteTerminology$ = exports.DeleteParallelData$ = exports.CreateParallelData$ = exports.UpdateParallelDataResponse$ = exports.UpdateParallelDataRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TranslationSettings$ = exports.TranslateTextResponse$ = exports.TranslateTextRequest$ = exports.TranslateDocumentResponse$ = exports.TranslateDocumentRequest$ = exports.TranslatedDocument$ = exports.TextTranslationJobProperties$ = exports.TextTranslationJobFilter$ = exports.TerminologyProperties$ = exports.TerminologyDataLocation$ = exports.TerminologyData$ = exports.Term$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.StopTextTranslationJobResponse$ = exports.StopTextTranslationJobRequest$ = exports.StartTextTranslationJobResponse$ = exports.StartTextTranslationJobRequest$ = void 0;
5
1
  const _A = "Arn";
6
2
  const _ADL = "AuxiliaryDataLocation";
7
3
  const _AS = "AppliedSettings";
@@ -181,103 +177,119 @@ const _m = "message";
181
177
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.translate";
182
178
  const _se = "server";
183
179
  const n0 = "com.amazonaws.translate";
184
- const schema_1 = require("@smithy/core/schema");
185
- const errors_1 = require("../models/errors");
186
- const TranslateServiceException_1 = require("../models/TranslateServiceException");
187
- const _s_registry = schema_1.TypeRegistry.for(_s);
188
- exports.TranslateServiceException$ = [-3, _s, "TranslateServiceException", 0, [], []];
189
- _s_registry.registerError(exports.TranslateServiceException$, TranslateServiceException_1.TranslateServiceException);
190
- const n0_registry = schema_1.TypeRegistry.for(n0);
191
- exports.ConcurrentModificationException$ = [-3, n0, _CME,
180
+ const { TypeRegistry } = require("@smithy/core/schema");
181
+ const { ConcurrentModificationException, ConflictException, DetectedLanguageLowConfidenceException, InternalServerException, InvalidFilterException, InvalidParameterValueException, InvalidRequestException, LimitExceededException, ResourceNotFoundException, ServiceUnavailableException, TextSizeLimitExceededException, TooManyRequestsException, TooManyTagsException, UnsupportedDisplayLanguageCodeException, UnsupportedLanguagePairException } = require("../models/errors");
182
+ const { TranslateServiceException } = require("../models/TranslateServiceException");
183
+ const _s_registry = TypeRegistry.for(_s);
184
+ const TranslateServiceException$ = [-3, _s, "TranslateServiceException", 0, [], []];
185
+ exports.TranslateServiceException$ = TranslateServiceException$;
186
+ _s_registry.registerError(TranslateServiceException$, TranslateServiceException);
187
+ const n0_registry = TypeRegistry.for(n0);
188
+ const ConcurrentModificationException$ = [-3, n0, _CME,
192
189
  { [_e]: _c, [_hE]: 409 },
193
190
  [_M],
194
191
  [0]
195
192
  ];
196
- n0_registry.registerError(exports.ConcurrentModificationException$, errors_1.ConcurrentModificationException);
197
- exports.ConflictException$ = [-3, n0, _CE,
193
+ exports.ConcurrentModificationException$ = ConcurrentModificationException$;
194
+ n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
195
+ const ConflictException$ = [-3, n0, _CE,
198
196
  { [_e]: _c, [_hE]: 409 },
199
197
  [_M],
200
198
  [0]
201
199
  ];
202
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
203
- exports.DetectedLanguageLowConfidenceException$ = [-3, n0, _DLLCE,
200
+ exports.ConflictException$ = ConflictException$;
201
+ n0_registry.registerError(ConflictException$, ConflictException);
202
+ const DetectedLanguageLowConfidenceException$ = [-3, n0, _DLLCE,
204
203
  { [_e]: _c, [_hE]: 400 },
205
204
  [_M, _DLC],
206
205
  [0, 0]
207
206
  ];
208
- n0_registry.registerError(exports.DetectedLanguageLowConfidenceException$, errors_1.DetectedLanguageLowConfidenceException);
209
- exports.InternalServerException$ = [-3, n0, _ISE,
207
+ exports.DetectedLanguageLowConfidenceException$ = DetectedLanguageLowConfidenceException$;
208
+ n0_registry.registerError(DetectedLanguageLowConfidenceException$, DetectedLanguageLowConfidenceException);
209
+ const InternalServerException$ = [-3, n0, _ISE,
210
210
  { [_e]: _se, [_hE]: 500 },
211
211
  [_M],
212
212
  [0]
213
213
  ];
214
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
215
- exports.InvalidFilterException$ = [-3, n0, _IFE,
214
+ exports.InternalServerException$ = InternalServerException$;
215
+ n0_registry.registerError(InternalServerException$, InternalServerException);
216
+ const InvalidFilterException$ = [-3, n0, _IFE,
216
217
  { [_e]: _c, [_hE]: 400 },
217
218
  [_M],
218
219
  [0]
219
220
  ];
220
- n0_registry.registerError(exports.InvalidFilterException$, errors_1.InvalidFilterException);
221
- exports.InvalidParameterValueException$ = [-3, n0, _IPVE,
221
+ exports.InvalidFilterException$ = InvalidFilterException$;
222
+ n0_registry.registerError(InvalidFilterException$, InvalidFilterException);
223
+ const InvalidParameterValueException$ = [-3, n0, _IPVE,
222
224
  { [_e]: _c, [_hE]: 400 },
223
225
  [_M],
224
226
  [0]
225
227
  ];
226
- n0_registry.registerError(exports.InvalidParameterValueException$, errors_1.InvalidParameterValueException);
227
- exports.InvalidRequestException$ = [-3, n0, _IRE,
228
+ exports.InvalidParameterValueException$ = InvalidParameterValueException$;
229
+ n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
230
+ const InvalidRequestException$ = [-3, n0, _IRE,
228
231
  { [_e]: _c, [_hE]: 400 },
229
232
  [_M],
230
233
  [0]
231
234
  ];
232
- n0_registry.registerError(exports.InvalidRequestException$, errors_1.InvalidRequestException);
233
- exports.LimitExceededException$ = [-3, n0, _LEE,
235
+ exports.InvalidRequestException$ = InvalidRequestException$;
236
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
237
+ const LimitExceededException$ = [-3, n0, _LEE,
234
238
  { [_e]: _c, [_hE]: 400 },
235
239
  [_M],
236
240
  [0]
237
241
  ];
238
- n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
239
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
242
+ exports.LimitExceededException$ = LimitExceededException$;
243
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
244
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
240
245
  { [_e]: _c, [_hE]: 404 },
241
246
  [_M],
242
247
  [0]
243
248
  ];
244
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
245
- exports.ServiceUnavailableException$ = [-3, n0, _SUE,
249
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
250
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
251
+ const ServiceUnavailableException$ = [-3, n0, _SUE,
246
252
  { [_e]: _se, [_hE]: 503 },
247
253
  [_M],
248
254
  [0]
249
255
  ];
250
- n0_registry.registerError(exports.ServiceUnavailableException$, errors_1.ServiceUnavailableException);
251
- exports.TextSizeLimitExceededException$ = [-3, n0, _TSLEE,
256
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
257
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
258
+ const TextSizeLimitExceededException$ = [-3, n0, _TSLEE,
252
259
  { [_e]: _c, [_hE]: 400 },
253
260
  [_M],
254
261
  [0]
255
262
  ];
256
- n0_registry.registerError(exports.TextSizeLimitExceededException$, errors_1.TextSizeLimitExceededException);
257
- exports.TooManyRequestsException$ = [-3, n0, _TMRE,
263
+ exports.TextSizeLimitExceededException$ = TextSizeLimitExceededException$;
264
+ n0_registry.registerError(TextSizeLimitExceededException$, TextSizeLimitExceededException);
265
+ const TooManyRequestsException$ = [-3, n0, _TMRE,
258
266
  { [_e]: _c, [_hE]: 429 },
259
267
  [_M],
260
268
  [0]
261
269
  ];
262
- n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
263
- exports.TooManyTagsException$ = [-3, n0, _TMTE,
270
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
271
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
272
+ const TooManyTagsException$ = [-3, n0, _TMTE,
264
273
  { [_e]: _c, [_hE]: 400 },
265
274
  [_m, _RA],
266
275
  [0, 0]
267
276
  ];
268
- n0_registry.registerError(exports.TooManyTagsException$, errors_1.TooManyTagsException);
269
- exports.UnsupportedDisplayLanguageCodeException$ = [-3, n0, _UDLCE,
277
+ exports.TooManyTagsException$ = TooManyTagsException$;
278
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
279
+ const UnsupportedDisplayLanguageCodeException$ = [-3, n0, _UDLCE,
270
280
  { [_e]: _c, [_hE]: 400 },
271
281
  [_M, _DLCi],
272
282
  [0, 0]
273
283
  ];
274
- n0_registry.registerError(exports.UnsupportedDisplayLanguageCodeException$, errors_1.UnsupportedDisplayLanguageCodeException);
275
- exports.UnsupportedLanguagePairException$ = [-3, n0, _ULPE,
284
+ exports.UnsupportedDisplayLanguageCodeException$ = UnsupportedDisplayLanguageCodeException$;
285
+ n0_registry.registerError(UnsupportedDisplayLanguageCodeException$, UnsupportedDisplayLanguageCodeException);
286
+ const UnsupportedLanguagePairException$ = [-3, n0, _ULPE,
276
287
  { [_e]: _c, [_hE]: 400 },
277
288
  [_M, _SLC, _TLC],
278
289
  [0, 0, 0]
279
290
  ];
280
- n0_registry.registerError(exports.UnsupportedLanguagePairException$, errors_1.UnsupportedLanguagePairException);
291
+ exports.UnsupportedLanguagePairException$ = UnsupportedLanguagePairException$;
292
+ n0_registry.registerError(UnsupportedLanguagePairException$, UnsupportedLanguagePairException);
281
293
  exports.errorTypeRegistries = [
282
294
  _s_registry,
283
295
  n0_registry,
@@ -285,366 +297,422 @@ exports.errorTypeRegistries = [
285
297
  var DocumentContent = [0, n0, _DC, 8, 21];
286
298
  var TerminologyFile = [0, n0, _TF, 8, 21];
287
299
  var TranslatedDocumentContent = [0, n0, _TDC, 8, 21];
288
- exports.AppliedTerminology$ = [3, n0, _AT,
300
+ const AppliedTerminology$ = [3, n0, _AT,
289
301
  0,
290
302
  [_N, _T],
291
303
  [0, () => TermList]
292
304
  ];
293
- exports.CreateParallelDataRequest$ = [3, n0, _CPDR,
305
+ exports.AppliedTerminology$ = AppliedTerminology$;
306
+ const CreateParallelDataRequest$ = [3, n0, _CPDR,
294
307
  0,
295
308
  [_N, _PDC, _D, _EK, _CT, _Ta],
296
- [0, () => exports.ParallelDataConfig$, 0, () => exports.EncryptionKey$, [0, 4], () => TagList], 2
309
+ [0, () => ParallelDataConfig$, 0, () => EncryptionKey$, [0, 4], () => TagList], 2
297
310
  ];
298
- exports.CreateParallelDataResponse$ = [3, n0, _CPDRr,
311
+ exports.CreateParallelDataRequest$ = CreateParallelDataRequest$;
312
+ const CreateParallelDataResponse$ = [3, n0, _CPDRr,
299
313
  0,
300
314
  [_N, _S],
301
315
  [0, 0]
302
316
  ];
303
- exports.DeleteParallelDataRequest$ = [3, n0, _DPDR,
317
+ exports.CreateParallelDataResponse$ = CreateParallelDataResponse$;
318
+ const DeleteParallelDataRequest$ = [3, n0, _DPDR,
304
319
  0,
305
320
  [_N],
306
321
  [0], 1
307
322
  ];
308
- exports.DeleteParallelDataResponse$ = [3, n0, _DPDRe,
323
+ exports.DeleteParallelDataRequest$ = DeleteParallelDataRequest$;
324
+ const DeleteParallelDataResponse$ = [3, n0, _DPDRe,
309
325
  0,
310
326
  [_N, _S],
311
327
  [0, 0]
312
328
  ];
313
- exports.DeleteTerminologyRequest$ = [3, n0, _DTR,
329
+ exports.DeleteParallelDataResponse$ = DeleteParallelDataResponse$;
330
+ const DeleteTerminologyRequest$ = [3, n0, _DTR,
314
331
  0,
315
332
  [_N],
316
333
  [0], 1
317
334
  ];
318
- exports.DescribeTextTranslationJobRequest$ = [3, n0, _DTTJR,
335
+ exports.DeleteTerminologyRequest$ = DeleteTerminologyRequest$;
336
+ const DescribeTextTranslationJobRequest$ = [3, n0, _DTTJR,
319
337
  0,
320
338
  [_JI],
321
339
  [0], 1
322
340
  ];
323
- exports.DescribeTextTranslationJobResponse$ = [3, n0, _DTTJRe,
341
+ exports.DescribeTextTranslationJobRequest$ = DescribeTextTranslationJobRequest$;
342
+ const DescribeTextTranslationJobResponse$ = [3, n0, _DTTJRe,
324
343
  0,
325
344
  [_TTJP],
326
- [() => exports.TextTranslationJobProperties$]
345
+ [() => TextTranslationJobProperties$]
327
346
  ];
328
- exports.Document$ = [3, n0, _Do,
347
+ exports.DescribeTextTranslationJobResponse$ = DescribeTextTranslationJobResponse$;
348
+ const Document$ = [3, n0, _Do,
329
349
  0,
330
350
  [_C, _CTo],
331
351
  [[() => DocumentContent, 0], 0], 2
332
352
  ];
333
- exports.EncryptionKey$ = [3, n0, _EK,
353
+ exports.Document$ = Document$;
354
+ const EncryptionKey$ = [3, n0, _EK,
334
355
  0,
335
356
  [_Ty, _I],
336
357
  [0, 0], 2
337
358
  ];
338
- exports.GetParallelDataRequest$ = [3, n0, _GPDR,
359
+ exports.EncryptionKey$ = EncryptionKey$;
360
+ const GetParallelDataRequest$ = [3, n0, _GPDR,
339
361
  0,
340
362
  [_N],
341
363
  [0], 1
342
364
  ];
343
- exports.GetParallelDataResponse$ = [3, n0, _GPDRe,
365
+ exports.GetParallelDataRequest$ = GetParallelDataRequest$;
366
+ const GetParallelDataResponse$ = [3, n0, _GPDRe,
344
367
  0,
345
368
  [_PDP, _DL, _ADL, _LUAADL],
346
- [() => exports.ParallelDataProperties$, () => exports.ParallelDataDataLocation$, () => exports.ParallelDataDataLocation$, () => exports.ParallelDataDataLocation$]
369
+ [() => ParallelDataProperties$, () => ParallelDataDataLocation$, () => ParallelDataDataLocation$, () => ParallelDataDataLocation$]
347
370
  ];
348
- exports.GetTerminologyRequest$ = [3, n0, _GTR,
371
+ exports.GetParallelDataResponse$ = GetParallelDataResponse$;
372
+ const GetTerminologyRequest$ = [3, n0, _GTR,
349
373
  0,
350
374
  [_N, _TDF],
351
375
  [0, 0], 1
352
376
  ];
353
- exports.GetTerminologyResponse$ = [3, n0, _GTRe,
377
+ exports.GetTerminologyRequest$ = GetTerminologyRequest$;
378
+ const GetTerminologyResponse$ = [3, n0, _GTRe,
354
379
  0,
355
380
  [_TP, _TDL, _ADL],
356
- [() => exports.TerminologyProperties$, () => exports.TerminologyDataLocation$, () => exports.TerminologyDataLocation$]
381
+ [() => TerminologyProperties$, () => TerminologyDataLocation$, () => TerminologyDataLocation$]
357
382
  ];
358
- exports.ImportTerminologyRequest$ = [3, n0, _ITR,
383
+ exports.GetTerminologyResponse$ = GetTerminologyResponse$;
384
+ const ImportTerminologyRequest$ = [3, n0, _ITR,
359
385
  0,
360
386
  [_N, _MS, _TD, _D, _EK, _Ta],
361
- [0, 0, [() => exports.TerminologyData$, 0], 0, () => exports.EncryptionKey$, () => TagList], 3
387
+ [0, 0, [() => TerminologyData$, 0], 0, () => EncryptionKey$, () => TagList], 3
362
388
  ];
363
- exports.ImportTerminologyResponse$ = [3, n0, _ITRm,
389
+ exports.ImportTerminologyRequest$ = ImportTerminologyRequest$;
390
+ const ImportTerminologyResponse$ = [3, n0, _ITRm,
364
391
  0,
365
392
  [_TP, _ADL],
366
- [() => exports.TerminologyProperties$, () => exports.TerminologyDataLocation$]
393
+ [() => TerminologyProperties$, () => TerminologyDataLocation$]
367
394
  ];
368
- exports.InputDataConfig$ = [3, n0, _IDC,
395
+ exports.ImportTerminologyResponse$ = ImportTerminologyResponse$;
396
+ const InputDataConfig$ = [3, n0, _IDC,
369
397
  0,
370
398
  [_SU, _CTo],
371
399
  [0, 0], 2
372
400
  ];
373
- exports.JobDetails$ = [3, n0, _JD,
401
+ exports.InputDataConfig$ = InputDataConfig$;
402
+ const JobDetails$ = [3, n0, _JD,
374
403
  0,
375
404
  [_TDCr, _DWEC, _IDCn],
376
405
  [1, 1, 1]
377
406
  ];
378
- exports.Language$ = [3, n0, _L,
407
+ exports.JobDetails$ = JobDetails$;
408
+ const Language$ = [3, n0, _L,
379
409
  0,
380
410
  [_LN, _LC],
381
411
  [0, 0], 2
382
412
  ];
383
- exports.ListLanguagesRequest$ = [3, n0, _LLR,
413
+ exports.Language$ = Language$;
414
+ const ListLanguagesRequest$ = [3, n0, _LLR,
384
415
  0,
385
416
  [_DLCi, _NT, _MR],
386
417
  [0, 0, 1]
387
418
  ];
388
- exports.ListLanguagesResponse$ = [3, n0, _LLRi,
419
+ exports.ListLanguagesRequest$ = ListLanguagesRequest$;
420
+ const ListLanguagesResponse$ = [3, n0, _LLRi,
389
421
  0,
390
422
  [_La, _DLCi, _NT],
391
423
  [() => LanguagesList, 0, 0]
392
424
  ];
393
- exports.ListParallelDataRequest$ = [3, n0, _LPDR,
425
+ exports.ListLanguagesResponse$ = ListLanguagesResponse$;
426
+ const ListParallelDataRequest$ = [3, n0, _LPDR,
394
427
  0,
395
428
  [_NT, _MR],
396
429
  [0, 1]
397
430
  ];
398
- exports.ListParallelDataResponse$ = [3, n0, _LPDRi,
431
+ exports.ListParallelDataRequest$ = ListParallelDataRequest$;
432
+ const ListParallelDataResponse$ = [3, n0, _LPDRi,
399
433
  0,
400
434
  [_PDPL, _NT],
401
435
  [() => ParallelDataPropertiesList, 0]
402
436
  ];
403
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
437
+ exports.ListParallelDataResponse$ = ListParallelDataResponse$;
438
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
404
439
  0,
405
440
  [_RA],
406
441
  [0], 1
407
442
  ];
408
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
443
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
444
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
409
445
  0,
410
446
  [_Ta],
411
447
  [() => TagList]
412
448
  ];
413
- exports.ListTerminologiesRequest$ = [3, n0, _LTR,
449
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
450
+ const ListTerminologiesRequest$ = [3, n0, _LTR,
414
451
  0,
415
452
  [_NT, _MR],
416
453
  [0, 1]
417
454
  ];
418
- exports.ListTerminologiesResponse$ = [3, n0, _LTRi,
455
+ exports.ListTerminologiesRequest$ = ListTerminologiesRequest$;
456
+ const ListTerminologiesResponse$ = [3, n0, _LTRi,
419
457
  0,
420
458
  [_TPL, _NT],
421
459
  [() => TerminologyPropertiesList, 0]
422
460
  ];
423
- exports.ListTextTranslationJobsRequest$ = [3, n0, _LTTJR,
461
+ exports.ListTerminologiesResponse$ = ListTerminologiesResponse$;
462
+ const ListTextTranslationJobsRequest$ = [3, n0, _LTTJR,
424
463
  0,
425
464
  [_F, _NT, _MR],
426
- [() => exports.TextTranslationJobFilter$, 0, 1]
465
+ [() => TextTranslationJobFilter$, 0, 1]
427
466
  ];
428
- exports.ListTextTranslationJobsResponse$ = [3, n0, _LTTJRi,
467
+ exports.ListTextTranslationJobsRequest$ = ListTextTranslationJobsRequest$;
468
+ const ListTextTranslationJobsResponse$ = [3, n0, _LTTJRi,
429
469
  0,
430
470
  [_TTJPL, _NT],
431
471
  [() => TextTranslationJobPropertiesList, 0]
432
472
  ];
433
- exports.OutputDataConfig$ = [3, n0, _ODC,
473
+ exports.ListTextTranslationJobsResponse$ = ListTextTranslationJobsResponse$;
474
+ const OutputDataConfig$ = [3, n0, _ODC,
434
475
  0,
435
476
  [_SU, _EK],
436
- [0, () => exports.EncryptionKey$], 1
477
+ [0, () => EncryptionKey$], 1
437
478
  ];
438
- exports.ParallelDataConfig$ = [3, n0, _PDC,
479
+ exports.OutputDataConfig$ = OutputDataConfig$;
480
+ const ParallelDataConfig$ = [3, n0, _PDC,
439
481
  0,
440
482
  [_SU, _Fo],
441
483
  [0, 0]
442
484
  ];
443
- exports.ParallelDataDataLocation$ = [3, n0, _PDDL,
485
+ exports.ParallelDataConfig$ = ParallelDataConfig$;
486
+ const ParallelDataDataLocation$ = [3, n0, _PDDL,
444
487
  0,
445
488
  [_RT, _Lo],
446
489
  [0, 0], 2
447
490
  ];
448
- exports.ParallelDataProperties$ = [3, n0, _PDP,
491
+ exports.ParallelDataDataLocation$ = ParallelDataDataLocation$;
492
+ const ParallelDataProperties$ = [3, n0, _PDP,
449
493
  0,
450
494
  [_N, _A, _D, _S, _SLC, _TLCa, _PDC, _M, _IDS, _IRC, _FRC, _SRC, _EK, _CA, _LUA, _LUAS, _LUAA],
451
- [0, 0, 0, 0, 0, 64 | 0, () => exports.ParallelDataConfig$, 0, 1, 1, 1, 1, () => exports.EncryptionKey$, 4, 4, 0, 4]
495
+ [0, 0, 0, 0, 0, 64 | 0, () => ParallelDataConfig$, 0, 1, 1, 1, 1, () => EncryptionKey$, 4, 4, 0, 4]
452
496
  ];
453
- exports.StartTextTranslationJobRequest$ = [3, n0, _STTJR,
497
+ exports.ParallelDataProperties$ = ParallelDataProperties$;
498
+ const StartTextTranslationJobRequest$ = [3, n0, _STTJR,
454
499
  0,
455
500
  [_IDC, _ODC, _DARA, _SLC, _TLCa, _JN, _TN, _PDN, _CT, _Se],
456
- [() => exports.InputDataConfig$, () => exports.OutputDataConfig$, 0, 0, 64 | 0, 0, 64 | 0, 64 | 0, [0, 4], () => exports.TranslationSettings$], 5
501
+ [() => InputDataConfig$, () => OutputDataConfig$, 0, 0, 64 | 0, 0, 64 | 0, 64 | 0, [0, 4], () => TranslationSettings$], 5
457
502
  ];
458
- exports.StartTextTranslationJobResponse$ = [3, n0, _STTJRt,
503
+ exports.StartTextTranslationJobRequest$ = StartTextTranslationJobRequest$;
504
+ const StartTextTranslationJobResponse$ = [3, n0, _STTJRt,
459
505
  0,
460
506
  [_JI, _JS],
461
507
  [0, 0]
462
508
  ];
463
- exports.StopTextTranslationJobRequest$ = [3, n0, _STTJRto,
509
+ exports.StartTextTranslationJobResponse$ = StartTextTranslationJobResponse$;
510
+ const StopTextTranslationJobRequest$ = [3, n0, _STTJRto,
464
511
  0,
465
512
  [_JI],
466
513
  [0], 1
467
514
  ];
468
- exports.StopTextTranslationJobResponse$ = [3, n0, _STTJRtop,
515
+ exports.StopTextTranslationJobRequest$ = StopTextTranslationJobRequest$;
516
+ const StopTextTranslationJobResponse$ = [3, n0, _STTJRtop,
469
517
  0,
470
518
  [_JI, _JS],
471
519
  [0, 0]
472
520
  ];
473
- exports.Tag$ = [3, n0, _Tag,
521
+ exports.StopTextTranslationJobResponse$ = StopTextTranslationJobResponse$;
522
+ const Tag$ = [3, n0, _Tag,
474
523
  0,
475
524
  [_K, _V],
476
525
  [0, 0], 2
477
526
  ];
478
- exports.TagResourceRequest$ = [3, n0, _TRR,
527
+ exports.Tag$ = Tag$;
528
+ const TagResourceRequest$ = [3, n0, _TRR,
479
529
  0,
480
530
  [_RA, _Ta],
481
531
  [0, () => TagList], 2
482
532
  ];
483
- exports.TagResourceResponse$ = [3, n0, _TRRa,
533
+ exports.TagResourceRequest$ = TagResourceRequest$;
534
+ const TagResourceResponse$ = [3, n0, _TRRa,
484
535
  0,
485
536
  [],
486
537
  []
487
538
  ];
488
- exports.Term$ = [3, n0, _Te,
539
+ exports.TagResourceResponse$ = TagResourceResponse$;
540
+ const Term$ = [3, n0, _Te,
489
541
  0,
490
542
  [_ST, _TT],
491
543
  [0, 0]
492
544
  ];
493
- exports.TerminologyData$ = [3, n0, _TD,
545
+ exports.Term$ = Term$;
546
+ const TerminologyData$ = [3, n0, _TD,
494
547
  0,
495
548
  [_Fi, _Fo, _Di],
496
549
  [[() => TerminologyFile, 0], 0, 0], 2
497
550
  ];
498
- exports.TerminologyDataLocation$ = [3, n0, _TDL,
551
+ exports.TerminologyData$ = TerminologyData$;
552
+ const TerminologyDataLocation$ = [3, n0, _TDL,
499
553
  0,
500
554
  [_RT, _Lo],
501
555
  [0, 0], 2
502
556
  ];
503
- exports.TerminologyProperties$ = [3, n0, _TP,
557
+ exports.TerminologyDataLocation$ = TerminologyDataLocation$;
558
+ const TerminologyProperties$ = [3, n0, _TP,
504
559
  0,
505
560
  [_N, _D, _A, _SLC, _TLCa, _EK, _SB, _TC, _CA, _LUA, _Di, _M, _STC, _Fo],
506
- [0, 0, 0, 0, 64 | 0, () => exports.EncryptionKey$, 1, 1, 4, 4, 0, 0, 1, 0]
561
+ [0, 0, 0, 0, 64 | 0, () => EncryptionKey$, 1, 1, 4, 4, 0, 0, 1, 0]
507
562
  ];
508
- exports.TextTranslationJobFilter$ = [3, n0, _TTJF,
563
+ exports.TerminologyProperties$ = TerminologyProperties$;
564
+ const TextTranslationJobFilter$ = [3, n0, _TTJF,
509
565
  0,
510
566
  [_JN, _JS, _SBT, _SAT],
511
567
  [0, 0, 4, 4]
512
568
  ];
513
- exports.TextTranslationJobProperties$ = [3, n0, _TTJP,
569
+ exports.TextTranslationJobFilter$ = TextTranslationJobFilter$;
570
+ const TextTranslationJobProperties$ = [3, n0, _TTJP,
514
571
  0,
515
572
  [_JI, _JN, _JS, _JD, _SLC, _TLCa, _TN, _PDN, _M, _STu, _ET, _IDC, _ODC, _DARA, _Se],
516
- [0, 0, 0, () => exports.JobDetails$, 0, 64 | 0, 64 | 0, 64 | 0, 0, 4, 4, () => exports.InputDataConfig$, () => exports.OutputDataConfig$, 0, () => exports.TranslationSettings$]
573
+ [0, 0, 0, () => JobDetails$, 0, 64 | 0, 64 | 0, 64 | 0, 0, 4, 4, () => InputDataConfig$, () => OutputDataConfig$, 0, () => TranslationSettings$]
517
574
  ];
518
- exports.TranslatedDocument$ = [3, n0, _TDr,
575
+ exports.TextTranslationJobProperties$ = TextTranslationJobProperties$;
576
+ const TranslatedDocument$ = [3, n0, _TDr,
519
577
  0,
520
578
  [_C],
521
579
  [[() => TranslatedDocumentContent, 0]], 1
522
580
  ];
523
- exports.TranslateDocumentRequest$ = [3, n0, _TDR,
581
+ exports.TranslatedDocument$ = TranslatedDocument$;
582
+ const TranslateDocumentRequest$ = [3, n0, _TDR,
524
583
  0,
525
584
  [_Do, _SLC, _TLC, _TN, _Se],
526
- [[() => exports.Document$, 0], 0, 0, 64 | 0, () => exports.TranslationSettings$], 3
585
+ [[() => Document$, 0], 0, 0, 64 | 0, () => TranslationSettings$], 3
527
586
  ];
528
- exports.TranslateDocumentResponse$ = [3, n0, _TDRr,
587
+ exports.TranslateDocumentRequest$ = TranslateDocumentRequest$;
588
+ const TranslateDocumentResponse$ = [3, n0, _TDRr,
529
589
  0,
530
590
  [_TDr, _SLC, _TLC, _ATp, _AS],
531
- [[() => exports.TranslatedDocument$, 0], 0, 0, () => AppliedTerminologyList, () => exports.TranslationSettings$], 3
591
+ [[() => TranslatedDocument$, 0], 0, 0, () => AppliedTerminologyList, () => TranslationSettings$], 3
532
592
  ];
533
- exports.TranslateTextRequest$ = [3, n0, _TTR,
593
+ exports.TranslateDocumentResponse$ = TranslateDocumentResponse$;
594
+ const TranslateTextRequest$ = [3, n0, _TTR,
534
595
  0,
535
596
  [_Tex, _SLC, _TLC, _TN, _Se],
536
- [0, 0, 0, 64 | 0, () => exports.TranslationSettings$], 3
597
+ [0, 0, 0, 64 | 0, () => TranslationSettings$], 3
537
598
  ];
538
- exports.TranslateTextResponse$ = [3, n0, _TTRr,
599
+ exports.TranslateTextRequest$ = TranslateTextRequest$;
600
+ const TranslateTextResponse$ = [3, n0, _TTRr,
539
601
  0,
540
602
  [_TTr, _SLC, _TLC, _ATp, _AS],
541
- [0, 0, 0, () => AppliedTerminologyList, () => exports.TranslationSettings$], 3
603
+ [0, 0, 0, () => AppliedTerminologyList, () => TranslationSettings$], 3
542
604
  ];
543
- exports.TranslationSettings$ = [3, n0, _TS,
605
+ exports.TranslateTextResponse$ = TranslateTextResponse$;
606
+ const TranslationSettings$ = [3, n0, _TS,
544
607
  0,
545
608
  [_For, _P, _B],
546
609
  [0, 0, 0]
547
610
  ];
548
- exports.UntagResourceRequest$ = [3, n0, _URR,
611
+ exports.TranslationSettings$ = TranslationSettings$;
612
+ const UntagResourceRequest$ = [3, n0, _URR,
549
613
  0,
550
614
  [_RA, _TK],
551
615
  [0, 64 | 0], 2
552
616
  ];
553
- exports.UntagResourceResponse$ = [3, n0, _URRn,
617
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
618
+ const UntagResourceResponse$ = [3, n0, _URRn,
554
619
  0,
555
620
  [],
556
621
  []
557
622
  ];
558
- exports.UpdateParallelDataRequest$ = [3, n0, _UPDR,
623
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
624
+ const UpdateParallelDataRequest$ = [3, n0, _UPDR,
559
625
  0,
560
626
  [_N, _PDC, _D, _CT],
561
- [0, () => exports.ParallelDataConfig$, 0, [0, 4]], 2
627
+ [0, () => ParallelDataConfig$, 0, [0, 4]], 2
562
628
  ];
563
- exports.UpdateParallelDataResponse$ = [3, n0, _UPDRp,
629
+ exports.UpdateParallelDataRequest$ = UpdateParallelDataRequest$;
630
+ const UpdateParallelDataResponse$ = [3, n0, _UPDRp,
564
631
  0,
565
632
  [_N, _S, _LUAS, _LUAA],
566
633
  [0, 0, 0, 4]
567
634
  ];
635
+ exports.UpdateParallelDataResponse$ = UpdateParallelDataResponse$;
568
636
  var __Unit = "unit";
569
637
  var AppliedTerminologyList = [1, n0, _ATL,
570
- 0, () => exports.AppliedTerminology$
638
+ 0, () => AppliedTerminology$
571
639
  ];
572
640
  var LanguageCodeStringList = 64 | 0;
573
641
  var LanguagesList = [1, n0, _LL,
574
- 0, () => exports.Language$
642
+ 0, () => Language$
575
643
  ];
576
644
  var ParallelDataPropertiesList = [1, n0, _PDPL,
577
- 0, () => exports.ParallelDataProperties$
645
+ 0, () => ParallelDataProperties$
578
646
  ];
579
647
  var ResourceNameList = 64 | 0;
580
648
  var TagKeyList = 64 | 0;
581
649
  var TagList = [1, n0, _TL,
582
- 0, () => exports.Tag$
650
+ 0, () => Tag$
583
651
  ];
584
652
  var TargetLanguageCodeStringList = 64 | 0;
585
653
  var TerminologyPropertiesList = [1, n0, _TPL,
586
- 0, () => exports.TerminologyProperties$
654
+ 0, () => TerminologyProperties$
587
655
  ];
588
656
  var TermList = [1, n0, _TLe,
589
- 0, () => exports.Term$
657
+ 0, () => Term$
590
658
  ];
591
659
  var TextTranslationJobPropertiesList = [1, n0, _TTJPL,
592
- 0, () => exports.TextTranslationJobProperties$
660
+ 0, () => TextTranslationJobProperties$
593
661
  ];
594
662
  exports.CreateParallelData$ = [9, n0, _CPD,
595
- 0, () => exports.CreateParallelDataRequest$, () => exports.CreateParallelDataResponse$
663
+ 0, () => CreateParallelDataRequest$, () => CreateParallelDataResponse$
596
664
  ];
597
665
  exports.DeleteParallelData$ = [9, n0, _DPD,
598
- 0, () => exports.DeleteParallelDataRequest$, () => exports.DeleteParallelDataResponse$
666
+ 0, () => DeleteParallelDataRequest$, () => DeleteParallelDataResponse$
599
667
  ];
600
668
  exports.DeleteTerminology$ = [9, n0, _DT,
601
- 0, () => exports.DeleteTerminologyRequest$, () => __Unit
669
+ 0, () => DeleteTerminologyRequest$, () => __Unit
602
670
  ];
603
671
  exports.DescribeTextTranslationJob$ = [9, n0, _DTTJ,
604
- 0, () => exports.DescribeTextTranslationJobRequest$, () => exports.DescribeTextTranslationJobResponse$
672
+ 0, () => DescribeTextTranslationJobRequest$, () => DescribeTextTranslationJobResponse$
605
673
  ];
606
674
  exports.GetParallelData$ = [9, n0, _GPD,
607
- 0, () => exports.GetParallelDataRequest$, () => exports.GetParallelDataResponse$
675
+ 0, () => GetParallelDataRequest$, () => GetParallelDataResponse$
608
676
  ];
609
677
  exports.GetTerminology$ = [9, n0, _GT,
610
- 0, () => exports.GetTerminologyRequest$, () => exports.GetTerminologyResponse$
678
+ 0, () => GetTerminologyRequest$, () => GetTerminologyResponse$
611
679
  ];
612
680
  exports.ImportTerminology$ = [9, n0, _IT,
613
- 0, () => exports.ImportTerminologyRequest$, () => exports.ImportTerminologyResponse$
681
+ 0, () => ImportTerminologyRequest$, () => ImportTerminologyResponse$
614
682
  ];
615
683
  exports.ListLanguages$ = [9, n0, _LLi,
616
- 0, () => exports.ListLanguagesRequest$, () => exports.ListLanguagesResponse$
684
+ 0, () => ListLanguagesRequest$, () => ListLanguagesResponse$
617
685
  ];
618
686
  exports.ListParallelData$ = [9, n0, _LPD,
619
- 0, () => exports.ListParallelDataRequest$, () => exports.ListParallelDataResponse$
687
+ 0, () => ListParallelDataRequest$, () => ListParallelDataResponse$
620
688
  ];
621
689
  exports.ListTagsForResource$ = [9, n0, _LTFR,
622
- 0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
690
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
623
691
  ];
624
692
  exports.ListTerminologies$ = [9, n0, _LT,
625
- 0, () => exports.ListTerminologiesRequest$, () => exports.ListTerminologiesResponse$
693
+ 0, () => ListTerminologiesRequest$, () => ListTerminologiesResponse$
626
694
  ];
627
695
  exports.ListTextTranslationJobs$ = [9, n0, _LTTJ,
628
- 0, () => exports.ListTextTranslationJobsRequest$, () => exports.ListTextTranslationJobsResponse$
696
+ 0, () => ListTextTranslationJobsRequest$, () => ListTextTranslationJobsResponse$
629
697
  ];
630
698
  exports.StartTextTranslationJob$ = [9, n0, _STTJ,
631
- 0, () => exports.StartTextTranslationJobRequest$, () => exports.StartTextTranslationJobResponse$
699
+ 0, () => StartTextTranslationJobRequest$, () => StartTextTranslationJobResponse$
632
700
  ];
633
701
  exports.StopTextTranslationJob$ = [9, n0, _STTJt,
634
- 0, () => exports.StopTextTranslationJobRequest$, () => exports.StopTextTranslationJobResponse$
702
+ 0, () => StopTextTranslationJobRequest$, () => StopTextTranslationJobResponse$
635
703
  ];
636
704
  exports.TagResource$ = [9, n0, _TR,
637
- 0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
705
+ 0, () => TagResourceRequest$, () => TagResourceResponse$
638
706
  ];
639
707
  exports.TranslateDocument$ = [9, n0, _TDra,
640
- 0, () => exports.TranslateDocumentRequest$, () => exports.TranslateDocumentResponse$
708
+ 0, () => TranslateDocumentRequest$, () => TranslateDocumentResponse$
641
709
  ];
642
710
  exports.TranslateText$ = [9, n0, _TTra,
643
- 0, () => exports.TranslateTextRequest$, () => exports.TranslateTextResponse$
711
+ 0, () => TranslateTextRequest$, () => TranslateTextResponse$
644
712
  ];
645
713
  exports.UntagResource$ = [9, n0, _UR,
646
- 0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
714
+ 0, () => UntagResourceRequest$, () => UntagResourceResponse$
647
715
  ];
648
716
  exports.UpdateParallelData$ = [9, n0, _UPD,
649
- 0, () => exports.UpdateParallelDataRequest$, () => exports.UpdateParallelDataResponse$
717
+ 0, () => UpdateParallelDataRequest$, () => UpdateParallelDataResponse$
650
718
  ];