@aws-sdk/client-comprehend 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +94 -93
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -8488,44 +8488,24 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8488
8488
  // Annotate the CommonJS export names for ESM import in node:
8489
8489
 
8490
8490
  0 && (module.exports = {
8491
- AugmentedManifestsDocumentTypeFormat,
8491
+ ComprehendServiceException,
8492
+ __Client,
8493
+ ComprehendClient,
8494
+ Comprehend,
8495
+ $Command,
8492
8496
  BatchDetectDominantLanguageCommand,
8493
- BatchDetectDominantLanguageRequestFilterSensitiveLog,
8494
- BatchDetectDominantLanguageResponseFilterSensitiveLog,
8495
8497
  BatchDetectEntitiesCommand,
8496
- BatchDetectEntitiesRequestFilterSensitiveLog,
8497
- BatchDetectEntitiesResponseFilterSensitiveLog,
8498
8498
  BatchDetectKeyPhrasesCommand,
8499
- BatchDetectKeyPhrasesRequestFilterSensitiveLog,
8500
- BatchDetectKeyPhrasesResponseFilterSensitiveLog,
8501
8499
  BatchDetectSentimentCommand,
8502
- BatchDetectSentimentRequestFilterSensitiveLog,
8503
- BatchDetectSentimentResponseFilterSensitiveLog,
8504
8500
  BatchDetectSyntaxCommand,
8505
- BatchDetectSyntaxRequestFilterSensitiveLog,
8506
- BatchDetectSyntaxResponseFilterSensitiveLog,
8507
8501
  BatchDetectTargetedSentimentCommand,
8508
- BatchDetectTargetedSentimentRequestFilterSensitiveLog,
8509
- BatchDetectTargetedSentimentResponseFilterSensitiveLog,
8510
- BatchSizeLimitExceededException,
8511
- BlockType,
8512
- ClassifierMetadataFilterSensitiveLog,
8513
8502
  ClassifyDocumentCommand,
8514
- ClassifyDocumentRequestFilterSensitiveLog,
8515
- ClassifyDocumentResponseFilterSensitiveLog,
8516
- Comprehend,
8517
- ComprehendClient,
8518
- ComprehendServiceException,
8519
- ConcurrentModificationException,
8520
8503
  ContainsPiiEntitiesCommand,
8521
8504
  CreateDatasetCommand,
8522
8505
  CreateDocumentClassifierCommand,
8523
8506
  CreateEndpointCommand,
8524
8507
  CreateEntityRecognizerCommand,
8525
8508
  CreateFlywheelCommand,
8526
- DatasetDataFormat,
8527
- DatasetStatus,
8528
- DatasetType,
8529
8509
  DeleteDocumentClassifierCommand,
8530
8510
  DeleteEndpointCommand,
8531
8511
  DeleteEntityRecognizerCommand,
@@ -8534,12 +8514,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8534
8514
  DescribeDatasetCommand,
8535
8515
  DescribeDocumentClassificationJobCommand,
8536
8516
  DescribeDocumentClassifierCommand,
8537
- DescribeDocumentClassifierResponseFilterSensitiveLog,
8538
8517
  DescribeDominantLanguageDetectionJobCommand,
8539
8518
  DescribeEndpointCommand,
8540
8519
  DescribeEntitiesDetectionJobCommand,
8541
8520
  DescribeEntityRecognizerCommand,
8542
- DescribeEntityRecognizerResponseFilterSensitiveLog,
8543
8521
  DescribeEventsDetectionJobCommand,
8544
8522
  DescribeFlywheelCommand,
8545
8523
  DescribeFlywheelIterationCommand,
@@ -8550,63 +8528,23 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8550
8528
  DescribeTargetedSentimentDetectionJobCommand,
8551
8529
  DescribeTopicsDetectionJobCommand,
8552
8530
  DetectDominantLanguageCommand,
8553
- DetectDominantLanguageRequestFilterSensitiveLog,
8554
- DetectDominantLanguageResponseFilterSensitiveLog,
8555
8531
  DetectEntitiesCommand,
8556
- DetectEntitiesRequestFilterSensitiveLog,
8557
- DetectEntitiesResponseFilterSensitiveLog,
8558
8532
  DetectKeyPhrasesCommand,
8559
- DetectKeyPhrasesRequestFilterSensitiveLog,
8560
- DetectKeyPhrasesResponseFilterSensitiveLog,
8561
8533
  DetectPiiEntitiesCommand,
8562
8534
  DetectSentimentCommand,
8563
- DetectSentimentRequestFilterSensitiveLog,
8564
- DetectSentimentResponseFilterSensitiveLog,
8565
8535
  DetectSyntaxCommand,
8566
- DetectSyntaxRequestFilterSensitiveLog,
8567
- DetectSyntaxResponseFilterSensitiveLog,
8568
8536
  DetectTargetedSentimentCommand,
8569
- DetectTargetedSentimentRequestFilterSensitiveLog,
8570
- DetectTargetedSentimentResponseFilterSensitiveLog,
8571
8537
  DetectToxicContentCommand,
8572
- DetectToxicContentRequestFilterSensitiveLog,
8573
- DocumentClassifierDataFormat,
8574
- DocumentClassifierDocumentTypeFormat,
8575
- DocumentClassifierMode,
8576
- DocumentClassifierPropertiesFilterSensitiveLog,
8577
- DocumentReadAction,
8578
- DocumentReadFeatureTypes,
8579
- DocumentReadMode,
8580
- DocumentType,
8581
- EndpointStatus,
8582
- EntityRecognizerDataFormat,
8583
- EntityRecognizerMetadataFilterSensitiveLog,
8584
- EntityRecognizerPropertiesFilterSensitiveLog,
8585
- EntityType,
8586
- FlywheelIterationStatus,
8587
- FlywheelStatus,
8588
8538
  ImportModelCommand,
8589
- InputFormat,
8590
- InternalServerException,
8591
- InvalidFilterException,
8592
- InvalidRequestDetailReason,
8593
- InvalidRequestException,
8594
- InvalidRequestReason,
8595
- JobNotFoundException,
8596
- JobStatus,
8597
- KmsKeyValidationException,
8598
- LanguageCode,
8599
8539
  ListDatasetsCommand,
8600
8540
  ListDocumentClassificationJobsCommand,
8601
8541
  ListDocumentClassifierSummariesCommand,
8602
8542
  ListDocumentClassifiersCommand,
8603
- ListDocumentClassifiersResponseFilterSensitiveLog,
8604
8543
  ListDominantLanguageDetectionJobsCommand,
8605
8544
  ListEndpointsCommand,
8606
8545
  ListEntitiesDetectionJobsCommand,
8607
8546
  ListEntityRecognizerSummariesCommand,
8608
8547
  ListEntityRecognizersCommand,
8609
- ListEntityRecognizersResponseFilterSensitiveLog,
8610
8548
  ListEventsDetectionJobsCommand,
8611
8549
  ListFlywheelIterationHistoryCommand,
8612
8550
  ListFlywheelsCommand,
@@ -8616,22 +8554,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8616
8554
  ListTagsForResourceCommand,
8617
8555
  ListTargetedSentimentDetectionJobsCommand,
8618
8556
  ListTopicsDetectionJobsCommand,
8619
- ModelStatus,
8620
- ModelType,
8621
- PageBasedErrorCode,
8622
- PageBasedWarningCode,
8623
- PartOfSpeechTagType,
8624
- PiiEntitiesDetectionMaskMode,
8625
- PiiEntitiesDetectionMode,
8626
- PiiEntityType,
8627
8557
  PutResourcePolicyCommand,
8628
- RelationshipType,
8629
- ResourceInUseException,
8630
- ResourceLimitExceededException,
8631
- ResourceNotFoundException,
8632
- ResourceUnavailableException,
8633
- SentimentType,
8634
- Split,
8635
8558
  StartDocumentClassificationJobCommand,
8636
8559
  StartDominantLanguageDetectionJobCommand,
8637
8560
  StartEntitiesDetectionJobCommand,
@@ -8651,20 +8574,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8651
8574
  StopTargetedSentimentDetectionJobCommand,
8652
8575
  StopTrainingDocumentClassifierCommand,
8653
8576
  StopTrainingEntityRecognizerCommand,
8654
- SyntaxLanguageCode,
8655
8577
  TagResourceCommand,
8656
- TargetedSentimentEntityType,
8657
- TextSegmentFilterSensitiveLog,
8658
- TextSizeLimitExceededException,
8659
- TooManyRequestsException,
8660
- TooManyTagKeysException,
8661
- TooManyTagsException,
8662
- ToxicContentType,
8663
- UnsupportedLanguageException,
8664
8578
  UntagResourceCommand,
8665
8579
  UpdateEndpointCommand,
8666
8580
  UpdateFlywheelCommand,
8667
- __Client,
8668
8581
  paginateListDatasets,
8669
8582
  paginateListDocumentClassificationJobs,
8670
8583
  paginateListDocumentClassifierSummaries,
@@ -8681,6 +8594,94 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
8681
8594
  paginateListPiiEntitiesDetectionJobs,
8682
8595
  paginateListSentimentDetectionJobs,
8683
8596
  paginateListTargetedSentimentDetectionJobs,
8684
- paginateListTopicsDetectionJobs
8597
+ paginateListTopicsDetectionJobs,
8598
+ AugmentedManifestsDocumentTypeFormat,
8599
+ Split,
8600
+ BatchSizeLimitExceededException,
8601
+ InternalServerException,
8602
+ InvalidRequestDetailReason,
8603
+ InvalidRequestReason,
8604
+ InvalidRequestException,
8605
+ TextSizeLimitExceededException,
8606
+ LanguageCode,
8607
+ EntityType,
8608
+ UnsupportedLanguageException,
8609
+ SentimentType,
8610
+ SyntaxLanguageCode,
8611
+ PartOfSpeechTagType,
8612
+ TargetedSentimentEntityType,
8613
+ BlockType,
8614
+ RelationshipType,
8615
+ DocumentReadAction,
8616
+ DocumentReadMode,
8617
+ DocumentReadFeatureTypes,
8618
+ DocumentType,
8619
+ PageBasedErrorCode,
8620
+ PageBasedWarningCode,
8621
+ ResourceUnavailableException,
8622
+ PiiEntityType,
8623
+ DatasetType,
8624
+ DatasetDataFormat,
8625
+ InputFormat,
8626
+ ResourceInUseException,
8627
+ ResourceLimitExceededException,
8628
+ ResourceNotFoundException,
8629
+ TooManyRequestsException,
8630
+ TooManyTagsException,
8631
+ DocumentClassifierDataFormat,
8632
+ DocumentClassifierDocumentTypeFormat,
8633
+ DocumentClassifierMode,
8634
+ KmsKeyValidationException,
8635
+ EntityRecognizerDataFormat,
8636
+ ModelType,
8637
+ DatasetStatus,
8638
+ JobStatus,
8639
+ JobNotFoundException,
8640
+ ModelStatus,
8641
+ EndpointStatus,
8642
+ FlywheelStatus,
8643
+ FlywheelIterationStatus,
8644
+ PiiEntitiesDetectionMode,
8645
+ PiiEntitiesDetectionMaskMode,
8646
+ ToxicContentType,
8647
+ InvalidFilterException,
8648
+ BatchDetectDominantLanguageRequestFilterSensitiveLog,
8649
+ BatchDetectDominantLanguageResponseFilterSensitiveLog,
8650
+ BatchDetectEntitiesRequestFilterSensitiveLog,
8651
+ BatchDetectEntitiesResponseFilterSensitiveLog,
8652
+ BatchDetectKeyPhrasesRequestFilterSensitiveLog,
8653
+ BatchDetectKeyPhrasesResponseFilterSensitiveLog,
8654
+ BatchDetectSentimentRequestFilterSensitiveLog,
8655
+ BatchDetectSentimentResponseFilterSensitiveLog,
8656
+ BatchDetectSyntaxRequestFilterSensitiveLog,
8657
+ BatchDetectSyntaxResponseFilterSensitiveLog,
8658
+ BatchDetectTargetedSentimentRequestFilterSensitiveLog,
8659
+ BatchDetectTargetedSentimentResponseFilterSensitiveLog,
8660
+ ClassifierMetadataFilterSensitiveLog,
8661
+ ClassifyDocumentRequestFilterSensitiveLog,
8662
+ ClassifyDocumentResponseFilterSensitiveLog,
8663
+ DocumentClassifierPropertiesFilterSensitiveLog,
8664
+ DescribeDocumentClassifierResponseFilterSensitiveLog,
8665
+ EntityRecognizerMetadataFilterSensitiveLog,
8666
+ EntityRecognizerPropertiesFilterSensitiveLog,
8667
+ DescribeEntityRecognizerResponseFilterSensitiveLog,
8668
+ DetectDominantLanguageRequestFilterSensitiveLog,
8669
+ DetectDominantLanguageResponseFilterSensitiveLog,
8670
+ DetectEntitiesRequestFilterSensitiveLog,
8671
+ DetectEntitiesResponseFilterSensitiveLog,
8672
+ DetectKeyPhrasesRequestFilterSensitiveLog,
8673
+ DetectKeyPhrasesResponseFilterSensitiveLog,
8674
+ DetectSentimentRequestFilterSensitiveLog,
8675
+ DetectSentimentResponseFilterSensitiveLog,
8676
+ DetectSyntaxRequestFilterSensitiveLog,
8677
+ DetectSyntaxResponseFilterSensitiveLog,
8678
+ DetectTargetedSentimentRequestFilterSensitiveLog,
8679
+ DetectTargetedSentimentResponseFilterSensitiveLog,
8680
+ TextSegmentFilterSensitiveLog,
8681
+ DetectToxicContentRequestFilterSensitiveLog,
8682
+ ListDocumentClassifiersResponseFilterSensitiveLog,
8683
+ ListEntityRecognizersResponseFilterSensitiveLog,
8684
+ ConcurrentModificationException,
8685
+ TooManyTagKeysException
8685
8686
  });
8686
8687
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-comprehend",
3
3
  "description": "AWS SDK for JavaScript Comprehend Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-comprehend",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",