@aws-sdk/client-comprehend 3.34.0 → 3.37.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 +952 -0
- package/dist-cjs/ComprehendClient.js +35 -0
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +36 -0
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +36 -0
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +36 -0
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +36 -0
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +36 -0
- package/dist-cjs/commands/ClassifyDocumentCommand.js +36 -0
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +36 -0
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +36 -0
- package/dist-cjs/commands/CreateEndpointCommand.js +36 -0
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +36 -0
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +36 -0
- package/dist-cjs/commands/DeleteEndpointCommand.js +36 -0
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +36 -0
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +36 -0
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeEndpointCommand.js +36 -0
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +36 -0
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +36 -0
- package/dist-cjs/commands/DetectEntitiesCommand.js +36 -0
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +36 -0
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +36 -0
- package/dist-cjs/commands/DetectSentimentCommand.js +36 -0
- package/dist-cjs/commands/DetectSyntaxCommand.js +36 -0
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +36 -0
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +36 -0
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +36 -0
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListEndpointsCommand.js +36 -0
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +36 -0
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +36 -0
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +36 -0
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +36 -0
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +36 -0
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +36 -0
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateEndpointCommand.js +36 -0
- package/dist-cjs/endpoints.js +76 -0
- package/dist-cjs/index.js +81 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1423 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +35 -0
- package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +35 -0
- package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +35 -0
- package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +35 -0
- package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_json1_1.js +8048 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Comprehend.js +955 -0
- package/dist-es/ComprehendClient.js +37 -0
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +39 -0
- package/dist-es/commands/BatchDetectEntitiesCommand.js +39 -0
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +39 -0
- package/dist-es/commands/BatchDetectSentimentCommand.js +39 -0
- package/dist-es/commands/BatchDetectSyntaxCommand.js +39 -0
- package/dist-es/commands/ClassifyDocumentCommand.js +39 -0
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +39 -0
- package/dist-es/commands/CreateDocumentClassifierCommand.js +39 -0
- package/dist-es/commands/CreateEndpointCommand.js +39 -0
- package/dist-es/commands/CreateEntityRecognizerCommand.js +39 -0
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +39 -0
- package/dist-es/commands/DeleteEndpointCommand.js +39 -0
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +39 -0
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +39 -0
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +39 -0
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribeEndpointCommand.js +39 -0
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +39 -0
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +39 -0
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +39 -0
- package/dist-es/commands/DetectDominantLanguageCommand.js +39 -0
- package/dist-es/commands/DetectEntitiesCommand.js +39 -0
- package/dist-es/commands/DetectKeyPhrasesCommand.js +39 -0
- package/dist-es/commands/DetectPiiEntitiesCommand.js +39 -0
- package/dist-es/commands/DetectSentimentCommand.js +39 -0
- package/dist-es/commands/DetectSyntaxCommand.js +39 -0
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +39 -0
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +39 -0
- package/dist-es/commands/ListDocumentClassifiersCommand.js +39 -0
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListEndpointsCommand.js +39 -0
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +39 -0
- package/dist-es/commands/ListEntityRecognizersCommand.js +39 -0
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +39 -0
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +39 -0
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartEventsDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +39 -0
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopEventsDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +39 -0
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +39 -0
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateEndpointCommand.js +39 -0
- package/dist-es/endpoints.js +72 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +998 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListDocumentClassificationJobsPaginator.js +74 -0
- package/dist-es/pagination/ListDocumentClassifierSummariesPaginator.js +74 -0
- package/dist-es/pagination/ListDocumentClassifiersPaginator.js +74 -0
- package/dist-es/pagination/ListDominantLanguageDetectionJobsPaginator.js +74 -0
- package/dist-es/pagination/ListEntitiesDetectionJobsPaginator.js +74 -0
- package/dist-es/pagination/ListEntityRecognizerSummariesPaginator.js +74 -0
- package/dist-es/pagination/ListEntityRecognizersPaginator.js +74 -0
- package/dist-es/pagination/ListEventsDetectionJobsPaginator.js +74 -0
- package/dist-es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +74 -0
- package/dist-es/pagination/ListSentimentDetectionJobsPaginator.js +74 -0
- package/dist-es/pagination/ListTopicsDetectionJobsPaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +8289 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Comprehend.d.ts +561 -0
- package/dist-types/ComprehendClient.d.ts +198 -0
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +37 -0
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +37 -0
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +35 -0
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +37 -0
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +36 -0
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +36 -0
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +37 -0
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +38 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +37 -0
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +37 -0
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +41 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +36 -0
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +41 -0
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +36 -0
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +35 -0
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +36 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +36 -0
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +35 -0
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +36 -0
- package/dist-types/commands/DetectSentimentCommand.d.ts +36 -0
- package/dist-types/commands/DetectSyntaxCommand.d.ts +36 -0
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +35 -0
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +35 -0
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +35 -0
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +35 -0
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +40 -0
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +35 -0
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +36 -0
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +37 -0
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +39 -0
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +35 -0
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +37 -0
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +35 -0
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +37 -0
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +36 -0
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +44 -0
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +44 -0
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +35 -0
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +44 -0
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +35 -0
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +44 -0
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +40 -0
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +40 -0
- package/dist-types/commands/TagResourceCommand.d.ts +38 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListDocumentClassificationJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDocumentClassifierSummariesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDocumentClassifiersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEntitiesDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEntityRecognizerSummariesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEntityRecognizersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListEventsDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSentimentDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTopicsDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +191 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Comprehend.d.ts +320 -0
- package/dist-types/ts3.4/ComprehendClient.d.ts +130 -0
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2704 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +191 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/Comprehend.ts +0 -2438
- package/ComprehendClient.ts +0 -574
- package/commands/BatchDetectDominantLanguageCommand.ts +0 -101
- package/commands/BatchDetectEntitiesCommand.ts +0 -96
- package/commands/BatchDetectKeyPhrasesCommand.ts +0 -94
- package/commands/BatchDetectSentimentCommand.ts +0 -96
- package/commands/BatchDetectSyntaxCommand.ts +0 -95
- package/commands/ClassifyDocumentCommand.ts +0 -95
- package/commands/ContainsPiiEntitiesCommand.ts +0 -96
- package/commands/CreateDocumentClassifierCommand.ts +0 -97
- package/commands/CreateEndpointCommand.ts +0 -96
- package/commands/CreateEntityRecognizerCommand.ts +0 -96
- package/commands/DeleteDocumentClassifierCommand.ts +0 -100
- package/commands/DeleteEndpointCommand.ts +0 -95
- package/commands/DeleteEntityRecognizerCommand.ts +0 -100
- package/commands/DescribeDocumentClassificationJobCommand.ts +0 -106
- package/commands/DescribeDocumentClassifierCommand.ts +0 -97
- package/commands/DescribeDominantLanguageDetectionJobCommand.ts +0 -106
- package/commands/DescribeEndpointCommand.ts +0 -95
- package/commands/DescribeEntitiesDetectionJobCommand.ts +0 -100
- package/commands/DescribeEntityRecognizerCommand.ts +0 -95
- package/commands/DescribeEventsDetectionJobCommand.ts +0 -97
- package/commands/DescribeKeyPhrasesDetectionJobCommand.ts +0 -103
- package/commands/DescribePiiEntitiesDetectionJobCommand.ts +0 -103
- package/commands/DescribeSentimentDetectionJobCommand.ts +0 -100
- package/commands/DescribeTopicsDetectionJobCommand.ts +0 -98
- package/commands/DetectDominantLanguageCommand.ts +0 -95
- package/commands/DetectEntitiesCommand.ts +0 -95
- package/commands/DetectKeyPhrasesCommand.ts +0 -94
- package/commands/DetectPiiEntitiesCommand.ts +0 -95
- package/commands/DetectSentimentCommand.ts +0 -95
- package/commands/DetectSyntaxCommand.ts +0 -95
- package/commands/ListDocumentClassificationJobsCommand.ts +0 -102
- package/commands/ListDocumentClassifierSummariesCommand.ts +0 -102
- package/commands/ListDocumentClassifiersCommand.ts +0 -94
- package/commands/ListDominantLanguageDetectionJobsCommand.ts +0 -105
- package/commands/ListEndpointsCommand.ts +0 -94
- package/commands/ListEntitiesDetectionJobsCommand.ts +0 -97
- package/commands/ListEntityRecognizerSummariesCommand.ts +0 -99
- package/commands/ListEntityRecognizersCommand.ts +0 -99
- package/commands/ListEventsDetectionJobsCommand.ts +0 -94
- package/commands/ListKeyPhrasesDetectionJobsCommand.ts +0 -99
- package/commands/ListPiiEntitiesDetectionJobsCommand.ts +0 -99
- package/commands/ListSentimentDetectionJobsCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListTopicsDetectionJobsCommand.ts +0 -94
- package/commands/StartDocumentClassificationJobCommand.ts +0 -103
- package/commands/StartDominantLanguageDetectionJobCommand.ts +0 -107
- package/commands/StartEntitiesDetectionJobCommand.ts +0 -101
- package/commands/StartEventsDetectionJobCommand.ts +0 -94
- package/commands/StartKeyPhrasesDetectionJobCommand.ts +0 -101
- package/commands/StartPiiEntitiesDetectionJobCommand.ts +0 -99
- package/commands/StartSentimentDetectionJobCommand.ts +0 -99
- package/commands/StartTopicsDetectionJobCommand.ts +0 -95
- package/commands/StopDominantLanguageDetectionJobCommand.ts +0 -111
- package/commands/StopEntitiesDetectionJobCommand.ts +0 -103
- package/commands/StopEventsDetectionJobCommand.ts +0 -94
- package/commands/StopKeyPhrasesDetectionJobCommand.ts +0 -106
- package/commands/StopPiiEntitiesDetectionJobCommand.ts +0 -99
- package/commands/StopSentimentDetectionJobCommand.ts +0 -106
- package/commands/StopTrainingDocumentClassifierCommand.ts +0 -107
- package/commands/StopTrainingEntityRecognizerCommand.ts +0 -104
- package/commands/TagResourceCommand.ts +0 -97
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateEndpointCommand.ts +0 -94
- package/dist/cjs/Comprehend.js +0 -959
- package/dist/cjs/Comprehend.js.map +0 -1
- package/dist/cjs/ComprehendClient.js +0 -47
- package/dist/cjs/ComprehendClient.js.map +0 -1
- package/dist/cjs/commands/BatchDetectDominantLanguageCommand.js +0 -63
- package/dist/cjs/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDetectEntitiesCommand.js +0 -63
- package/dist/cjs/commands/BatchDetectEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDetectKeyPhrasesCommand.js +0 -61
- package/dist/cjs/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDetectSentimentCommand.js +0 -63
- package/dist/cjs/commands/BatchDetectSentimentCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDetectSyntaxCommand.js +0 -62
- package/dist/cjs/commands/BatchDetectSyntaxCommand.js.map +0 -1
- package/dist/cjs/commands/ClassifyDocumentCommand.js +0 -62
- package/dist/cjs/commands/ClassifyDocumentCommand.js.map +0 -1
- package/dist/cjs/commands/ContainsPiiEntitiesCommand.js +0 -63
- package/dist/cjs/commands/ContainsPiiEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDocumentClassifierCommand.js +0 -64
- package/dist/cjs/commands/CreateDocumentClassifierCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEndpointCommand.js +0 -63
- package/dist/cjs/commands/CreateEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateEntityRecognizerCommand.js +0 -63
- package/dist/cjs/commands/CreateEntityRecognizerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDocumentClassifierCommand.js +0 -67
- package/dist/cjs/commands/DeleteDocumentClassifierCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEndpointCommand.js +0 -62
- package/dist/cjs/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEntityRecognizerCommand.js +0 -67
- package/dist/cjs/commands/DeleteEntityRecognizerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDocumentClassificationJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDocumentClassifierCommand.js +0 -61
- package/dist/cjs/commands/DescribeDocumentClassifierCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEndpointCommand.js +0 -62
- package/dist/cjs/commands/DescribeEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEntitiesDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEntityRecognizerCommand.js +0 -62
- package/dist/cjs/commands/DescribeEntityRecognizerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsDetectionJobCommand.js +0 -61
- package/dist/cjs/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSentimentDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTopicsDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/DetectDominantLanguageCommand.js +0 -62
- package/dist/cjs/commands/DetectDominantLanguageCommand.js.map +0 -1
- package/dist/cjs/commands/DetectEntitiesCommand.js +0 -62
- package/dist/cjs/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/DetectKeyPhrasesCommand.js +0 -61
- package/dist/cjs/commands/DetectKeyPhrasesCommand.js.map +0 -1
- package/dist/cjs/commands/DetectPiiEntitiesCommand.js +0 -62
- package/dist/cjs/commands/DetectPiiEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/DetectSentimentCommand.js +0 -62
- package/dist/cjs/commands/DetectSentimentCommand.js.map +0 -1
- package/dist/cjs/commands/DetectSyntaxCommand.js +0 -62
- package/dist/cjs/commands/DetectSyntaxCommand.js.map +0 -1
- package/dist/cjs/commands/ListDocumentClassificationJobsCommand.js +0 -61
- package/dist/cjs/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDocumentClassifierSummariesCommand.js +0 -61
- package/dist/cjs/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDocumentClassifiersCommand.js +0 -61
- package/dist/cjs/commands/ListDocumentClassifiersCommand.js.map +0 -1
- package/dist/cjs/commands/ListDominantLanguageDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEndpointsCommand.js +0 -61
- package/dist/cjs/commands/ListEndpointsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEntitiesDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEntityRecognizerSummariesCommand.js +0 -61
- package/dist/cjs/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
- package/dist/cjs/commands/ListEntityRecognizersCommand.js +0 -66
- package/dist/cjs/commands/ListEntityRecognizersCommand.js.map +0 -1
- package/dist/cjs/commands/ListEventsDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListEventsDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSentimentDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTopicsDetectionJobsCommand.js +0 -61
- package/dist/cjs/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
- package/dist/cjs/commands/StartDocumentClassificationJobCommand.js +0 -62
- package/dist/cjs/commands/StartDocumentClassificationJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartDominantLanguageDetectionJobCommand.js +0 -63
- package/dist/cjs/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartEntitiesDetectionJobCommand.js +0 -65
- package/dist/cjs/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartEventsDetectionJobCommand.js +0 -61
- package/dist/cjs/commands/StartEventsDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartKeyPhrasesDetectionJobCommand.js +0 -63
- package/dist/cjs/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartPiiEntitiesDetectionJobCommand.js +0 -61
- package/dist/cjs/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartSentimentDetectionJobCommand.js +0 -63
- package/dist/cjs/commands/StartSentimentDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartTopicsDetectionJobCommand.js +0 -62
- package/dist/cjs/commands/StartTopicsDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopDominantLanguageDetectionJobCommand.js +0 -70
- package/dist/cjs/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopEntitiesDetectionJobCommand.js +0 -70
- package/dist/cjs/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopEventsDetectionJobCommand.js +0 -61
- package/dist/cjs/commands/StopEventsDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopKeyPhrasesDetectionJobCommand.js +0 -70
- package/dist/cjs/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopPiiEntitiesDetectionJobCommand.js +0 -61
- package/dist/cjs/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopSentimentDetectionJobCommand.js +0 -70
- package/dist/cjs/commands/StopSentimentDetectionJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopTrainingDocumentClassifierCommand.js +0 -66
- package/dist/cjs/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
- package/dist/cjs/commands/StopTrainingEntityRecognizerCommand.js +0 -66
- package/dist/cjs/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -64
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEndpointCommand.js +0 -61
- package/dist/cjs/commands/UpdateEndpointCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -77
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -82
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2033
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListDocumentClassificationJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDocumentClassifierSummariesPaginator.js +0 -46
- package/dist/cjs/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDocumentClassifiersPaginator.js +0 -46
- package/dist/cjs/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEntitiesDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEntityRecognizerSummariesPaginator.js +0 -46
- package/dist/cjs/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEntityRecognizersPaginator.js +0 -46
- package/dist/cjs/pagination/ListEntityRecognizersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEventsDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSentimentDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTopicsDetectionJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -8054
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Comprehend.js +0 -956
- package/dist/es/Comprehend.js.map +0 -1
- package/dist/es/ComprehendClient.js +0 -38
- package/dist/es/ComprehendClient.js.map +0 -1
- package/dist/es/commands/BatchDetectDominantLanguageCommand.js +0 -40
- package/dist/es/commands/BatchDetectDominantLanguageCommand.js.map +0 -1
- package/dist/es/commands/BatchDetectEntitiesCommand.js +0 -40
- package/dist/es/commands/BatchDetectEntitiesCommand.js.map +0 -1
- package/dist/es/commands/BatchDetectKeyPhrasesCommand.js +0 -40
- package/dist/es/commands/BatchDetectKeyPhrasesCommand.js.map +0 -1
- package/dist/es/commands/BatchDetectSentimentCommand.js +0 -40
- package/dist/es/commands/BatchDetectSentimentCommand.js.map +0 -1
- package/dist/es/commands/BatchDetectSyntaxCommand.js +0 -40
- package/dist/es/commands/BatchDetectSyntaxCommand.js.map +0 -1
- package/dist/es/commands/ClassifyDocumentCommand.js +0 -40
- package/dist/es/commands/ClassifyDocumentCommand.js.map +0 -1
- package/dist/es/commands/ContainsPiiEntitiesCommand.js +0 -40
- package/dist/es/commands/ContainsPiiEntitiesCommand.js.map +0 -1
- package/dist/es/commands/CreateDocumentClassifierCommand.js +0 -40
- package/dist/es/commands/CreateDocumentClassifierCommand.js.map +0 -1
- package/dist/es/commands/CreateEndpointCommand.js +0 -40
- package/dist/es/commands/CreateEndpointCommand.js.map +0 -1
- package/dist/es/commands/CreateEntityRecognizerCommand.js +0 -40
- package/dist/es/commands/CreateEntityRecognizerCommand.js.map +0 -1
- package/dist/es/commands/DeleteDocumentClassifierCommand.js +0 -40
- package/dist/es/commands/DeleteDocumentClassifierCommand.js.map +0 -1
- package/dist/es/commands/DeleteEndpointCommand.js +0 -40
- package/dist/es/commands/DeleteEndpointCommand.js.map +0 -1
- package/dist/es/commands/DeleteEntityRecognizerCommand.js +0 -40
- package/dist/es/commands/DeleteEntityRecognizerCommand.js.map +0 -1
- package/dist/es/commands/DescribeDocumentClassificationJobCommand.js +0 -40
- package/dist/es/commands/DescribeDocumentClassificationJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeDocumentClassifierCommand.js +0 -40
- package/dist/es/commands/DescribeDocumentClassifierCommand.js.map +0 -1
- package/dist/es/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeEndpointCommand.js +0 -40
- package/dist/es/commands/DescribeEndpointCommand.js.map +0 -1
- package/dist/es/commands/DescribeEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeEntityRecognizerCommand.js +0 -40
- package/dist/es/commands/DescribeEntityRecognizerCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeEventsDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribePiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeSentimentDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeSentimentDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeTopicsDetectionJobCommand.js +0 -40
- package/dist/es/commands/DescribeTopicsDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/DetectDominantLanguageCommand.js +0 -40
- package/dist/es/commands/DetectDominantLanguageCommand.js.map +0 -1
- package/dist/es/commands/DetectEntitiesCommand.js +0 -40
- package/dist/es/commands/DetectEntitiesCommand.js.map +0 -1
- package/dist/es/commands/DetectKeyPhrasesCommand.js +0 -40
- package/dist/es/commands/DetectKeyPhrasesCommand.js.map +0 -1
- package/dist/es/commands/DetectPiiEntitiesCommand.js +0 -40
- package/dist/es/commands/DetectPiiEntitiesCommand.js.map +0 -1
- package/dist/es/commands/DetectSentimentCommand.js +0 -40
- package/dist/es/commands/DetectSentimentCommand.js.map +0 -1
- package/dist/es/commands/DetectSyntaxCommand.js +0 -40
- package/dist/es/commands/DetectSyntaxCommand.js.map +0 -1
- package/dist/es/commands/ListDocumentClassificationJobsCommand.js +0 -40
- package/dist/es/commands/ListDocumentClassificationJobsCommand.js.map +0 -1
- package/dist/es/commands/ListDocumentClassifierSummariesCommand.js +0 -40
- package/dist/es/commands/ListDocumentClassifierSummariesCommand.js.map +0 -1
- package/dist/es/commands/ListDocumentClassifiersCommand.js +0 -40
- package/dist/es/commands/ListDocumentClassifiersCommand.js.map +0 -1
- package/dist/es/commands/ListDominantLanguageDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListDominantLanguageDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListEndpointsCommand.js +0 -40
- package/dist/es/commands/ListEndpointsCommand.js.map +0 -1
- package/dist/es/commands/ListEntitiesDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListEntityRecognizerSummariesCommand.js +0 -40
- package/dist/es/commands/ListEntityRecognizerSummariesCommand.js.map +0 -1
- package/dist/es/commands/ListEntityRecognizersCommand.js +0 -40
- package/dist/es/commands/ListEntityRecognizersCommand.js.map +0 -1
- package/dist/es/commands/ListEventsDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListEventsDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListKeyPhrasesDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListPiiEntitiesDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListSentimentDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListSentimentDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTopicsDetectionJobsCommand.js +0 -40
- package/dist/es/commands/ListTopicsDetectionJobsCommand.js.map +0 -1
- package/dist/es/commands/StartDocumentClassificationJobCommand.js +0 -40
- package/dist/es/commands/StartDocumentClassificationJobCommand.js.map +0 -1
- package/dist/es/commands/StartDominantLanguageDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartEventsDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartEventsDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartKeyPhrasesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartPiiEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartSentimentDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartSentimentDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StartTopicsDetectionJobCommand.js +0 -40
- package/dist/es/commands/StartTopicsDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopDominantLanguageDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopDominantLanguageDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopEventsDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopEventsDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopKeyPhrasesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopKeyPhrasesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopPiiEntitiesDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopPiiEntitiesDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopSentimentDetectionJobCommand.js +0 -40
- package/dist/es/commands/StopSentimentDetectionJobCommand.js.map +0 -1
- package/dist/es/commands/StopTrainingDocumentClassifierCommand.js +0 -40
- package/dist/es/commands/StopTrainingDocumentClassifierCommand.js.map +0 -1
- package/dist/es/commands/StopTrainingEntityRecognizerCommand.js +0 -40
- package/dist/es/commands/StopTrainingEntityRecognizerCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateEndpointCommand.js +0 -40
- package/dist/es/commands/UpdateEndpointCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -73
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -79
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -999
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListDocumentClassificationJobsPaginator.js +0 -75
- package/dist/es/pagination/ListDocumentClassificationJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDocumentClassifierSummariesPaginator.js +0 -75
- package/dist/es/pagination/ListDocumentClassifierSummariesPaginator.js.map +0 -1
- package/dist/es/pagination/ListDocumentClassifiersPaginator.js +0 -75
- package/dist/es/pagination/ListDocumentClassifiersPaginator.js.map +0 -1
- package/dist/es/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListDominantLanguageDetectionJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEntitiesDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListEntitiesDetectionJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEntityRecognizerSummariesPaginator.js +0 -75
- package/dist/es/pagination/ListEntityRecognizerSummariesPaginator.js.map +0 -1
- package/dist/es/pagination/ListEntityRecognizersPaginator.js +0 -75
- package/dist/es/pagination/ListEntityRecognizersPaginator.js.map +0 -1
- package/dist/es/pagination/ListEventsDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListEventsDetectionJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListKeyPhrasesDetectionJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSentimentDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListSentimentDetectionJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTopicsDetectionJobsPaginator.js +0 -75
- package/dist/es/pagination/ListTopicsDetectionJobsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -8290
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Comprehend.d.ts +0 -561
- package/dist/types/ComprehendClient.d.ts +0 -198
- package/dist/types/commands/BatchDetectDominantLanguageCommand.d.ts +0 -37
- package/dist/types/commands/BatchDetectEntitiesCommand.d.ts +0 -37
- package/dist/types/commands/BatchDetectKeyPhrasesCommand.d.ts +0 -35
- package/dist/types/commands/BatchDetectSentimentCommand.d.ts +0 -37
- package/dist/types/commands/BatchDetectSyntaxCommand.d.ts +0 -36
- package/dist/types/commands/ClassifyDocumentCommand.d.ts +0 -36
- package/dist/types/commands/ContainsPiiEntitiesCommand.d.ts +0 -37
- package/dist/types/commands/CreateDocumentClassifierCommand.d.ts +0 -38
- package/dist/types/commands/CreateEndpointCommand.d.ts +0 -37
- package/dist/types/commands/CreateEntityRecognizerCommand.d.ts +0 -37
- package/dist/types/commands/DeleteDocumentClassifierCommand.d.ts +0 -41
- package/dist/types/commands/DeleteEndpointCommand.d.ts +0 -36
- package/dist/types/commands/DeleteEntityRecognizerCommand.d.ts +0 -41
- package/dist/types/commands/DescribeDocumentClassificationJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribeDocumentClassifierCommand.d.ts +0 -35
- package/dist/types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEndpointCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEntitiesDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEntityRecognizerCommand.d.ts +0 -36
- package/dist/types/commands/DescribeEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribeSentimentDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribeTopicsDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/DetectDominantLanguageCommand.d.ts +0 -36
- package/dist/types/commands/DetectEntitiesCommand.d.ts +0 -36
- package/dist/types/commands/DetectKeyPhrasesCommand.d.ts +0 -35
- package/dist/types/commands/DetectPiiEntitiesCommand.d.ts +0 -36
- package/dist/types/commands/DetectSentimentCommand.d.ts +0 -36
- package/dist/types/commands/DetectSyntaxCommand.d.ts +0 -36
- package/dist/types/commands/ListDocumentClassificationJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListDocumentClassifierSummariesCommand.d.ts +0 -35
- package/dist/types/commands/ListDocumentClassifiersCommand.d.ts +0 -35
- package/dist/types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListEndpointsCommand.d.ts +0 -35
- package/dist/types/commands/ListEntitiesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListEntityRecognizerSummariesCommand.d.ts +0 -35
- package/dist/types/commands/ListEntityRecognizersCommand.d.ts +0 -40
- package/dist/types/commands/ListEventsDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListSentimentDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/ListTopicsDetectionJobsCommand.d.ts +0 -35
- package/dist/types/commands/StartDocumentClassificationJobCommand.d.ts +0 -36
- package/dist/types/commands/StartDominantLanguageDetectionJobCommand.d.ts +0 -37
- package/dist/types/commands/StartEntitiesDetectionJobCommand.d.ts +0 -39
- package/dist/types/commands/StartEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +0 -37
- package/dist/types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +0 -35
- package/dist/types/commands/StartSentimentDetectionJobCommand.d.ts +0 -37
- package/dist/types/commands/StartTopicsDetectionJobCommand.d.ts +0 -36
- package/dist/types/commands/StopDominantLanguageDetectionJobCommand.d.ts +0 -44
- package/dist/types/commands/StopEntitiesDetectionJobCommand.d.ts +0 -44
- package/dist/types/commands/StopEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +0 -44
- package/dist/types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +0 -35
- package/dist/types/commands/StopSentimentDetectionJobCommand.d.ts +0 -44
- package/dist/types/commands/StopTrainingDocumentClassifierCommand.d.ts +0 -40
- package/dist/types/commands/StopTrainingEntityRecognizerCommand.d.ts +0 -40
- package/dist/types/commands/TagResourceCommand.d.ts +0 -38
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateEndpointCommand.d.ts +0 -35
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListDocumentClassificationJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDocumentClassifierSummariesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDocumentClassifiersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEntitiesDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEntityRecognizerSummariesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEntityRecognizersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListEventsDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSentimentDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTopicsDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -191
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Comprehend.d.ts +0 -561
- package/dist/types/ts3.4/ComprehendClient.d.ts +0 -198
- package/dist/types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ClassifyDocumentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateEndpointCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEndpointCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectEntitiesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectSentimentCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DetectSyntaxCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListEndpointsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -5687
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -191
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -77
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -6966
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListDocumentClassificationJobsPaginator.ts +0 -58
- package/pagination/ListDocumentClassifierSummariesPaginator.ts +0 -58
- package/pagination/ListDocumentClassifiersPaginator.ts +0 -58
- package/pagination/ListDominantLanguageDetectionJobsPaginator.ts +0 -58
- package/pagination/ListEntitiesDetectionJobsPaginator.ts +0 -58
- package/pagination/ListEntityRecognizerSummariesPaginator.ts +0 -58
- package/pagination/ListEntityRecognizersPaginator.ts +0 -58
- package/pagination/ListEventsDetectionJobsPaginator.ts +0 -58
- package/pagination/ListKeyPhrasesDetectionJobsPaginator.ts +0 -58
- package/pagination/ListSentimentDetectionJobsPaginator.ts +0 -58
- package/pagination/ListTopicsDetectionJobsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -10157
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/dist/es/Comprehend.js
DELETED
|
@@ -1,956 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ComprehendClient } from "./ComprehendClient";
|
|
3
|
-
import { BatchDetectDominantLanguageCommand, } from "./commands/BatchDetectDominantLanguageCommand";
|
|
4
|
-
import { BatchDetectEntitiesCommand, } from "./commands/BatchDetectEntitiesCommand";
|
|
5
|
-
import { BatchDetectKeyPhrasesCommand, } from "./commands/BatchDetectKeyPhrasesCommand";
|
|
6
|
-
import { BatchDetectSentimentCommand, } from "./commands/BatchDetectSentimentCommand";
|
|
7
|
-
import { BatchDetectSyntaxCommand, } from "./commands/BatchDetectSyntaxCommand";
|
|
8
|
-
import { ClassifyDocumentCommand, } from "./commands/ClassifyDocumentCommand";
|
|
9
|
-
import { ContainsPiiEntitiesCommand, } from "./commands/ContainsPiiEntitiesCommand";
|
|
10
|
-
import { CreateDocumentClassifierCommand, } from "./commands/CreateDocumentClassifierCommand";
|
|
11
|
-
import { CreateEndpointCommand, } from "./commands/CreateEndpointCommand";
|
|
12
|
-
import { CreateEntityRecognizerCommand, } from "./commands/CreateEntityRecognizerCommand";
|
|
13
|
-
import { DeleteDocumentClassifierCommand, } from "./commands/DeleteDocumentClassifierCommand";
|
|
14
|
-
import { DeleteEndpointCommand, } from "./commands/DeleteEndpointCommand";
|
|
15
|
-
import { DeleteEntityRecognizerCommand, } from "./commands/DeleteEntityRecognizerCommand";
|
|
16
|
-
import { DescribeDocumentClassificationJobCommand, } from "./commands/DescribeDocumentClassificationJobCommand";
|
|
17
|
-
import { DescribeDocumentClassifierCommand, } from "./commands/DescribeDocumentClassifierCommand";
|
|
18
|
-
import { DescribeDominantLanguageDetectionJobCommand, } from "./commands/DescribeDominantLanguageDetectionJobCommand";
|
|
19
|
-
import { DescribeEndpointCommand, } from "./commands/DescribeEndpointCommand";
|
|
20
|
-
import { DescribeEntitiesDetectionJobCommand, } from "./commands/DescribeEntitiesDetectionJobCommand";
|
|
21
|
-
import { DescribeEntityRecognizerCommand, } from "./commands/DescribeEntityRecognizerCommand";
|
|
22
|
-
import { DescribeEventsDetectionJobCommand, } from "./commands/DescribeEventsDetectionJobCommand";
|
|
23
|
-
import { DescribeKeyPhrasesDetectionJobCommand, } from "./commands/DescribeKeyPhrasesDetectionJobCommand";
|
|
24
|
-
import { DescribePiiEntitiesDetectionJobCommand, } from "./commands/DescribePiiEntitiesDetectionJobCommand";
|
|
25
|
-
import { DescribeSentimentDetectionJobCommand, } from "./commands/DescribeSentimentDetectionJobCommand";
|
|
26
|
-
import { DescribeTopicsDetectionJobCommand, } from "./commands/DescribeTopicsDetectionJobCommand";
|
|
27
|
-
import { DetectDominantLanguageCommand, } from "./commands/DetectDominantLanguageCommand";
|
|
28
|
-
import { DetectEntitiesCommand, } from "./commands/DetectEntitiesCommand";
|
|
29
|
-
import { DetectKeyPhrasesCommand, } from "./commands/DetectKeyPhrasesCommand";
|
|
30
|
-
import { DetectPiiEntitiesCommand, } from "./commands/DetectPiiEntitiesCommand";
|
|
31
|
-
import { DetectSentimentCommand, } from "./commands/DetectSentimentCommand";
|
|
32
|
-
import { DetectSyntaxCommand, } from "./commands/DetectSyntaxCommand";
|
|
33
|
-
import { ListDocumentClassificationJobsCommand, } from "./commands/ListDocumentClassificationJobsCommand";
|
|
34
|
-
import { ListDocumentClassifierSummariesCommand, } from "./commands/ListDocumentClassifierSummariesCommand";
|
|
35
|
-
import { ListDocumentClassifiersCommand, } from "./commands/ListDocumentClassifiersCommand";
|
|
36
|
-
import { ListDominantLanguageDetectionJobsCommand, } from "./commands/ListDominantLanguageDetectionJobsCommand";
|
|
37
|
-
import { ListEndpointsCommand, } from "./commands/ListEndpointsCommand";
|
|
38
|
-
import { ListEntitiesDetectionJobsCommand, } from "./commands/ListEntitiesDetectionJobsCommand";
|
|
39
|
-
import { ListEntityRecognizerSummariesCommand, } from "./commands/ListEntityRecognizerSummariesCommand";
|
|
40
|
-
import { ListEntityRecognizersCommand, } from "./commands/ListEntityRecognizersCommand";
|
|
41
|
-
import { ListEventsDetectionJobsCommand, } from "./commands/ListEventsDetectionJobsCommand";
|
|
42
|
-
import { ListKeyPhrasesDetectionJobsCommand, } from "./commands/ListKeyPhrasesDetectionJobsCommand";
|
|
43
|
-
import { ListPiiEntitiesDetectionJobsCommand, } from "./commands/ListPiiEntitiesDetectionJobsCommand";
|
|
44
|
-
import { ListSentimentDetectionJobsCommand, } from "./commands/ListSentimentDetectionJobsCommand";
|
|
45
|
-
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
46
|
-
import { ListTopicsDetectionJobsCommand, } from "./commands/ListTopicsDetectionJobsCommand";
|
|
47
|
-
import { StartDocumentClassificationJobCommand, } from "./commands/StartDocumentClassificationJobCommand";
|
|
48
|
-
import { StartDominantLanguageDetectionJobCommand, } from "./commands/StartDominantLanguageDetectionJobCommand";
|
|
49
|
-
import { StartEntitiesDetectionJobCommand, } from "./commands/StartEntitiesDetectionJobCommand";
|
|
50
|
-
import { StartEventsDetectionJobCommand, } from "./commands/StartEventsDetectionJobCommand";
|
|
51
|
-
import { StartKeyPhrasesDetectionJobCommand, } from "./commands/StartKeyPhrasesDetectionJobCommand";
|
|
52
|
-
import { StartPiiEntitiesDetectionJobCommand, } from "./commands/StartPiiEntitiesDetectionJobCommand";
|
|
53
|
-
import { StartSentimentDetectionJobCommand, } from "./commands/StartSentimentDetectionJobCommand";
|
|
54
|
-
import { StartTopicsDetectionJobCommand, } from "./commands/StartTopicsDetectionJobCommand";
|
|
55
|
-
import { StopDominantLanguageDetectionJobCommand, } from "./commands/StopDominantLanguageDetectionJobCommand";
|
|
56
|
-
import { StopEntitiesDetectionJobCommand, } from "./commands/StopEntitiesDetectionJobCommand";
|
|
57
|
-
import { StopEventsDetectionJobCommand, } from "./commands/StopEventsDetectionJobCommand";
|
|
58
|
-
import { StopKeyPhrasesDetectionJobCommand, } from "./commands/StopKeyPhrasesDetectionJobCommand";
|
|
59
|
-
import { StopPiiEntitiesDetectionJobCommand, } from "./commands/StopPiiEntitiesDetectionJobCommand";
|
|
60
|
-
import { StopSentimentDetectionJobCommand, } from "./commands/StopSentimentDetectionJobCommand";
|
|
61
|
-
import { StopTrainingDocumentClassifierCommand, } from "./commands/StopTrainingDocumentClassifierCommand";
|
|
62
|
-
import { StopTrainingEntityRecognizerCommand, } from "./commands/StopTrainingEntityRecognizerCommand";
|
|
63
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
64
|
-
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
65
|
-
import { UpdateEndpointCommand, } from "./commands/UpdateEndpointCommand";
|
|
66
|
-
var Comprehend = (function (_super) {
|
|
67
|
-
__extends(Comprehend, _super);
|
|
68
|
-
function Comprehend() {
|
|
69
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
70
|
-
}
|
|
71
|
-
Comprehend.prototype.batchDetectDominantLanguage = function (args, optionsOrCb, cb) {
|
|
72
|
-
var command = new BatchDetectDominantLanguageCommand(args);
|
|
73
|
-
if (typeof optionsOrCb === "function") {
|
|
74
|
-
this.send(command, optionsOrCb);
|
|
75
|
-
}
|
|
76
|
-
else if (typeof cb === "function") {
|
|
77
|
-
if (typeof optionsOrCb !== "object")
|
|
78
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
79
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
80
|
-
}
|
|
81
|
-
else {
|
|
82
|
-
return this.send(command, optionsOrCb);
|
|
83
|
-
}
|
|
84
|
-
};
|
|
85
|
-
Comprehend.prototype.batchDetectEntities = function (args, optionsOrCb, cb) {
|
|
86
|
-
var command = new BatchDetectEntitiesCommand(args);
|
|
87
|
-
if (typeof optionsOrCb === "function") {
|
|
88
|
-
this.send(command, optionsOrCb);
|
|
89
|
-
}
|
|
90
|
-
else if (typeof cb === "function") {
|
|
91
|
-
if (typeof optionsOrCb !== "object")
|
|
92
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
93
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
94
|
-
}
|
|
95
|
-
else {
|
|
96
|
-
return this.send(command, optionsOrCb);
|
|
97
|
-
}
|
|
98
|
-
};
|
|
99
|
-
Comprehend.prototype.batchDetectKeyPhrases = function (args, optionsOrCb, cb) {
|
|
100
|
-
var command = new BatchDetectKeyPhrasesCommand(args);
|
|
101
|
-
if (typeof optionsOrCb === "function") {
|
|
102
|
-
this.send(command, optionsOrCb);
|
|
103
|
-
}
|
|
104
|
-
else if (typeof cb === "function") {
|
|
105
|
-
if (typeof optionsOrCb !== "object")
|
|
106
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
107
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
108
|
-
}
|
|
109
|
-
else {
|
|
110
|
-
return this.send(command, optionsOrCb);
|
|
111
|
-
}
|
|
112
|
-
};
|
|
113
|
-
Comprehend.prototype.batchDetectSentiment = function (args, optionsOrCb, cb) {
|
|
114
|
-
var command = new BatchDetectSentimentCommand(args);
|
|
115
|
-
if (typeof optionsOrCb === "function") {
|
|
116
|
-
this.send(command, optionsOrCb);
|
|
117
|
-
}
|
|
118
|
-
else if (typeof cb === "function") {
|
|
119
|
-
if (typeof optionsOrCb !== "object")
|
|
120
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
121
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
122
|
-
}
|
|
123
|
-
else {
|
|
124
|
-
return this.send(command, optionsOrCb);
|
|
125
|
-
}
|
|
126
|
-
};
|
|
127
|
-
Comprehend.prototype.batchDetectSyntax = function (args, optionsOrCb, cb) {
|
|
128
|
-
var command = new BatchDetectSyntaxCommand(args);
|
|
129
|
-
if (typeof optionsOrCb === "function") {
|
|
130
|
-
this.send(command, optionsOrCb);
|
|
131
|
-
}
|
|
132
|
-
else if (typeof cb === "function") {
|
|
133
|
-
if (typeof optionsOrCb !== "object")
|
|
134
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
135
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
136
|
-
}
|
|
137
|
-
else {
|
|
138
|
-
return this.send(command, optionsOrCb);
|
|
139
|
-
}
|
|
140
|
-
};
|
|
141
|
-
Comprehend.prototype.classifyDocument = function (args, optionsOrCb, cb) {
|
|
142
|
-
var command = new ClassifyDocumentCommand(args);
|
|
143
|
-
if (typeof optionsOrCb === "function") {
|
|
144
|
-
this.send(command, optionsOrCb);
|
|
145
|
-
}
|
|
146
|
-
else if (typeof cb === "function") {
|
|
147
|
-
if (typeof optionsOrCb !== "object")
|
|
148
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
149
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
150
|
-
}
|
|
151
|
-
else {
|
|
152
|
-
return this.send(command, optionsOrCb);
|
|
153
|
-
}
|
|
154
|
-
};
|
|
155
|
-
Comprehend.prototype.containsPiiEntities = function (args, optionsOrCb, cb) {
|
|
156
|
-
var command = new ContainsPiiEntitiesCommand(args);
|
|
157
|
-
if (typeof optionsOrCb === "function") {
|
|
158
|
-
this.send(command, optionsOrCb);
|
|
159
|
-
}
|
|
160
|
-
else if (typeof cb === "function") {
|
|
161
|
-
if (typeof optionsOrCb !== "object")
|
|
162
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
163
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
164
|
-
}
|
|
165
|
-
else {
|
|
166
|
-
return this.send(command, optionsOrCb);
|
|
167
|
-
}
|
|
168
|
-
};
|
|
169
|
-
Comprehend.prototype.createDocumentClassifier = function (args, optionsOrCb, cb) {
|
|
170
|
-
var command = new CreateDocumentClassifierCommand(args);
|
|
171
|
-
if (typeof optionsOrCb === "function") {
|
|
172
|
-
this.send(command, optionsOrCb);
|
|
173
|
-
}
|
|
174
|
-
else if (typeof cb === "function") {
|
|
175
|
-
if (typeof optionsOrCb !== "object")
|
|
176
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
177
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
178
|
-
}
|
|
179
|
-
else {
|
|
180
|
-
return this.send(command, optionsOrCb);
|
|
181
|
-
}
|
|
182
|
-
};
|
|
183
|
-
Comprehend.prototype.createEndpoint = function (args, optionsOrCb, cb) {
|
|
184
|
-
var command = new CreateEndpointCommand(args);
|
|
185
|
-
if (typeof optionsOrCb === "function") {
|
|
186
|
-
this.send(command, optionsOrCb);
|
|
187
|
-
}
|
|
188
|
-
else if (typeof cb === "function") {
|
|
189
|
-
if (typeof optionsOrCb !== "object")
|
|
190
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
191
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
192
|
-
}
|
|
193
|
-
else {
|
|
194
|
-
return this.send(command, optionsOrCb);
|
|
195
|
-
}
|
|
196
|
-
};
|
|
197
|
-
Comprehend.prototype.createEntityRecognizer = function (args, optionsOrCb, cb) {
|
|
198
|
-
var command = new CreateEntityRecognizerCommand(args);
|
|
199
|
-
if (typeof optionsOrCb === "function") {
|
|
200
|
-
this.send(command, optionsOrCb);
|
|
201
|
-
}
|
|
202
|
-
else if (typeof cb === "function") {
|
|
203
|
-
if (typeof optionsOrCb !== "object")
|
|
204
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
205
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
206
|
-
}
|
|
207
|
-
else {
|
|
208
|
-
return this.send(command, optionsOrCb);
|
|
209
|
-
}
|
|
210
|
-
};
|
|
211
|
-
Comprehend.prototype.deleteDocumentClassifier = function (args, optionsOrCb, cb) {
|
|
212
|
-
var command = new DeleteDocumentClassifierCommand(args);
|
|
213
|
-
if (typeof optionsOrCb === "function") {
|
|
214
|
-
this.send(command, optionsOrCb);
|
|
215
|
-
}
|
|
216
|
-
else if (typeof cb === "function") {
|
|
217
|
-
if (typeof optionsOrCb !== "object")
|
|
218
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
219
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
220
|
-
}
|
|
221
|
-
else {
|
|
222
|
-
return this.send(command, optionsOrCb);
|
|
223
|
-
}
|
|
224
|
-
};
|
|
225
|
-
Comprehend.prototype.deleteEndpoint = function (args, optionsOrCb, cb) {
|
|
226
|
-
var command = new DeleteEndpointCommand(args);
|
|
227
|
-
if (typeof optionsOrCb === "function") {
|
|
228
|
-
this.send(command, optionsOrCb);
|
|
229
|
-
}
|
|
230
|
-
else if (typeof cb === "function") {
|
|
231
|
-
if (typeof optionsOrCb !== "object")
|
|
232
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
233
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
234
|
-
}
|
|
235
|
-
else {
|
|
236
|
-
return this.send(command, optionsOrCb);
|
|
237
|
-
}
|
|
238
|
-
};
|
|
239
|
-
Comprehend.prototype.deleteEntityRecognizer = function (args, optionsOrCb, cb) {
|
|
240
|
-
var command = new DeleteEntityRecognizerCommand(args);
|
|
241
|
-
if (typeof optionsOrCb === "function") {
|
|
242
|
-
this.send(command, optionsOrCb);
|
|
243
|
-
}
|
|
244
|
-
else if (typeof cb === "function") {
|
|
245
|
-
if (typeof optionsOrCb !== "object")
|
|
246
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
247
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
248
|
-
}
|
|
249
|
-
else {
|
|
250
|
-
return this.send(command, optionsOrCb);
|
|
251
|
-
}
|
|
252
|
-
};
|
|
253
|
-
Comprehend.prototype.describeDocumentClassificationJob = function (args, optionsOrCb, cb) {
|
|
254
|
-
var command = new DescribeDocumentClassificationJobCommand(args);
|
|
255
|
-
if (typeof optionsOrCb === "function") {
|
|
256
|
-
this.send(command, optionsOrCb);
|
|
257
|
-
}
|
|
258
|
-
else if (typeof cb === "function") {
|
|
259
|
-
if (typeof optionsOrCb !== "object")
|
|
260
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
261
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
262
|
-
}
|
|
263
|
-
else {
|
|
264
|
-
return this.send(command, optionsOrCb);
|
|
265
|
-
}
|
|
266
|
-
};
|
|
267
|
-
Comprehend.prototype.describeDocumentClassifier = function (args, optionsOrCb, cb) {
|
|
268
|
-
var command = new DescribeDocumentClassifierCommand(args);
|
|
269
|
-
if (typeof optionsOrCb === "function") {
|
|
270
|
-
this.send(command, optionsOrCb);
|
|
271
|
-
}
|
|
272
|
-
else if (typeof cb === "function") {
|
|
273
|
-
if (typeof optionsOrCb !== "object")
|
|
274
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
275
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
276
|
-
}
|
|
277
|
-
else {
|
|
278
|
-
return this.send(command, optionsOrCb);
|
|
279
|
-
}
|
|
280
|
-
};
|
|
281
|
-
Comprehend.prototype.describeDominantLanguageDetectionJob = function (args, optionsOrCb, cb) {
|
|
282
|
-
var command = new DescribeDominantLanguageDetectionJobCommand(args);
|
|
283
|
-
if (typeof optionsOrCb === "function") {
|
|
284
|
-
this.send(command, optionsOrCb);
|
|
285
|
-
}
|
|
286
|
-
else if (typeof cb === "function") {
|
|
287
|
-
if (typeof optionsOrCb !== "object")
|
|
288
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
289
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
290
|
-
}
|
|
291
|
-
else {
|
|
292
|
-
return this.send(command, optionsOrCb);
|
|
293
|
-
}
|
|
294
|
-
};
|
|
295
|
-
Comprehend.prototype.describeEndpoint = function (args, optionsOrCb, cb) {
|
|
296
|
-
var command = new DescribeEndpointCommand(args);
|
|
297
|
-
if (typeof optionsOrCb === "function") {
|
|
298
|
-
this.send(command, optionsOrCb);
|
|
299
|
-
}
|
|
300
|
-
else if (typeof cb === "function") {
|
|
301
|
-
if (typeof optionsOrCb !== "object")
|
|
302
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
303
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
304
|
-
}
|
|
305
|
-
else {
|
|
306
|
-
return this.send(command, optionsOrCb);
|
|
307
|
-
}
|
|
308
|
-
};
|
|
309
|
-
Comprehend.prototype.describeEntitiesDetectionJob = function (args, optionsOrCb, cb) {
|
|
310
|
-
var command = new DescribeEntitiesDetectionJobCommand(args);
|
|
311
|
-
if (typeof optionsOrCb === "function") {
|
|
312
|
-
this.send(command, optionsOrCb);
|
|
313
|
-
}
|
|
314
|
-
else if (typeof cb === "function") {
|
|
315
|
-
if (typeof optionsOrCb !== "object")
|
|
316
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
317
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
318
|
-
}
|
|
319
|
-
else {
|
|
320
|
-
return this.send(command, optionsOrCb);
|
|
321
|
-
}
|
|
322
|
-
};
|
|
323
|
-
Comprehend.prototype.describeEntityRecognizer = function (args, optionsOrCb, cb) {
|
|
324
|
-
var command = new DescribeEntityRecognizerCommand(args);
|
|
325
|
-
if (typeof optionsOrCb === "function") {
|
|
326
|
-
this.send(command, optionsOrCb);
|
|
327
|
-
}
|
|
328
|
-
else if (typeof cb === "function") {
|
|
329
|
-
if (typeof optionsOrCb !== "object")
|
|
330
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
331
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
332
|
-
}
|
|
333
|
-
else {
|
|
334
|
-
return this.send(command, optionsOrCb);
|
|
335
|
-
}
|
|
336
|
-
};
|
|
337
|
-
Comprehend.prototype.describeEventsDetectionJob = function (args, optionsOrCb, cb) {
|
|
338
|
-
var command = new DescribeEventsDetectionJobCommand(args);
|
|
339
|
-
if (typeof optionsOrCb === "function") {
|
|
340
|
-
this.send(command, optionsOrCb);
|
|
341
|
-
}
|
|
342
|
-
else if (typeof cb === "function") {
|
|
343
|
-
if (typeof optionsOrCb !== "object")
|
|
344
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
345
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
346
|
-
}
|
|
347
|
-
else {
|
|
348
|
-
return this.send(command, optionsOrCb);
|
|
349
|
-
}
|
|
350
|
-
};
|
|
351
|
-
Comprehend.prototype.describeKeyPhrasesDetectionJob = function (args, optionsOrCb, cb) {
|
|
352
|
-
var command = new DescribeKeyPhrasesDetectionJobCommand(args);
|
|
353
|
-
if (typeof optionsOrCb === "function") {
|
|
354
|
-
this.send(command, optionsOrCb);
|
|
355
|
-
}
|
|
356
|
-
else if (typeof cb === "function") {
|
|
357
|
-
if (typeof optionsOrCb !== "object")
|
|
358
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
359
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
360
|
-
}
|
|
361
|
-
else {
|
|
362
|
-
return this.send(command, optionsOrCb);
|
|
363
|
-
}
|
|
364
|
-
};
|
|
365
|
-
Comprehend.prototype.describePiiEntitiesDetectionJob = function (args, optionsOrCb, cb) {
|
|
366
|
-
var command = new DescribePiiEntitiesDetectionJobCommand(args);
|
|
367
|
-
if (typeof optionsOrCb === "function") {
|
|
368
|
-
this.send(command, optionsOrCb);
|
|
369
|
-
}
|
|
370
|
-
else if (typeof cb === "function") {
|
|
371
|
-
if (typeof optionsOrCb !== "object")
|
|
372
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
373
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
374
|
-
}
|
|
375
|
-
else {
|
|
376
|
-
return this.send(command, optionsOrCb);
|
|
377
|
-
}
|
|
378
|
-
};
|
|
379
|
-
Comprehend.prototype.describeSentimentDetectionJob = function (args, optionsOrCb, cb) {
|
|
380
|
-
var command = new DescribeSentimentDetectionJobCommand(args);
|
|
381
|
-
if (typeof optionsOrCb === "function") {
|
|
382
|
-
this.send(command, optionsOrCb);
|
|
383
|
-
}
|
|
384
|
-
else if (typeof cb === "function") {
|
|
385
|
-
if (typeof optionsOrCb !== "object")
|
|
386
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
387
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
388
|
-
}
|
|
389
|
-
else {
|
|
390
|
-
return this.send(command, optionsOrCb);
|
|
391
|
-
}
|
|
392
|
-
};
|
|
393
|
-
Comprehend.prototype.describeTopicsDetectionJob = function (args, optionsOrCb, cb) {
|
|
394
|
-
var command = new DescribeTopicsDetectionJobCommand(args);
|
|
395
|
-
if (typeof optionsOrCb === "function") {
|
|
396
|
-
this.send(command, optionsOrCb);
|
|
397
|
-
}
|
|
398
|
-
else if (typeof cb === "function") {
|
|
399
|
-
if (typeof optionsOrCb !== "object")
|
|
400
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
401
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
402
|
-
}
|
|
403
|
-
else {
|
|
404
|
-
return this.send(command, optionsOrCb);
|
|
405
|
-
}
|
|
406
|
-
};
|
|
407
|
-
Comprehend.prototype.detectDominantLanguage = function (args, optionsOrCb, cb) {
|
|
408
|
-
var command = new DetectDominantLanguageCommand(args);
|
|
409
|
-
if (typeof optionsOrCb === "function") {
|
|
410
|
-
this.send(command, optionsOrCb);
|
|
411
|
-
}
|
|
412
|
-
else if (typeof cb === "function") {
|
|
413
|
-
if (typeof optionsOrCb !== "object")
|
|
414
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
415
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
416
|
-
}
|
|
417
|
-
else {
|
|
418
|
-
return this.send(command, optionsOrCb);
|
|
419
|
-
}
|
|
420
|
-
};
|
|
421
|
-
Comprehend.prototype.detectEntities = function (args, optionsOrCb, cb) {
|
|
422
|
-
var command = new DetectEntitiesCommand(args);
|
|
423
|
-
if (typeof optionsOrCb === "function") {
|
|
424
|
-
this.send(command, optionsOrCb);
|
|
425
|
-
}
|
|
426
|
-
else if (typeof cb === "function") {
|
|
427
|
-
if (typeof optionsOrCb !== "object")
|
|
428
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
429
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
430
|
-
}
|
|
431
|
-
else {
|
|
432
|
-
return this.send(command, optionsOrCb);
|
|
433
|
-
}
|
|
434
|
-
};
|
|
435
|
-
Comprehend.prototype.detectKeyPhrases = function (args, optionsOrCb, cb) {
|
|
436
|
-
var command = new DetectKeyPhrasesCommand(args);
|
|
437
|
-
if (typeof optionsOrCb === "function") {
|
|
438
|
-
this.send(command, optionsOrCb);
|
|
439
|
-
}
|
|
440
|
-
else if (typeof cb === "function") {
|
|
441
|
-
if (typeof optionsOrCb !== "object")
|
|
442
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
443
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
444
|
-
}
|
|
445
|
-
else {
|
|
446
|
-
return this.send(command, optionsOrCb);
|
|
447
|
-
}
|
|
448
|
-
};
|
|
449
|
-
Comprehend.prototype.detectPiiEntities = function (args, optionsOrCb, cb) {
|
|
450
|
-
var command = new DetectPiiEntitiesCommand(args);
|
|
451
|
-
if (typeof optionsOrCb === "function") {
|
|
452
|
-
this.send(command, optionsOrCb);
|
|
453
|
-
}
|
|
454
|
-
else if (typeof cb === "function") {
|
|
455
|
-
if (typeof optionsOrCb !== "object")
|
|
456
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
457
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
458
|
-
}
|
|
459
|
-
else {
|
|
460
|
-
return this.send(command, optionsOrCb);
|
|
461
|
-
}
|
|
462
|
-
};
|
|
463
|
-
Comprehend.prototype.detectSentiment = function (args, optionsOrCb, cb) {
|
|
464
|
-
var command = new DetectSentimentCommand(args);
|
|
465
|
-
if (typeof optionsOrCb === "function") {
|
|
466
|
-
this.send(command, optionsOrCb);
|
|
467
|
-
}
|
|
468
|
-
else if (typeof cb === "function") {
|
|
469
|
-
if (typeof optionsOrCb !== "object")
|
|
470
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
471
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
472
|
-
}
|
|
473
|
-
else {
|
|
474
|
-
return this.send(command, optionsOrCb);
|
|
475
|
-
}
|
|
476
|
-
};
|
|
477
|
-
Comprehend.prototype.detectSyntax = function (args, optionsOrCb, cb) {
|
|
478
|
-
var command = new DetectSyntaxCommand(args);
|
|
479
|
-
if (typeof optionsOrCb === "function") {
|
|
480
|
-
this.send(command, optionsOrCb);
|
|
481
|
-
}
|
|
482
|
-
else if (typeof cb === "function") {
|
|
483
|
-
if (typeof optionsOrCb !== "object")
|
|
484
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
485
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
486
|
-
}
|
|
487
|
-
else {
|
|
488
|
-
return this.send(command, optionsOrCb);
|
|
489
|
-
}
|
|
490
|
-
};
|
|
491
|
-
Comprehend.prototype.listDocumentClassificationJobs = function (args, optionsOrCb, cb) {
|
|
492
|
-
var command = new ListDocumentClassificationJobsCommand(args);
|
|
493
|
-
if (typeof optionsOrCb === "function") {
|
|
494
|
-
this.send(command, optionsOrCb);
|
|
495
|
-
}
|
|
496
|
-
else if (typeof cb === "function") {
|
|
497
|
-
if (typeof optionsOrCb !== "object")
|
|
498
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
499
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
500
|
-
}
|
|
501
|
-
else {
|
|
502
|
-
return this.send(command, optionsOrCb);
|
|
503
|
-
}
|
|
504
|
-
};
|
|
505
|
-
Comprehend.prototype.listDocumentClassifiers = function (args, optionsOrCb, cb) {
|
|
506
|
-
var command = new ListDocumentClassifiersCommand(args);
|
|
507
|
-
if (typeof optionsOrCb === "function") {
|
|
508
|
-
this.send(command, optionsOrCb);
|
|
509
|
-
}
|
|
510
|
-
else if (typeof cb === "function") {
|
|
511
|
-
if (typeof optionsOrCb !== "object")
|
|
512
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
513
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
514
|
-
}
|
|
515
|
-
else {
|
|
516
|
-
return this.send(command, optionsOrCb);
|
|
517
|
-
}
|
|
518
|
-
};
|
|
519
|
-
Comprehend.prototype.listDocumentClassifierSummaries = function (args, optionsOrCb, cb) {
|
|
520
|
-
var command = new ListDocumentClassifierSummariesCommand(args);
|
|
521
|
-
if (typeof optionsOrCb === "function") {
|
|
522
|
-
this.send(command, optionsOrCb);
|
|
523
|
-
}
|
|
524
|
-
else if (typeof cb === "function") {
|
|
525
|
-
if (typeof optionsOrCb !== "object")
|
|
526
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
527
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
528
|
-
}
|
|
529
|
-
else {
|
|
530
|
-
return this.send(command, optionsOrCb);
|
|
531
|
-
}
|
|
532
|
-
};
|
|
533
|
-
Comprehend.prototype.listDominantLanguageDetectionJobs = function (args, optionsOrCb, cb) {
|
|
534
|
-
var command = new ListDominantLanguageDetectionJobsCommand(args);
|
|
535
|
-
if (typeof optionsOrCb === "function") {
|
|
536
|
-
this.send(command, optionsOrCb);
|
|
537
|
-
}
|
|
538
|
-
else if (typeof cb === "function") {
|
|
539
|
-
if (typeof optionsOrCb !== "object")
|
|
540
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
541
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
542
|
-
}
|
|
543
|
-
else {
|
|
544
|
-
return this.send(command, optionsOrCb);
|
|
545
|
-
}
|
|
546
|
-
};
|
|
547
|
-
Comprehend.prototype.listEndpoints = function (args, optionsOrCb, cb) {
|
|
548
|
-
var command = new ListEndpointsCommand(args);
|
|
549
|
-
if (typeof optionsOrCb === "function") {
|
|
550
|
-
this.send(command, optionsOrCb);
|
|
551
|
-
}
|
|
552
|
-
else if (typeof cb === "function") {
|
|
553
|
-
if (typeof optionsOrCb !== "object")
|
|
554
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
555
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
556
|
-
}
|
|
557
|
-
else {
|
|
558
|
-
return this.send(command, optionsOrCb);
|
|
559
|
-
}
|
|
560
|
-
};
|
|
561
|
-
Comprehend.prototype.listEntitiesDetectionJobs = function (args, optionsOrCb, cb) {
|
|
562
|
-
var command = new ListEntitiesDetectionJobsCommand(args);
|
|
563
|
-
if (typeof optionsOrCb === "function") {
|
|
564
|
-
this.send(command, optionsOrCb);
|
|
565
|
-
}
|
|
566
|
-
else if (typeof cb === "function") {
|
|
567
|
-
if (typeof optionsOrCb !== "object")
|
|
568
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
569
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
570
|
-
}
|
|
571
|
-
else {
|
|
572
|
-
return this.send(command, optionsOrCb);
|
|
573
|
-
}
|
|
574
|
-
};
|
|
575
|
-
Comprehend.prototype.listEntityRecognizers = function (args, optionsOrCb, cb) {
|
|
576
|
-
var command = new ListEntityRecognizersCommand(args);
|
|
577
|
-
if (typeof optionsOrCb === "function") {
|
|
578
|
-
this.send(command, optionsOrCb);
|
|
579
|
-
}
|
|
580
|
-
else if (typeof cb === "function") {
|
|
581
|
-
if (typeof optionsOrCb !== "object")
|
|
582
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
583
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
584
|
-
}
|
|
585
|
-
else {
|
|
586
|
-
return this.send(command, optionsOrCb);
|
|
587
|
-
}
|
|
588
|
-
};
|
|
589
|
-
Comprehend.prototype.listEntityRecognizerSummaries = function (args, optionsOrCb, cb) {
|
|
590
|
-
var command = new ListEntityRecognizerSummariesCommand(args);
|
|
591
|
-
if (typeof optionsOrCb === "function") {
|
|
592
|
-
this.send(command, optionsOrCb);
|
|
593
|
-
}
|
|
594
|
-
else if (typeof cb === "function") {
|
|
595
|
-
if (typeof optionsOrCb !== "object")
|
|
596
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
597
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
598
|
-
}
|
|
599
|
-
else {
|
|
600
|
-
return this.send(command, optionsOrCb);
|
|
601
|
-
}
|
|
602
|
-
};
|
|
603
|
-
Comprehend.prototype.listEventsDetectionJobs = function (args, optionsOrCb, cb) {
|
|
604
|
-
var command = new ListEventsDetectionJobsCommand(args);
|
|
605
|
-
if (typeof optionsOrCb === "function") {
|
|
606
|
-
this.send(command, optionsOrCb);
|
|
607
|
-
}
|
|
608
|
-
else if (typeof cb === "function") {
|
|
609
|
-
if (typeof optionsOrCb !== "object")
|
|
610
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
611
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
612
|
-
}
|
|
613
|
-
else {
|
|
614
|
-
return this.send(command, optionsOrCb);
|
|
615
|
-
}
|
|
616
|
-
};
|
|
617
|
-
Comprehend.prototype.listKeyPhrasesDetectionJobs = function (args, optionsOrCb, cb) {
|
|
618
|
-
var command = new ListKeyPhrasesDetectionJobsCommand(args);
|
|
619
|
-
if (typeof optionsOrCb === "function") {
|
|
620
|
-
this.send(command, optionsOrCb);
|
|
621
|
-
}
|
|
622
|
-
else if (typeof cb === "function") {
|
|
623
|
-
if (typeof optionsOrCb !== "object")
|
|
624
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
625
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
626
|
-
}
|
|
627
|
-
else {
|
|
628
|
-
return this.send(command, optionsOrCb);
|
|
629
|
-
}
|
|
630
|
-
};
|
|
631
|
-
Comprehend.prototype.listPiiEntitiesDetectionJobs = function (args, optionsOrCb, cb) {
|
|
632
|
-
var command = new ListPiiEntitiesDetectionJobsCommand(args);
|
|
633
|
-
if (typeof optionsOrCb === "function") {
|
|
634
|
-
this.send(command, optionsOrCb);
|
|
635
|
-
}
|
|
636
|
-
else if (typeof cb === "function") {
|
|
637
|
-
if (typeof optionsOrCb !== "object")
|
|
638
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
639
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
640
|
-
}
|
|
641
|
-
else {
|
|
642
|
-
return this.send(command, optionsOrCb);
|
|
643
|
-
}
|
|
644
|
-
};
|
|
645
|
-
Comprehend.prototype.listSentimentDetectionJobs = function (args, optionsOrCb, cb) {
|
|
646
|
-
var command = new ListSentimentDetectionJobsCommand(args);
|
|
647
|
-
if (typeof optionsOrCb === "function") {
|
|
648
|
-
this.send(command, optionsOrCb);
|
|
649
|
-
}
|
|
650
|
-
else if (typeof cb === "function") {
|
|
651
|
-
if (typeof optionsOrCb !== "object")
|
|
652
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
653
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
654
|
-
}
|
|
655
|
-
else {
|
|
656
|
-
return this.send(command, optionsOrCb);
|
|
657
|
-
}
|
|
658
|
-
};
|
|
659
|
-
Comprehend.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
660
|
-
var command = new ListTagsForResourceCommand(args);
|
|
661
|
-
if (typeof optionsOrCb === "function") {
|
|
662
|
-
this.send(command, optionsOrCb);
|
|
663
|
-
}
|
|
664
|
-
else if (typeof cb === "function") {
|
|
665
|
-
if (typeof optionsOrCb !== "object")
|
|
666
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
667
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
668
|
-
}
|
|
669
|
-
else {
|
|
670
|
-
return this.send(command, optionsOrCb);
|
|
671
|
-
}
|
|
672
|
-
};
|
|
673
|
-
Comprehend.prototype.listTopicsDetectionJobs = function (args, optionsOrCb, cb) {
|
|
674
|
-
var command = new ListTopicsDetectionJobsCommand(args);
|
|
675
|
-
if (typeof optionsOrCb === "function") {
|
|
676
|
-
this.send(command, optionsOrCb);
|
|
677
|
-
}
|
|
678
|
-
else if (typeof cb === "function") {
|
|
679
|
-
if (typeof optionsOrCb !== "object")
|
|
680
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
681
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
682
|
-
}
|
|
683
|
-
else {
|
|
684
|
-
return this.send(command, optionsOrCb);
|
|
685
|
-
}
|
|
686
|
-
};
|
|
687
|
-
Comprehend.prototype.startDocumentClassificationJob = function (args, optionsOrCb, cb) {
|
|
688
|
-
var command = new StartDocumentClassificationJobCommand(args);
|
|
689
|
-
if (typeof optionsOrCb === "function") {
|
|
690
|
-
this.send(command, optionsOrCb);
|
|
691
|
-
}
|
|
692
|
-
else if (typeof cb === "function") {
|
|
693
|
-
if (typeof optionsOrCb !== "object")
|
|
694
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
695
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
696
|
-
}
|
|
697
|
-
else {
|
|
698
|
-
return this.send(command, optionsOrCb);
|
|
699
|
-
}
|
|
700
|
-
};
|
|
701
|
-
Comprehend.prototype.startDominantLanguageDetectionJob = function (args, optionsOrCb, cb) {
|
|
702
|
-
var command = new StartDominantLanguageDetectionJobCommand(args);
|
|
703
|
-
if (typeof optionsOrCb === "function") {
|
|
704
|
-
this.send(command, optionsOrCb);
|
|
705
|
-
}
|
|
706
|
-
else if (typeof cb === "function") {
|
|
707
|
-
if (typeof optionsOrCb !== "object")
|
|
708
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
709
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
710
|
-
}
|
|
711
|
-
else {
|
|
712
|
-
return this.send(command, optionsOrCb);
|
|
713
|
-
}
|
|
714
|
-
};
|
|
715
|
-
Comprehend.prototype.startEntitiesDetectionJob = function (args, optionsOrCb, cb) {
|
|
716
|
-
var command = new StartEntitiesDetectionJobCommand(args);
|
|
717
|
-
if (typeof optionsOrCb === "function") {
|
|
718
|
-
this.send(command, optionsOrCb);
|
|
719
|
-
}
|
|
720
|
-
else if (typeof cb === "function") {
|
|
721
|
-
if (typeof optionsOrCb !== "object")
|
|
722
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
723
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
724
|
-
}
|
|
725
|
-
else {
|
|
726
|
-
return this.send(command, optionsOrCb);
|
|
727
|
-
}
|
|
728
|
-
};
|
|
729
|
-
Comprehend.prototype.startEventsDetectionJob = function (args, optionsOrCb, cb) {
|
|
730
|
-
var command = new StartEventsDetectionJobCommand(args);
|
|
731
|
-
if (typeof optionsOrCb === "function") {
|
|
732
|
-
this.send(command, optionsOrCb);
|
|
733
|
-
}
|
|
734
|
-
else if (typeof cb === "function") {
|
|
735
|
-
if (typeof optionsOrCb !== "object")
|
|
736
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
737
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
738
|
-
}
|
|
739
|
-
else {
|
|
740
|
-
return this.send(command, optionsOrCb);
|
|
741
|
-
}
|
|
742
|
-
};
|
|
743
|
-
Comprehend.prototype.startKeyPhrasesDetectionJob = function (args, optionsOrCb, cb) {
|
|
744
|
-
var command = new StartKeyPhrasesDetectionJobCommand(args);
|
|
745
|
-
if (typeof optionsOrCb === "function") {
|
|
746
|
-
this.send(command, optionsOrCb);
|
|
747
|
-
}
|
|
748
|
-
else if (typeof cb === "function") {
|
|
749
|
-
if (typeof optionsOrCb !== "object")
|
|
750
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
751
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
752
|
-
}
|
|
753
|
-
else {
|
|
754
|
-
return this.send(command, optionsOrCb);
|
|
755
|
-
}
|
|
756
|
-
};
|
|
757
|
-
Comprehend.prototype.startPiiEntitiesDetectionJob = function (args, optionsOrCb, cb) {
|
|
758
|
-
var command = new StartPiiEntitiesDetectionJobCommand(args);
|
|
759
|
-
if (typeof optionsOrCb === "function") {
|
|
760
|
-
this.send(command, optionsOrCb);
|
|
761
|
-
}
|
|
762
|
-
else if (typeof cb === "function") {
|
|
763
|
-
if (typeof optionsOrCb !== "object")
|
|
764
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
765
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
766
|
-
}
|
|
767
|
-
else {
|
|
768
|
-
return this.send(command, optionsOrCb);
|
|
769
|
-
}
|
|
770
|
-
};
|
|
771
|
-
Comprehend.prototype.startSentimentDetectionJob = function (args, optionsOrCb, cb) {
|
|
772
|
-
var command = new StartSentimentDetectionJobCommand(args);
|
|
773
|
-
if (typeof optionsOrCb === "function") {
|
|
774
|
-
this.send(command, optionsOrCb);
|
|
775
|
-
}
|
|
776
|
-
else if (typeof cb === "function") {
|
|
777
|
-
if (typeof optionsOrCb !== "object")
|
|
778
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
779
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
780
|
-
}
|
|
781
|
-
else {
|
|
782
|
-
return this.send(command, optionsOrCb);
|
|
783
|
-
}
|
|
784
|
-
};
|
|
785
|
-
Comprehend.prototype.startTopicsDetectionJob = function (args, optionsOrCb, cb) {
|
|
786
|
-
var command = new StartTopicsDetectionJobCommand(args);
|
|
787
|
-
if (typeof optionsOrCb === "function") {
|
|
788
|
-
this.send(command, optionsOrCb);
|
|
789
|
-
}
|
|
790
|
-
else if (typeof cb === "function") {
|
|
791
|
-
if (typeof optionsOrCb !== "object")
|
|
792
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
793
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
794
|
-
}
|
|
795
|
-
else {
|
|
796
|
-
return this.send(command, optionsOrCb);
|
|
797
|
-
}
|
|
798
|
-
};
|
|
799
|
-
Comprehend.prototype.stopDominantLanguageDetectionJob = function (args, optionsOrCb, cb) {
|
|
800
|
-
var command = new StopDominantLanguageDetectionJobCommand(args);
|
|
801
|
-
if (typeof optionsOrCb === "function") {
|
|
802
|
-
this.send(command, optionsOrCb);
|
|
803
|
-
}
|
|
804
|
-
else if (typeof cb === "function") {
|
|
805
|
-
if (typeof optionsOrCb !== "object")
|
|
806
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
807
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
808
|
-
}
|
|
809
|
-
else {
|
|
810
|
-
return this.send(command, optionsOrCb);
|
|
811
|
-
}
|
|
812
|
-
};
|
|
813
|
-
Comprehend.prototype.stopEntitiesDetectionJob = function (args, optionsOrCb, cb) {
|
|
814
|
-
var command = new StopEntitiesDetectionJobCommand(args);
|
|
815
|
-
if (typeof optionsOrCb === "function") {
|
|
816
|
-
this.send(command, optionsOrCb);
|
|
817
|
-
}
|
|
818
|
-
else if (typeof cb === "function") {
|
|
819
|
-
if (typeof optionsOrCb !== "object")
|
|
820
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
821
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
822
|
-
}
|
|
823
|
-
else {
|
|
824
|
-
return this.send(command, optionsOrCb);
|
|
825
|
-
}
|
|
826
|
-
};
|
|
827
|
-
Comprehend.prototype.stopEventsDetectionJob = function (args, optionsOrCb, cb) {
|
|
828
|
-
var command = new StopEventsDetectionJobCommand(args);
|
|
829
|
-
if (typeof optionsOrCb === "function") {
|
|
830
|
-
this.send(command, optionsOrCb);
|
|
831
|
-
}
|
|
832
|
-
else if (typeof cb === "function") {
|
|
833
|
-
if (typeof optionsOrCb !== "object")
|
|
834
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
835
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
836
|
-
}
|
|
837
|
-
else {
|
|
838
|
-
return this.send(command, optionsOrCb);
|
|
839
|
-
}
|
|
840
|
-
};
|
|
841
|
-
Comprehend.prototype.stopKeyPhrasesDetectionJob = function (args, optionsOrCb, cb) {
|
|
842
|
-
var command = new StopKeyPhrasesDetectionJobCommand(args);
|
|
843
|
-
if (typeof optionsOrCb === "function") {
|
|
844
|
-
this.send(command, optionsOrCb);
|
|
845
|
-
}
|
|
846
|
-
else if (typeof cb === "function") {
|
|
847
|
-
if (typeof optionsOrCb !== "object")
|
|
848
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
849
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
850
|
-
}
|
|
851
|
-
else {
|
|
852
|
-
return this.send(command, optionsOrCb);
|
|
853
|
-
}
|
|
854
|
-
};
|
|
855
|
-
Comprehend.prototype.stopPiiEntitiesDetectionJob = function (args, optionsOrCb, cb) {
|
|
856
|
-
var command = new StopPiiEntitiesDetectionJobCommand(args);
|
|
857
|
-
if (typeof optionsOrCb === "function") {
|
|
858
|
-
this.send(command, optionsOrCb);
|
|
859
|
-
}
|
|
860
|
-
else if (typeof cb === "function") {
|
|
861
|
-
if (typeof optionsOrCb !== "object")
|
|
862
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
863
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
864
|
-
}
|
|
865
|
-
else {
|
|
866
|
-
return this.send(command, optionsOrCb);
|
|
867
|
-
}
|
|
868
|
-
};
|
|
869
|
-
Comprehend.prototype.stopSentimentDetectionJob = function (args, optionsOrCb, cb) {
|
|
870
|
-
var command = new StopSentimentDetectionJobCommand(args);
|
|
871
|
-
if (typeof optionsOrCb === "function") {
|
|
872
|
-
this.send(command, optionsOrCb);
|
|
873
|
-
}
|
|
874
|
-
else if (typeof cb === "function") {
|
|
875
|
-
if (typeof optionsOrCb !== "object")
|
|
876
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
877
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
878
|
-
}
|
|
879
|
-
else {
|
|
880
|
-
return this.send(command, optionsOrCb);
|
|
881
|
-
}
|
|
882
|
-
};
|
|
883
|
-
Comprehend.prototype.stopTrainingDocumentClassifier = function (args, optionsOrCb, cb) {
|
|
884
|
-
var command = new StopTrainingDocumentClassifierCommand(args);
|
|
885
|
-
if (typeof optionsOrCb === "function") {
|
|
886
|
-
this.send(command, optionsOrCb);
|
|
887
|
-
}
|
|
888
|
-
else if (typeof cb === "function") {
|
|
889
|
-
if (typeof optionsOrCb !== "object")
|
|
890
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
891
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
892
|
-
}
|
|
893
|
-
else {
|
|
894
|
-
return this.send(command, optionsOrCb);
|
|
895
|
-
}
|
|
896
|
-
};
|
|
897
|
-
Comprehend.prototype.stopTrainingEntityRecognizer = function (args, optionsOrCb, cb) {
|
|
898
|
-
var command = new StopTrainingEntityRecognizerCommand(args);
|
|
899
|
-
if (typeof optionsOrCb === "function") {
|
|
900
|
-
this.send(command, optionsOrCb);
|
|
901
|
-
}
|
|
902
|
-
else if (typeof cb === "function") {
|
|
903
|
-
if (typeof optionsOrCb !== "object")
|
|
904
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
905
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
906
|
-
}
|
|
907
|
-
else {
|
|
908
|
-
return this.send(command, optionsOrCb);
|
|
909
|
-
}
|
|
910
|
-
};
|
|
911
|
-
Comprehend.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
912
|
-
var command = new TagResourceCommand(args);
|
|
913
|
-
if (typeof optionsOrCb === "function") {
|
|
914
|
-
this.send(command, optionsOrCb);
|
|
915
|
-
}
|
|
916
|
-
else if (typeof cb === "function") {
|
|
917
|
-
if (typeof optionsOrCb !== "object")
|
|
918
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
919
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
920
|
-
}
|
|
921
|
-
else {
|
|
922
|
-
return this.send(command, optionsOrCb);
|
|
923
|
-
}
|
|
924
|
-
};
|
|
925
|
-
Comprehend.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
926
|
-
var command = new UntagResourceCommand(args);
|
|
927
|
-
if (typeof optionsOrCb === "function") {
|
|
928
|
-
this.send(command, optionsOrCb);
|
|
929
|
-
}
|
|
930
|
-
else if (typeof cb === "function") {
|
|
931
|
-
if (typeof optionsOrCb !== "object")
|
|
932
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
933
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
934
|
-
}
|
|
935
|
-
else {
|
|
936
|
-
return this.send(command, optionsOrCb);
|
|
937
|
-
}
|
|
938
|
-
};
|
|
939
|
-
Comprehend.prototype.updateEndpoint = function (args, optionsOrCb, cb) {
|
|
940
|
-
var command = new UpdateEndpointCommand(args);
|
|
941
|
-
if (typeof optionsOrCb === "function") {
|
|
942
|
-
this.send(command, optionsOrCb);
|
|
943
|
-
}
|
|
944
|
-
else if (typeof cb === "function") {
|
|
945
|
-
if (typeof optionsOrCb !== "object")
|
|
946
|
-
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
947
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
948
|
-
}
|
|
949
|
-
else {
|
|
950
|
-
return this.send(command, optionsOrCb);
|
|
951
|
-
}
|
|
952
|
-
};
|
|
953
|
-
return Comprehend;
|
|
954
|
-
}(ComprehendClient));
|
|
955
|
-
export { Comprehend };
|
|
956
|
-
//# sourceMappingURL=Comprehend.js.map
|