@aws-sdk/client-comprehend 3.957.0 → 3.958.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,10 +12,8 @@ discuss, the predominant sentiment expressed in them, the predominant language u
12
12
  more.</p>
13
13
 
14
14
  ## Installing
15
-
16
15
  To install this package, simply type add or install @aws-sdk/client-comprehend
17
16
  using your favorite package manager:
18
-
19
17
  - `npm install @aws-sdk/client-comprehend`
20
18
  - `yarn add @aws-sdk/client-comprehend`
21
19
  - `pnpm add @aws-sdk/client-comprehend`
@@ -51,9 +49,7 @@ To send a request, you:
51
49
  // a client can be shared by different commands.
52
50
  const client = new ComprehendClient({ region: "REGION" });
53
51
 
54
- const params = {
55
- /** input parameters */
56
- };
52
+ const params = { /** input parameters */ };
57
53
  const command = new ListDatasetsCommand(params);
58
54
  ```
59
55
 
@@ -212,7 +208,6 @@ BatchDetectDominantLanguage
212
208
  </summary>
213
209
 
214
210
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/BatchDetectDominantLanguageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectDominantLanguageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectDominantLanguageCommandOutput/)
215
-
216
211
  </details>
217
212
  <details>
218
213
  <summary>
@@ -220,7 +215,6 @@ BatchDetectEntities
220
215
  </summary>
221
216
 
222
217
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/BatchDetectEntitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectEntitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectEntitiesCommandOutput/)
223
-
224
218
  </details>
225
219
  <details>
226
220
  <summary>
@@ -228,7 +222,6 @@ BatchDetectKeyPhrases
228
222
  </summary>
229
223
 
230
224
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/BatchDetectKeyPhrasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectKeyPhrasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectKeyPhrasesCommandOutput/)
231
-
232
225
  </details>
233
226
  <details>
234
227
  <summary>
@@ -236,7 +229,6 @@ BatchDetectSentiment
236
229
  </summary>
237
230
 
238
231
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/BatchDetectSentimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectSentimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectSentimentCommandOutput/)
239
-
240
232
  </details>
241
233
  <details>
242
234
  <summary>
@@ -244,7 +236,6 @@ BatchDetectSyntax
244
236
  </summary>
245
237
 
246
238
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/BatchDetectSyntaxCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectSyntaxCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectSyntaxCommandOutput/)
247
-
248
239
  </details>
249
240
  <details>
250
241
  <summary>
@@ -252,7 +243,6 @@ BatchDetectTargetedSentiment
252
243
  </summary>
253
244
 
254
245
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/BatchDetectTargetedSentimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectTargetedSentimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/BatchDetectTargetedSentimentCommandOutput/)
255
-
256
246
  </details>
257
247
  <details>
258
248
  <summary>
@@ -260,7 +250,6 @@ ClassifyDocument
260
250
  </summary>
261
251
 
262
252
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ClassifyDocumentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ClassifyDocumentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ClassifyDocumentCommandOutput/)
263
-
264
253
  </details>
265
254
  <details>
266
255
  <summary>
@@ -268,7 +257,6 @@ ContainsPiiEntities
268
257
  </summary>
269
258
 
270
259
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ContainsPiiEntitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ContainsPiiEntitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ContainsPiiEntitiesCommandOutput/)
271
-
272
260
  </details>
273
261
  <details>
274
262
  <summary>
@@ -276,7 +264,6 @@ CreateDataset
276
264
  </summary>
277
265
 
278
266
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/CreateDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/CreateDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/CreateDatasetCommandOutput/)
279
-
280
267
  </details>
281
268
  <details>
282
269
  <summary>
@@ -284,7 +271,6 @@ CreateDocumentClassifier
284
271
  </summary>
285
272
 
286
273
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/CreateDocumentClassifierCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/CreateDocumentClassifierCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/CreateDocumentClassifierCommandOutput/)
287
-
288
274
  </details>
289
275
  <details>
290
276
  <summary>
@@ -292,7 +278,6 @@ CreateEndpoint
292
278
  </summary>
293
279
 
294
280
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/CreateEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/CreateEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/CreateEndpointCommandOutput/)
295
-
296
281
  </details>
297
282
  <details>
298
283
  <summary>
@@ -300,7 +285,6 @@ CreateEntityRecognizer
300
285
  </summary>
301
286
 
302
287
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/CreateEntityRecognizerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/CreateEntityRecognizerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/CreateEntityRecognizerCommandOutput/)
303
-
304
288
  </details>
305
289
  <details>
306
290
  <summary>
@@ -308,7 +292,6 @@ CreateFlywheel
308
292
  </summary>
309
293
 
310
294
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/CreateFlywheelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/CreateFlywheelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/CreateFlywheelCommandOutput/)
311
-
312
295
  </details>
313
296
  <details>
314
297
  <summary>
@@ -316,7 +299,6 @@ DeleteDocumentClassifier
316
299
  </summary>
317
300
 
318
301
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DeleteDocumentClassifierCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DeleteDocumentClassifierCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DeleteDocumentClassifierCommandOutput/)
319
-
320
302
  </details>
321
303
  <details>
322
304
  <summary>
@@ -324,7 +306,6 @@ DeleteEndpoint
324
306
  </summary>
325
307
 
326
308
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DeleteEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DeleteEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DeleteEndpointCommandOutput/)
327
-
328
309
  </details>
329
310
  <details>
330
311
  <summary>
@@ -332,7 +313,6 @@ DeleteEntityRecognizer
332
313
  </summary>
333
314
 
334
315
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DeleteEntityRecognizerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DeleteEntityRecognizerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DeleteEntityRecognizerCommandOutput/)
335
-
336
316
  </details>
337
317
  <details>
338
318
  <summary>
@@ -340,7 +320,6 @@ DeleteFlywheel
340
320
  </summary>
341
321
 
342
322
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DeleteFlywheelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DeleteFlywheelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DeleteFlywheelCommandOutput/)
343
-
344
323
  </details>
345
324
  <details>
346
325
  <summary>
@@ -348,7 +327,6 @@ DeleteResourcePolicy
348
327
  </summary>
349
328
 
350
329
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DeleteResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DeleteResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DeleteResourcePolicyCommandOutput/)
351
-
352
330
  </details>
353
331
  <details>
354
332
  <summary>
@@ -356,7 +334,6 @@ DescribeDataset
356
334
  </summary>
357
335
 
358
336
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeDatasetCommandOutput/)
359
-
360
337
  </details>
361
338
  <details>
362
339
  <summary>
@@ -364,7 +341,6 @@ DescribeDocumentClassificationJob
364
341
  </summary>
365
342
 
366
343
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeDocumentClassificationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeDocumentClassificationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeDocumentClassificationJobCommandOutput/)
367
-
368
344
  </details>
369
345
  <details>
370
346
  <summary>
@@ -372,7 +348,6 @@ DescribeDocumentClassifier
372
348
  </summary>
373
349
 
374
350
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeDocumentClassifierCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeDocumentClassifierCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeDocumentClassifierCommandOutput/)
375
-
376
351
  </details>
377
352
  <details>
378
353
  <summary>
@@ -380,7 +355,6 @@ DescribeDominantLanguageDetectionJob
380
355
  </summary>
381
356
 
382
357
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeDominantLanguageDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeDominantLanguageDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeDominantLanguageDetectionJobCommandOutput/)
383
-
384
358
  </details>
385
359
  <details>
386
360
  <summary>
@@ -388,7 +362,6 @@ DescribeEndpoint
388
362
  </summary>
389
363
 
390
364
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeEndpointCommandOutput/)
391
-
392
365
  </details>
393
366
  <details>
394
367
  <summary>
@@ -396,7 +369,6 @@ DescribeEntitiesDetectionJob
396
369
  </summary>
397
370
 
398
371
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeEntitiesDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeEntitiesDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeEntitiesDetectionJobCommandOutput/)
399
-
400
372
  </details>
401
373
  <details>
402
374
  <summary>
@@ -404,7 +376,6 @@ DescribeEntityRecognizer
404
376
  </summary>
405
377
 
406
378
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeEntityRecognizerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeEntityRecognizerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeEntityRecognizerCommandOutput/)
407
-
408
379
  </details>
409
380
  <details>
410
381
  <summary>
@@ -412,7 +383,6 @@ DescribeEventsDetectionJob
412
383
  </summary>
413
384
 
414
385
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeEventsDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeEventsDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeEventsDetectionJobCommandOutput/)
415
-
416
386
  </details>
417
387
  <details>
418
388
  <summary>
@@ -420,7 +390,6 @@ DescribeFlywheel
420
390
  </summary>
421
391
 
422
392
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeFlywheelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeFlywheelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeFlywheelCommandOutput/)
423
-
424
393
  </details>
425
394
  <details>
426
395
  <summary>
@@ -428,7 +397,6 @@ DescribeFlywheelIteration
428
397
  </summary>
429
398
 
430
399
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeFlywheelIterationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeFlywheelIterationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeFlywheelIterationCommandOutput/)
431
-
432
400
  </details>
433
401
  <details>
434
402
  <summary>
@@ -436,7 +404,6 @@ DescribeKeyPhrasesDetectionJob
436
404
  </summary>
437
405
 
438
406
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeKeyPhrasesDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeKeyPhrasesDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeKeyPhrasesDetectionJobCommandOutput/)
439
-
440
407
  </details>
441
408
  <details>
442
409
  <summary>
@@ -444,7 +411,6 @@ DescribePiiEntitiesDetectionJob
444
411
  </summary>
445
412
 
446
413
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribePiiEntitiesDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribePiiEntitiesDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribePiiEntitiesDetectionJobCommandOutput/)
447
-
448
414
  </details>
449
415
  <details>
450
416
  <summary>
@@ -452,7 +418,6 @@ DescribeResourcePolicy
452
418
  </summary>
453
419
 
454
420
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeResourcePolicyCommandOutput/)
455
-
456
421
  </details>
457
422
  <details>
458
423
  <summary>
@@ -460,7 +425,6 @@ DescribeSentimentDetectionJob
460
425
  </summary>
461
426
 
462
427
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeSentimentDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeSentimentDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeSentimentDetectionJobCommandOutput/)
463
-
464
428
  </details>
465
429
  <details>
466
430
  <summary>
@@ -468,7 +432,6 @@ DescribeTargetedSentimentDetectionJob
468
432
  </summary>
469
433
 
470
434
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeTargetedSentimentDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeTargetedSentimentDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeTargetedSentimentDetectionJobCommandOutput/)
471
-
472
435
  </details>
473
436
  <details>
474
437
  <summary>
@@ -476,7 +439,6 @@ DescribeTopicsDetectionJob
476
439
  </summary>
477
440
 
478
441
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DescribeTopicsDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeTopicsDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DescribeTopicsDetectionJobCommandOutput/)
479
-
480
442
  </details>
481
443
  <details>
482
444
  <summary>
@@ -484,7 +446,6 @@ DetectDominantLanguage
484
446
  </summary>
485
447
 
486
448
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DetectDominantLanguageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectDominantLanguageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectDominantLanguageCommandOutput/)
487
-
488
449
  </details>
489
450
  <details>
490
451
  <summary>
@@ -492,7 +453,6 @@ DetectEntities
492
453
  </summary>
493
454
 
494
455
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DetectEntitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectEntitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectEntitiesCommandOutput/)
495
-
496
456
  </details>
497
457
  <details>
498
458
  <summary>
@@ -500,7 +460,6 @@ DetectKeyPhrases
500
460
  </summary>
501
461
 
502
462
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DetectKeyPhrasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectKeyPhrasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectKeyPhrasesCommandOutput/)
503
-
504
463
  </details>
505
464
  <details>
506
465
  <summary>
@@ -508,7 +467,6 @@ DetectPiiEntities
508
467
  </summary>
509
468
 
510
469
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DetectPiiEntitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectPiiEntitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectPiiEntitiesCommandOutput/)
511
-
512
470
  </details>
513
471
  <details>
514
472
  <summary>
@@ -516,7 +474,6 @@ DetectSentiment
516
474
  </summary>
517
475
 
518
476
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DetectSentimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectSentimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectSentimentCommandOutput/)
519
-
520
477
  </details>
521
478
  <details>
522
479
  <summary>
@@ -524,7 +481,6 @@ DetectSyntax
524
481
  </summary>
525
482
 
526
483
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DetectSyntaxCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectSyntaxCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectSyntaxCommandOutput/)
527
-
528
484
  </details>
529
485
  <details>
530
486
  <summary>
@@ -532,7 +488,6 @@ DetectTargetedSentiment
532
488
  </summary>
533
489
 
534
490
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DetectTargetedSentimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectTargetedSentimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectTargetedSentimentCommandOutput/)
535
-
536
491
  </details>
537
492
  <details>
538
493
  <summary>
@@ -540,7 +495,6 @@ DetectToxicContent
540
495
  </summary>
541
496
 
542
497
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/DetectToxicContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectToxicContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/DetectToxicContentCommandOutput/)
543
-
544
498
  </details>
545
499
  <details>
546
500
  <summary>
@@ -548,7 +502,6 @@ ImportModel
548
502
  </summary>
549
503
 
550
504
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ImportModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ImportModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ImportModelCommandOutput/)
551
-
552
505
  </details>
553
506
  <details>
554
507
  <summary>
@@ -556,7 +509,6 @@ ListDatasets
556
509
  </summary>
557
510
 
558
511
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListDatasetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListDatasetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListDatasetsCommandOutput/)
559
-
560
512
  </details>
561
513
  <details>
562
514
  <summary>
@@ -564,7 +516,6 @@ ListDocumentClassificationJobs
564
516
  </summary>
565
517
 
566
518
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListDocumentClassificationJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListDocumentClassificationJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListDocumentClassificationJobsCommandOutput/)
567
-
568
519
  </details>
569
520
  <details>
570
521
  <summary>
@@ -572,7 +523,6 @@ ListDocumentClassifiers
572
523
  </summary>
573
524
 
574
525
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListDocumentClassifiersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListDocumentClassifiersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListDocumentClassifiersCommandOutput/)
575
-
576
526
  </details>
577
527
  <details>
578
528
  <summary>
@@ -580,7 +530,6 @@ ListDocumentClassifierSummaries
580
530
  </summary>
581
531
 
582
532
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListDocumentClassifierSummariesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListDocumentClassifierSummariesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListDocumentClassifierSummariesCommandOutput/)
583
-
584
533
  </details>
585
534
  <details>
586
535
  <summary>
@@ -588,7 +537,6 @@ ListDominantLanguageDetectionJobs
588
537
  </summary>
589
538
 
590
539
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListDominantLanguageDetectionJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListDominantLanguageDetectionJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListDominantLanguageDetectionJobsCommandOutput/)
591
-
592
540
  </details>
593
541
  <details>
594
542
  <summary>
@@ -596,7 +544,6 @@ ListEndpoints
596
544
  </summary>
597
545
 
598
546
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListEndpointsCommandOutput/)
599
-
600
547
  </details>
601
548
  <details>
602
549
  <summary>
@@ -604,7 +551,6 @@ ListEntitiesDetectionJobs
604
551
  </summary>
605
552
 
606
553
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListEntitiesDetectionJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListEntitiesDetectionJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListEntitiesDetectionJobsCommandOutput/)
607
-
608
554
  </details>
609
555
  <details>
610
556
  <summary>
@@ -612,7 +558,6 @@ ListEntityRecognizers
612
558
  </summary>
613
559
 
614
560
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListEntityRecognizersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListEntityRecognizersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListEntityRecognizersCommandOutput/)
615
-
616
561
  </details>
617
562
  <details>
618
563
  <summary>
@@ -620,7 +565,6 @@ ListEntityRecognizerSummaries
620
565
  </summary>
621
566
 
622
567
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListEntityRecognizerSummariesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListEntityRecognizerSummariesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListEntityRecognizerSummariesCommandOutput/)
623
-
624
568
  </details>
625
569
  <details>
626
570
  <summary>
@@ -628,7 +572,6 @@ ListEventsDetectionJobs
628
572
  </summary>
629
573
 
630
574
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListEventsDetectionJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListEventsDetectionJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListEventsDetectionJobsCommandOutput/)
631
-
632
575
  </details>
633
576
  <details>
634
577
  <summary>
@@ -636,7 +579,6 @@ ListFlywheelIterationHistory
636
579
  </summary>
637
580
 
638
581
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListFlywheelIterationHistoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListFlywheelIterationHistoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListFlywheelIterationHistoryCommandOutput/)
639
-
640
582
  </details>
641
583
  <details>
642
584
  <summary>
@@ -644,7 +586,6 @@ ListFlywheels
644
586
  </summary>
645
587
 
646
588
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListFlywheelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListFlywheelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListFlywheelsCommandOutput/)
647
-
648
589
  </details>
649
590
  <details>
650
591
  <summary>
@@ -652,7 +593,6 @@ ListKeyPhrasesDetectionJobs
652
593
  </summary>
653
594
 
654
595
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListKeyPhrasesDetectionJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListKeyPhrasesDetectionJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListKeyPhrasesDetectionJobsCommandOutput/)
655
-
656
596
  </details>
657
597
  <details>
658
598
  <summary>
@@ -660,7 +600,6 @@ ListPiiEntitiesDetectionJobs
660
600
  </summary>
661
601
 
662
602
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListPiiEntitiesDetectionJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListPiiEntitiesDetectionJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListPiiEntitiesDetectionJobsCommandOutput/)
663
-
664
603
  </details>
665
604
  <details>
666
605
  <summary>
@@ -668,7 +607,6 @@ ListSentimentDetectionJobs
668
607
  </summary>
669
608
 
670
609
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListSentimentDetectionJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListSentimentDetectionJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListSentimentDetectionJobsCommandOutput/)
671
-
672
610
  </details>
673
611
  <details>
674
612
  <summary>
@@ -676,7 +614,6 @@ ListTagsForResource
676
614
  </summary>
677
615
 
678
616
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListTagsForResourceCommandOutput/)
679
-
680
617
  </details>
681
618
  <details>
682
619
  <summary>
@@ -684,7 +621,6 @@ ListTargetedSentimentDetectionJobs
684
621
  </summary>
685
622
 
686
623
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListTargetedSentimentDetectionJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListTargetedSentimentDetectionJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListTargetedSentimentDetectionJobsCommandOutput/)
687
-
688
624
  </details>
689
625
  <details>
690
626
  <summary>
@@ -692,7 +628,6 @@ ListTopicsDetectionJobs
692
628
  </summary>
693
629
 
694
630
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/ListTopicsDetectionJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListTopicsDetectionJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/ListTopicsDetectionJobsCommandOutput/)
695
-
696
631
  </details>
697
632
  <details>
698
633
  <summary>
@@ -700,7 +635,6 @@ PutResourcePolicy
700
635
  </summary>
701
636
 
702
637
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/PutResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/PutResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/PutResourcePolicyCommandOutput/)
703
-
704
638
  </details>
705
639
  <details>
706
640
  <summary>
@@ -708,7 +642,6 @@ StartDocumentClassificationJob
708
642
  </summary>
709
643
 
710
644
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StartDocumentClassificationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartDocumentClassificationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartDocumentClassificationJobCommandOutput/)
711
-
712
645
  </details>
713
646
  <details>
714
647
  <summary>
@@ -716,7 +649,6 @@ StartDominantLanguageDetectionJob
716
649
  </summary>
717
650
 
718
651
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StartDominantLanguageDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartDominantLanguageDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartDominantLanguageDetectionJobCommandOutput/)
719
-
720
652
  </details>
721
653
  <details>
722
654
  <summary>
@@ -724,7 +656,6 @@ StartEntitiesDetectionJob
724
656
  </summary>
725
657
 
726
658
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StartEntitiesDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartEntitiesDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartEntitiesDetectionJobCommandOutput/)
727
-
728
659
  </details>
729
660
  <details>
730
661
  <summary>
@@ -732,7 +663,6 @@ StartEventsDetectionJob
732
663
  </summary>
733
664
 
734
665
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StartEventsDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartEventsDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartEventsDetectionJobCommandOutput/)
735
-
736
666
  </details>
737
667
  <details>
738
668
  <summary>
@@ -740,7 +670,6 @@ StartFlywheelIteration
740
670
  </summary>
741
671
 
742
672
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StartFlywheelIterationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartFlywheelIterationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartFlywheelIterationCommandOutput/)
743
-
744
673
  </details>
745
674
  <details>
746
675
  <summary>
@@ -748,7 +677,6 @@ StartKeyPhrasesDetectionJob
748
677
  </summary>
749
678
 
750
679
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StartKeyPhrasesDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartKeyPhrasesDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartKeyPhrasesDetectionJobCommandOutput/)
751
-
752
680
  </details>
753
681
  <details>
754
682
  <summary>
@@ -756,7 +684,6 @@ StartPiiEntitiesDetectionJob
756
684
  </summary>
757
685
 
758
686
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StartPiiEntitiesDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartPiiEntitiesDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartPiiEntitiesDetectionJobCommandOutput/)
759
-
760
687
  </details>
761
688
  <details>
762
689
  <summary>
@@ -764,7 +691,6 @@ StartSentimentDetectionJob
764
691
  </summary>
765
692
 
766
693
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StartSentimentDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartSentimentDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartSentimentDetectionJobCommandOutput/)
767
-
768
694
  </details>
769
695
  <details>
770
696
  <summary>
@@ -772,7 +698,6 @@ StartTargetedSentimentDetectionJob
772
698
  </summary>
773
699
 
774
700
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StartTargetedSentimentDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartTargetedSentimentDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartTargetedSentimentDetectionJobCommandOutput/)
775
-
776
701
  </details>
777
702
  <details>
778
703
  <summary>
@@ -780,7 +705,6 @@ StartTopicsDetectionJob
780
705
  </summary>
781
706
 
782
707
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StartTopicsDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartTopicsDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StartTopicsDetectionJobCommandOutput/)
783
-
784
708
  </details>
785
709
  <details>
786
710
  <summary>
@@ -788,7 +712,6 @@ StopDominantLanguageDetectionJob
788
712
  </summary>
789
713
 
790
714
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StopDominantLanguageDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopDominantLanguageDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopDominantLanguageDetectionJobCommandOutput/)
791
-
792
715
  </details>
793
716
  <details>
794
717
  <summary>
@@ -796,7 +719,6 @@ StopEntitiesDetectionJob
796
719
  </summary>
797
720
 
798
721
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StopEntitiesDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopEntitiesDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopEntitiesDetectionJobCommandOutput/)
799
-
800
722
  </details>
801
723
  <details>
802
724
  <summary>
@@ -804,7 +726,6 @@ StopEventsDetectionJob
804
726
  </summary>
805
727
 
806
728
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StopEventsDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopEventsDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopEventsDetectionJobCommandOutput/)
807
-
808
729
  </details>
809
730
  <details>
810
731
  <summary>
@@ -812,7 +733,6 @@ StopKeyPhrasesDetectionJob
812
733
  </summary>
813
734
 
814
735
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StopKeyPhrasesDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopKeyPhrasesDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopKeyPhrasesDetectionJobCommandOutput/)
815
-
816
736
  </details>
817
737
  <details>
818
738
  <summary>
@@ -820,7 +740,6 @@ StopPiiEntitiesDetectionJob
820
740
  </summary>
821
741
 
822
742
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StopPiiEntitiesDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopPiiEntitiesDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopPiiEntitiesDetectionJobCommandOutput/)
823
-
824
743
  </details>
825
744
  <details>
826
745
  <summary>
@@ -828,7 +747,6 @@ StopSentimentDetectionJob
828
747
  </summary>
829
748
 
830
749
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StopSentimentDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopSentimentDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopSentimentDetectionJobCommandOutput/)
831
-
832
750
  </details>
833
751
  <details>
834
752
  <summary>
@@ -836,7 +754,6 @@ StopTargetedSentimentDetectionJob
836
754
  </summary>
837
755
 
838
756
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StopTargetedSentimentDetectionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopTargetedSentimentDetectionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopTargetedSentimentDetectionJobCommandOutput/)
839
-
840
757
  </details>
841
758
  <details>
842
759
  <summary>
@@ -844,7 +761,6 @@ StopTrainingDocumentClassifier
844
761
  </summary>
845
762
 
846
763
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StopTrainingDocumentClassifierCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopTrainingDocumentClassifierCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopTrainingDocumentClassifierCommandOutput/)
847
-
848
764
  </details>
849
765
  <details>
850
766
  <summary>
@@ -852,7 +768,6 @@ StopTrainingEntityRecognizer
852
768
  </summary>
853
769
 
854
770
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/StopTrainingEntityRecognizerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopTrainingEntityRecognizerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/StopTrainingEntityRecognizerCommandOutput/)
855
-
856
771
  </details>
857
772
  <details>
858
773
  <summary>
@@ -860,7 +775,6 @@ TagResource
860
775
  </summary>
861
776
 
862
777
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/TagResourceCommandOutput/)
863
-
864
778
  </details>
865
779
  <details>
866
780
  <summary>
@@ -868,7 +782,6 @@ UntagResource
868
782
  </summary>
869
783
 
870
784
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/UntagResourceCommandOutput/)
871
-
872
785
  </details>
873
786
  <details>
874
787
  <summary>
@@ -876,7 +789,6 @@ UpdateEndpoint
876
789
  </summary>
877
790
 
878
791
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/UpdateEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/UpdateEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/UpdateEndpointCommandOutput/)
879
-
880
792
  </details>
881
793
  <details>
882
794
  <summary>
@@ -884,5 +796,4 @@ UpdateFlywheel
884
796
  </summary>
885
797
 
886
798
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/comprehend/command/UpdateFlywheelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/UpdateFlywheelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-comprehend/Interface/UpdateFlywheelCommandOutput/)
887
-
888
799
  </details>