@aws-sdk/client-comprehend 3.303.0 → 3.309.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.
Files changed (173) hide show
  1. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +2 -2
  2. package/dist-cjs/commands/BatchDetectEntitiesCommand.js +2 -2
  3. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDetectSentimentCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDetectSyntaxCommand.js +2 -2
  6. package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +2 -2
  7. package/dist-cjs/commands/ClassifyDocumentCommand.js +2 -2
  8. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +2 -2
  9. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  10. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +2 -2
  11. package/dist-cjs/commands/CreateEndpointCommand.js +2 -2
  12. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +2 -2
  13. package/dist-cjs/commands/CreateFlywheelCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteEndpointCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteFlywheelCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeEndpointCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeFlywheelCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -2
  30. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +2 -2
  35. package/dist-cjs/commands/DetectDominantLanguageCommand.js +2 -2
  36. package/dist-cjs/commands/DetectEntitiesCommand.js +2 -2
  37. package/dist-cjs/commands/DetectKeyPhrasesCommand.js +2 -2
  38. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +2 -2
  39. package/dist-cjs/commands/DetectSentimentCommand.js +2 -2
  40. package/dist-cjs/commands/DetectSyntaxCommand.js +2 -2
  41. package/dist-cjs/commands/DetectTargetedSentimentCommand.js +2 -2
  42. package/dist-cjs/commands/ImportModelCommand.js +2 -2
  43. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  44. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +2 -2
  45. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +2 -2
  46. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +2 -2
  47. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +2 -2
  48. package/dist-cjs/commands/ListEndpointsCommand.js +2 -2
  49. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +2 -2
  50. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +2 -2
  51. package/dist-cjs/commands/ListEntityRecognizersCommand.js +2 -2
  52. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +2 -2
  53. package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +2 -2
  54. package/dist-cjs/commands/ListFlywheelsCommand.js +2 -2
  55. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -2
  56. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -2
  57. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +2 -2
  58. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  59. package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -2
  60. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +2 -2
  61. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  62. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +2 -2
  63. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +2 -2
  64. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +2 -2
  65. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +2 -2
  66. package/dist-cjs/commands/StartFlywheelIterationCommand.js +2 -2
  67. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +2 -2
  68. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +2 -2
  69. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +2 -2
  70. package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +2 -2
  71. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +2 -2
  72. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +2 -2
  73. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +2 -2
  74. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +2 -2
  75. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +2 -2
  76. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +2 -2
  77. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +2 -2
  78. package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +2 -2
  79. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +2 -2
  80. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +2 -2
  81. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  82. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  83. package/dist-cjs/commands/UpdateEndpointCommand.js +2 -2
  84. package/dist-cjs/commands/UpdateFlywheelCommand.js +2 -2
  85. package/dist-cjs/protocols/Aws_json1_1.js +1758 -1926
  86. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +3 -3
  87. package/dist-es/commands/BatchDetectEntitiesCommand.js +3 -3
  88. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +3 -3
  89. package/dist-es/commands/BatchDetectSentimentCommand.js +3 -3
  90. package/dist-es/commands/BatchDetectSyntaxCommand.js +3 -3
  91. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +3 -3
  92. package/dist-es/commands/ClassifyDocumentCommand.js +3 -3
  93. package/dist-es/commands/ContainsPiiEntitiesCommand.js +3 -3
  94. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  95. package/dist-es/commands/CreateDocumentClassifierCommand.js +3 -3
  96. package/dist-es/commands/CreateEndpointCommand.js +3 -3
  97. package/dist-es/commands/CreateEntityRecognizerCommand.js +3 -3
  98. package/dist-es/commands/CreateFlywheelCommand.js +3 -3
  99. package/dist-es/commands/DeleteDocumentClassifierCommand.js +3 -3
  100. package/dist-es/commands/DeleteEndpointCommand.js +3 -3
  101. package/dist-es/commands/DeleteEntityRecognizerCommand.js +3 -3
  102. package/dist-es/commands/DeleteFlywheelCommand.js +3 -3
  103. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  104. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  105. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +3 -3
  106. package/dist-es/commands/DescribeDocumentClassifierCommand.js +3 -3
  107. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -3
  108. package/dist-es/commands/DescribeEndpointCommand.js +3 -3
  109. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +3 -3
  110. package/dist-es/commands/DescribeEntityRecognizerCommand.js +3 -3
  111. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +3 -3
  112. package/dist-es/commands/DescribeFlywheelCommand.js +3 -3
  113. package/dist-es/commands/DescribeFlywheelIterationCommand.js +3 -3
  114. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -3
  115. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -3
  116. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
  117. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +3 -3
  118. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +3 -3
  119. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +3 -3
  120. package/dist-es/commands/DetectDominantLanguageCommand.js +3 -3
  121. package/dist-es/commands/DetectEntitiesCommand.js +3 -3
  122. package/dist-es/commands/DetectKeyPhrasesCommand.js +3 -3
  123. package/dist-es/commands/DetectPiiEntitiesCommand.js +3 -3
  124. package/dist-es/commands/DetectSentimentCommand.js +3 -3
  125. package/dist-es/commands/DetectSyntaxCommand.js +3 -3
  126. package/dist-es/commands/DetectTargetedSentimentCommand.js +3 -3
  127. package/dist-es/commands/ImportModelCommand.js +3 -3
  128. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  129. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +3 -3
  130. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +3 -3
  131. package/dist-es/commands/ListDocumentClassifiersCommand.js +3 -3
  132. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +3 -3
  133. package/dist-es/commands/ListEndpointsCommand.js +3 -3
  134. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +3 -3
  135. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +3 -3
  136. package/dist-es/commands/ListEntityRecognizersCommand.js +3 -3
  137. package/dist-es/commands/ListEventsDetectionJobsCommand.js +3 -3
  138. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +3 -3
  139. package/dist-es/commands/ListFlywheelsCommand.js +3 -3
  140. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -3
  141. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -3
  142. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +3 -3
  143. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  144. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +3 -3
  145. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +3 -3
  146. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  147. package/dist-es/commands/StartDocumentClassificationJobCommand.js +3 -3
  148. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +3 -3
  149. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +3 -3
  150. package/dist-es/commands/StartEventsDetectionJobCommand.js +3 -3
  151. package/dist-es/commands/StartFlywheelIterationCommand.js +3 -3
  152. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +3 -3
  153. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +3 -3
  154. package/dist-es/commands/StartSentimentDetectionJobCommand.js +3 -3
  155. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +3 -3
  156. package/dist-es/commands/StartTopicsDetectionJobCommand.js +3 -3
  157. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +3 -3
  158. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +3 -3
  159. package/dist-es/commands/StopEventsDetectionJobCommand.js +3 -3
  160. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +3 -3
  161. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +3 -3
  162. package/dist-es/commands/StopSentimentDetectionJobCommand.js +3 -3
  163. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +3 -3
  164. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +3 -3
  165. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +3 -3
  166. package/dist-es/commands/TagResourceCommand.js +3 -3
  167. package/dist-es/commands/UntagResourceCommand.js +3 -3
  168. package/dist-es/commands/UpdateEndpointCommand.js +3 -3
  169. package/dist-es/commands/UpdateFlywheelCommand.js +3 -3
  170. package/dist-es/protocols/Aws_json1_1.js +1586 -1754
  171. package/dist-types/protocols/Aws_json1_1.d.ts +672 -168
  172. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +168 -168
  173. package/package.json +29 -29
@@ -339,675 +339,675 @@ import {
339
339
  UpdateFlywheelCommandInput,
340
340
  UpdateFlywheelCommandOutput,
341
341
  } from "../commands/UpdateFlywheelCommand";
342
- export declare const serializeAws_json1_1BatchDetectDominantLanguageCommand: (
342
+ export declare const se_BatchDetectDominantLanguageCommand: (
343
343
  input: BatchDetectDominantLanguageCommandInput,
344
344
  context: __SerdeContext
345
345
  ) => Promise<__HttpRequest>;
346
- export declare const serializeAws_json1_1BatchDetectEntitiesCommand: (
346
+ export declare const se_BatchDetectEntitiesCommand: (
347
347
  input: BatchDetectEntitiesCommandInput,
348
348
  context: __SerdeContext
349
349
  ) => Promise<__HttpRequest>;
350
- export declare const serializeAws_json1_1BatchDetectKeyPhrasesCommand: (
350
+ export declare const se_BatchDetectKeyPhrasesCommand: (
351
351
  input: BatchDetectKeyPhrasesCommandInput,
352
352
  context: __SerdeContext
353
353
  ) => Promise<__HttpRequest>;
354
- export declare const serializeAws_json1_1BatchDetectSentimentCommand: (
354
+ export declare const se_BatchDetectSentimentCommand: (
355
355
  input: BatchDetectSentimentCommandInput,
356
356
  context: __SerdeContext
357
357
  ) => Promise<__HttpRequest>;
358
- export declare const serializeAws_json1_1BatchDetectSyntaxCommand: (
358
+ export declare const se_BatchDetectSyntaxCommand: (
359
359
  input: BatchDetectSyntaxCommandInput,
360
360
  context: __SerdeContext
361
361
  ) => Promise<__HttpRequest>;
362
- export declare const serializeAws_json1_1BatchDetectTargetedSentimentCommand: (
362
+ export declare const se_BatchDetectTargetedSentimentCommand: (
363
363
  input: BatchDetectTargetedSentimentCommandInput,
364
364
  context: __SerdeContext
365
365
  ) => Promise<__HttpRequest>;
366
- export declare const serializeAws_json1_1ClassifyDocumentCommand: (
366
+ export declare const se_ClassifyDocumentCommand: (
367
367
  input: ClassifyDocumentCommandInput,
368
368
  context: __SerdeContext
369
369
  ) => Promise<__HttpRequest>;
370
- export declare const serializeAws_json1_1ContainsPiiEntitiesCommand: (
370
+ export declare const se_ContainsPiiEntitiesCommand: (
371
371
  input: ContainsPiiEntitiesCommandInput,
372
372
  context: __SerdeContext
373
373
  ) => Promise<__HttpRequest>;
374
- export declare const serializeAws_json1_1CreateDatasetCommand: (
374
+ export declare const se_CreateDatasetCommand: (
375
375
  input: CreateDatasetCommandInput,
376
376
  context: __SerdeContext
377
377
  ) => Promise<__HttpRequest>;
378
- export declare const serializeAws_json1_1CreateDocumentClassifierCommand: (
378
+ export declare const se_CreateDocumentClassifierCommand: (
379
379
  input: CreateDocumentClassifierCommandInput,
380
380
  context: __SerdeContext
381
381
  ) => Promise<__HttpRequest>;
382
- export declare const serializeAws_json1_1CreateEndpointCommand: (
382
+ export declare const se_CreateEndpointCommand: (
383
383
  input: CreateEndpointCommandInput,
384
384
  context: __SerdeContext
385
385
  ) => Promise<__HttpRequest>;
386
- export declare const serializeAws_json1_1CreateEntityRecognizerCommand: (
386
+ export declare const se_CreateEntityRecognizerCommand: (
387
387
  input: CreateEntityRecognizerCommandInput,
388
388
  context: __SerdeContext
389
389
  ) => Promise<__HttpRequest>;
390
- export declare const serializeAws_json1_1CreateFlywheelCommand: (
390
+ export declare const se_CreateFlywheelCommand: (
391
391
  input: CreateFlywheelCommandInput,
392
392
  context: __SerdeContext
393
393
  ) => Promise<__HttpRequest>;
394
- export declare const serializeAws_json1_1DeleteDocumentClassifierCommand: (
394
+ export declare const se_DeleteDocumentClassifierCommand: (
395
395
  input: DeleteDocumentClassifierCommandInput,
396
396
  context: __SerdeContext
397
397
  ) => Promise<__HttpRequest>;
398
- export declare const serializeAws_json1_1DeleteEndpointCommand: (
398
+ export declare const se_DeleteEndpointCommand: (
399
399
  input: DeleteEndpointCommandInput,
400
400
  context: __SerdeContext
401
401
  ) => Promise<__HttpRequest>;
402
- export declare const serializeAws_json1_1DeleteEntityRecognizerCommand: (
402
+ export declare const se_DeleteEntityRecognizerCommand: (
403
403
  input: DeleteEntityRecognizerCommandInput,
404
404
  context: __SerdeContext
405
405
  ) => Promise<__HttpRequest>;
406
- export declare const serializeAws_json1_1DeleteFlywheelCommand: (
406
+ export declare const se_DeleteFlywheelCommand: (
407
407
  input: DeleteFlywheelCommandInput,
408
408
  context: __SerdeContext
409
409
  ) => Promise<__HttpRequest>;
410
- export declare const serializeAws_json1_1DeleteResourcePolicyCommand: (
410
+ export declare const se_DeleteResourcePolicyCommand: (
411
411
  input: DeleteResourcePolicyCommandInput,
412
412
  context: __SerdeContext
413
413
  ) => Promise<__HttpRequest>;
414
- export declare const serializeAws_json1_1DescribeDatasetCommand: (
414
+ export declare const se_DescribeDatasetCommand: (
415
415
  input: DescribeDatasetCommandInput,
416
416
  context: __SerdeContext
417
417
  ) => Promise<__HttpRequest>;
418
- export declare const serializeAws_json1_1DescribeDocumentClassificationJobCommand: (
418
+ export declare const se_DescribeDocumentClassificationJobCommand: (
419
419
  input: DescribeDocumentClassificationJobCommandInput,
420
420
  context: __SerdeContext
421
421
  ) => Promise<__HttpRequest>;
422
- export declare const serializeAws_json1_1DescribeDocumentClassifierCommand: (
422
+ export declare const se_DescribeDocumentClassifierCommand: (
423
423
  input: DescribeDocumentClassifierCommandInput,
424
424
  context: __SerdeContext
425
425
  ) => Promise<__HttpRequest>;
426
- export declare const serializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (
426
+ export declare const se_DescribeDominantLanguageDetectionJobCommand: (
427
427
  input: DescribeDominantLanguageDetectionJobCommandInput,
428
428
  context: __SerdeContext
429
429
  ) => Promise<__HttpRequest>;
430
- export declare const serializeAws_json1_1DescribeEndpointCommand: (
430
+ export declare const se_DescribeEndpointCommand: (
431
431
  input: DescribeEndpointCommandInput,
432
432
  context: __SerdeContext
433
433
  ) => Promise<__HttpRequest>;
434
- export declare const serializeAws_json1_1DescribeEntitiesDetectionJobCommand: (
434
+ export declare const se_DescribeEntitiesDetectionJobCommand: (
435
435
  input: DescribeEntitiesDetectionJobCommandInput,
436
436
  context: __SerdeContext
437
437
  ) => Promise<__HttpRequest>;
438
- export declare const serializeAws_json1_1DescribeEntityRecognizerCommand: (
438
+ export declare const se_DescribeEntityRecognizerCommand: (
439
439
  input: DescribeEntityRecognizerCommandInput,
440
440
  context: __SerdeContext
441
441
  ) => Promise<__HttpRequest>;
442
- export declare const serializeAws_json1_1DescribeEventsDetectionJobCommand: (
442
+ export declare const se_DescribeEventsDetectionJobCommand: (
443
443
  input: DescribeEventsDetectionJobCommandInput,
444
444
  context: __SerdeContext
445
445
  ) => Promise<__HttpRequest>;
446
- export declare const serializeAws_json1_1DescribeFlywheelCommand: (
446
+ export declare const se_DescribeFlywheelCommand: (
447
447
  input: DescribeFlywheelCommandInput,
448
448
  context: __SerdeContext
449
449
  ) => Promise<__HttpRequest>;
450
- export declare const serializeAws_json1_1DescribeFlywheelIterationCommand: (
450
+ export declare const se_DescribeFlywheelIterationCommand: (
451
451
  input: DescribeFlywheelIterationCommandInput,
452
452
  context: __SerdeContext
453
453
  ) => Promise<__HttpRequest>;
454
- export declare const serializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (
454
+ export declare const se_DescribeKeyPhrasesDetectionJobCommand: (
455
455
  input: DescribeKeyPhrasesDetectionJobCommandInput,
456
456
  context: __SerdeContext
457
457
  ) => Promise<__HttpRequest>;
458
- export declare const serializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (
458
+ export declare const se_DescribePiiEntitiesDetectionJobCommand: (
459
459
  input: DescribePiiEntitiesDetectionJobCommandInput,
460
460
  context: __SerdeContext
461
461
  ) => Promise<__HttpRequest>;
462
- export declare const serializeAws_json1_1DescribeResourcePolicyCommand: (
462
+ export declare const se_DescribeResourcePolicyCommand: (
463
463
  input: DescribeResourcePolicyCommandInput,
464
464
  context: __SerdeContext
465
465
  ) => Promise<__HttpRequest>;
466
- export declare const serializeAws_json1_1DescribeSentimentDetectionJobCommand: (
466
+ export declare const se_DescribeSentimentDetectionJobCommand: (
467
467
  input: DescribeSentimentDetectionJobCommandInput,
468
468
  context: __SerdeContext
469
469
  ) => Promise<__HttpRequest>;
470
- export declare const serializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand: (
470
+ export declare const se_DescribeTargetedSentimentDetectionJobCommand: (
471
471
  input: DescribeTargetedSentimentDetectionJobCommandInput,
472
472
  context: __SerdeContext
473
473
  ) => Promise<__HttpRequest>;
474
- export declare const serializeAws_json1_1DescribeTopicsDetectionJobCommand: (
474
+ export declare const se_DescribeTopicsDetectionJobCommand: (
475
475
  input: DescribeTopicsDetectionJobCommandInput,
476
476
  context: __SerdeContext
477
477
  ) => Promise<__HttpRequest>;
478
- export declare const serializeAws_json1_1DetectDominantLanguageCommand: (
478
+ export declare const se_DetectDominantLanguageCommand: (
479
479
  input: DetectDominantLanguageCommandInput,
480
480
  context: __SerdeContext
481
481
  ) => Promise<__HttpRequest>;
482
- export declare const serializeAws_json1_1DetectEntitiesCommand: (
482
+ export declare const se_DetectEntitiesCommand: (
483
483
  input: DetectEntitiesCommandInput,
484
484
  context: __SerdeContext
485
485
  ) => Promise<__HttpRequest>;
486
- export declare const serializeAws_json1_1DetectKeyPhrasesCommand: (
486
+ export declare const se_DetectKeyPhrasesCommand: (
487
487
  input: DetectKeyPhrasesCommandInput,
488
488
  context: __SerdeContext
489
489
  ) => Promise<__HttpRequest>;
490
- export declare const serializeAws_json1_1DetectPiiEntitiesCommand: (
490
+ export declare const se_DetectPiiEntitiesCommand: (
491
491
  input: DetectPiiEntitiesCommandInput,
492
492
  context: __SerdeContext
493
493
  ) => Promise<__HttpRequest>;
494
- export declare const serializeAws_json1_1DetectSentimentCommand: (
494
+ export declare const se_DetectSentimentCommand: (
495
495
  input: DetectSentimentCommandInput,
496
496
  context: __SerdeContext
497
497
  ) => Promise<__HttpRequest>;
498
- export declare const serializeAws_json1_1DetectSyntaxCommand: (
498
+ export declare const se_DetectSyntaxCommand: (
499
499
  input: DetectSyntaxCommandInput,
500
500
  context: __SerdeContext
501
501
  ) => Promise<__HttpRequest>;
502
- export declare const serializeAws_json1_1DetectTargetedSentimentCommand: (
502
+ export declare const se_DetectTargetedSentimentCommand: (
503
503
  input: DetectTargetedSentimentCommandInput,
504
504
  context: __SerdeContext
505
505
  ) => Promise<__HttpRequest>;
506
- export declare const serializeAws_json1_1ImportModelCommand: (
506
+ export declare const se_ImportModelCommand: (
507
507
  input: ImportModelCommandInput,
508
508
  context: __SerdeContext
509
509
  ) => Promise<__HttpRequest>;
510
- export declare const serializeAws_json1_1ListDatasetsCommand: (
510
+ export declare const se_ListDatasetsCommand: (
511
511
  input: ListDatasetsCommandInput,
512
512
  context: __SerdeContext
513
513
  ) => Promise<__HttpRequest>;
514
- export declare const serializeAws_json1_1ListDocumentClassificationJobsCommand: (
514
+ export declare const se_ListDocumentClassificationJobsCommand: (
515
515
  input: ListDocumentClassificationJobsCommandInput,
516
516
  context: __SerdeContext
517
517
  ) => Promise<__HttpRequest>;
518
- export declare const serializeAws_json1_1ListDocumentClassifiersCommand: (
518
+ export declare const se_ListDocumentClassifiersCommand: (
519
519
  input: ListDocumentClassifiersCommandInput,
520
520
  context: __SerdeContext
521
521
  ) => Promise<__HttpRequest>;
522
- export declare const serializeAws_json1_1ListDocumentClassifierSummariesCommand: (
522
+ export declare const se_ListDocumentClassifierSummariesCommand: (
523
523
  input: ListDocumentClassifierSummariesCommandInput,
524
524
  context: __SerdeContext
525
525
  ) => Promise<__HttpRequest>;
526
- export declare const serializeAws_json1_1ListDominantLanguageDetectionJobsCommand: (
526
+ export declare const se_ListDominantLanguageDetectionJobsCommand: (
527
527
  input: ListDominantLanguageDetectionJobsCommandInput,
528
528
  context: __SerdeContext
529
529
  ) => Promise<__HttpRequest>;
530
- export declare const serializeAws_json1_1ListEndpointsCommand: (
530
+ export declare const se_ListEndpointsCommand: (
531
531
  input: ListEndpointsCommandInput,
532
532
  context: __SerdeContext
533
533
  ) => Promise<__HttpRequest>;
534
- export declare const serializeAws_json1_1ListEntitiesDetectionJobsCommand: (
534
+ export declare const se_ListEntitiesDetectionJobsCommand: (
535
535
  input: ListEntitiesDetectionJobsCommandInput,
536
536
  context: __SerdeContext
537
537
  ) => Promise<__HttpRequest>;
538
- export declare const serializeAws_json1_1ListEntityRecognizersCommand: (
538
+ export declare const se_ListEntityRecognizersCommand: (
539
539
  input: ListEntityRecognizersCommandInput,
540
540
  context: __SerdeContext
541
541
  ) => Promise<__HttpRequest>;
542
- export declare const serializeAws_json1_1ListEntityRecognizerSummariesCommand: (
542
+ export declare const se_ListEntityRecognizerSummariesCommand: (
543
543
  input: ListEntityRecognizerSummariesCommandInput,
544
544
  context: __SerdeContext
545
545
  ) => Promise<__HttpRequest>;
546
- export declare const serializeAws_json1_1ListEventsDetectionJobsCommand: (
546
+ export declare const se_ListEventsDetectionJobsCommand: (
547
547
  input: ListEventsDetectionJobsCommandInput,
548
548
  context: __SerdeContext
549
549
  ) => Promise<__HttpRequest>;
550
- export declare const serializeAws_json1_1ListFlywheelIterationHistoryCommand: (
550
+ export declare const se_ListFlywheelIterationHistoryCommand: (
551
551
  input: ListFlywheelIterationHistoryCommandInput,
552
552
  context: __SerdeContext
553
553
  ) => Promise<__HttpRequest>;
554
- export declare const serializeAws_json1_1ListFlywheelsCommand: (
554
+ export declare const se_ListFlywheelsCommand: (
555
555
  input: ListFlywheelsCommandInput,
556
556
  context: __SerdeContext
557
557
  ) => Promise<__HttpRequest>;
558
- export declare const serializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (
558
+ export declare const se_ListKeyPhrasesDetectionJobsCommand: (
559
559
  input: ListKeyPhrasesDetectionJobsCommandInput,
560
560
  context: __SerdeContext
561
561
  ) => Promise<__HttpRequest>;
562
- export declare const serializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (
562
+ export declare const se_ListPiiEntitiesDetectionJobsCommand: (
563
563
  input: ListPiiEntitiesDetectionJobsCommandInput,
564
564
  context: __SerdeContext
565
565
  ) => Promise<__HttpRequest>;
566
- export declare const serializeAws_json1_1ListSentimentDetectionJobsCommand: (
566
+ export declare const se_ListSentimentDetectionJobsCommand: (
567
567
  input: ListSentimentDetectionJobsCommandInput,
568
568
  context: __SerdeContext
569
569
  ) => Promise<__HttpRequest>;
570
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (
570
+ export declare const se_ListTagsForResourceCommand: (
571
571
  input: ListTagsForResourceCommandInput,
572
572
  context: __SerdeContext
573
573
  ) => Promise<__HttpRequest>;
574
- export declare const serializeAws_json1_1ListTargetedSentimentDetectionJobsCommand: (
574
+ export declare const se_ListTargetedSentimentDetectionJobsCommand: (
575
575
  input: ListTargetedSentimentDetectionJobsCommandInput,
576
576
  context: __SerdeContext
577
577
  ) => Promise<__HttpRequest>;
578
- export declare const serializeAws_json1_1ListTopicsDetectionJobsCommand: (
578
+ export declare const se_ListTopicsDetectionJobsCommand: (
579
579
  input: ListTopicsDetectionJobsCommandInput,
580
580
  context: __SerdeContext
581
581
  ) => Promise<__HttpRequest>;
582
- export declare const serializeAws_json1_1PutResourcePolicyCommand: (
582
+ export declare const se_PutResourcePolicyCommand: (
583
583
  input: PutResourcePolicyCommandInput,
584
584
  context: __SerdeContext
585
585
  ) => Promise<__HttpRequest>;
586
- export declare const serializeAws_json1_1StartDocumentClassificationJobCommand: (
586
+ export declare const se_StartDocumentClassificationJobCommand: (
587
587
  input: StartDocumentClassificationJobCommandInput,
588
588
  context: __SerdeContext
589
589
  ) => Promise<__HttpRequest>;
590
- export declare const serializeAws_json1_1StartDominantLanguageDetectionJobCommand: (
590
+ export declare const se_StartDominantLanguageDetectionJobCommand: (
591
591
  input: StartDominantLanguageDetectionJobCommandInput,
592
592
  context: __SerdeContext
593
593
  ) => Promise<__HttpRequest>;
594
- export declare const serializeAws_json1_1StartEntitiesDetectionJobCommand: (
594
+ export declare const se_StartEntitiesDetectionJobCommand: (
595
595
  input: StartEntitiesDetectionJobCommandInput,
596
596
  context: __SerdeContext
597
597
  ) => Promise<__HttpRequest>;
598
- export declare const serializeAws_json1_1StartEventsDetectionJobCommand: (
598
+ export declare const se_StartEventsDetectionJobCommand: (
599
599
  input: StartEventsDetectionJobCommandInput,
600
600
  context: __SerdeContext
601
601
  ) => Promise<__HttpRequest>;
602
- export declare const serializeAws_json1_1StartFlywheelIterationCommand: (
602
+ export declare const se_StartFlywheelIterationCommand: (
603
603
  input: StartFlywheelIterationCommandInput,
604
604
  context: __SerdeContext
605
605
  ) => Promise<__HttpRequest>;
606
- export declare const serializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (
606
+ export declare const se_StartKeyPhrasesDetectionJobCommand: (
607
607
  input: StartKeyPhrasesDetectionJobCommandInput,
608
608
  context: __SerdeContext
609
609
  ) => Promise<__HttpRequest>;
610
- export declare const serializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (
610
+ export declare const se_StartPiiEntitiesDetectionJobCommand: (
611
611
  input: StartPiiEntitiesDetectionJobCommandInput,
612
612
  context: __SerdeContext
613
613
  ) => Promise<__HttpRequest>;
614
- export declare const serializeAws_json1_1StartSentimentDetectionJobCommand: (
614
+ export declare const se_StartSentimentDetectionJobCommand: (
615
615
  input: StartSentimentDetectionJobCommandInput,
616
616
  context: __SerdeContext
617
617
  ) => Promise<__HttpRequest>;
618
- export declare const serializeAws_json1_1StartTargetedSentimentDetectionJobCommand: (
618
+ export declare const se_StartTargetedSentimentDetectionJobCommand: (
619
619
  input: StartTargetedSentimentDetectionJobCommandInput,
620
620
  context: __SerdeContext
621
621
  ) => Promise<__HttpRequest>;
622
- export declare const serializeAws_json1_1StartTopicsDetectionJobCommand: (
622
+ export declare const se_StartTopicsDetectionJobCommand: (
623
623
  input: StartTopicsDetectionJobCommandInput,
624
624
  context: __SerdeContext
625
625
  ) => Promise<__HttpRequest>;
626
- export declare const serializeAws_json1_1StopDominantLanguageDetectionJobCommand: (
626
+ export declare const se_StopDominantLanguageDetectionJobCommand: (
627
627
  input: StopDominantLanguageDetectionJobCommandInput,
628
628
  context: __SerdeContext
629
629
  ) => Promise<__HttpRequest>;
630
- export declare const serializeAws_json1_1StopEntitiesDetectionJobCommand: (
630
+ export declare const se_StopEntitiesDetectionJobCommand: (
631
631
  input: StopEntitiesDetectionJobCommandInput,
632
632
  context: __SerdeContext
633
633
  ) => Promise<__HttpRequest>;
634
- export declare const serializeAws_json1_1StopEventsDetectionJobCommand: (
634
+ export declare const se_StopEventsDetectionJobCommand: (
635
635
  input: StopEventsDetectionJobCommandInput,
636
636
  context: __SerdeContext
637
637
  ) => Promise<__HttpRequest>;
638
- export declare const serializeAws_json1_1StopKeyPhrasesDetectionJobCommand: (
638
+ export declare const se_StopKeyPhrasesDetectionJobCommand: (
639
639
  input: StopKeyPhrasesDetectionJobCommandInput,
640
640
  context: __SerdeContext
641
641
  ) => Promise<__HttpRequest>;
642
- export declare const serializeAws_json1_1StopPiiEntitiesDetectionJobCommand: (
642
+ export declare const se_StopPiiEntitiesDetectionJobCommand: (
643
643
  input: StopPiiEntitiesDetectionJobCommandInput,
644
644
  context: __SerdeContext
645
645
  ) => Promise<__HttpRequest>;
646
- export declare const serializeAws_json1_1StopSentimentDetectionJobCommand: (
646
+ export declare const se_StopSentimentDetectionJobCommand: (
647
647
  input: StopSentimentDetectionJobCommandInput,
648
648
  context: __SerdeContext
649
649
  ) => Promise<__HttpRequest>;
650
- export declare const serializeAws_json1_1StopTargetedSentimentDetectionJobCommand: (
650
+ export declare const se_StopTargetedSentimentDetectionJobCommand: (
651
651
  input: StopTargetedSentimentDetectionJobCommandInput,
652
652
  context: __SerdeContext
653
653
  ) => Promise<__HttpRequest>;
654
- export declare const serializeAws_json1_1StopTrainingDocumentClassifierCommand: (
654
+ export declare const se_StopTrainingDocumentClassifierCommand: (
655
655
  input: StopTrainingDocumentClassifierCommandInput,
656
656
  context: __SerdeContext
657
657
  ) => Promise<__HttpRequest>;
658
- export declare const serializeAws_json1_1StopTrainingEntityRecognizerCommand: (
658
+ export declare const se_StopTrainingEntityRecognizerCommand: (
659
659
  input: StopTrainingEntityRecognizerCommandInput,
660
660
  context: __SerdeContext
661
661
  ) => Promise<__HttpRequest>;
662
- export declare const serializeAws_json1_1TagResourceCommand: (
662
+ export declare const se_TagResourceCommand: (
663
663
  input: TagResourceCommandInput,
664
664
  context: __SerdeContext
665
665
  ) => Promise<__HttpRequest>;
666
- export declare const serializeAws_json1_1UntagResourceCommand: (
666
+ export declare const se_UntagResourceCommand: (
667
667
  input: UntagResourceCommandInput,
668
668
  context: __SerdeContext
669
669
  ) => Promise<__HttpRequest>;
670
- export declare const serializeAws_json1_1UpdateEndpointCommand: (
670
+ export declare const se_UpdateEndpointCommand: (
671
671
  input: UpdateEndpointCommandInput,
672
672
  context: __SerdeContext
673
673
  ) => Promise<__HttpRequest>;
674
- export declare const serializeAws_json1_1UpdateFlywheelCommand: (
674
+ export declare const se_UpdateFlywheelCommand: (
675
675
  input: UpdateFlywheelCommandInput,
676
676
  context: __SerdeContext
677
677
  ) => Promise<__HttpRequest>;
678
- export declare const deserializeAws_json1_1BatchDetectDominantLanguageCommand: (
678
+ export declare const de_BatchDetectDominantLanguageCommand: (
679
679
  output: __HttpResponse,
680
680
  context: __SerdeContext
681
681
  ) => Promise<BatchDetectDominantLanguageCommandOutput>;
682
- export declare const deserializeAws_json1_1BatchDetectEntitiesCommand: (
682
+ export declare const de_BatchDetectEntitiesCommand: (
683
683
  output: __HttpResponse,
684
684
  context: __SerdeContext
685
685
  ) => Promise<BatchDetectEntitiesCommandOutput>;
686
- export declare const deserializeAws_json1_1BatchDetectKeyPhrasesCommand: (
686
+ export declare const de_BatchDetectKeyPhrasesCommand: (
687
687
  output: __HttpResponse,
688
688
  context: __SerdeContext
689
689
  ) => Promise<BatchDetectKeyPhrasesCommandOutput>;
690
- export declare const deserializeAws_json1_1BatchDetectSentimentCommand: (
690
+ export declare const de_BatchDetectSentimentCommand: (
691
691
  output: __HttpResponse,
692
692
  context: __SerdeContext
693
693
  ) => Promise<BatchDetectSentimentCommandOutput>;
694
- export declare const deserializeAws_json1_1BatchDetectSyntaxCommand: (
694
+ export declare const de_BatchDetectSyntaxCommand: (
695
695
  output: __HttpResponse,
696
696
  context: __SerdeContext
697
697
  ) => Promise<BatchDetectSyntaxCommandOutput>;
698
- export declare const deserializeAws_json1_1BatchDetectTargetedSentimentCommand: (
698
+ export declare const de_BatchDetectTargetedSentimentCommand: (
699
699
  output: __HttpResponse,
700
700
  context: __SerdeContext
701
701
  ) => Promise<BatchDetectTargetedSentimentCommandOutput>;
702
- export declare const deserializeAws_json1_1ClassifyDocumentCommand: (
702
+ export declare const de_ClassifyDocumentCommand: (
703
703
  output: __HttpResponse,
704
704
  context: __SerdeContext
705
705
  ) => Promise<ClassifyDocumentCommandOutput>;
706
- export declare const deserializeAws_json1_1ContainsPiiEntitiesCommand: (
706
+ export declare const de_ContainsPiiEntitiesCommand: (
707
707
  output: __HttpResponse,
708
708
  context: __SerdeContext
709
709
  ) => Promise<ContainsPiiEntitiesCommandOutput>;
710
- export declare const deserializeAws_json1_1CreateDatasetCommand: (
710
+ export declare const de_CreateDatasetCommand: (
711
711
  output: __HttpResponse,
712
712
  context: __SerdeContext
713
713
  ) => Promise<CreateDatasetCommandOutput>;
714
- export declare const deserializeAws_json1_1CreateDocumentClassifierCommand: (
714
+ export declare const de_CreateDocumentClassifierCommand: (
715
715
  output: __HttpResponse,
716
716
  context: __SerdeContext
717
717
  ) => Promise<CreateDocumentClassifierCommandOutput>;
718
- export declare const deserializeAws_json1_1CreateEndpointCommand: (
718
+ export declare const de_CreateEndpointCommand: (
719
719
  output: __HttpResponse,
720
720
  context: __SerdeContext
721
721
  ) => Promise<CreateEndpointCommandOutput>;
722
- export declare const deserializeAws_json1_1CreateEntityRecognizerCommand: (
722
+ export declare const de_CreateEntityRecognizerCommand: (
723
723
  output: __HttpResponse,
724
724
  context: __SerdeContext
725
725
  ) => Promise<CreateEntityRecognizerCommandOutput>;
726
- export declare const deserializeAws_json1_1CreateFlywheelCommand: (
726
+ export declare const de_CreateFlywheelCommand: (
727
727
  output: __HttpResponse,
728
728
  context: __SerdeContext
729
729
  ) => Promise<CreateFlywheelCommandOutput>;
730
- export declare const deserializeAws_json1_1DeleteDocumentClassifierCommand: (
730
+ export declare const de_DeleteDocumentClassifierCommand: (
731
731
  output: __HttpResponse,
732
732
  context: __SerdeContext
733
733
  ) => Promise<DeleteDocumentClassifierCommandOutput>;
734
- export declare const deserializeAws_json1_1DeleteEndpointCommand: (
734
+ export declare const de_DeleteEndpointCommand: (
735
735
  output: __HttpResponse,
736
736
  context: __SerdeContext
737
737
  ) => Promise<DeleteEndpointCommandOutput>;
738
- export declare const deserializeAws_json1_1DeleteEntityRecognizerCommand: (
738
+ export declare const de_DeleteEntityRecognizerCommand: (
739
739
  output: __HttpResponse,
740
740
  context: __SerdeContext
741
741
  ) => Promise<DeleteEntityRecognizerCommandOutput>;
742
- export declare const deserializeAws_json1_1DeleteFlywheelCommand: (
742
+ export declare const de_DeleteFlywheelCommand: (
743
743
  output: __HttpResponse,
744
744
  context: __SerdeContext
745
745
  ) => Promise<DeleteFlywheelCommandOutput>;
746
- export declare const deserializeAws_json1_1DeleteResourcePolicyCommand: (
746
+ export declare const de_DeleteResourcePolicyCommand: (
747
747
  output: __HttpResponse,
748
748
  context: __SerdeContext
749
749
  ) => Promise<DeleteResourcePolicyCommandOutput>;
750
- export declare const deserializeAws_json1_1DescribeDatasetCommand: (
750
+ export declare const de_DescribeDatasetCommand: (
751
751
  output: __HttpResponse,
752
752
  context: __SerdeContext
753
753
  ) => Promise<DescribeDatasetCommandOutput>;
754
- export declare const deserializeAws_json1_1DescribeDocumentClassificationJobCommand: (
754
+ export declare const de_DescribeDocumentClassificationJobCommand: (
755
755
  output: __HttpResponse,
756
756
  context: __SerdeContext
757
757
  ) => Promise<DescribeDocumentClassificationJobCommandOutput>;
758
- export declare const deserializeAws_json1_1DescribeDocumentClassifierCommand: (
758
+ export declare const de_DescribeDocumentClassifierCommand: (
759
759
  output: __HttpResponse,
760
760
  context: __SerdeContext
761
761
  ) => Promise<DescribeDocumentClassifierCommandOutput>;
762
- export declare const deserializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (
762
+ export declare const de_DescribeDominantLanguageDetectionJobCommand: (
763
763
  output: __HttpResponse,
764
764
  context: __SerdeContext
765
765
  ) => Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
766
- export declare const deserializeAws_json1_1DescribeEndpointCommand: (
766
+ export declare const de_DescribeEndpointCommand: (
767
767
  output: __HttpResponse,
768
768
  context: __SerdeContext
769
769
  ) => Promise<DescribeEndpointCommandOutput>;
770
- export declare const deserializeAws_json1_1DescribeEntitiesDetectionJobCommand: (
770
+ export declare const de_DescribeEntitiesDetectionJobCommand: (
771
771
  output: __HttpResponse,
772
772
  context: __SerdeContext
773
773
  ) => Promise<DescribeEntitiesDetectionJobCommandOutput>;
774
- export declare const deserializeAws_json1_1DescribeEntityRecognizerCommand: (
774
+ export declare const de_DescribeEntityRecognizerCommand: (
775
775
  output: __HttpResponse,
776
776
  context: __SerdeContext
777
777
  ) => Promise<DescribeEntityRecognizerCommandOutput>;
778
- export declare const deserializeAws_json1_1DescribeEventsDetectionJobCommand: (
778
+ export declare const de_DescribeEventsDetectionJobCommand: (
779
779
  output: __HttpResponse,
780
780
  context: __SerdeContext
781
781
  ) => Promise<DescribeEventsDetectionJobCommandOutput>;
782
- export declare const deserializeAws_json1_1DescribeFlywheelCommand: (
782
+ export declare const de_DescribeFlywheelCommand: (
783
783
  output: __HttpResponse,
784
784
  context: __SerdeContext
785
785
  ) => Promise<DescribeFlywheelCommandOutput>;
786
- export declare const deserializeAws_json1_1DescribeFlywheelIterationCommand: (
786
+ export declare const de_DescribeFlywheelIterationCommand: (
787
787
  output: __HttpResponse,
788
788
  context: __SerdeContext
789
789
  ) => Promise<DescribeFlywheelIterationCommandOutput>;
790
- export declare const deserializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (
790
+ export declare const de_DescribeKeyPhrasesDetectionJobCommand: (
791
791
  output: __HttpResponse,
792
792
  context: __SerdeContext
793
793
  ) => Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
794
- export declare const deserializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (
794
+ export declare const de_DescribePiiEntitiesDetectionJobCommand: (
795
795
  output: __HttpResponse,
796
796
  context: __SerdeContext
797
797
  ) => Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
798
- export declare const deserializeAws_json1_1DescribeResourcePolicyCommand: (
798
+ export declare const de_DescribeResourcePolicyCommand: (
799
799
  output: __HttpResponse,
800
800
  context: __SerdeContext
801
801
  ) => Promise<DescribeResourcePolicyCommandOutput>;
802
- export declare const deserializeAws_json1_1DescribeSentimentDetectionJobCommand: (
802
+ export declare const de_DescribeSentimentDetectionJobCommand: (
803
803
  output: __HttpResponse,
804
804
  context: __SerdeContext
805
805
  ) => Promise<DescribeSentimentDetectionJobCommandOutput>;
806
- export declare const deserializeAws_json1_1DescribeTargetedSentimentDetectionJobCommand: (
806
+ export declare const de_DescribeTargetedSentimentDetectionJobCommand: (
807
807
  output: __HttpResponse,
808
808
  context: __SerdeContext
809
809
  ) => Promise<DescribeTargetedSentimentDetectionJobCommandOutput>;
810
- export declare const deserializeAws_json1_1DescribeTopicsDetectionJobCommand: (
810
+ export declare const de_DescribeTopicsDetectionJobCommand: (
811
811
  output: __HttpResponse,
812
812
  context: __SerdeContext
813
813
  ) => Promise<DescribeTopicsDetectionJobCommandOutput>;
814
- export declare const deserializeAws_json1_1DetectDominantLanguageCommand: (
814
+ export declare const de_DetectDominantLanguageCommand: (
815
815
  output: __HttpResponse,
816
816
  context: __SerdeContext
817
817
  ) => Promise<DetectDominantLanguageCommandOutput>;
818
- export declare const deserializeAws_json1_1DetectEntitiesCommand: (
818
+ export declare const de_DetectEntitiesCommand: (
819
819
  output: __HttpResponse,
820
820
  context: __SerdeContext
821
821
  ) => Promise<DetectEntitiesCommandOutput>;
822
- export declare const deserializeAws_json1_1DetectKeyPhrasesCommand: (
822
+ export declare const de_DetectKeyPhrasesCommand: (
823
823
  output: __HttpResponse,
824
824
  context: __SerdeContext
825
825
  ) => Promise<DetectKeyPhrasesCommandOutput>;
826
- export declare const deserializeAws_json1_1DetectPiiEntitiesCommand: (
826
+ export declare const de_DetectPiiEntitiesCommand: (
827
827
  output: __HttpResponse,
828
828
  context: __SerdeContext
829
829
  ) => Promise<DetectPiiEntitiesCommandOutput>;
830
- export declare const deserializeAws_json1_1DetectSentimentCommand: (
830
+ export declare const de_DetectSentimentCommand: (
831
831
  output: __HttpResponse,
832
832
  context: __SerdeContext
833
833
  ) => Promise<DetectSentimentCommandOutput>;
834
- export declare const deserializeAws_json1_1DetectSyntaxCommand: (
834
+ export declare const de_DetectSyntaxCommand: (
835
835
  output: __HttpResponse,
836
836
  context: __SerdeContext
837
837
  ) => Promise<DetectSyntaxCommandOutput>;
838
- export declare const deserializeAws_json1_1DetectTargetedSentimentCommand: (
838
+ export declare const de_DetectTargetedSentimentCommand: (
839
839
  output: __HttpResponse,
840
840
  context: __SerdeContext
841
841
  ) => Promise<DetectTargetedSentimentCommandOutput>;
842
- export declare const deserializeAws_json1_1ImportModelCommand: (
842
+ export declare const de_ImportModelCommand: (
843
843
  output: __HttpResponse,
844
844
  context: __SerdeContext
845
845
  ) => Promise<ImportModelCommandOutput>;
846
- export declare const deserializeAws_json1_1ListDatasetsCommand: (
846
+ export declare const de_ListDatasetsCommand: (
847
847
  output: __HttpResponse,
848
848
  context: __SerdeContext
849
849
  ) => Promise<ListDatasetsCommandOutput>;
850
- export declare const deserializeAws_json1_1ListDocumentClassificationJobsCommand: (
850
+ export declare const de_ListDocumentClassificationJobsCommand: (
851
851
  output: __HttpResponse,
852
852
  context: __SerdeContext
853
853
  ) => Promise<ListDocumentClassificationJobsCommandOutput>;
854
- export declare const deserializeAws_json1_1ListDocumentClassifiersCommand: (
854
+ export declare const de_ListDocumentClassifiersCommand: (
855
855
  output: __HttpResponse,
856
856
  context: __SerdeContext
857
857
  ) => Promise<ListDocumentClassifiersCommandOutput>;
858
- export declare const deserializeAws_json1_1ListDocumentClassifierSummariesCommand: (
858
+ export declare const de_ListDocumentClassifierSummariesCommand: (
859
859
  output: __HttpResponse,
860
860
  context: __SerdeContext
861
861
  ) => Promise<ListDocumentClassifierSummariesCommandOutput>;
862
- export declare const deserializeAws_json1_1ListDominantLanguageDetectionJobsCommand: (
862
+ export declare const de_ListDominantLanguageDetectionJobsCommand: (
863
863
  output: __HttpResponse,
864
864
  context: __SerdeContext
865
865
  ) => Promise<ListDominantLanguageDetectionJobsCommandOutput>;
866
- export declare const deserializeAws_json1_1ListEndpointsCommand: (
866
+ export declare const de_ListEndpointsCommand: (
867
867
  output: __HttpResponse,
868
868
  context: __SerdeContext
869
869
  ) => Promise<ListEndpointsCommandOutput>;
870
- export declare const deserializeAws_json1_1ListEntitiesDetectionJobsCommand: (
870
+ export declare const de_ListEntitiesDetectionJobsCommand: (
871
871
  output: __HttpResponse,
872
872
  context: __SerdeContext
873
873
  ) => Promise<ListEntitiesDetectionJobsCommandOutput>;
874
- export declare const deserializeAws_json1_1ListEntityRecognizersCommand: (
874
+ export declare const de_ListEntityRecognizersCommand: (
875
875
  output: __HttpResponse,
876
876
  context: __SerdeContext
877
877
  ) => Promise<ListEntityRecognizersCommandOutput>;
878
- export declare const deserializeAws_json1_1ListEntityRecognizerSummariesCommand: (
878
+ export declare const de_ListEntityRecognizerSummariesCommand: (
879
879
  output: __HttpResponse,
880
880
  context: __SerdeContext
881
881
  ) => Promise<ListEntityRecognizerSummariesCommandOutput>;
882
- export declare const deserializeAws_json1_1ListEventsDetectionJobsCommand: (
882
+ export declare const de_ListEventsDetectionJobsCommand: (
883
883
  output: __HttpResponse,
884
884
  context: __SerdeContext
885
885
  ) => Promise<ListEventsDetectionJobsCommandOutput>;
886
- export declare const deserializeAws_json1_1ListFlywheelIterationHistoryCommand: (
886
+ export declare const de_ListFlywheelIterationHistoryCommand: (
887
887
  output: __HttpResponse,
888
888
  context: __SerdeContext
889
889
  ) => Promise<ListFlywheelIterationHistoryCommandOutput>;
890
- export declare const deserializeAws_json1_1ListFlywheelsCommand: (
890
+ export declare const de_ListFlywheelsCommand: (
891
891
  output: __HttpResponse,
892
892
  context: __SerdeContext
893
893
  ) => Promise<ListFlywheelsCommandOutput>;
894
- export declare const deserializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (
894
+ export declare const de_ListKeyPhrasesDetectionJobsCommand: (
895
895
  output: __HttpResponse,
896
896
  context: __SerdeContext
897
897
  ) => Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
898
- export declare const deserializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (
898
+ export declare const de_ListPiiEntitiesDetectionJobsCommand: (
899
899
  output: __HttpResponse,
900
900
  context: __SerdeContext
901
901
  ) => Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
902
- export declare const deserializeAws_json1_1ListSentimentDetectionJobsCommand: (
902
+ export declare const de_ListSentimentDetectionJobsCommand: (
903
903
  output: __HttpResponse,
904
904
  context: __SerdeContext
905
905
  ) => Promise<ListSentimentDetectionJobsCommandOutput>;
906
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
906
+ export declare const de_ListTagsForResourceCommand: (
907
907
  output: __HttpResponse,
908
908
  context: __SerdeContext
909
909
  ) => Promise<ListTagsForResourceCommandOutput>;
910
- export declare const deserializeAws_json1_1ListTargetedSentimentDetectionJobsCommand: (
910
+ export declare const de_ListTargetedSentimentDetectionJobsCommand: (
911
911
  output: __HttpResponse,
912
912
  context: __SerdeContext
913
913
  ) => Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
914
- export declare const deserializeAws_json1_1ListTopicsDetectionJobsCommand: (
914
+ export declare const de_ListTopicsDetectionJobsCommand: (
915
915
  output: __HttpResponse,
916
916
  context: __SerdeContext
917
917
  ) => Promise<ListTopicsDetectionJobsCommandOutput>;
918
- export declare const deserializeAws_json1_1PutResourcePolicyCommand: (
918
+ export declare const de_PutResourcePolicyCommand: (
919
919
  output: __HttpResponse,
920
920
  context: __SerdeContext
921
921
  ) => Promise<PutResourcePolicyCommandOutput>;
922
- export declare const deserializeAws_json1_1StartDocumentClassificationJobCommand: (
922
+ export declare const de_StartDocumentClassificationJobCommand: (
923
923
  output: __HttpResponse,
924
924
  context: __SerdeContext
925
925
  ) => Promise<StartDocumentClassificationJobCommandOutput>;
926
- export declare const deserializeAws_json1_1StartDominantLanguageDetectionJobCommand: (
926
+ export declare const de_StartDominantLanguageDetectionJobCommand: (
927
927
  output: __HttpResponse,
928
928
  context: __SerdeContext
929
929
  ) => Promise<StartDominantLanguageDetectionJobCommandOutput>;
930
- export declare const deserializeAws_json1_1StartEntitiesDetectionJobCommand: (
930
+ export declare const de_StartEntitiesDetectionJobCommand: (
931
931
  output: __HttpResponse,
932
932
  context: __SerdeContext
933
933
  ) => Promise<StartEntitiesDetectionJobCommandOutput>;
934
- export declare const deserializeAws_json1_1StartEventsDetectionJobCommand: (
934
+ export declare const de_StartEventsDetectionJobCommand: (
935
935
  output: __HttpResponse,
936
936
  context: __SerdeContext
937
937
  ) => Promise<StartEventsDetectionJobCommandOutput>;
938
- export declare const deserializeAws_json1_1StartFlywheelIterationCommand: (
938
+ export declare const de_StartFlywheelIterationCommand: (
939
939
  output: __HttpResponse,
940
940
  context: __SerdeContext
941
941
  ) => Promise<StartFlywheelIterationCommandOutput>;
942
- export declare const deserializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (
942
+ export declare const de_StartKeyPhrasesDetectionJobCommand: (
943
943
  output: __HttpResponse,
944
944
  context: __SerdeContext
945
945
  ) => Promise<StartKeyPhrasesDetectionJobCommandOutput>;
946
- export declare const deserializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (
946
+ export declare const de_StartPiiEntitiesDetectionJobCommand: (
947
947
  output: __HttpResponse,
948
948
  context: __SerdeContext
949
949
  ) => Promise<StartPiiEntitiesDetectionJobCommandOutput>;
950
- export declare const deserializeAws_json1_1StartSentimentDetectionJobCommand: (
950
+ export declare const de_StartSentimentDetectionJobCommand: (
951
951
  output: __HttpResponse,
952
952
  context: __SerdeContext
953
953
  ) => Promise<StartSentimentDetectionJobCommandOutput>;
954
- export declare const deserializeAws_json1_1StartTargetedSentimentDetectionJobCommand: (
954
+ export declare const de_StartTargetedSentimentDetectionJobCommand: (
955
955
  output: __HttpResponse,
956
956
  context: __SerdeContext
957
957
  ) => Promise<StartTargetedSentimentDetectionJobCommandOutput>;
958
- export declare const deserializeAws_json1_1StartTopicsDetectionJobCommand: (
958
+ export declare const de_StartTopicsDetectionJobCommand: (
959
959
  output: __HttpResponse,
960
960
  context: __SerdeContext
961
961
  ) => Promise<StartTopicsDetectionJobCommandOutput>;
962
- export declare const deserializeAws_json1_1StopDominantLanguageDetectionJobCommand: (
962
+ export declare const de_StopDominantLanguageDetectionJobCommand: (
963
963
  output: __HttpResponse,
964
964
  context: __SerdeContext
965
965
  ) => Promise<StopDominantLanguageDetectionJobCommandOutput>;
966
- export declare const deserializeAws_json1_1StopEntitiesDetectionJobCommand: (
966
+ export declare const de_StopEntitiesDetectionJobCommand: (
967
967
  output: __HttpResponse,
968
968
  context: __SerdeContext
969
969
  ) => Promise<StopEntitiesDetectionJobCommandOutput>;
970
- export declare const deserializeAws_json1_1StopEventsDetectionJobCommand: (
970
+ export declare const de_StopEventsDetectionJobCommand: (
971
971
  output: __HttpResponse,
972
972
  context: __SerdeContext
973
973
  ) => Promise<StopEventsDetectionJobCommandOutput>;
974
- export declare const deserializeAws_json1_1StopKeyPhrasesDetectionJobCommand: (
974
+ export declare const de_StopKeyPhrasesDetectionJobCommand: (
975
975
  output: __HttpResponse,
976
976
  context: __SerdeContext
977
977
  ) => Promise<StopKeyPhrasesDetectionJobCommandOutput>;
978
- export declare const deserializeAws_json1_1StopPiiEntitiesDetectionJobCommand: (
978
+ export declare const de_StopPiiEntitiesDetectionJobCommand: (
979
979
  output: __HttpResponse,
980
980
  context: __SerdeContext
981
981
  ) => Promise<StopPiiEntitiesDetectionJobCommandOutput>;
982
- export declare const deserializeAws_json1_1StopSentimentDetectionJobCommand: (
982
+ export declare const de_StopSentimentDetectionJobCommand: (
983
983
  output: __HttpResponse,
984
984
  context: __SerdeContext
985
985
  ) => Promise<StopSentimentDetectionJobCommandOutput>;
986
- export declare const deserializeAws_json1_1StopTargetedSentimentDetectionJobCommand: (
986
+ export declare const de_StopTargetedSentimentDetectionJobCommand: (
987
987
  output: __HttpResponse,
988
988
  context: __SerdeContext
989
989
  ) => Promise<StopTargetedSentimentDetectionJobCommandOutput>;
990
- export declare const deserializeAws_json1_1StopTrainingDocumentClassifierCommand: (
990
+ export declare const de_StopTrainingDocumentClassifierCommand: (
991
991
  output: __HttpResponse,
992
992
  context: __SerdeContext
993
993
  ) => Promise<StopTrainingDocumentClassifierCommandOutput>;
994
- export declare const deserializeAws_json1_1StopTrainingEntityRecognizerCommand: (
994
+ export declare const de_StopTrainingEntityRecognizerCommand: (
995
995
  output: __HttpResponse,
996
996
  context: __SerdeContext
997
997
  ) => Promise<StopTrainingEntityRecognizerCommandOutput>;
998
- export declare const deserializeAws_json1_1TagResourceCommand: (
998
+ export declare const de_TagResourceCommand: (
999
999
  output: __HttpResponse,
1000
1000
  context: __SerdeContext
1001
1001
  ) => Promise<TagResourceCommandOutput>;
1002
- export declare const deserializeAws_json1_1UntagResourceCommand: (
1002
+ export declare const de_UntagResourceCommand: (
1003
1003
  output: __HttpResponse,
1004
1004
  context: __SerdeContext
1005
1005
  ) => Promise<UntagResourceCommandOutput>;
1006
- export declare const deserializeAws_json1_1UpdateEndpointCommand: (
1006
+ export declare const de_UpdateEndpointCommand: (
1007
1007
  output: __HttpResponse,
1008
1008
  context: __SerdeContext
1009
1009
  ) => Promise<UpdateEndpointCommandOutput>;
1010
- export declare const deserializeAws_json1_1UpdateFlywheelCommand: (
1010
+ export declare const de_UpdateFlywheelCommand: (
1011
1011
  output: __HttpResponse,
1012
1012
  context: __SerdeContext
1013
1013
  ) => Promise<UpdateFlywheelCommandOutput>;