@aws-sdk/client-comprehend 3.186.0 → 3.188.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/CHANGELOG.md +8 -0
- package/dist-es/Comprehend.js +294 -301
- package/dist-es/ComprehendClient.js +22 -28
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +21 -28
- package/dist-es/commands/BatchDetectEntitiesCommand.js +21 -28
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +21 -28
- package/dist-es/commands/BatchDetectSentimentCommand.js +21 -28
- package/dist-es/commands/BatchDetectSyntaxCommand.js +21 -28
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +21 -28
- package/dist-es/commands/ClassifyDocumentCommand.js +21 -28
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +21 -28
- package/dist-es/commands/CreateDocumentClassifierCommand.js +21 -28
- package/dist-es/commands/CreateEndpointCommand.js +21 -28
- package/dist-es/commands/CreateEntityRecognizerCommand.js +21 -28
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +21 -28
- package/dist-es/commands/DeleteEndpointCommand.js +21 -28
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +21 -28
- package/dist-es/commands/DeleteResourcePolicyCommand.js +21 -28
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +21 -28
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +21 -28
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +21 -28
- package/dist-es/commands/DescribeEndpointCommand.js +21 -28
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +21 -28
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +21 -28
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +21 -28
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +21 -28
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +21 -28
- package/dist-es/commands/DescribeResourcePolicyCommand.js +21 -28
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +21 -28
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +21 -28
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +21 -28
- package/dist-es/commands/DetectDominantLanguageCommand.js +21 -28
- package/dist-es/commands/DetectEntitiesCommand.js +21 -28
- package/dist-es/commands/DetectKeyPhrasesCommand.js +21 -28
- package/dist-es/commands/DetectPiiEntitiesCommand.js +21 -28
- package/dist-es/commands/DetectSentimentCommand.js +21 -28
- package/dist-es/commands/DetectSyntaxCommand.js +21 -28
- package/dist-es/commands/DetectTargetedSentimentCommand.js +21 -28
- package/dist-es/commands/ImportModelCommand.js +21 -28
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +21 -28
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +21 -28
- package/dist-es/commands/ListDocumentClassifiersCommand.js +21 -28
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +21 -28
- package/dist-es/commands/ListEndpointsCommand.js +21 -28
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +21 -28
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +21 -28
- package/dist-es/commands/ListEntityRecognizersCommand.js +21 -28
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +21 -28
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +21 -28
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +21 -28
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +21 -28
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +21 -28
- package/dist-es/commands/PutResourcePolicyCommand.js +21 -28
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +21 -28
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +21 -28
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +21 -28
- package/dist-es/commands/StartEventsDetectionJobCommand.js +21 -28
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +21 -28
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +21 -28
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +21 -28
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +21 -28
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +21 -28
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +21 -28
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +21 -28
- package/dist-es/commands/StopEventsDetectionJobCommand.js +21 -28
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +21 -28
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +21 -28
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +21 -28
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +21 -28
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +21 -28
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateEndpointCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ComprehendServiceException.js +5 -10
- package/dist-es/models/models_0.js +856 -416
- package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js +25 -68
- package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js +25 -68
- package/dist-es/pagination/ListDocumentClassifiersPaginator.js +25 -68
- package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js +25 -68
- package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js +25 -68
- package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js +25 -68
- package/dist-es/pagination/ListEntityRecognizersPaginator.js +25 -68
- package/dist-es/pagination/ListEventsDetectionJobsPaginator.js +25 -68
- package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +25 -68
- package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js +25 -68
- package/dist-es/pagination/ListTargetedSentimentDetectionJobsPaginator.js +25 -68
- package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +5054 -6388
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-comprehend
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-comprehend
|