@aws-sdk/client-comprehend 3.533.0 → 3.535.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 (176) hide show
  1. package/dist-types/Comprehend.d.ts +18 -1
  2. package/dist-types/ComprehendClient.d.ts +1 -1
  3. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -1
  9. package/dist-types/commands/ClassifyDocumentCommand.d.ts +2 -1
  10. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateEndpointCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateFlywheelCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteFlywheelCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeFlywheelCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -1
  37. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +2 -1
  38. package/dist-types/commands/DetectEntitiesCommand.d.ts +2 -1
  39. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +2 -1
  40. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +2 -1
  41. package/dist-types/commands/DetectSentimentCommand.d.ts +2 -1
  42. package/dist-types/commands/DetectSyntaxCommand.d.ts +2 -1
  43. package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +2 -1
  44. package/dist-types/commands/DetectToxicContentCommand.d.ts +2 -1
  45. package/dist-types/commands/ImportModelCommand.d.ts +2 -1
  46. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
  47. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -1
  49. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +2 -1
  50. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListEndpointsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -1
  54. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +2 -1
  55. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +2 -1
  56. package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +2 -1
  57. package/dist-types/commands/ListFlywheelsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +2 -1
  64. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  65. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +2 -1
  66. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -1
  67. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +2 -1
  68. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +2 -1
  69. package/dist-types/commands/StartFlywheelIterationCommand.d.ts +2 -1
  70. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -1
  71. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -1
  72. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +2 -1
  73. package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +2 -1
  74. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +2 -1
  75. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -1
  76. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +2 -1
  77. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +2 -1
  78. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -1
  79. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -1
  80. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +2 -1
  81. package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +2 -1
  82. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -1
  83. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -1
  84. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  85. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  86. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -1
  87. package/dist-types/commands/UpdateFlywheelCommand.d.ts +2 -1
  88. package/dist-types/models/models_0.d.ts +985 -985
  89. package/dist-types/models/models_1.d.ts +41 -41
  90. package/dist-types/ts3.4/Comprehend.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +9 -0
  176. package/package.json +40 -40
@@ -299,6 +299,7 @@ export interface Comprehend {
299
299
  /**
300
300
  * @see {@link DetectEntitiesCommand}
301
301
  */
302
+ detectEntities(): Promise<DetectEntitiesCommandOutput>;
302
303
  detectEntities(args: DetectEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<DetectEntitiesCommandOutput>;
303
304
  detectEntities(args: DetectEntitiesCommandInput, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
304
305
  detectEntities(args: DetectEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetectEntitiesCommandOutput) => void): void;
@@ -347,60 +348,70 @@ export interface Comprehend {
347
348
  /**
348
349
  * @see {@link ListDatasetsCommand}
349
350
  */
351
+ listDatasets(): Promise<ListDatasetsCommandOutput>;
350
352
  listDatasets(args: ListDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetsCommandOutput>;
351
353
  listDatasets(args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
352
354
  listDatasets(args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
353
355
  /**
354
356
  * @see {@link ListDocumentClassificationJobsCommand}
355
357
  */
358
+ listDocumentClassificationJobs(): Promise<ListDocumentClassificationJobsCommandOutput>;
356
359
  listDocumentClassificationJobs(args: ListDocumentClassificationJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentClassificationJobsCommandOutput>;
357
360
  listDocumentClassificationJobs(args: ListDocumentClassificationJobsCommandInput, cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void): void;
358
361
  listDocumentClassificationJobs(args: ListDocumentClassificationJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassificationJobsCommandOutput) => void): void;
359
362
  /**
360
363
  * @see {@link ListDocumentClassifiersCommand}
361
364
  */
365
+ listDocumentClassifiers(): Promise<ListDocumentClassifiersCommandOutput>;
362
366
  listDocumentClassifiers(args: ListDocumentClassifiersCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentClassifiersCommandOutput>;
363
367
  listDocumentClassifiers(args: ListDocumentClassifiersCommandInput, cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void): void;
364
368
  listDocumentClassifiers(args: ListDocumentClassifiersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassifiersCommandOutput) => void): void;
365
369
  /**
366
370
  * @see {@link ListDocumentClassifierSummariesCommand}
367
371
  */
372
+ listDocumentClassifierSummaries(): Promise<ListDocumentClassifierSummariesCommandOutput>;
368
373
  listDocumentClassifierSummaries(args: ListDocumentClassifierSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListDocumentClassifierSummariesCommandOutput>;
369
374
  listDocumentClassifierSummaries(args: ListDocumentClassifierSummariesCommandInput, cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void): void;
370
375
  listDocumentClassifierSummaries(args: ListDocumentClassifierSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDocumentClassifierSummariesCommandOutput) => void): void;
371
376
  /**
372
377
  * @see {@link ListDominantLanguageDetectionJobsCommand}
373
378
  */
379
+ listDominantLanguageDetectionJobs(): Promise<ListDominantLanguageDetectionJobsCommandOutput>;
374
380
  listDominantLanguageDetectionJobs(args: ListDominantLanguageDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDominantLanguageDetectionJobsCommandOutput>;
375
381
  listDominantLanguageDetectionJobs(args: ListDominantLanguageDetectionJobsCommandInput, cb: (err: any, data?: ListDominantLanguageDetectionJobsCommandOutput) => void): void;
376
382
  listDominantLanguageDetectionJobs(args: ListDominantLanguageDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDominantLanguageDetectionJobsCommandOutput) => void): void;
377
383
  /**
378
384
  * @see {@link ListEndpointsCommand}
379
385
  */
386
+ listEndpoints(): Promise<ListEndpointsCommandOutput>;
380
387
  listEndpoints(args: ListEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointsCommandOutput>;
381
388
  listEndpoints(args: ListEndpointsCommandInput, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
382
389
  listEndpoints(args: ListEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
383
390
  /**
384
391
  * @see {@link ListEntitiesDetectionJobsCommand}
385
392
  */
393
+ listEntitiesDetectionJobs(): Promise<ListEntitiesDetectionJobsCommandOutput>;
386
394
  listEntitiesDetectionJobs(args: ListEntitiesDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitiesDetectionJobsCommandOutput>;
387
395
  listEntitiesDetectionJobs(args: ListEntitiesDetectionJobsCommandInput, cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void): void;
388
396
  listEntitiesDetectionJobs(args: ListEntitiesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesDetectionJobsCommandOutput) => void): void;
389
397
  /**
390
398
  * @see {@link ListEntityRecognizersCommand}
391
399
  */
400
+ listEntityRecognizers(): Promise<ListEntityRecognizersCommandOutput>;
392
401
  listEntityRecognizers(args: ListEntityRecognizersCommandInput, options?: __HttpHandlerOptions): Promise<ListEntityRecognizersCommandOutput>;
393
402
  listEntityRecognizers(args: ListEntityRecognizersCommandInput, cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void): void;
394
403
  listEntityRecognizers(args: ListEntityRecognizersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntityRecognizersCommandOutput) => void): void;
395
404
  /**
396
405
  * @see {@link ListEntityRecognizerSummariesCommand}
397
406
  */
407
+ listEntityRecognizerSummaries(): Promise<ListEntityRecognizerSummariesCommandOutput>;
398
408
  listEntityRecognizerSummaries(args: ListEntityRecognizerSummariesCommandInput, options?: __HttpHandlerOptions): Promise<ListEntityRecognizerSummariesCommandOutput>;
399
409
  listEntityRecognizerSummaries(args: ListEntityRecognizerSummariesCommandInput, cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void): void;
400
410
  listEntityRecognizerSummaries(args: ListEntityRecognizerSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntityRecognizerSummariesCommandOutput) => void): void;
401
411
  /**
402
412
  * @see {@link ListEventsDetectionJobsCommand}
403
413
  */
414
+ listEventsDetectionJobs(): Promise<ListEventsDetectionJobsCommandOutput>;
404
415
  listEventsDetectionJobs(args: ListEventsDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventsDetectionJobsCommandOutput>;
405
416
  listEventsDetectionJobs(args: ListEventsDetectionJobsCommandInput, cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void): void;
406
417
  listEventsDetectionJobs(args: ListEventsDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventsDetectionJobsCommandOutput) => void): void;
@@ -413,24 +424,28 @@ export interface Comprehend {
413
424
  /**
414
425
  * @see {@link ListFlywheelsCommand}
415
426
  */
427
+ listFlywheels(): Promise<ListFlywheelsCommandOutput>;
416
428
  listFlywheels(args: ListFlywheelsCommandInput, options?: __HttpHandlerOptions): Promise<ListFlywheelsCommandOutput>;
417
429
  listFlywheels(args: ListFlywheelsCommandInput, cb: (err: any, data?: ListFlywheelsCommandOutput) => void): void;
418
430
  listFlywheels(args: ListFlywheelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFlywheelsCommandOutput) => void): void;
419
431
  /**
420
432
  * @see {@link ListKeyPhrasesDetectionJobsCommand}
421
433
  */
434
+ listKeyPhrasesDetectionJobs(): Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
422
435
  listKeyPhrasesDetectionJobs(args: ListKeyPhrasesDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
423
436
  listKeyPhrasesDetectionJobs(args: ListKeyPhrasesDetectionJobsCommandInput, cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void): void;
424
437
  listKeyPhrasesDetectionJobs(args: ListKeyPhrasesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeyPhrasesDetectionJobsCommandOutput) => void): void;
425
438
  /**
426
439
  * @see {@link ListPiiEntitiesDetectionJobsCommand}
427
440
  */
441
+ listPiiEntitiesDetectionJobs(): Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
428
442
  listPiiEntitiesDetectionJobs(args: ListPiiEntitiesDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
429
443
  listPiiEntitiesDetectionJobs(args: ListPiiEntitiesDetectionJobsCommandInput, cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void): void;
430
444
  listPiiEntitiesDetectionJobs(args: ListPiiEntitiesDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPiiEntitiesDetectionJobsCommandOutput) => void): void;
431
445
  /**
432
446
  * @see {@link ListSentimentDetectionJobsCommand}
433
447
  */
448
+ listSentimentDetectionJobs(): Promise<ListSentimentDetectionJobsCommandOutput>;
434
449
  listSentimentDetectionJobs(args: ListSentimentDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListSentimentDetectionJobsCommandOutput>;
435
450
  listSentimentDetectionJobs(args: ListSentimentDetectionJobsCommandInput, cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void): void;
436
451
  listSentimentDetectionJobs(args: ListSentimentDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSentimentDetectionJobsCommandOutput) => void): void;
@@ -443,12 +458,14 @@ export interface Comprehend {
443
458
  /**
444
459
  * @see {@link ListTargetedSentimentDetectionJobsCommand}
445
460
  */
461
+ listTargetedSentimentDetectionJobs(): Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
446
462
  listTargetedSentimentDetectionJobs(args: ListTargetedSentimentDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListTargetedSentimentDetectionJobsCommandOutput>;
447
463
  listTargetedSentimentDetectionJobs(args: ListTargetedSentimentDetectionJobsCommandInput, cb: (err: any, data?: ListTargetedSentimentDetectionJobsCommandOutput) => void): void;
448
464
  listTargetedSentimentDetectionJobs(args: ListTargetedSentimentDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTargetedSentimentDetectionJobsCommandOutput) => void): void;
449
465
  /**
450
466
  * @see {@link ListTopicsDetectionJobsCommand}
451
467
  */
468
+ listTopicsDetectionJobs(): Promise<ListTopicsDetectionJobsCommandOutput>;
452
469
  listTopicsDetectionJobs(args: ListTopicsDetectionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListTopicsDetectionJobsCommandOutput>;
453
470
  listTopicsDetectionJobs(args: ListTopicsDetectionJobsCommandInput, cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void): void;
454
471
  listTopicsDetectionJobs(args: ListTopicsDetectionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTopicsDetectionJobsCommandOutput) => void): void;
@@ -598,11 +615,11 @@ export interface Comprehend {
598
615
  updateFlywheel(args: UpdateFlywheelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFlywheelCommandOutput) => void): void;
599
616
  }
600
617
  /**
601
- * @public
602
618
  * <p>Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
603
619
  * Use these actions to determine the topics contained in your documents, the topics they
604
620
  * discuss, the predominant sentiment expressed in them, the predominant language used, and
605
621
  * more.</p>
622
+ * @public
606
623
  */
607
624
  export declare class Comprehend extends ComprehendClient implements Comprehend {
608
625
  }
@@ -236,11 +236,11 @@ export type ComprehendClientResolvedConfigType = __SmithyResolvedConfiguration<_
236
236
  export interface ComprehendClientResolvedConfig extends ComprehendClientResolvedConfigType {
237
237
  }
238
238
  /**
239
- * @public
240
239
  * <p>Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
241
240
  * Use these actions to determine the topics contained in your documents, the topics they
242
241
  * discuss, the predominant sentiment expressed in them, the predominant language used, and
243
242
  * more.</p>
243
+ * @public
244
244
  */
245
245
  export declare class ComprehendClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ComprehendClientResolvedConfig> {
246
246
  /**
@@ -22,10 +22,10 @@ export interface BatchDetectDominantLanguageCommandOutput extends BatchDetectDom
22
22
  }
23
23
  declare const BatchDetectDominantLanguageCommand_base: {
24
24
  new (input: BatchDetectDominantLanguageCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDetectDominantLanguageCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Determines the dominant language of the input text for a batch of documents. For a list
30
30
  * of languages that Amazon Comprehend can detect, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html">Amazon Comprehend Supported Languages</a>.
31
31
  * </p>
@@ -87,6 +87,7 @@ declare const BatchDetectDominantLanguageCommand_base: {
87
87
  * @throws {@link ComprehendServiceException}
88
88
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class BatchDetectDominantLanguageCommand extends BatchDetectDominantLanguageCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface BatchDetectEntitiesCommandOutput extends BatchDetectEntitiesRes
22
22
  }
23
23
  declare const BatchDetectEntitiesCommand_base: {
24
24
  new (input: BatchDetectEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDetectEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Inspects the text of a batch of documents for named entities and returns information
30
30
  * about them. For more information about named entities, see
31
31
  * <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-entities.html">Entities</a> in the Comprehend Developer Guide.
@@ -111,6 +111,7 @@ declare const BatchDetectEntitiesCommand_base: {
111
111
  * @throws {@link ComprehendServiceException}
112
112
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class BatchDetectEntitiesCommand extends BatchDetectEntitiesCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface BatchDetectKeyPhrasesCommandOutput extends BatchDetectKeyPhrase
22
22
  }
23
23
  declare const BatchDetectKeyPhrasesCommand_base: {
24
24
  new (input: BatchDetectKeyPhrasesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDetectKeyPhrasesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Detects the key noun phrases found in a batch of documents.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const BatchDetectKeyPhrasesCommand_base: {
93
93
  * @throws {@link ComprehendServiceException}
94
94
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class BatchDetectKeyPhrasesCommand extends BatchDetectKeyPhrasesCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface BatchDetectSentimentCommandOutput extends BatchDetectSentimentR
22
22
  }
23
23
  declare const BatchDetectSentimentCommand_base: {
24
24
  new (input: BatchDetectSentimentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDetectSentimentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Inspects a batch of documents and returns an inference of the prevailing sentiment,
30
30
  * <code>POSITIVE</code>, <code>NEUTRAL</code>, <code>MIXED</code>, or <code>NEGATIVE</code>,
31
31
  * in each one.</p>
@@ -94,6 +94,7 @@ declare const BatchDetectSentimentCommand_base: {
94
94
  * @throws {@link ComprehendServiceException}
95
95
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class BatchDetectSentimentCommand extends BatchDetectSentimentCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface BatchDetectSyntaxCommandOutput extends BatchDetectSyntaxRespons
22
22
  }
23
23
  declare const BatchDetectSyntaxCommand_base: {
24
24
  new (input: BatchDetectSyntaxCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDetectSyntaxCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Inspects the text of a batch of documents for the syntax and part of speech of the words
30
30
  * in the document and returns information about them. For more information, see
31
31
  * <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-syntax.html">Syntax</a> in the Comprehend Developer Guide.
@@ -100,6 +100,7 @@ declare const BatchDetectSyntaxCommand_base: {
100
100
  * @throws {@link ComprehendServiceException}
101
101
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class BatchDetectSyntaxCommand extends BatchDetectSyntaxCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface BatchDetectTargetedSentimentCommandOutput extends BatchDetectTa
22
22
  }
23
23
  declare const BatchDetectTargetedSentimentCommand_base: {
24
24
  new (input: BatchDetectTargetedSentimentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDetectTargetedSentimentCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDetectTargetedSentimentCommandInput, BatchDetectTargetedSentimentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Inspects a batch of documents and returns a sentiment analysis
30
30
  * for each entity identified in the documents.</p>
31
31
  * <p>For more information about targeted sentiment, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-targeted-sentiment.html">Targeted sentiment</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
@@ -113,6 +113,7 @@ declare const BatchDetectTargetedSentimentCommand_base: {
113
113
  * @throws {@link ComprehendServiceException}
114
114
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class BatchDetectTargetedSentimentCommand extends BatchDetectTargetedSentimentCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface ClassifyDocumentCommandOutput extends ClassifyDocumentResponse,
22
22
  }
23
23
  declare const ClassifyDocumentCommand_base: {
24
24
  new (input: ClassifyDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ClassifyDocumentCommandInput): import("@smithy/smithy-client").CommandImpl<ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a classification request to analyze a single document in real-time. <code>ClassifyDocument</code>
30
30
  * supports the following model types:</p>
31
31
  * <ul>
@@ -140,6 +140,7 @@ declare const ClassifyDocumentCommand_base: {
140
140
  * @throws {@link ComprehendServiceException}
141
141
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
142
142
  *
143
+ * @public
143
144
  */
144
145
  export declare class ClassifyDocumentCommand extends ClassifyDocumentCommand_base {
145
146
  }
@@ -22,10 +22,10 @@ export interface ContainsPiiEntitiesCommandOutput extends ContainsPiiEntitiesRes
22
22
  }
23
23
  declare const ContainsPiiEntitiesCommand_base: {
24
24
  new (input: ContainsPiiEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ContainsPiiEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Analyzes input text for the presence of personally identifiable information (PII) and
30
30
  * returns the labels of identified PII entity types such as name, address, bank account number,
31
31
  * or phone number.</p>
@@ -75,6 +75,7 @@ declare const ContainsPiiEntitiesCommand_base: {
75
75
  * @throws {@link ComprehendServiceException}
76
76
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ContainsPiiEntitiesCommand extends ContainsPiiEntitiesCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
22
22
  }
23
23
  declare const CreateDatasetCommand_base: {
24
24
  new (input: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a dataset to upload training or test data for a model associated with a flywheel.
30
30
  * For more information about datasets, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
31
31
  * Flywheel overview</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
@@ -120,6 +120,7 @@ declare const CreateDatasetCommand_base: {
120
120
  * @throws {@link ComprehendServiceException}
121
121
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface CreateDocumentClassifierCommandOutput extends CreateDocumentCla
22
22
  }
23
23
  declare const CreateDocumentClassifierCommand_base: {
24
24
  new (input: CreateDocumentClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDocumentClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new document classifier that you can use to categorize documents. To create a
30
30
  * classifier, you provide a set of training documents that are labeled with the categories that you
31
31
  * want to use. For more information, see
@@ -146,6 +146,7 @@ declare const CreateDocumentClassifierCommand_base: {
146
146
  * @throws {@link ComprehendServiceException}
147
147
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
148
148
  *
149
+ * @public
149
150
  */
150
151
  export declare class CreateDocumentClassifierCommand extends CreateDocumentClassifierCommand_base {
151
152
  }
@@ -22,10 +22,10 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
22
22
  }
23
23
  declare const CreateEndpointCommand_base: {
24
24
  new (input: CreateEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEndpointCommandInput, CreateEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEndpointCommandInput, CreateEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a model-specific endpoint for synchronous inference for a previously trained
30
30
  * custom model
31
31
  * For information about endpoints, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/manage-endpoints.html">Managing endpoints</a>.</p>
@@ -96,6 +96,7 @@ declare const CreateEndpointCommand_base: {
96
96
  * @throws {@link ComprehendServiceException}
97
97
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class CreateEndpointCommand extends CreateEndpointCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface CreateEntityRecognizerCommandOutput extends CreateEntityRecogni
22
22
  }
23
23
  declare const CreateEntityRecognizerCommand_base: {
24
24
  new (input: CreateEntityRecognizerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEntityRecognizerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an entity recognizer using submitted files. After your
30
30
  * <code>CreateEntityRecognizer</code> request is submitted, you can check job status using the
31
31
  * <code>DescribeEntityRecognizer</code> API. </p>
@@ -139,6 +139,7 @@ declare const CreateEntityRecognizerCommand_base: {
139
139
  * @throws {@link ComprehendServiceException}
140
140
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class CreateEntityRecognizerCommand extends CreateEntityRecognizerCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface CreateFlywheelCommandOutput extends CreateFlywheelResponse, __M
22
22
  }
23
23
  declare const CreateFlywheelCommand_base: {
24
24
  new (input: CreateFlywheelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFlywheelCommandInput, CreateFlywheelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateFlywheelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFlywheelCommandInput, CreateFlywheelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom classification
30
30
  * or custom entity recognition. You can create a flywheel to start with an existing trained model, or
31
31
  * Comprehend can create and train a new model.</p>
@@ -142,6 +142,7 @@ declare const CreateFlywheelCommand_base: {
142
142
  * @throws {@link ComprehendServiceException}
143
143
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class CreateFlywheelCommand extends CreateFlywheelCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface DeleteDocumentClassifierCommandOutput extends DeleteDocumentCla
22
22
  }
23
23
  declare const DeleteDocumentClassifierCommand_base: {
24
24
  new (input: DeleteDocumentClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDocumentClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a previously created document classifier</p>
30
30
  * <p>Only those classifiers that are in terminated states (IN_ERROR, TRAINED) will be deleted.
31
31
  * If an active inference job is using the model, a <code>ResourceInUseException</code> will be
@@ -77,6 +77,7 @@ declare const DeleteDocumentClassifierCommand_base: {
77
77
  * @throws {@link ComprehendServiceException}
78
78
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class DeleteDocumentClassifierCommand extends DeleteDocumentClassifierCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
22
22
  }
23
23
  declare const DeleteEndpointCommand_base: {
24
24
  new (input: DeleteEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a model-specific endpoint for a previously-trained custom model. All endpoints
30
30
  * must be deleted in order for the model to be deleted.
31
31
  * For information about endpoints, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/manage-endpoints.html">Managing endpoints</a>.</p>
@@ -69,6 +69,7 @@ declare const DeleteEndpointCommand_base: {
69
69
  * @throws {@link ComprehendServiceException}
70
70
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteEntityRecognizerCommandOutput extends DeleteEntityRecogni
22
22
  }
23
23
  declare const DeleteEntityRecognizerCommand_base: {
24
24
  new (input: DeleteEntityRecognizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEntityRecognizerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an entity recognizer.</p>
30
30
  * <p>Only those recognizers that are in terminated states (IN_ERROR, TRAINED) will be deleted.
31
31
  * If an active inference job is using the model, a <code>ResourceInUseException</code> will be
@@ -77,6 +77,7 @@ declare const DeleteEntityRecognizerCommand_base: {
77
77
  * @throws {@link ComprehendServiceException}
78
78
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class DeleteEntityRecognizerCommand extends DeleteEntityRecognizerCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface DeleteFlywheelCommandOutput extends DeleteFlywheelResponse, __M
22
22
  }
23
23
  declare const DeleteFlywheelCommand_base: {
24
24
  new (input: DeleteFlywheelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFlywheelCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a flywheel. When you delete the flywheel, Amazon Comprehend
30
30
  * does not delete the data lake or the model associated with the flywheel.</p>
31
31
  * <p>For more information about flywheels, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
@@ -74,6 +74,7 @@ declare const DeleteFlywheelCommand_base: {
74
74
  * @throws {@link ComprehendServiceException}
75
75
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteFlywheelCommand extends DeleteFlywheelCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
22
22
  }
23
23
  declare const DeleteResourcePolicyCommand_base: {
24
24
  new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a resource-based policy that is attached to a custom model.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -61,6 +61,7 @@ declare const DeleteResourcePolicyCommand_base: {
61
61
  * @throws {@link ComprehendServiceException}
62
62
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
63
63
  *
64
+ * @public
64
65
  */
65
66
  export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
66
67
  }
@@ -22,10 +22,10 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
22
22
  }
23
23
  declare const DescribeDatasetCommand_base: {
24
24
  new (input: DescribeDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDatasetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the dataset that you specify.
30
30
  * For more information about datasets, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html">
31
31
  * Flywheel overview</a> in the <i>Amazon Comprehend Developer Guide</i>.</p>
@@ -78,6 +78,7 @@ declare const DescribeDatasetCommand_base: {
78
78
  * @throws {@link ComprehendServiceException}
79
79
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DescribeDocumentClassificationJobCommandOutput extends Describe
22
22
  }
23
23
  declare const DescribeDocumentClassificationJobCommand_base: {
24
24
  new (input: DescribeDocumentClassificationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDocumentClassificationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with a document classification job. Use this operation to
30
30
  * get the status of a classification job.</p>
31
31
  * @example
@@ -101,6 +101,7 @@ declare const DescribeDocumentClassificationJobCommand_base: {
101
101
  * @throws {@link ComprehendServiceException}
102
102
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class DescribeDocumentClassificationJobCommand extends DescribeDocumentClassificationJobCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface DescribeDocumentClassifierCommandOutput extends DescribeDocumen
22
22
  }
23
23
  declare const DescribeDocumentClassifierCommand_base: {
24
24
  new (input: DescribeDocumentClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDocumentClassifierCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with a document classifier.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -139,6 +139,7 @@ declare const DescribeDocumentClassifierCommand_base: {
139
139
  * @throws {@link ComprehendServiceException}
140
140
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class DescribeDocumentClassifierCommand extends DescribeDocumentClassifierCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface DescribeDominantLanguageDetectionJobCommandOutput extends Descr
22
22
  }
23
23
  declare const DescribeDominantLanguageDetectionJobCommand_base: {
24
24
  new (input: DescribeDominantLanguageDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDominantLanguageDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the properties associated with a dominant language detection job. Use this operation
30
30
  * to get the status of a detection job.</p>
31
31
  * @example
@@ -99,6 +99,7 @@ declare const DescribeDominantLanguageDetectionJobCommand_base: {
99
99
  * @throws {@link ComprehendServiceException}
100
100
  * <p>Base exception class for all service exceptions from Comprehend service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class DescribeDominantLanguageDetectionJobCommand extends DescribeDominantLanguageDetectionJobCommand_base {
104
105
  }