@aws-sdk/client-comprehend 3.1087.0 → 3.1089.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 (105) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Comprehend.d.ts +275 -331
  3. package/dist-types/ts3.4/ComprehendClient.d.ts +7 -22
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +3 -8
  43. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +3 -5
  54. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +3 -8
  56. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +3 -8
  62. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +4 -6
  77. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +4 -6
  80. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +4 -6
  87. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  89. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  90. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +4 -9
  91. package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +4 -9
  92. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  93. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  94. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  95. package/dist-types/ts3.4/models/enums.d.ts +12 -24
  96. package/dist-types/ts3.4/models/errors.d.ts +16 -54
  97. package/dist-types/ts3.4/models/models_0.d.ts +13 -39
  98. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  99. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  100. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  101. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  102. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  103. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  104. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  105. package/package.json +38 -38
@@ -171,10 +171,7 @@ import {
171
171
  DetectToxicContentCommandInput,
172
172
  DetectToxicContentCommandOutput,
173
173
  } from "./commands/DetectToxicContentCommand";
174
- import {
175
- ImportModelCommandInput,
176
- ImportModelCommandOutput,
177
- } from "./commands/ImportModelCommand";
174
+ import { ImportModelCommandInput, ImportModelCommandOutput } from "./commands/ImportModelCommand";
178
175
  import {
179
176
  ListDatasetsCommandInput,
180
177
  ListDatasetsCommandOutput,
@@ -327,10 +324,7 @@ import {
327
324
  StopTrainingEntityRecognizerCommandInput,
328
325
  StopTrainingEntityRecognizerCommandOutput,
329
326
  } from "./commands/StopTrainingEntityRecognizerCommand";
330
- import {
331
- TagResourceCommandInput,
332
- TagResourceCommandOutput,
333
- } from "./commands/TagResourceCommand";
327
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
334
328
  import {
335
329
  UntagResourceCommandInput,
336
330
  UntagResourceCommandOutput,
@@ -347,1294 +341,1244 @@ import { ComprehendClient } from "./ComprehendClient";
347
341
  export interface Comprehend {
348
342
  batchDetectDominantLanguage(
349
343
  args: BatchDetectDominantLanguageCommandInput,
350
- options?: __HttpHandlerOptions
344
+ options?: __HttpHandlerOptions,
351
345
  ): Promise<BatchDetectDominantLanguageCommandOutput>;
352
346
  batchDetectDominantLanguage(
353
347
  args: BatchDetectDominantLanguageCommandInput,
354
- cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void
348
+ cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void,
355
349
  ): void;
356
350
  batchDetectDominantLanguage(
357
351
  args: BatchDetectDominantLanguageCommandInput,
358
352
  options: __HttpHandlerOptions,
359
- cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void
353
+ cb: (err: any, data?: BatchDetectDominantLanguageCommandOutput) => void,
360
354
  ): void;
361
355
  batchDetectEntities(
362
356
  args: BatchDetectEntitiesCommandInput,
363
- options?: __HttpHandlerOptions
357
+ options?: __HttpHandlerOptions,
364
358
  ): Promise<BatchDetectEntitiesCommandOutput>;
365
359
  batchDetectEntities(
366
360
  args: BatchDetectEntitiesCommandInput,
367
- cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void
361
+ cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void,
368
362
  ): void;
369
363
  batchDetectEntities(
370
364
  args: BatchDetectEntitiesCommandInput,
371
365
  options: __HttpHandlerOptions,
372
- cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void
366
+ cb: (err: any, data?: BatchDetectEntitiesCommandOutput) => void,
373
367
  ): void;
374
368
  batchDetectKeyPhrases(
375
369
  args: BatchDetectKeyPhrasesCommandInput,
376
- options?: __HttpHandlerOptions
370
+ options?: __HttpHandlerOptions,
377
371
  ): Promise<BatchDetectKeyPhrasesCommandOutput>;
378
372
  batchDetectKeyPhrases(
379
373
  args: BatchDetectKeyPhrasesCommandInput,
380
- cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void
374
+ cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void,
381
375
  ): void;
382
376
  batchDetectKeyPhrases(
383
377
  args: BatchDetectKeyPhrasesCommandInput,
384
378
  options: __HttpHandlerOptions,
385
- cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void
379
+ cb: (err: any, data?: BatchDetectKeyPhrasesCommandOutput) => void,
386
380
  ): void;
387
381
  batchDetectSentiment(
388
382
  args: BatchDetectSentimentCommandInput,
389
- options?: __HttpHandlerOptions
383
+ options?: __HttpHandlerOptions,
390
384
  ): Promise<BatchDetectSentimentCommandOutput>;
391
385
  batchDetectSentiment(
392
386
  args: BatchDetectSentimentCommandInput,
393
- cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void
387
+ cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void,
394
388
  ): void;
395
389
  batchDetectSentiment(
396
390
  args: BatchDetectSentimentCommandInput,
397
391
  options: __HttpHandlerOptions,
398
- cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void
392
+ cb: (err: any, data?: BatchDetectSentimentCommandOutput) => void,
399
393
  ): void;
400
394
  batchDetectSyntax(
401
395
  args: BatchDetectSyntaxCommandInput,
402
- options?: __HttpHandlerOptions
396
+ options?: __HttpHandlerOptions,
403
397
  ): Promise<BatchDetectSyntaxCommandOutput>;
404
398
  batchDetectSyntax(
405
399
  args: BatchDetectSyntaxCommandInput,
406
- cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void
400
+ cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void,
407
401
  ): void;
408
402
  batchDetectSyntax(
409
403
  args: BatchDetectSyntaxCommandInput,
410
404
  options: __HttpHandlerOptions,
411
- cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void
405
+ cb: (err: any, data?: BatchDetectSyntaxCommandOutput) => void,
412
406
  ): void;
413
407
  batchDetectTargetedSentiment(
414
408
  args: BatchDetectTargetedSentimentCommandInput,
415
- options?: __HttpHandlerOptions
409
+ options?: __HttpHandlerOptions,
416
410
  ): Promise<BatchDetectTargetedSentimentCommandOutput>;
417
411
  batchDetectTargetedSentiment(
418
412
  args: BatchDetectTargetedSentimentCommandInput,
419
- cb: (err: any, data?: BatchDetectTargetedSentimentCommandOutput) => void
413
+ cb: (err: any, data?: BatchDetectTargetedSentimentCommandOutput) => void,
420
414
  ): void;
421
415
  batchDetectTargetedSentiment(
422
416
  args: BatchDetectTargetedSentimentCommandInput,
423
417
  options: __HttpHandlerOptions,
424
- cb: (err: any, data?: BatchDetectTargetedSentimentCommandOutput) => void
418
+ cb: (err: any, data?: BatchDetectTargetedSentimentCommandOutput) => void,
425
419
  ): void;
426
420
  classifyDocument(
427
421
  args: ClassifyDocumentCommandInput,
428
- options?: __HttpHandlerOptions
422
+ options?: __HttpHandlerOptions,
429
423
  ): Promise<ClassifyDocumentCommandOutput>;
430
424
  classifyDocument(
431
425
  args: ClassifyDocumentCommandInput,
432
- cb: (err: any, data?: ClassifyDocumentCommandOutput) => void
426
+ cb: (err: any, data?: ClassifyDocumentCommandOutput) => void,
433
427
  ): void;
434
428
  classifyDocument(
435
429
  args: ClassifyDocumentCommandInput,
436
430
  options: __HttpHandlerOptions,
437
- cb: (err: any, data?: ClassifyDocumentCommandOutput) => void
431
+ cb: (err: any, data?: ClassifyDocumentCommandOutput) => void,
438
432
  ): void;
439
433
  containsPiiEntities(
440
434
  args: ContainsPiiEntitiesCommandInput,
441
- options?: __HttpHandlerOptions
435
+ options?: __HttpHandlerOptions,
442
436
  ): Promise<ContainsPiiEntitiesCommandOutput>;
443
437
  containsPiiEntities(
444
438
  args: ContainsPiiEntitiesCommandInput,
445
- cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void
439
+ cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void,
446
440
  ): void;
447
441
  containsPiiEntities(
448
442
  args: ContainsPiiEntitiesCommandInput,
449
443
  options: __HttpHandlerOptions,
450
- cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void
444
+ cb: (err: any, data?: ContainsPiiEntitiesCommandOutput) => void,
451
445
  ): void;
452
446
  createDataset(
453
447
  args: CreateDatasetCommandInput,
454
- options?: __HttpHandlerOptions
448
+ options?: __HttpHandlerOptions,
455
449
  ): Promise<CreateDatasetCommandOutput>;
456
450
  createDataset(
457
451
  args: CreateDatasetCommandInput,
458
- cb: (err: any, data?: CreateDatasetCommandOutput) => void
452
+ cb: (err: any, data?: CreateDatasetCommandOutput) => void,
459
453
  ): void;
460
454
  createDataset(
461
455
  args: CreateDatasetCommandInput,
462
456
  options: __HttpHandlerOptions,
463
- cb: (err: any, data?: CreateDatasetCommandOutput) => void
457
+ cb: (err: any, data?: CreateDatasetCommandOutput) => void,
464
458
  ): void;
465
459
  createDocumentClassifier(
466
460
  args: CreateDocumentClassifierCommandInput,
467
- options?: __HttpHandlerOptions
461
+ options?: __HttpHandlerOptions,
468
462
  ): Promise<CreateDocumentClassifierCommandOutput>;
469
463
  createDocumentClassifier(
470
464
  args: CreateDocumentClassifierCommandInput,
471
- cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void
465
+ cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void,
472
466
  ): void;
473
467
  createDocumentClassifier(
474
468
  args: CreateDocumentClassifierCommandInput,
475
469
  options: __HttpHandlerOptions,
476
- cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void
470
+ cb: (err: any, data?: CreateDocumentClassifierCommandOutput) => void,
477
471
  ): void;
478
472
  createEndpoint(
479
473
  args: CreateEndpointCommandInput,
480
- options?: __HttpHandlerOptions
474
+ options?: __HttpHandlerOptions,
481
475
  ): Promise<CreateEndpointCommandOutput>;
482
476
  createEndpoint(
483
477
  args: CreateEndpointCommandInput,
484
- cb: (err: any, data?: CreateEndpointCommandOutput) => void
478
+ cb: (err: any, data?: CreateEndpointCommandOutput) => void,
485
479
  ): void;
486
480
  createEndpoint(
487
481
  args: CreateEndpointCommandInput,
488
482
  options: __HttpHandlerOptions,
489
- cb: (err: any, data?: CreateEndpointCommandOutput) => void
483
+ cb: (err: any, data?: CreateEndpointCommandOutput) => void,
490
484
  ): void;
491
485
  createEntityRecognizer(
492
486
  args: CreateEntityRecognizerCommandInput,
493
- options?: __HttpHandlerOptions
487
+ options?: __HttpHandlerOptions,
494
488
  ): Promise<CreateEntityRecognizerCommandOutput>;
495
489
  createEntityRecognizer(
496
490
  args: CreateEntityRecognizerCommandInput,
497
- cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void
491
+ cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void,
498
492
  ): void;
499
493
  createEntityRecognizer(
500
494
  args: CreateEntityRecognizerCommandInput,
501
495
  options: __HttpHandlerOptions,
502
- cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void
496
+ cb: (err: any, data?: CreateEntityRecognizerCommandOutput) => void,
503
497
  ): void;
504
498
  createFlywheel(
505
499
  args: CreateFlywheelCommandInput,
506
- options?: __HttpHandlerOptions
500
+ options?: __HttpHandlerOptions,
507
501
  ): Promise<CreateFlywheelCommandOutput>;
508
502
  createFlywheel(
509
503
  args: CreateFlywheelCommandInput,
510
- cb: (err: any, data?: CreateFlywheelCommandOutput) => void
504
+ cb: (err: any, data?: CreateFlywheelCommandOutput) => void,
511
505
  ): void;
512
506
  createFlywheel(
513
507
  args: CreateFlywheelCommandInput,
514
508
  options: __HttpHandlerOptions,
515
- cb: (err: any, data?: CreateFlywheelCommandOutput) => void
509
+ cb: (err: any, data?: CreateFlywheelCommandOutput) => void,
516
510
  ): void;
517
511
  deleteDocumentClassifier(
518
512
  args: DeleteDocumentClassifierCommandInput,
519
- options?: __HttpHandlerOptions
513
+ options?: __HttpHandlerOptions,
520
514
  ): Promise<DeleteDocumentClassifierCommandOutput>;
521
515
  deleteDocumentClassifier(
522
516
  args: DeleteDocumentClassifierCommandInput,
523
- cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void
517
+ cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void,
524
518
  ): void;
525
519
  deleteDocumentClassifier(
526
520
  args: DeleteDocumentClassifierCommandInput,
527
521
  options: __HttpHandlerOptions,
528
- cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void
522
+ cb: (err: any, data?: DeleteDocumentClassifierCommandOutput) => void,
529
523
  ): void;
530
524
  deleteEndpoint(
531
525
  args: DeleteEndpointCommandInput,
532
- options?: __HttpHandlerOptions
526
+ options?: __HttpHandlerOptions,
533
527
  ): Promise<DeleteEndpointCommandOutput>;
534
528
  deleteEndpoint(
535
529
  args: DeleteEndpointCommandInput,
536
- cb: (err: any, data?: DeleteEndpointCommandOutput) => void
530
+ cb: (err: any, data?: DeleteEndpointCommandOutput) => void,
537
531
  ): void;
538
532
  deleteEndpoint(
539
533
  args: DeleteEndpointCommandInput,
540
534
  options: __HttpHandlerOptions,
541
- cb: (err: any, data?: DeleteEndpointCommandOutput) => void
535
+ cb: (err: any, data?: DeleteEndpointCommandOutput) => void,
542
536
  ): void;
543
537
  deleteEntityRecognizer(
544
538
  args: DeleteEntityRecognizerCommandInput,
545
- options?: __HttpHandlerOptions
539
+ options?: __HttpHandlerOptions,
546
540
  ): Promise<DeleteEntityRecognizerCommandOutput>;
547
541
  deleteEntityRecognizer(
548
542
  args: DeleteEntityRecognizerCommandInput,
549
- cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void
543
+ cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void,
550
544
  ): void;
551
545
  deleteEntityRecognizer(
552
546
  args: DeleteEntityRecognizerCommandInput,
553
547
  options: __HttpHandlerOptions,
554
- cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void
548
+ cb: (err: any, data?: DeleteEntityRecognizerCommandOutput) => void,
555
549
  ): void;
556
550
  deleteFlywheel(
557
551
  args: DeleteFlywheelCommandInput,
558
- options?: __HttpHandlerOptions
552
+ options?: __HttpHandlerOptions,
559
553
  ): Promise<DeleteFlywheelCommandOutput>;
560
554
  deleteFlywheel(
561
555
  args: DeleteFlywheelCommandInput,
562
- cb: (err: any, data?: DeleteFlywheelCommandOutput) => void
556
+ cb: (err: any, data?: DeleteFlywheelCommandOutput) => void,
563
557
  ): void;
564
558
  deleteFlywheel(
565
559
  args: DeleteFlywheelCommandInput,
566
560
  options: __HttpHandlerOptions,
567
- cb: (err: any, data?: DeleteFlywheelCommandOutput) => void
561
+ cb: (err: any, data?: DeleteFlywheelCommandOutput) => void,
568
562
  ): void;
569
563
  deleteResourcePolicy(
570
564
  args: DeleteResourcePolicyCommandInput,
571
- options?: __HttpHandlerOptions
565
+ options?: __HttpHandlerOptions,
572
566
  ): Promise<DeleteResourcePolicyCommandOutput>;
573
567
  deleteResourcePolicy(
574
568
  args: DeleteResourcePolicyCommandInput,
575
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
569
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
576
570
  ): void;
577
571
  deleteResourcePolicy(
578
572
  args: DeleteResourcePolicyCommandInput,
579
573
  options: __HttpHandlerOptions,
580
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
574
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
581
575
  ): void;
582
576
  describeDataset(
583
577
  args: DescribeDatasetCommandInput,
584
- options?: __HttpHandlerOptions
578
+ options?: __HttpHandlerOptions,
585
579
  ): Promise<DescribeDatasetCommandOutput>;
586
580
  describeDataset(
587
581
  args: DescribeDatasetCommandInput,
588
- cb: (err: any, data?: DescribeDatasetCommandOutput) => void
582
+ cb: (err: any, data?: DescribeDatasetCommandOutput) => void,
589
583
  ): void;
590
584
  describeDataset(
591
585
  args: DescribeDatasetCommandInput,
592
586
  options: __HttpHandlerOptions,
593
- cb: (err: any, data?: DescribeDatasetCommandOutput) => void
587
+ cb: (err: any, data?: DescribeDatasetCommandOutput) => void,
594
588
  ): void;
595
589
  describeDocumentClassificationJob(
596
590
  args: DescribeDocumentClassificationJobCommandInput,
597
- options?: __HttpHandlerOptions
591
+ options?: __HttpHandlerOptions,
598
592
  ): Promise<DescribeDocumentClassificationJobCommandOutput>;
599
593
  describeDocumentClassificationJob(
600
594
  args: DescribeDocumentClassificationJobCommandInput,
601
- cb: (
602
- err: any,
603
- data?: DescribeDocumentClassificationJobCommandOutput
604
- ) => void
595
+ cb: (err: any, data?: DescribeDocumentClassificationJobCommandOutput) => void,
605
596
  ): void;
606
597
  describeDocumentClassificationJob(
607
598
  args: DescribeDocumentClassificationJobCommandInput,
608
599
  options: __HttpHandlerOptions,
609
- cb: (
610
- err: any,
611
- data?: DescribeDocumentClassificationJobCommandOutput
612
- ) => void
600
+ cb: (err: any, data?: DescribeDocumentClassificationJobCommandOutput) => void,
613
601
  ): void;
614
602
  describeDocumentClassifier(
615
603
  args: DescribeDocumentClassifierCommandInput,
616
- options?: __HttpHandlerOptions
604
+ options?: __HttpHandlerOptions,
617
605
  ): Promise<DescribeDocumentClassifierCommandOutput>;
618
606
  describeDocumentClassifier(
619
607
  args: DescribeDocumentClassifierCommandInput,
620
- cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void
608
+ cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void,
621
609
  ): void;
622
610
  describeDocumentClassifier(
623
611
  args: DescribeDocumentClassifierCommandInput,
624
612
  options: __HttpHandlerOptions,
625
- cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void
613
+ cb: (err: any, data?: DescribeDocumentClassifierCommandOutput) => void,
626
614
  ): void;
627
615
  describeDominantLanguageDetectionJob(
628
616
  args: DescribeDominantLanguageDetectionJobCommandInput,
629
- options?: __HttpHandlerOptions
617
+ options?: __HttpHandlerOptions,
630
618
  ): Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
631
619
  describeDominantLanguageDetectionJob(
632
620
  args: DescribeDominantLanguageDetectionJobCommandInput,
633
- cb: (
634
- err: any,
635
- data?: DescribeDominantLanguageDetectionJobCommandOutput
636
- ) => void
621
+ cb: (err: any, data?: DescribeDominantLanguageDetectionJobCommandOutput) => void,
637
622
  ): void;
638
623
  describeDominantLanguageDetectionJob(
639
624
  args: DescribeDominantLanguageDetectionJobCommandInput,
640
625
  options: __HttpHandlerOptions,
641
- cb: (
642
- err: any,
643
- data?: DescribeDominantLanguageDetectionJobCommandOutput
644
- ) => void
626
+ cb: (err: any, data?: DescribeDominantLanguageDetectionJobCommandOutput) => void,
645
627
  ): void;
646
628
  describeEndpoint(
647
629
  args: DescribeEndpointCommandInput,
648
- options?: __HttpHandlerOptions
630
+ options?: __HttpHandlerOptions,
649
631
  ): Promise<DescribeEndpointCommandOutput>;
650
632
  describeEndpoint(
651
633
  args: DescribeEndpointCommandInput,
652
- cb: (err: any, data?: DescribeEndpointCommandOutput) => void
634
+ cb: (err: any, data?: DescribeEndpointCommandOutput) => void,
653
635
  ): void;
654
636
  describeEndpoint(
655
637
  args: DescribeEndpointCommandInput,
656
638
  options: __HttpHandlerOptions,
657
- cb: (err: any, data?: DescribeEndpointCommandOutput) => void
639
+ cb: (err: any, data?: DescribeEndpointCommandOutput) => void,
658
640
  ): void;
659
641
  describeEntitiesDetectionJob(
660
642
  args: DescribeEntitiesDetectionJobCommandInput,
661
- options?: __HttpHandlerOptions
643
+ options?: __HttpHandlerOptions,
662
644
  ): Promise<DescribeEntitiesDetectionJobCommandOutput>;
663
645
  describeEntitiesDetectionJob(
664
646
  args: DescribeEntitiesDetectionJobCommandInput,
665
- cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void
647
+ cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void,
666
648
  ): void;
667
649
  describeEntitiesDetectionJob(
668
650
  args: DescribeEntitiesDetectionJobCommandInput,
669
651
  options: __HttpHandlerOptions,
670
- cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void
652
+ cb: (err: any, data?: DescribeEntitiesDetectionJobCommandOutput) => void,
671
653
  ): void;
672
654
  describeEntityRecognizer(
673
655
  args: DescribeEntityRecognizerCommandInput,
674
- options?: __HttpHandlerOptions
656
+ options?: __HttpHandlerOptions,
675
657
  ): Promise<DescribeEntityRecognizerCommandOutput>;
676
658
  describeEntityRecognizer(
677
659
  args: DescribeEntityRecognizerCommandInput,
678
- cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void
660
+ cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void,
679
661
  ): void;
680
662
  describeEntityRecognizer(
681
663
  args: DescribeEntityRecognizerCommandInput,
682
664
  options: __HttpHandlerOptions,
683
- cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void
665
+ cb: (err: any, data?: DescribeEntityRecognizerCommandOutput) => void,
684
666
  ): void;
685
667
  describeEventsDetectionJob(
686
668
  args: DescribeEventsDetectionJobCommandInput,
687
- options?: __HttpHandlerOptions
669
+ options?: __HttpHandlerOptions,
688
670
  ): Promise<DescribeEventsDetectionJobCommandOutput>;
689
671
  describeEventsDetectionJob(
690
672
  args: DescribeEventsDetectionJobCommandInput,
691
- cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void
673
+ cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void,
692
674
  ): void;
693
675
  describeEventsDetectionJob(
694
676
  args: DescribeEventsDetectionJobCommandInput,
695
677
  options: __HttpHandlerOptions,
696
- cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void
678
+ cb: (err: any, data?: DescribeEventsDetectionJobCommandOutput) => void,
697
679
  ): void;
698
680
  describeFlywheel(
699
681
  args: DescribeFlywheelCommandInput,
700
- options?: __HttpHandlerOptions
682
+ options?: __HttpHandlerOptions,
701
683
  ): Promise<DescribeFlywheelCommandOutput>;
702
684
  describeFlywheel(
703
685
  args: DescribeFlywheelCommandInput,
704
- cb: (err: any, data?: DescribeFlywheelCommandOutput) => void
686
+ cb: (err: any, data?: DescribeFlywheelCommandOutput) => void,
705
687
  ): void;
706
688
  describeFlywheel(
707
689
  args: DescribeFlywheelCommandInput,
708
690
  options: __HttpHandlerOptions,
709
- cb: (err: any, data?: DescribeFlywheelCommandOutput) => void
691
+ cb: (err: any, data?: DescribeFlywheelCommandOutput) => void,
710
692
  ): void;
711
693
  describeFlywheelIteration(
712
694
  args: DescribeFlywheelIterationCommandInput,
713
- options?: __HttpHandlerOptions
695
+ options?: __HttpHandlerOptions,
714
696
  ): Promise<DescribeFlywheelIterationCommandOutput>;
715
697
  describeFlywheelIteration(
716
698
  args: DescribeFlywheelIterationCommandInput,
717
- cb: (err: any, data?: DescribeFlywheelIterationCommandOutput) => void
699
+ cb: (err: any, data?: DescribeFlywheelIterationCommandOutput) => void,
718
700
  ): void;
719
701
  describeFlywheelIteration(
720
702
  args: DescribeFlywheelIterationCommandInput,
721
703
  options: __HttpHandlerOptions,
722
- cb: (err: any, data?: DescribeFlywheelIterationCommandOutput) => void
704
+ cb: (err: any, data?: DescribeFlywheelIterationCommandOutput) => void,
723
705
  ): void;
724
706
  describeKeyPhrasesDetectionJob(
725
707
  args: DescribeKeyPhrasesDetectionJobCommandInput,
726
- options?: __HttpHandlerOptions
708
+ options?: __HttpHandlerOptions,
727
709
  ): Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
728
710
  describeKeyPhrasesDetectionJob(
729
711
  args: DescribeKeyPhrasesDetectionJobCommandInput,
730
- cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void
712
+ cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void,
731
713
  ): void;
732
714
  describeKeyPhrasesDetectionJob(
733
715
  args: DescribeKeyPhrasesDetectionJobCommandInput,
734
716
  options: __HttpHandlerOptions,
735
- cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void
717
+ cb: (err: any, data?: DescribeKeyPhrasesDetectionJobCommandOutput) => void,
736
718
  ): void;
737
719
  describePiiEntitiesDetectionJob(
738
720
  args: DescribePiiEntitiesDetectionJobCommandInput,
739
- options?: __HttpHandlerOptions
721
+ options?: __HttpHandlerOptions,
740
722
  ): Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
741
723
  describePiiEntitiesDetectionJob(
742
724
  args: DescribePiiEntitiesDetectionJobCommandInput,
743
- cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void
725
+ cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void,
744
726
  ): void;
745
727
  describePiiEntitiesDetectionJob(
746
728
  args: DescribePiiEntitiesDetectionJobCommandInput,
747
729
  options: __HttpHandlerOptions,
748
- cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void
730
+ cb: (err: any, data?: DescribePiiEntitiesDetectionJobCommandOutput) => void,
749
731
  ): void;
750
732
  describeResourcePolicy(
751
733
  args: DescribeResourcePolicyCommandInput,
752
- options?: __HttpHandlerOptions
734
+ options?: __HttpHandlerOptions,
753
735
  ): Promise<DescribeResourcePolicyCommandOutput>;
754
736
  describeResourcePolicy(
755
737
  args: DescribeResourcePolicyCommandInput,
756
- cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
738
+ cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void,
757
739
  ): void;
758
740
  describeResourcePolicy(
759
741
  args: DescribeResourcePolicyCommandInput,
760
742
  options: __HttpHandlerOptions,
761
- cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
743
+ cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void,
762
744
  ): void;
763
745
  describeSentimentDetectionJob(
764
746
  args: DescribeSentimentDetectionJobCommandInput,
765
- options?: __HttpHandlerOptions
747
+ options?: __HttpHandlerOptions,
766
748
  ): Promise<DescribeSentimentDetectionJobCommandOutput>;
767
749
  describeSentimentDetectionJob(
768
750
  args: DescribeSentimentDetectionJobCommandInput,
769
- cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void
751
+ cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void,
770
752
  ): void;
771
753
  describeSentimentDetectionJob(
772
754
  args: DescribeSentimentDetectionJobCommandInput,
773
755
  options: __HttpHandlerOptions,
774
- cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void
756
+ cb: (err: any, data?: DescribeSentimentDetectionJobCommandOutput) => void,
775
757
  ): void;
776
758
  describeTargetedSentimentDetectionJob(
777
759
  args: DescribeTargetedSentimentDetectionJobCommandInput,
778
- options?: __HttpHandlerOptions
760
+ options?: __HttpHandlerOptions,
779
761
  ): Promise<DescribeTargetedSentimentDetectionJobCommandOutput>;
780
762
  describeTargetedSentimentDetectionJob(
781
763
  args: DescribeTargetedSentimentDetectionJobCommandInput,
782
- cb: (
783
- err: any,
784
- data?: DescribeTargetedSentimentDetectionJobCommandOutput
785
- ) => void
764
+ cb: (err: any, data?: DescribeTargetedSentimentDetectionJobCommandOutput) => void,
786
765
  ): void;
787
766
  describeTargetedSentimentDetectionJob(
788
767
  args: DescribeTargetedSentimentDetectionJobCommandInput,
789
768
  options: __HttpHandlerOptions,
790
- cb: (
791
- err: any,
792
- data?: DescribeTargetedSentimentDetectionJobCommandOutput
793
- ) => void
769
+ cb: (err: any, data?: DescribeTargetedSentimentDetectionJobCommandOutput) => void,
794
770
  ): void;
795
771
  describeTopicsDetectionJob(
796
772
  args: DescribeTopicsDetectionJobCommandInput,
797
- options?: __HttpHandlerOptions
773
+ options?: __HttpHandlerOptions,
798
774
  ): Promise<DescribeTopicsDetectionJobCommandOutput>;
799
775
  describeTopicsDetectionJob(
800
776
  args: DescribeTopicsDetectionJobCommandInput,
801
- cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void
777
+ cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void,
802
778
  ): void;
803
779
  describeTopicsDetectionJob(
804
780
  args: DescribeTopicsDetectionJobCommandInput,
805
781
  options: __HttpHandlerOptions,
806
- cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void
782
+ cb: (err: any, data?: DescribeTopicsDetectionJobCommandOutput) => void,
807
783
  ): void;
808
784
  detectDominantLanguage(
809
785
  args: DetectDominantLanguageCommandInput,
810
- options?: __HttpHandlerOptions
786
+ options?: __HttpHandlerOptions,
811
787
  ): Promise<DetectDominantLanguageCommandOutput>;
812
788
  detectDominantLanguage(
813
789
  args: DetectDominantLanguageCommandInput,
814
- cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void
790
+ cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void,
815
791
  ): void;
816
792
  detectDominantLanguage(
817
793
  args: DetectDominantLanguageCommandInput,
818
794
  options: __HttpHandlerOptions,
819
- cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void
795
+ cb: (err: any, data?: DetectDominantLanguageCommandOutput) => void,
820
796
  ): void;
821
797
  detectEntities(): Promise<DetectEntitiesCommandOutput>;
822
798
  detectEntities(
823
799
  args: DetectEntitiesCommandInput,
824
- options?: __HttpHandlerOptions
800
+ options?: __HttpHandlerOptions,
825
801
  ): Promise<DetectEntitiesCommandOutput>;
826
802
  detectEntities(
827
803
  args: DetectEntitiesCommandInput,
828
- cb: (err: any, data?: DetectEntitiesCommandOutput) => void
804
+ cb: (err: any, data?: DetectEntitiesCommandOutput) => void,
829
805
  ): void;
830
806
  detectEntities(
831
807
  args: DetectEntitiesCommandInput,
832
808
  options: __HttpHandlerOptions,
833
- cb: (err: any, data?: DetectEntitiesCommandOutput) => void
809
+ cb: (err: any, data?: DetectEntitiesCommandOutput) => void,
834
810
  ): void;
835
811
  detectKeyPhrases(
836
812
  args: DetectKeyPhrasesCommandInput,
837
- options?: __HttpHandlerOptions
813
+ options?: __HttpHandlerOptions,
838
814
  ): Promise<DetectKeyPhrasesCommandOutput>;
839
815
  detectKeyPhrases(
840
816
  args: DetectKeyPhrasesCommandInput,
841
- cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void
817
+ cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void,
842
818
  ): void;
843
819
  detectKeyPhrases(
844
820
  args: DetectKeyPhrasesCommandInput,
845
821
  options: __HttpHandlerOptions,
846
- cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void
822
+ cb: (err: any, data?: DetectKeyPhrasesCommandOutput) => void,
847
823
  ): void;
848
824
  detectPiiEntities(
849
825
  args: DetectPiiEntitiesCommandInput,
850
- options?: __HttpHandlerOptions
826
+ options?: __HttpHandlerOptions,
851
827
  ): Promise<DetectPiiEntitiesCommandOutput>;
852
828
  detectPiiEntities(
853
829
  args: DetectPiiEntitiesCommandInput,
854
- cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void
830
+ cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void,
855
831
  ): void;
856
832
  detectPiiEntities(
857
833
  args: DetectPiiEntitiesCommandInput,
858
834
  options: __HttpHandlerOptions,
859
- cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void
835
+ cb: (err: any, data?: DetectPiiEntitiesCommandOutput) => void,
860
836
  ): void;
861
837
  detectSentiment(
862
838
  args: DetectSentimentCommandInput,
863
- options?: __HttpHandlerOptions
839
+ options?: __HttpHandlerOptions,
864
840
  ): Promise<DetectSentimentCommandOutput>;
865
841
  detectSentiment(
866
842
  args: DetectSentimentCommandInput,
867
- cb: (err: any, data?: DetectSentimentCommandOutput) => void
843
+ cb: (err: any, data?: DetectSentimentCommandOutput) => void,
868
844
  ): void;
869
845
  detectSentiment(
870
846
  args: DetectSentimentCommandInput,
871
847
  options: __HttpHandlerOptions,
872
- cb: (err: any, data?: DetectSentimentCommandOutput) => void
848
+ cb: (err: any, data?: DetectSentimentCommandOutput) => void,
873
849
  ): void;
874
850
  detectSyntax(
875
851
  args: DetectSyntaxCommandInput,
876
- options?: __HttpHandlerOptions
852
+ options?: __HttpHandlerOptions,
877
853
  ): Promise<DetectSyntaxCommandOutput>;
878
854
  detectSyntax(
879
855
  args: DetectSyntaxCommandInput,
880
- cb: (err: any, data?: DetectSyntaxCommandOutput) => void
856
+ cb: (err: any, data?: DetectSyntaxCommandOutput) => void,
881
857
  ): void;
882
858
  detectSyntax(
883
859
  args: DetectSyntaxCommandInput,
884
860
  options: __HttpHandlerOptions,
885
- cb: (err: any, data?: DetectSyntaxCommandOutput) => void
861
+ cb: (err: any, data?: DetectSyntaxCommandOutput) => void,
886
862
  ): void;
887
863
  detectTargetedSentiment(
888
864
  args: DetectTargetedSentimentCommandInput,
889
- options?: __HttpHandlerOptions
865
+ options?: __HttpHandlerOptions,
890
866
  ): Promise<DetectTargetedSentimentCommandOutput>;
891
867
  detectTargetedSentiment(
892
868
  args: DetectTargetedSentimentCommandInput,
893
- cb: (err: any, data?: DetectTargetedSentimentCommandOutput) => void
869
+ cb: (err: any, data?: DetectTargetedSentimentCommandOutput) => void,
894
870
  ): void;
895
871
  detectTargetedSentiment(
896
872
  args: DetectTargetedSentimentCommandInput,
897
873
  options: __HttpHandlerOptions,
898
- cb: (err: any, data?: DetectTargetedSentimentCommandOutput) => void
874
+ cb: (err: any, data?: DetectTargetedSentimentCommandOutput) => void,
899
875
  ): void;
900
876
  detectToxicContent(
901
877
  args: DetectToxicContentCommandInput,
902
- options?: __HttpHandlerOptions
878
+ options?: __HttpHandlerOptions,
903
879
  ): Promise<DetectToxicContentCommandOutput>;
904
880
  detectToxicContent(
905
881
  args: DetectToxicContentCommandInput,
906
- cb: (err: any, data?: DetectToxicContentCommandOutput) => void
882
+ cb: (err: any, data?: DetectToxicContentCommandOutput) => void,
907
883
  ): void;
908
884
  detectToxicContent(
909
885
  args: DetectToxicContentCommandInput,
910
886
  options: __HttpHandlerOptions,
911
- cb: (err: any, data?: DetectToxicContentCommandOutput) => void
887
+ cb: (err: any, data?: DetectToxicContentCommandOutput) => void,
912
888
  ): void;
913
889
  importModel(
914
890
  args: ImportModelCommandInput,
915
- options?: __HttpHandlerOptions
891
+ options?: __HttpHandlerOptions,
916
892
  ): Promise<ImportModelCommandOutput>;
917
893
  importModel(
918
894
  args: ImportModelCommandInput,
919
- cb: (err: any, data?: ImportModelCommandOutput) => void
895
+ cb: (err: any, data?: ImportModelCommandOutput) => void,
920
896
  ): void;
921
897
  importModel(
922
898
  args: ImportModelCommandInput,
923
899
  options: __HttpHandlerOptions,
924
- cb: (err: any, data?: ImportModelCommandOutput) => void
900
+ cb: (err: any, data?: ImportModelCommandOutput) => void,
925
901
  ): void;
926
902
  listDatasets(): Promise<ListDatasetsCommandOutput>;
927
903
  listDatasets(
928
904
  args: ListDatasetsCommandInput,
929
- options?: __HttpHandlerOptions
905
+ options?: __HttpHandlerOptions,
930
906
  ): Promise<ListDatasetsCommandOutput>;
931
907
  listDatasets(
932
908
  args: ListDatasetsCommandInput,
933
- cb: (err: any, data?: ListDatasetsCommandOutput) => void
909
+ cb: (err: any, data?: ListDatasetsCommandOutput) => void,
934
910
  ): void;
935
911
  listDatasets(
936
912
  args: ListDatasetsCommandInput,
937
913
  options: __HttpHandlerOptions,
938
- cb: (err: any, data?: ListDatasetsCommandOutput) => void
914
+ cb: (err: any, data?: ListDatasetsCommandOutput) => void,
939
915
  ): void;
940
916
  listDocumentClassificationJobs(): Promise<ListDocumentClassificationJobsCommandOutput>;
941
917
  listDocumentClassificationJobs(
942
918
  args: ListDocumentClassificationJobsCommandInput,
943
- options?: __HttpHandlerOptions
919
+ options?: __HttpHandlerOptions,
944
920
  ): Promise<ListDocumentClassificationJobsCommandOutput>;
945
921
  listDocumentClassificationJobs(
946
922
  args: ListDocumentClassificationJobsCommandInput,
947
- cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void
923
+ cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void,
948
924
  ): void;
949
925
  listDocumentClassificationJobs(
950
926
  args: ListDocumentClassificationJobsCommandInput,
951
927
  options: __HttpHandlerOptions,
952
- cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void
928
+ cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void,
953
929
  ): void;
954
930
  listDocumentClassifiers(): Promise<ListDocumentClassifiersCommandOutput>;
955
931
  listDocumentClassifiers(
956
932
  args: ListDocumentClassifiersCommandInput,
957
- options?: __HttpHandlerOptions
933
+ options?: __HttpHandlerOptions,
958
934
  ): Promise<ListDocumentClassifiersCommandOutput>;
959
935
  listDocumentClassifiers(
960
936
  args: ListDocumentClassifiersCommandInput,
961
- cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void
937
+ cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void,
962
938
  ): void;
963
939
  listDocumentClassifiers(
964
940
  args: ListDocumentClassifiersCommandInput,
965
941
  options: __HttpHandlerOptions,
966
- cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void
942
+ cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void,
967
943
  ): void;
968
944
  listDocumentClassifierSummaries(): Promise<ListDocumentClassifierSummariesCommandOutput>;
969
945
  listDocumentClassifierSummaries(
970
946
  args: ListDocumentClassifierSummariesCommandInput,
971
- options?: __HttpHandlerOptions
947
+ options?: __HttpHandlerOptions,
972
948
  ): Promise<ListDocumentClassifierSummariesCommandOutput>;
973
949
  listDocumentClassifierSummaries(
974
950
  args: ListDocumentClassifierSummariesCommandInput,
975
- cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void
951
+ cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void,
976
952
  ): void;
977
953
  listDocumentClassifierSummaries(
978
954
  args: ListDocumentClassifierSummariesCommandInput,
979
955
  options: __HttpHandlerOptions,
980
- cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void
956
+ cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void,
981
957
  ): void;
982
958
  listDominantLanguageDetectionJobs(): Promise<ListDominantLanguageDetectionJobsCommandOutput>;
983
959
  listDominantLanguageDetectionJobs(
984
960
  args: ListDominantLanguageDetectionJobsCommandInput,
985
- options?: __HttpHandlerOptions
961
+ options?: __HttpHandlerOptions,
986
962
  ): Promise<ListDominantLanguageDetectionJobsCommandOutput>;
987
963
  listDominantLanguageDetectionJobs(
988
964
  args: ListDominantLanguageDetectionJobsCommandInput,
989
- cb: (
990
- err: any,
991
- data?: ListDominantLanguageDetectionJobsCommandOutput
992
- ) => void
965
+ cb: (err: any, data?: ListDominantLanguageDetectionJobsCommandOutput) => void,
993
966
  ): void;
994
967
  listDominantLanguageDetectionJobs(
995
968
  args: ListDominantLanguageDetectionJobsCommandInput,
996
969
  options: __HttpHandlerOptions,
997
- cb: (
998
- err: any,
999
- data?: ListDominantLanguageDetectionJobsCommandOutput
1000
- ) => void
970
+ cb: (err: any, data?: ListDominantLanguageDetectionJobsCommandOutput) => void,
1001
971
  ): void;
1002
972
  listEndpoints(): Promise<ListEndpointsCommandOutput>;
1003
973
  listEndpoints(
1004
974
  args: ListEndpointsCommandInput,
1005
- options?: __HttpHandlerOptions
975
+ options?: __HttpHandlerOptions,
1006
976
  ): Promise<ListEndpointsCommandOutput>;
1007
977
  listEndpoints(
1008
978
  args: ListEndpointsCommandInput,
1009
- cb: (err: any, data?: ListEndpointsCommandOutput) => void
979
+ cb: (err: any, data?: ListEndpointsCommandOutput) => void,
1010
980
  ): void;
1011
981
  listEndpoints(
1012
982
  args: ListEndpointsCommandInput,
1013
983
  options: __HttpHandlerOptions,
1014
- cb: (err: any, data?: ListEndpointsCommandOutput) => void
984
+ cb: (err: any, data?: ListEndpointsCommandOutput) => void,
1015
985
  ): void;
1016
986
  listEntitiesDetectionJobs(): Promise<ListEntitiesDetectionJobsCommandOutput>;
1017
987
  listEntitiesDetectionJobs(
1018
988
  args: ListEntitiesDetectionJobsCommandInput,
1019
- options?: __HttpHandlerOptions
989
+ options?: __HttpHandlerOptions,
1020
990
  ): Promise<ListEntitiesDetectionJobsCommandOutput>;
1021
991
  listEntitiesDetectionJobs(
1022
992
  args: ListEntitiesDetectionJobsCommandInput,
1023
- cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void
993
+ cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void,
1024
994
  ): void;
1025
995
  listEntitiesDetectionJobs(
1026
996
  args: ListEntitiesDetectionJobsCommandInput,
1027
997
  options: __HttpHandlerOptions,
1028
- cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void
998
+ cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void,
1029
999
  ): void;
1030
1000
  listEntityRecognizers(): Promise<ListEntityRecognizersCommandOutput>;
1031
1001
  listEntityRecognizers(
1032
1002
  args: ListEntityRecognizersCommandInput,
1033
- options?: __HttpHandlerOptions
1003
+ options?: __HttpHandlerOptions,
1034
1004
  ): Promise<ListEntityRecognizersCommandOutput>;
1035
1005
  listEntityRecognizers(
1036
1006
  args: ListEntityRecognizersCommandInput,
1037
- cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void
1007
+ cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void,
1038
1008
  ): void;
1039
1009
  listEntityRecognizers(
1040
1010
  args: ListEntityRecognizersCommandInput,
1041
1011
  options: __HttpHandlerOptions,
1042
- cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void
1012
+ cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void,
1043
1013
  ): void;
1044
1014
  listEntityRecognizerSummaries(): Promise<ListEntityRecognizerSummariesCommandOutput>;
1045
1015
  listEntityRecognizerSummaries(
1046
1016
  args: ListEntityRecognizerSummariesCommandInput,
1047
- options?: __HttpHandlerOptions
1017
+ options?: __HttpHandlerOptions,
1048
1018
  ): Promise<ListEntityRecognizerSummariesCommandOutput>;
1049
1019
  listEntityRecognizerSummaries(
1050
1020
  args: ListEntityRecognizerSummariesCommandInput,
1051
- cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void
1021
+ cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void,
1052
1022
  ): void;
1053
1023
  listEntityRecognizerSummaries(
1054
1024
  args: ListEntityRecognizerSummariesCommandInput,
1055
1025
  options: __HttpHandlerOptions,
1056
- cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void
1026
+ cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void,
1057
1027
  ): void;
1058
1028
  listEventsDetectionJobs(): Promise<ListEventsDetectionJobsCommandOutput>;
1059
1029
  listEventsDetectionJobs(
1060
1030
  args: ListEventsDetectionJobsCommandInput,
1061
- options?: __HttpHandlerOptions
1031
+ options?: __HttpHandlerOptions,
1062
1032
  ): Promise<ListEventsDetectionJobsCommandOutput>;
1063
1033
  listEventsDetectionJobs(
1064
1034
  args: ListEventsDetectionJobsCommandInput,
1065
- cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void
1035
+ cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void,
1066
1036
  ): void;
1067
1037
  listEventsDetectionJobs(
1068
1038
  args: ListEventsDetectionJobsCommandInput,
1069
1039
  options: __HttpHandlerOptions,
1070
- cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void
1040
+ cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void,
1071
1041
  ): void;
1072
1042
  listFlywheelIterationHistory(
1073
1043
  args: ListFlywheelIterationHistoryCommandInput,
1074
- options?: __HttpHandlerOptions
1044
+ options?: __HttpHandlerOptions,
1075
1045
  ): Promise<ListFlywheelIterationHistoryCommandOutput>;
1076
1046
  listFlywheelIterationHistory(
1077
1047
  args: ListFlywheelIterationHistoryCommandInput,
1078
- cb: (err: any, data?: ListFlywheelIterationHistoryCommandOutput) => void
1048
+ cb: (err: any, data?: ListFlywheelIterationHistoryCommandOutput) => void,
1079
1049
  ): void;
1080
1050
  listFlywheelIterationHistory(
1081
1051
  args: ListFlywheelIterationHistoryCommandInput,
1082
1052
  options: __HttpHandlerOptions,
1083
- cb: (err: any, data?: ListFlywheelIterationHistoryCommandOutput) => void
1053
+ cb: (err: any, data?: ListFlywheelIterationHistoryCommandOutput) => void,
1084
1054
  ): void;
1085
1055
  listFlywheels(): Promise<ListFlywheelsCommandOutput>;
1086
1056
  listFlywheels(
1087
1057
  args: ListFlywheelsCommandInput,
1088
- options?: __HttpHandlerOptions
1058
+ options?: __HttpHandlerOptions,
1089
1059
  ): Promise<ListFlywheelsCommandOutput>;
1090
1060
  listFlywheels(
1091
1061
  args: ListFlywheelsCommandInput,
1092
- cb: (err: any, data?: ListFlywheelsCommandOutput) => void
1062
+ cb: (err: any, data?: ListFlywheelsCommandOutput) => void,
1093
1063
  ): void;
1094
1064
  listFlywheels(
1095
1065
  args: ListFlywheelsCommandInput,
1096
1066
  options: __HttpHandlerOptions,
1097
- cb: (err: any, data?: ListFlywheelsCommandOutput) => void
1067
+ cb: (err: any, data?: ListFlywheelsCommandOutput) => void,
1098
1068
  ): void;
1099
1069
  listKeyPhrasesDetectionJobs(): Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
1100
1070
  listKeyPhrasesDetectionJobs(
1101
1071
  args: ListKeyPhrasesDetectionJobsCommandInput,
1102
- options?: __HttpHandlerOptions
1072
+ options?: __HttpHandlerOptions,
1103
1073
  ): Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
1104
1074
  listKeyPhrasesDetectionJobs(
1105
1075
  args: ListKeyPhrasesDetectionJobsCommandInput,
1106
- cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void
1076
+ cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void,
1107
1077
  ): void;
1108
1078
  listKeyPhrasesDetectionJobs(
1109
1079
  args: ListKeyPhrasesDetectionJobsCommandInput,
1110
1080
  options: __HttpHandlerOptions,
1111
- cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void
1081
+ cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void,
1112
1082
  ): void;
1113
1083
  listPiiEntitiesDetectionJobs(): Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
1114
1084
  listPiiEntitiesDetectionJobs(
1115
1085
  args: ListPiiEntitiesDetectionJobsCommandInput,
1116
- options?: __HttpHandlerOptions
1086
+ options?: __HttpHandlerOptions,
1117
1087
  ): Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
1118
1088
  listPiiEntitiesDetectionJobs(
1119
1089
  args: ListPiiEntitiesDetectionJobsCommandInput,
1120
- cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void
1090
+ cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void,
1121
1091
  ): void;
1122
1092
  listPiiEntitiesDetectionJobs(
1123
1093
  args: ListPiiEntitiesDetectionJobsCommandInput,
1124
1094
  options: __HttpHandlerOptions,
1125
- cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void
1095
+ cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void,
1126
1096
  ): void;
1127
1097
  listSentimentDetectionJobs(): Promise<ListSentimentDetectionJobsCommandOutput>;
1128
1098
  listSentimentDetectionJobs(
1129
1099
  args: ListSentimentDetectionJobsCommandInput,
1130
- options?: __HttpHandlerOptions
1100
+ options?: __HttpHandlerOptions,
1131
1101
  ): Promise<ListSentimentDetectionJobsCommandOutput>;
1132
1102
  listSentimentDetectionJobs(
1133
1103
  args: ListSentimentDetectionJobsCommandInput,
1134
- cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void
1104
+ cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void,
1135
1105
  ): void;
1136
1106
  listSentimentDetectionJobs(
1137
1107
  args: ListSentimentDetectionJobsCommandInput,
1138
1108
  options: __HttpHandlerOptions,
1139
- cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void
1109
+ cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void,
1140
1110
  ): void;
1141
1111
  listTagsForResource(
1142
1112
  args: ListTagsForResourceCommandInput,
1143
- options?: __HttpHandlerOptions
1113
+ options?: __HttpHandlerOptions,
1144
1114
  ): Promise<ListTagsForResourceCommandOutput>;
1145
1115
  listTagsForResource(
1146
1116
  args: ListTagsForResourceCommandInput,
1147
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1117
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1148
1118
  ): void;
1149
1119
  listTagsForResource(
1150
1120
  args: ListTagsForResourceCommandInput,
1151
1121
  options: __HttpHandlerOptions,
1152
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1122
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1153
1123
  ): void;
1154
1124
  listTargetedSentimentDetectionJobs(): Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
1155
1125
  listTargetedSentimentDetectionJobs(
1156
1126
  args: ListTargetedSentimentDetectionJobsCommandInput,
1157
- options?: __HttpHandlerOptions
1127
+ options?: __HttpHandlerOptions,
1158
1128
  ): Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
1159
1129
  listTargetedSentimentDetectionJobs(
1160
1130
  args: ListTargetedSentimentDetectionJobsCommandInput,
1161
- cb: (
1162
- err: any,
1163
- data?: ListTargetedSentimentDetectionJobsCommandOutput
1164
- ) => void
1131
+ cb: (err: any, data?: ListTargetedSentimentDetectionJobsCommandOutput) => void,
1165
1132
  ): void;
1166
1133
  listTargetedSentimentDetectionJobs(
1167
1134
  args: ListTargetedSentimentDetectionJobsCommandInput,
1168
1135
  options: __HttpHandlerOptions,
1169
- cb: (
1170
- err: any,
1171
- data?: ListTargetedSentimentDetectionJobsCommandOutput
1172
- ) => void
1136
+ cb: (err: any, data?: ListTargetedSentimentDetectionJobsCommandOutput) => void,
1173
1137
  ): void;
1174
1138
  listTopicsDetectionJobs(): Promise<ListTopicsDetectionJobsCommandOutput>;
1175
1139
  listTopicsDetectionJobs(
1176
1140
  args: ListTopicsDetectionJobsCommandInput,
1177
- options?: __HttpHandlerOptions
1141
+ options?: __HttpHandlerOptions,
1178
1142
  ): Promise<ListTopicsDetectionJobsCommandOutput>;
1179
1143
  listTopicsDetectionJobs(
1180
1144
  args: ListTopicsDetectionJobsCommandInput,
1181
- cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void
1145
+ cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void,
1182
1146
  ): void;
1183
1147
  listTopicsDetectionJobs(
1184
1148
  args: ListTopicsDetectionJobsCommandInput,
1185
1149
  options: __HttpHandlerOptions,
1186
- cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void
1150
+ cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void,
1187
1151
  ): void;
1188
1152
  putResourcePolicy(
1189
1153
  args: PutResourcePolicyCommandInput,
1190
- options?: __HttpHandlerOptions
1154
+ options?: __HttpHandlerOptions,
1191
1155
  ): Promise<PutResourcePolicyCommandOutput>;
1192
1156
  putResourcePolicy(
1193
1157
  args: PutResourcePolicyCommandInput,
1194
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
1158
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
1195
1159
  ): void;
1196
1160
  putResourcePolicy(
1197
1161
  args: PutResourcePolicyCommandInput,
1198
1162
  options: __HttpHandlerOptions,
1199
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
1163
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
1200
1164
  ): void;
1201
1165
  startDocumentClassificationJob(
1202
1166
  args: StartDocumentClassificationJobCommandInput,
1203
- options?: __HttpHandlerOptions
1167
+ options?: __HttpHandlerOptions,
1204
1168
  ): Promise<StartDocumentClassificationJobCommandOutput>;
1205
1169
  startDocumentClassificationJob(
1206
1170
  args: StartDocumentClassificationJobCommandInput,
1207
- cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void
1171
+ cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void,
1208
1172
  ): void;
1209
1173
  startDocumentClassificationJob(
1210
1174
  args: StartDocumentClassificationJobCommandInput,
1211
1175
  options: __HttpHandlerOptions,
1212
- cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void
1176
+ cb: (err: any, data?: StartDocumentClassificationJobCommandOutput) => void,
1213
1177
  ): void;
1214
1178
  startDominantLanguageDetectionJob(
1215
1179
  args: StartDominantLanguageDetectionJobCommandInput,
1216
- options?: __HttpHandlerOptions
1180
+ options?: __HttpHandlerOptions,
1217
1181
  ): Promise<StartDominantLanguageDetectionJobCommandOutput>;
1218
1182
  startDominantLanguageDetectionJob(
1219
1183
  args: StartDominantLanguageDetectionJobCommandInput,
1220
- cb: (
1221
- err: any,
1222
- data?: StartDominantLanguageDetectionJobCommandOutput
1223
- ) => void
1184
+ cb: (err: any, data?: StartDominantLanguageDetectionJobCommandOutput) => void,
1224
1185
  ): void;
1225
1186
  startDominantLanguageDetectionJob(
1226
1187
  args: StartDominantLanguageDetectionJobCommandInput,
1227
1188
  options: __HttpHandlerOptions,
1228
- cb: (
1229
- err: any,
1230
- data?: StartDominantLanguageDetectionJobCommandOutput
1231
- ) => void
1189
+ cb: (err: any, data?: StartDominantLanguageDetectionJobCommandOutput) => void,
1232
1190
  ): void;
1233
1191
  startEntitiesDetectionJob(
1234
1192
  args: StartEntitiesDetectionJobCommandInput,
1235
- options?: __HttpHandlerOptions
1193
+ options?: __HttpHandlerOptions,
1236
1194
  ): Promise<StartEntitiesDetectionJobCommandOutput>;
1237
1195
  startEntitiesDetectionJob(
1238
1196
  args: StartEntitiesDetectionJobCommandInput,
1239
- cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void
1197
+ cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void,
1240
1198
  ): void;
1241
1199
  startEntitiesDetectionJob(
1242
1200
  args: StartEntitiesDetectionJobCommandInput,
1243
1201
  options: __HttpHandlerOptions,
1244
- cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void
1202
+ cb: (err: any, data?: StartEntitiesDetectionJobCommandOutput) => void,
1245
1203
  ): void;
1246
1204
  startEventsDetectionJob(
1247
1205
  args: StartEventsDetectionJobCommandInput,
1248
- options?: __HttpHandlerOptions
1206
+ options?: __HttpHandlerOptions,
1249
1207
  ): Promise<StartEventsDetectionJobCommandOutput>;
1250
1208
  startEventsDetectionJob(
1251
1209
  args: StartEventsDetectionJobCommandInput,
1252
- cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void
1210
+ cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void,
1253
1211
  ): void;
1254
1212
  startEventsDetectionJob(
1255
1213
  args: StartEventsDetectionJobCommandInput,
1256
1214
  options: __HttpHandlerOptions,
1257
- cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void
1215
+ cb: (err: any, data?: StartEventsDetectionJobCommandOutput) => void,
1258
1216
  ): void;
1259
1217
  startFlywheelIteration(
1260
1218
  args: StartFlywheelIterationCommandInput,
1261
- options?: __HttpHandlerOptions
1219
+ options?: __HttpHandlerOptions,
1262
1220
  ): Promise<StartFlywheelIterationCommandOutput>;
1263
1221
  startFlywheelIteration(
1264
1222
  args: StartFlywheelIterationCommandInput,
1265
- cb: (err: any, data?: StartFlywheelIterationCommandOutput) => void
1223
+ cb: (err: any, data?: StartFlywheelIterationCommandOutput) => void,
1266
1224
  ): void;
1267
1225
  startFlywheelIteration(
1268
1226
  args: StartFlywheelIterationCommandInput,
1269
1227
  options: __HttpHandlerOptions,
1270
- cb: (err: any, data?: StartFlywheelIterationCommandOutput) => void
1228
+ cb: (err: any, data?: StartFlywheelIterationCommandOutput) => void,
1271
1229
  ): void;
1272
1230
  startKeyPhrasesDetectionJob(
1273
1231
  args: StartKeyPhrasesDetectionJobCommandInput,
1274
- options?: __HttpHandlerOptions
1232
+ options?: __HttpHandlerOptions,
1275
1233
  ): Promise<StartKeyPhrasesDetectionJobCommandOutput>;
1276
1234
  startKeyPhrasesDetectionJob(
1277
1235
  args: StartKeyPhrasesDetectionJobCommandInput,
1278
- cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void
1236
+ cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void,
1279
1237
  ): void;
1280
1238
  startKeyPhrasesDetectionJob(
1281
1239
  args: StartKeyPhrasesDetectionJobCommandInput,
1282
1240
  options: __HttpHandlerOptions,
1283
- cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void
1241
+ cb: (err: any, data?: StartKeyPhrasesDetectionJobCommandOutput) => void,
1284
1242
  ): void;
1285
1243
  startPiiEntitiesDetectionJob(
1286
1244
  args: StartPiiEntitiesDetectionJobCommandInput,
1287
- options?: __HttpHandlerOptions
1245
+ options?: __HttpHandlerOptions,
1288
1246
  ): Promise<StartPiiEntitiesDetectionJobCommandOutput>;
1289
1247
  startPiiEntitiesDetectionJob(
1290
1248
  args: StartPiiEntitiesDetectionJobCommandInput,
1291
- cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void
1249
+ cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void,
1292
1250
  ): void;
1293
1251
  startPiiEntitiesDetectionJob(
1294
1252
  args: StartPiiEntitiesDetectionJobCommandInput,
1295
1253
  options: __HttpHandlerOptions,
1296
- cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void
1254
+ cb: (err: any, data?: StartPiiEntitiesDetectionJobCommandOutput) => void,
1297
1255
  ): void;
1298
1256
  startSentimentDetectionJob(
1299
1257
  args: StartSentimentDetectionJobCommandInput,
1300
- options?: __HttpHandlerOptions
1258
+ options?: __HttpHandlerOptions,
1301
1259
  ): Promise<StartSentimentDetectionJobCommandOutput>;
1302
1260
  startSentimentDetectionJob(
1303
1261
  args: StartSentimentDetectionJobCommandInput,
1304
- cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void
1262
+ cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void,
1305
1263
  ): void;
1306
1264
  startSentimentDetectionJob(
1307
1265
  args: StartSentimentDetectionJobCommandInput,
1308
1266
  options: __HttpHandlerOptions,
1309
- cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void
1267
+ cb: (err: any, data?: StartSentimentDetectionJobCommandOutput) => void,
1310
1268
  ): void;
1311
1269
  startTargetedSentimentDetectionJob(
1312
1270
  args: StartTargetedSentimentDetectionJobCommandInput,
1313
- options?: __HttpHandlerOptions
1271
+ options?: __HttpHandlerOptions,
1314
1272
  ): Promise<StartTargetedSentimentDetectionJobCommandOutput>;
1315
1273
  startTargetedSentimentDetectionJob(
1316
1274
  args: StartTargetedSentimentDetectionJobCommandInput,
1317
- cb: (
1318
- err: any,
1319
- data?: StartTargetedSentimentDetectionJobCommandOutput
1320
- ) => void
1275
+ cb: (err: any, data?: StartTargetedSentimentDetectionJobCommandOutput) => void,
1321
1276
  ): void;
1322
1277
  startTargetedSentimentDetectionJob(
1323
1278
  args: StartTargetedSentimentDetectionJobCommandInput,
1324
1279
  options: __HttpHandlerOptions,
1325
- cb: (
1326
- err: any,
1327
- data?: StartTargetedSentimentDetectionJobCommandOutput
1328
- ) => void
1280
+ cb: (err: any, data?: StartTargetedSentimentDetectionJobCommandOutput) => void,
1329
1281
  ): void;
1330
1282
  startTopicsDetectionJob(
1331
1283
  args: StartTopicsDetectionJobCommandInput,
1332
- options?: __HttpHandlerOptions
1284
+ options?: __HttpHandlerOptions,
1333
1285
  ): Promise<StartTopicsDetectionJobCommandOutput>;
1334
1286
  startTopicsDetectionJob(
1335
1287
  args: StartTopicsDetectionJobCommandInput,
1336
- cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void
1288
+ cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void,
1337
1289
  ): void;
1338
1290
  startTopicsDetectionJob(
1339
1291
  args: StartTopicsDetectionJobCommandInput,
1340
1292
  options: __HttpHandlerOptions,
1341
- cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void
1293
+ cb: (err: any, data?: StartTopicsDetectionJobCommandOutput) => void,
1342
1294
  ): void;
1343
1295
  stopDominantLanguageDetectionJob(
1344
1296
  args: StopDominantLanguageDetectionJobCommandInput,
1345
- options?: __HttpHandlerOptions
1297
+ options?: __HttpHandlerOptions,
1346
1298
  ): Promise<StopDominantLanguageDetectionJobCommandOutput>;
1347
1299
  stopDominantLanguageDetectionJob(
1348
1300
  args: StopDominantLanguageDetectionJobCommandInput,
1349
- cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void
1301
+ cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void,
1350
1302
  ): void;
1351
1303
  stopDominantLanguageDetectionJob(
1352
1304
  args: StopDominantLanguageDetectionJobCommandInput,
1353
1305
  options: __HttpHandlerOptions,
1354
- cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void
1306
+ cb: (err: any, data?: StopDominantLanguageDetectionJobCommandOutput) => void,
1355
1307
  ): void;
1356
1308
  stopEntitiesDetectionJob(
1357
1309
  args: StopEntitiesDetectionJobCommandInput,
1358
- options?: __HttpHandlerOptions
1310
+ options?: __HttpHandlerOptions,
1359
1311
  ): Promise<StopEntitiesDetectionJobCommandOutput>;
1360
1312
  stopEntitiesDetectionJob(
1361
1313
  args: StopEntitiesDetectionJobCommandInput,
1362
- cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void
1314
+ cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void,
1363
1315
  ): void;
1364
1316
  stopEntitiesDetectionJob(
1365
1317
  args: StopEntitiesDetectionJobCommandInput,
1366
1318
  options: __HttpHandlerOptions,
1367
- cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void
1319
+ cb: (err: any, data?: StopEntitiesDetectionJobCommandOutput) => void,
1368
1320
  ): void;
1369
1321
  stopEventsDetectionJob(
1370
1322
  args: StopEventsDetectionJobCommandInput,
1371
- options?: __HttpHandlerOptions
1323
+ options?: __HttpHandlerOptions,
1372
1324
  ): Promise<StopEventsDetectionJobCommandOutput>;
1373
1325
  stopEventsDetectionJob(
1374
1326
  args: StopEventsDetectionJobCommandInput,
1375
- cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void
1327
+ cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void,
1376
1328
  ): void;
1377
1329
  stopEventsDetectionJob(
1378
1330
  args: StopEventsDetectionJobCommandInput,
1379
1331
  options: __HttpHandlerOptions,
1380
- cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void
1332
+ cb: (err: any, data?: StopEventsDetectionJobCommandOutput) => void,
1381
1333
  ): void;
1382
1334
  stopKeyPhrasesDetectionJob(
1383
1335
  args: StopKeyPhrasesDetectionJobCommandInput,
1384
- options?: __HttpHandlerOptions
1336
+ options?: __HttpHandlerOptions,
1385
1337
  ): Promise<StopKeyPhrasesDetectionJobCommandOutput>;
1386
1338
  stopKeyPhrasesDetectionJob(
1387
1339
  args: StopKeyPhrasesDetectionJobCommandInput,
1388
- cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void
1340
+ cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void,
1389
1341
  ): void;
1390
1342
  stopKeyPhrasesDetectionJob(
1391
1343
  args: StopKeyPhrasesDetectionJobCommandInput,
1392
1344
  options: __HttpHandlerOptions,
1393
- cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void
1345
+ cb: (err: any, data?: StopKeyPhrasesDetectionJobCommandOutput) => void,
1394
1346
  ): void;
1395
1347
  stopPiiEntitiesDetectionJob(
1396
1348
  args: StopPiiEntitiesDetectionJobCommandInput,
1397
- options?: __HttpHandlerOptions
1349
+ options?: __HttpHandlerOptions,
1398
1350
  ): Promise<StopPiiEntitiesDetectionJobCommandOutput>;
1399
1351
  stopPiiEntitiesDetectionJob(
1400
1352
  args: StopPiiEntitiesDetectionJobCommandInput,
1401
- cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void
1353
+ cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void,
1402
1354
  ): void;
1403
1355
  stopPiiEntitiesDetectionJob(
1404
1356
  args: StopPiiEntitiesDetectionJobCommandInput,
1405
1357
  options: __HttpHandlerOptions,
1406
- cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void
1358
+ cb: (err: any, data?: StopPiiEntitiesDetectionJobCommandOutput) => void,
1407
1359
  ): void;
1408
1360
  stopSentimentDetectionJob(
1409
1361
  args: StopSentimentDetectionJobCommandInput,
1410
- options?: __HttpHandlerOptions
1362
+ options?: __HttpHandlerOptions,
1411
1363
  ): Promise<StopSentimentDetectionJobCommandOutput>;
1412
1364
  stopSentimentDetectionJob(
1413
1365
  args: StopSentimentDetectionJobCommandInput,
1414
- cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void
1366
+ cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void,
1415
1367
  ): void;
1416
1368
  stopSentimentDetectionJob(
1417
1369
  args: StopSentimentDetectionJobCommandInput,
1418
1370
  options: __HttpHandlerOptions,
1419
- cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void
1371
+ cb: (err: any, data?: StopSentimentDetectionJobCommandOutput) => void,
1420
1372
  ): void;
1421
1373
  stopTargetedSentimentDetectionJob(
1422
1374
  args: StopTargetedSentimentDetectionJobCommandInput,
1423
- options?: __HttpHandlerOptions
1375
+ options?: __HttpHandlerOptions,
1424
1376
  ): Promise<StopTargetedSentimentDetectionJobCommandOutput>;
1425
1377
  stopTargetedSentimentDetectionJob(
1426
1378
  args: StopTargetedSentimentDetectionJobCommandInput,
1427
- cb: (
1428
- err: any,
1429
- data?: StopTargetedSentimentDetectionJobCommandOutput
1430
- ) => void
1379
+ cb: (err: any, data?: StopTargetedSentimentDetectionJobCommandOutput) => void,
1431
1380
  ): void;
1432
1381
  stopTargetedSentimentDetectionJob(
1433
1382
  args: StopTargetedSentimentDetectionJobCommandInput,
1434
1383
  options: __HttpHandlerOptions,
1435
- cb: (
1436
- err: any,
1437
- data?: StopTargetedSentimentDetectionJobCommandOutput
1438
- ) => void
1384
+ cb: (err: any, data?: StopTargetedSentimentDetectionJobCommandOutput) => void,
1439
1385
  ): void;
1440
1386
  stopTrainingDocumentClassifier(
1441
1387
  args: StopTrainingDocumentClassifierCommandInput,
1442
- options?: __HttpHandlerOptions
1388
+ options?: __HttpHandlerOptions,
1443
1389
  ): Promise<StopTrainingDocumentClassifierCommandOutput>;
1444
1390
  stopTrainingDocumentClassifier(
1445
1391
  args: StopTrainingDocumentClassifierCommandInput,
1446
- cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void
1392
+ cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void,
1447
1393
  ): void;
1448
1394
  stopTrainingDocumentClassifier(
1449
1395
  args: StopTrainingDocumentClassifierCommandInput,
1450
1396
  options: __HttpHandlerOptions,
1451
- cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void
1397
+ cb: (err: any, data?: StopTrainingDocumentClassifierCommandOutput) => void,
1452
1398
  ): void;
1453
1399
  stopTrainingEntityRecognizer(
1454
1400
  args: StopTrainingEntityRecognizerCommandInput,
1455
- options?: __HttpHandlerOptions
1401
+ options?: __HttpHandlerOptions,
1456
1402
  ): Promise<StopTrainingEntityRecognizerCommandOutput>;
1457
1403
  stopTrainingEntityRecognizer(
1458
1404
  args: StopTrainingEntityRecognizerCommandInput,
1459
- cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void
1405
+ cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void,
1460
1406
  ): void;
1461
1407
  stopTrainingEntityRecognizer(
1462
1408
  args: StopTrainingEntityRecognizerCommandInput,
1463
1409
  options: __HttpHandlerOptions,
1464
- cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void
1410
+ cb: (err: any, data?: StopTrainingEntityRecognizerCommandOutput) => void,
1465
1411
  ): void;
1466
1412
  tagResource(
1467
1413
  args: TagResourceCommandInput,
1468
- options?: __HttpHandlerOptions
1414
+ options?: __HttpHandlerOptions,
1469
1415
  ): Promise<TagResourceCommandOutput>;
1470
1416
  tagResource(
1471
1417
  args: TagResourceCommandInput,
1472
- cb: (err: any, data?: TagResourceCommandOutput) => void
1418
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1473
1419
  ): void;
1474
1420
  tagResource(
1475
1421
  args: TagResourceCommandInput,
1476
1422
  options: __HttpHandlerOptions,
1477
- cb: (err: any, data?: TagResourceCommandOutput) => void
1423
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1478
1424
  ): void;
1479
1425
  untagResource(
1480
1426
  args: UntagResourceCommandInput,
1481
- options?: __HttpHandlerOptions
1427
+ options?: __HttpHandlerOptions,
1482
1428
  ): Promise<UntagResourceCommandOutput>;
1483
1429
  untagResource(
1484
1430
  args: UntagResourceCommandInput,
1485
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1431
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1486
1432
  ): void;
1487
1433
  untagResource(
1488
1434
  args: UntagResourceCommandInput,
1489
1435
  options: __HttpHandlerOptions,
1490
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1436
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1491
1437
  ): void;
1492
1438
  updateEndpoint(
1493
1439
  args: UpdateEndpointCommandInput,
1494
- options?: __HttpHandlerOptions
1440
+ options?: __HttpHandlerOptions,
1495
1441
  ): Promise<UpdateEndpointCommandOutput>;
1496
1442
  updateEndpoint(
1497
1443
  args: UpdateEndpointCommandInput,
1498
- cb: (err: any, data?: UpdateEndpointCommandOutput) => void
1444
+ cb: (err: any, data?: UpdateEndpointCommandOutput) => void,
1499
1445
  ): void;
1500
1446
  updateEndpoint(
1501
1447
  args: UpdateEndpointCommandInput,
1502
1448
  options: __HttpHandlerOptions,
1503
- cb: (err: any, data?: UpdateEndpointCommandOutput) => void
1449
+ cb: (err: any, data?: UpdateEndpointCommandOutput) => void,
1504
1450
  ): void;
1505
1451
  updateFlywheel(
1506
1452
  args: UpdateFlywheelCommandInput,
1507
- options?: __HttpHandlerOptions
1453
+ options?: __HttpHandlerOptions,
1508
1454
  ): Promise<UpdateFlywheelCommandOutput>;
1509
1455
  updateFlywheel(
1510
1456
  args: UpdateFlywheelCommandInput,
1511
- cb: (err: any, data?: UpdateFlywheelCommandOutput) => void
1457
+ cb: (err: any, data?: UpdateFlywheelCommandOutput) => void,
1512
1458
  ): void;
1513
1459
  updateFlywheel(
1514
1460
  args: UpdateFlywheelCommandInput,
1515
1461
  options: __HttpHandlerOptions,
1516
- cb: (err: any, data?: UpdateFlywheelCommandOutput) => void
1462
+ cb: (err: any, data?: UpdateFlywheelCommandOutput) => void,
1517
1463
  ): void;
1518
1464
  paginateListDatasets(
1519
1465
  args?: ListDatasetsCommandInput,
1520
1466
  paginationConfig?: Pick<
1521
1467
  PaginationConfiguration,
1522
1468
  Exclude<keyof PaginationConfiguration, "client">
1523
- >
1469
+ >,
1524
1470
  ): Paginator<ListDatasetsCommandOutput>;
1525
1471
  paginateListDocumentClassificationJobs(
1526
1472
  args?: ListDocumentClassificationJobsCommandInput,
1527
1473
  paginationConfig?: Pick<
1528
1474
  PaginationConfiguration,
1529
1475
  Exclude<keyof PaginationConfiguration, "client">
1530
- >
1476
+ >,
1531
1477
  ): Paginator<ListDocumentClassificationJobsCommandOutput>;
1532
1478
  paginateListDocumentClassifiers(
1533
1479
  args?: ListDocumentClassifiersCommandInput,
1534
1480
  paginationConfig?: Pick<
1535
1481
  PaginationConfiguration,
1536
1482
  Exclude<keyof PaginationConfiguration, "client">
1537
- >
1483
+ >,
1538
1484
  ): Paginator<ListDocumentClassifiersCommandOutput>;
1539
1485
  paginateListDocumentClassifierSummaries(
1540
1486
  args?: ListDocumentClassifierSummariesCommandInput,
1541
1487
  paginationConfig?: Pick<
1542
1488
  PaginationConfiguration,
1543
1489
  Exclude<keyof PaginationConfiguration, "client">
1544
- >
1490
+ >,
1545
1491
  ): Paginator<ListDocumentClassifierSummariesCommandOutput>;
1546
1492
  paginateListDominantLanguageDetectionJobs(
1547
1493
  args?: ListDominantLanguageDetectionJobsCommandInput,
1548
1494
  paginationConfig?: Pick<
1549
1495
  PaginationConfiguration,
1550
1496
  Exclude<keyof PaginationConfiguration, "client">
1551
- >
1497
+ >,
1552
1498
  ): Paginator<ListDominantLanguageDetectionJobsCommandOutput>;
1553
1499
  paginateListEndpoints(
1554
1500
  args?: ListEndpointsCommandInput,
1555
1501
  paginationConfig?: Pick<
1556
1502
  PaginationConfiguration,
1557
1503
  Exclude<keyof PaginationConfiguration, "client">
1558
- >
1504
+ >,
1559
1505
  ): Paginator<ListEndpointsCommandOutput>;
1560
1506
  paginateListEntitiesDetectionJobs(
1561
1507
  args?: ListEntitiesDetectionJobsCommandInput,
1562
1508
  paginationConfig?: Pick<
1563
1509
  PaginationConfiguration,
1564
1510
  Exclude<keyof PaginationConfiguration, "client">
1565
- >
1511
+ >,
1566
1512
  ): Paginator<ListEntitiesDetectionJobsCommandOutput>;
1567
1513
  paginateListEntityRecognizers(
1568
1514
  args?: ListEntityRecognizersCommandInput,
1569
1515
  paginationConfig?: Pick<
1570
1516
  PaginationConfiguration,
1571
1517
  Exclude<keyof PaginationConfiguration, "client">
1572
- >
1518
+ >,
1573
1519
  ): Paginator<ListEntityRecognizersCommandOutput>;
1574
1520
  paginateListEntityRecognizerSummaries(
1575
1521
  args?: ListEntityRecognizerSummariesCommandInput,
1576
1522
  paginationConfig?: Pick<
1577
1523
  PaginationConfiguration,
1578
1524
  Exclude<keyof PaginationConfiguration, "client">
1579
- >
1525
+ >,
1580
1526
  ): Paginator<ListEntityRecognizerSummariesCommandOutput>;
1581
1527
  paginateListEventsDetectionJobs(
1582
1528
  args?: ListEventsDetectionJobsCommandInput,
1583
1529
  paginationConfig?: Pick<
1584
1530
  PaginationConfiguration,
1585
1531
  Exclude<keyof PaginationConfiguration, "client">
1586
- >
1532
+ >,
1587
1533
  ): Paginator<ListEventsDetectionJobsCommandOutput>;
1588
1534
  paginateListFlywheelIterationHistory(
1589
1535
  args: ListFlywheelIterationHistoryCommandInput,
1590
1536
  paginationConfig?: Pick<
1591
1537
  PaginationConfiguration,
1592
1538
  Exclude<keyof PaginationConfiguration, "client">
1593
- >
1539
+ >,
1594
1540
  ): Paginator<ListFlywheelIterationHistoryCommandOutput>;
1595
1541
  paginateListFlywheels(
1596
1542
  args?: ListFlywheelsCommandInput,
1597
1543
  paginationConfig?: Pick<
1598
1544
  PaginationConfiguration,
1599
1545
  Exclude<keyof PaginationConfiguration, "client">
1600
- >
1546
+ >,
1601
1547
  ): Paginator<ListFlywheelsCommandOutput>;
1602
1548
  paginateListKeyPhrasesDetectionJobs(
1603
1549
  args?: ListKeyPhrasesDetectionJobsCommandInput,
1604
1550
  paginationConfig?: Pick<
1605
1551
  PaginationConfiguration,
1606
1552
  Exclude<keyof PaginationConfiguration, "client">
1607
- >
1553
+ >,
1608
1554
  ): Paginator<ListKeyPhrasesDetectionJobsCommandOutput>;
1609
1555
  paginateListPiiEntitiesDetectionJobs(
1610
1556
  args?: ListPiiEntitiesDetectionJobsCommandInput,
1611
1557
  paginationConfig?: Pick<
1612
1558
  PaginationConfiguration,
1613
1559
  Exclude<keyof PaginationConfiguration, "client">
1614
- >
1560
+ >,
1615
1561
  ): Paginator<ListPiiEntitiesDetectionJobsCommandOutput>;
1616
1562
  paginateListSentimentDetectionJobs(
1617
1563
  args?: ListSentimentDetectionJobsCommandInput,
1618
1564
  paginationConfig?: Pick<
1619
1565
  PaginationConfiguration,
1620
1566
  Exclude<keyof PaginationConfiguration, "client">
1621
- >
1567
+ >,
1622
1568
  ): Paginator<ListSentimentDetectionJobsCommandOutput>;
1623
1569
  paginateListTargetedSentimentDetectionJobs(
1624
1570
  args?: ListTargetedSentimentDetectionJobsCommandInput,
1625
1571
  paginationConfig?: Pick<
1626
1572
  PaginationConfiguration,
1627
1573
  Exclude<keyof PaginationConfiguration, "client">
1628
- >
1574
+ >,
1629
1575
  ): Paginator<ListTargetedSentimentDetectionJobsCommandOutput>;
1630
1576
  paginateListTopicsDetectionJobs(
1631
1577
  args?: ListTopicsDetectionJobsCommandInput,
1632
1578
  paginationConfig?: Pick<
1633
1579
  PaginationConfiguration,
1634
1580
  Exclude<keyof PaginationConfiguration, "client">
1635
- >
1581
+ >,
1636
1582
  ): Paginator<ListTopicsDetectionJobsCommandOutput>;
1637
1583
  }
1638
- export declare class Comprehend
1639
- extends ComprehendClient
1640
- implements Comprehend {}
1584
+ export declare class Comprehend extends ComprehendClient implements Comprehend {}