@aws-sdk/client-comprehend 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/Comprehend.js +0 -7
- package/dist-cjs/ComprehendClient.js +0 -12
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +0 -27
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +0 -27
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +0 -25
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +0 -27
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +0 -26
- package/dist-cjs/commands/ClassifyDocumentCommand.js +0 -26
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +0 -27
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +0 -28
- package/dist-cjs/commands/CreateEndpointCommand.js +0 -27
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +0 -27
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +0 -31
- package/dist-cjs/commands/DeleteEndpointCommand.js +0 -26
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +0 -31
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +0 -25
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeEndpointCommand.js +0 -26
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +0 -26
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +0 -26
- package/dist-cjs/commands/DetectEntitiesCommand.js +0 -26
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +0 -25
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +0 -26
- package/dist-cjs/commands/DetectSentimentCommand.js +0 -26
- package/dist-cjs/commands/DetectSyntaxCommand.js +0 -26
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +0 -25
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +0 -25
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +0 -25
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListEndpointsCommand.js +0 -25
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +0 -25
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +0 -30
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +0 -25
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +0 -26
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +0 -27
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +0 -29
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +0 -27
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +0 -27
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +0 -26
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +0 -34
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +0 -34
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +0 -34
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +0 -25
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +0 -34
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +0 -30
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +0 -30
- package/dist-cjs/commands/TagResourceCommand.js +0 -28
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateEndpointCommand.js +0 -25
- package/dist-cjs/commands/index.js +66 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -78
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -610
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +0 -11
- package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +0 -11
- package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +0 -11
- package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +0 -11
- package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +15 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/Comprehend.js +0 -1
- package/dist-es/ComprehendClient.js +0 -1
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +0 -1
- package/dist-es/commands/BatchDetectEntitiesCommand.js +0 -1
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +0 -1
- package/dist-es/commands/BatchDetectSentimentCommand.js +0 -1
- package/dist-es/commands/BatchDetectSyntaxCommand.js +0 -1
- package/dist-es/commands/ClassifyDocumentCommand.js +0 -1
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +0 -1
- package/dist-es/commands/CreateDocumentClassifierCommand.js +0 -1
- package/dist-es/commands/CreateEndpointCommand.js +0 -1
- package/dist-es/commands/CreateEntityRecognizerCommand.js +0 -1
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +0 -1
- package/dist-es/commands/DeleteEndpointCommand.js +0 -1
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +0 -1
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +0 -1
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +0 -1
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribeEndpointCommand.js +0 -1
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +0 -1
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +0 -1
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +0 -1
- package/dist-es/commands/DetectDominantLanguageCommand.js +0 -1
- package/dist-es/commands/DetectEntitiesCommand.js +0 -1
- package/dist-es/commands/DetectKeyPhrasesCommand.js +0 -1
- package/dist-es/commands/DetectPiiEntitiesCommand.js +0 -1
- package/dist-es/commands/DetectSentimentCommand.js +0 -1
- package/dist-es/commands/DetectSyntaxCommand.js +0 -1
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +0 -1
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +0 -1
- package/dist-es/commands/ListDocumentClassifiersCommand.js +0 -1
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListEndpointsCommand.js +0 -1
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +0 -1
- package/dist-es/commands/ListEntityRecognizersCommand.js +0 -1
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +0 -1
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +0 -1
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartEventsDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +0 -1
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopEventsDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +0 -1
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +0 -1
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateEndpointCommand.js +0 -1
- package/dist-es/commands/index.js +63 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -78
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js +0 -1
- package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js +0 -1
- package/dist-es/pagination/ListDocumentClassifiersPaginator.js +0 -1
- package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js +0 -1
- package/dist-es/pagination/ListEntityRecognizersPaginator.js +0 -1
- package/dist-es/pagination/ListEventsDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js +0 -1
- package/dist-es/pagination/index.js +12 -0
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- 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 +33 -30
- package/dist-cjs/Comprehend.js.map +0 -1
- package/dist-cjs/ComprehendClient.js.map +0 -1
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDetectSentimentCommand.js.map +0 -1
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js.map +0 -1
- package/dist-cjs/commands/ClassifyDocumentCommand.js.map +0 -1
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js.map +0 -1
- package/dist-cjs/commands/CreateEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DetectDominantLanguageCommand.js.map +0 -1
- package/dist-cjs/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js.map +0 -1
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js.map +0 -1
- package/dist-cjs/commands/DetectSentimentCommand.js.map +0 -1
- package/dist-cjs/commands/DetectSyntaxCommand.js.map +0 -1
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js.map +0 -1
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListEndpointsCommand.js.map +0 -1
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
- package/dist-cjs/commands/ListEntityRecognizersCommand.js.map +0 -1
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateEndpointCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEntityRecognizersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/Comprehend.js.map +0 -1
- package/dist-es/ComprehendClient.js.map +0 -1
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
- package/dist-es/commands/BatchDetectEntitiesCommand.js.map +0 -1
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
- package/dist-es/commands/BatchDetectSentimentCommand.js.map +0 -1
- package/dist-es/commands/BatchDetectSyntaxCommand.js.map +0 -1
- package/dist-es/commands/ClassifyDocumentCommand.js.map +0 -1
- package/dist-es/commands/ContainsPiiEntitiesCommand.js.map +0 -1
- package/dist-es/commands/CreateDocumentClassifierCommand.js.map +0 -1
- package/dist-es/commands/CreateEndpointCommand.js.map +0 -1
- package/dist-es/commands/CreateEntityRecognizerCommand.js.map +0 -1
- package/dist-es/commands/DeleteDocumentClassifierCommand.js.map +0 -1
- package/dist-es/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist-es/commands/DeleteEntityRecognizerCommand.js.map +0 -1
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeDocumentClassifierCommand.js.map +0 -1
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeEndpointCommand.js.map +0 -1
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeEntityRecognizerCommand.js.map +0 -1
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/DetectDominantLanguageCommand.js.map +0 -1
- package/dist-es/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist-es/commands/DetectKeyPhrasesCommand.js.map +0 -1
- package/dist-es/commands/DetectPiiEntitiesCommand.js.map +0 -1
- package/dist-es/commands/DetectSentimentCommand.js.map +0 -1
- package/dist-es/commands/DetectSyntaxCommand.js.map +0 -1
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
- package/dist-es/commands/ListDocumentClassifiersCommand.js.map +0 -1
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListEndpointsCommand.js.map +0 -1
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
- package/dist-es/commands/ListEntityRecognizersCommand.js.map +0 -1
- package/dist-es/commands/ListEventsDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
- package/dist-es/commands/StartDocumentClassificationJobCommand.js.map +0 -1
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartEventsDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartSentimentDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StartTopicsDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopEventsDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopSentimentDetectionJobCommand.js.map +0 -1
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateEndpointCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
- package/dist-es/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
- package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
- package/dist-es/pagination/ListEntityRecognizersPaginator.js.map +0 -1
- package/dist-es/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/Comprehend.ts +0 -2439
- package/src/ComprehendClient.ts +0 -575
- package/src/commands/BatchDetectDominantLanguageCommand.ts +0 -102
- package/src/commands/BatchDetectEntitiesCommand.ts +0 -97
- package/src/commands/BatchDetectKeyPhrasesCommand.ts +0 -95
- package/src/commands/BatchDetectSentimentCommand.ts +0 -97
- package/src/commands/BatchDetectSyntaxCommand.ts +0 -96
- package/src/commands/ClassifyDocumentCommand.ts +0 -96
- package/src/commands/ContainsPiiEntitiesCommand.ts +0 -97
- package/src/commands/CreateDocumentClassifierCommand.ts +0 -98
- package/src/commands/CreateEndpointCommand.ts +0 -97
- package/src/commands/CreateEntityRecognizerCommand.ts +0 -97
- package/src/commands/DeleteDocumentClassifierCommand.ts +0 -101
- package/src/commands/DeleteEndpointCommand.ts +0 -96
- package/src/commands/DeleteEntityRecognizerCommand.ts +0 -101
- package/src/commands/DescribeDocumentClassificationJobCommand.ts +0 -107
- package/src/commands/DescribeDocumentClassifierCommand.ts +0 -98
- package/src/commands/DescribeDominantLanguageDetectionJobCommand.ts +0 -107
- package/src/commands/DescribeEndpointCommand.ts +0 -96
- package/src/commands/DescribeEntitiesDetectionJobCommand.ts +0 -101
- package/src/commands/DescribeEntityRecognizerCommand.ts +0 -96
- package/src/commands/DescribeEventsDetectionJobCommand.ts +0 -98
- package/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts +0 -104
- package/src/commands/DescribePiiEntitiesDetectionJobCommand.ts +0 -104
- package/src/commands/DescribeSentimentDetectionJobCommand.ts +0 -101
- package/src/commands/DescribeTopicsDetectionJobCommand.ts +0 -99
- package/src/commands/DetectDominantLanguageCommand.ts +0 -96
- package/src/commands/DetectEntitiesCommand.ts +0 -96
- package/src/commands/DetectKeyPhrasesCommand.ts +0 -95
- package/src/commands/DetectPiiEntitiesCommand.ts +0 -96
- package/src/commands/DetectSentimentCommand.ts +0 -96
- package/src/commands/DetectSyntaxCommand.ts +0 -96
- package/src/commands/ListDocumentClassificationJobsCommand.ts +0 -103
- package/src/commands/ListDocumentClassifierSummariesCommand.ts +0 -103
- package/src/commands/ListDocumentClassifiersCommand.ts +0 -95
- package/src/commands/ListDominantLanguageDetectionJobsCommand.ts +0 -106
- package/src/commands/ListEndpointsCommand.ts +0 -95
- package/src/commands/ListEntitiesDetectionJobsCommand.ts +0 -98
- package/src/commands/ListEntityRecognizerSummariesCommand.ts +0 -100
- package/src/commands/ListEntityRecognizersCommand.ts +0 -100
- package/src/commands/ListEventsDetectionJobsCommand.ts +0 -95
- package/src/commands/ListKeyPhrasesDetectionJobsCommand.ts +0 -100
- package/src/commands/ListPiiEntitiesDetectionJobsCommand.ts +0 -100
- package/src/commands/ListSentimentDetectionJobsCommand.ts +0 -98
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ListTopicsDetectionJobsCommand.ts +0 -95
- package/src/commands/StartDocumentClassificationJobCommand.ts +0 -104
- package/src/commands/StartDominantLanguageDetectionJobCommand.ts +0 -108
- package/src/commands/StartEntitiesDetectionJobCommand.ts +0 -102
- package/src/commands/StartEventsDetectionJobCommand.ts +0 -95
- package/src/commands/StartKeyPhrasesDetectionJobCommand.ts +0 -102
- package/src/commands/StartPiiEntitiesDetectionJobCommand.ts +0 -100
- package/src/commands/StartSentimentDetectionJobCommand.ts +0 -100
- package/src/commands/StartTopicsDetectionJobCommand.ts +0 -96
- package/src/commands/StopDominantLanguageDetectionJobCommand.ts +0 -112
- package/src/commands/StopEntitiesDetectionJobCommand.ts +0 -104
- package/src/commands/StopEventsDetectionJobCommand.ts +0 -95
- package/src/commands/StopKeyPhrasesDetectionJobCommand.ts +0 -107
- package/src/commands/StopPiiEntitiesDetectionJobCommand.ts +0 -100
- package/src/commands/StopSentimentDetectionJobCommand.ts +0 -107
- package/src/commands/StopTrainingDocumentClassifierCommand.ts +0 -108
- package/src/commands/StopTrainingEntityRecognizerCommand.ts +0 -105
- package/src/commands/TagResourceCommand.ts +0 -98
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateEndpointCommand.ts +0 -95
- package/src/endpoints.ts +0 -77
- package/src/index.ts +0 -78
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -6966
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListDocumentClassificationJobsPaginator.ts +0 -59
- package/src/pagination/ListDocumentClassifierSummariesPaginator.ts +0 -59
- package/src/pagination/ListDocumentClassifiersPaginator.ts +0 -59
- package/src/pagination/ListDominantLanguageDetectionJobsPaginator.ts +0 -59
- package/src/pagination/ListEntitiesDetectionJobsPaginator.ts +0 -59
- package/src/pagination/ListEntityRecognizerSummariesPaginator.ts +0 -59
- package/src/pagination/ListEntityRecognizersPaginator.ts +0 -59
- package/src/pagination/ListEventsDetectionJobsPaginator.ts +0 -59
- package/src/pagination/ListKeyPhrasesDetectionJobsPaginator.ts +0 -59
- package/src/pagination/ListSentimentDetectionJobsPaginator.ts +0 -59
- package/src/pagination/ListTopicsDetectionJobsPaginator.ts +0 -59
- package/src/protocols/Aws_json1_1.ts +0 -10158
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -5,41 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Deletes an entity recognizer.</p>
|
|
10
|
-
* <p>Only those recognizers that are in terminated states (IN_ERROR, TRAINED) will be deleted.
|
|
11
|
-
* If an active inference job is using the model, a <code>ResourceInUseException</code> will be
|
|
12
|
-
* returned.</p>
|
|
13
|
-
* <p>This is an asynchronous action that puts the recognizer into a DELETING state, and it is
|
|
14
|
-
* then removed by a background job. Once removed, the recognizer disappears from your account
|
|
15
|
-
* and is no longer available for use. </p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { ComprehendClient, DeleteEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
20
|
-
* // const { ComprehendClient, DeleteEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
21
|
-
* const client = new ComprehendClient(config);
|
|
22
|
-
* const command = new DeleteEntityRecognizerCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link DeleteEntityRecognizerCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link DeleteEntityRecognizerCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
8
|
class DeleteEntityRecognizerCommand extends smithy_client_1.Command {
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
9
|
constructor(input) {
|
|
35
|
-
// Start section: command_constructor
|
|
36
10
|
super();
|
|
37
11
|
this.input = input;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +34,3 @@ class DeleteEntityRecognizerCommand extends smithy_client_1.Command {
|
|
|
64
34
|
}
|
|
65
35
|
}
|
|
66
36
|
exports.DeleteEntityRecognizerCommand = DeleteEntityRecognizerCommand;
|
|
67
|
-
//# sourceMappingURL=DeleteEntityRecognizerCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with a document classification job. Use this operation to
|
|
10
|
-
* get the status of a classification job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DescribeDocumentClassificationJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DescribeDocumentClassificationJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DescribeDocumentClassificationJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeDocumentClassificationJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeDocumentClassificationJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DescribeDocumentClassificationJobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeDocumentClassificationJobCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeDocumentClassificationJobCommand = DescribeDocumentClassificationJobCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeDocumentClassificationJobCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with a document classifier.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ComprehendClient, DescribeDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
14
|
-
* // const { ComprehendClient, DescribeDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
15
|
-
* const client = new ComprehendClient(config);
|
|
16
|
-
* const command = new DescribeDocumentClassifierCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeDocumentClassifierCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeDocumentClassifierCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class DescribeDocumentClassifierCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DescribeDocumentClassifierCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribeDocumentClassifierCommand = DescribeDocumentClassifierCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeDocumentClassifierCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with a dominant language detection job. Use this operation
|
|
10
|
-
* to get the status of a detection job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DescribeDominantLanguageDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DescribeDominantLanguageDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DescribeDominantLanguageDetectionJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeDominantLanguageDetectionJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeDominantLanguageDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DescribeDominantLanguageDetectionJobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeDominantLanguageDetectionJobCommand extends smithy_client_1.Comman
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeDominantLanguageDetectionJobCommand = DescribeDominantLanguageDetectionJobCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeDominantLanguageDetectionJobCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with a specific endpoint. Use this operation to get the
|
|
10
|
-
* status of an endpoint.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DescribeEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DescribeEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DescribeEndpointCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeEndpointCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeEndpointCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DescribeEndpointCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeEndpointCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeEndpointCommand = DescribeEndpointCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeEndpointCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with an entities detection job. Use this operation to get
|
|
10
|
-
* the status of a detection job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DescribeEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DescribeEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DescribeEntitiesDetectionJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeEntitiesDetectionJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeEntitiesDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DescribeEntitiesDetectionJobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeEntitiesDetectionJobCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeEntitiesDetectionJobCommand = DescribeEntitiesDetectionJobCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeEntitiesDetectionJobCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Provides details about an entity recognizer including status, S3 buckets containing
|
|
10
|
-
* training data, recognizer metadata, metrics, and so on.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DescribeEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DescribeEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DescribeEntityRecognizerCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeEntityRecognizerCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeEntityRecognizerCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DescribeEntityRecognizerCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeEntityRecognizerCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeEntityRecognizerCommand = DescribeEntityRecognizerCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeEntityRecognizerCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the status and details of an events detection job.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ComprehendClient, DescribeEventsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
14
|
-
* // const { ComprehendClient, DescribeEventsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
15
|
-
* const client = new ComprehendClient(config);
|
|
16
|
-
* const command = new DescribeEventsDetectionJobCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeEventsDetectionJobCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeEventsDetectionJobCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class DescribeEventsDetectionJobCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DescribeEventsDetectionJobCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribeEventsDetectionJobCommand = DescribeEventsDetectionJobCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeEventsDetectionJobCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with a key phrases detection job. Use this operation to get
|
|
10
|
-
* the status of a detection job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DescribeKeyPhrasesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DescribeKeyPhrasesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DescribeKeyPhrasesDetectionJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeKeyPhrasesDetectionJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeKeyPhrasesDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DescribeKeyPhrasesDetectionJobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeKeyPhrasesDetectionJobCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeKeyPhrasesDetectionJobCommand = DescribeKeyPhrasesDetectionJobCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeKeyPhrasesDetectionJobCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with a PII entities detection job. For example, you can use
|
|
10
|
-
* this operation to get the job status.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DescribePiiEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DescribePiiEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DescribePiiEntitiesDetectionJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribePiiEntitiesDetectionJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribePiiEntitiesDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DescribePiiEntitiesDetectionJobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribePiiEntitiesDetectionJobCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribePiiEntitiesDetectionJobCommand = DescribePiiEntitiesDetectionJobCommand;
|
|
62
|
-
//# sourceMappingURL=DescribePiiEntitiesDetectionJobCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with a sentiment detection job. Use this operation to get
|
|
10
|
-
* the status of a detection job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DescribeSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DescribeSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DescribeSentimentDetectionJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeSentimentDetectionJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeSentimentDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DescribeSentimentDetectionJobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeSentimentDetectionJobCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeSentimentDetectionJobCommand = DescribeSentimentDetectionJobCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeSentimentDetectionJobCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets the properties associated with a topic detection job. Use this operation to get
|
|
10
|
-
* the status of a detection job.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DescribeTopicsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DescribeTopicsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DescribeTopicsDetectionJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeTopicsDetectionJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeTopicsDetectionJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DescribeTopicsDetectionJobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeTopicsDetectionJobCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeTopicsDetectionJobCommand = DescribeTopicsDetectionJobCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeTopicsDetectionJobCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Determines the dominant language of the input text. For a list of languages that Amazon
|
|
10
|
-
* Comprehend can detect, see <a href="https://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html">Amazon Comprehend Supported Languages</a>. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DetectDominantLanguageCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DetectDominantLanguageCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DetectDominantLanguageCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DetectDominantLanguageCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DetectDominantLanguageCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DetectDominantLanguageCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DetectDominantLanguageCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DetectDominantLanguageCommand = DetectDominantLanguageCommand;
|
|
62
|
-
//# sourceMappingURL=DetectDominantLanguageCommand.js.map
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Inspects text for named entities, and returns information about them. For more
|
|
10
|
-
* information, about named entities, see <a>how-entities</a>. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DetectEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DetectEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DetectEntitiesCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DetectEntitiesCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DetectEntitiesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class DetectEntitiesCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DetectEntitiesCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DetectEntitiesCommand = DetectEntitiesCommand;
|
|
62
|
-
//# sourceMappingURL=DetectEntitiesCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Detects the key noun phrases found in the text. </p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ComprehendClient, DetectKeyPhrasesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
14
|
-
* // const { ComprehendClient, DetectKeyPhrasesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
15
|
-
* const client = new ComprehendClient(config);
|
|
16
|
-
* const command = new DetectKeyPhrasesCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DetectKeyPhrasesCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DetectKeyPhrasesCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class DetectKeyPhrasesCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DetectKeyPhrasesCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DetectKeyPhrasesCommand = DetectKeyPhrasesCommand;
|
|
61
|
-
//# sourceMappingURL=DetectKeyPhrasesCommand.js.map
|