@aws-sdk/client-comprehend 3.36.0 → 3.39.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 +42 -0
- package/dist-cjs/Comprehend.js +0 -6
- package/dist-cjs/ComprehendClient.js +0 -11
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +0 -26
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +0 -26
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +0 -24
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +0 -26
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +0 -25
- package/dist-cjs/commands/ClassifyDocumentCommand.js +0 -25
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +0 -26
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +0 -27
- package/dist-cjs/commands/CreateEndpointCommand.js +0 -26
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +0 -26
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +0 -30
- package/dist-cjs/commands/DeleteEndpointCommand.js +0 -25
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +0 -30
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +0 -24
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeEndpointCommand.js +0 -25
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +0 -25
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +0 -24
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +0 -25
- package/dist-cjs/commands/DetectEntitiesCommand.js +0 -25
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +0 -24
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +0 -25
- package/dist-cjs/commands/DetectSentimentCommand.js +0 -25
- package/dist-cjs/commands/DetectSyntaxCommand.js +0 -25
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +0 -24
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +0 -24
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +0 -24
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +0 -24
- package/dist-cjs/commands/ListEndpointsCommand.js +0 -24
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +0 -24
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +0 -24
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +0 -29
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +0 -24
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -24
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -24
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +0 -24
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +0 -24
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +0 -25
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +0 -28
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +0 -24
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +0 -24
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +0 -33
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +0 -33
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +0 -24
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +0 -33
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +0 -24
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +0 -33
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +0 -29
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +0 -29
- package/dist-cjs/commands/TagResourceCommand.js +0 -27
- package/dist-cjs/commands/UntagResourceCommand.js +0 -24
- package/dist-cjs/commands/UpdateEndpointCommand.js +0 -24
- package/dist-cjs/commands/index.js +66 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -77
- package/dist-cjs/models/models_0.js +0 -609
- package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +0 -10
- package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +0 -10
- package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +0 -10
- package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +0 -10
- package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +15 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +63 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -77
- package/dist-es/pagination/index.js +12 -0
- package/dist-types/commands/index.d.ts +63 -0
- package/dist-types/index.d.ts +4 -77
- package/dist-types/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/Comprehend.d.ts +64 -305
- package/dist-types/ts3.4/ComprehendClient.d.ts +24 -92
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/index.d.ts +4 -77
- package/dist-types/ts3.4/models/models_0.d.ts +884 -3867
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.