@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
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Comprehend } from "../Comprehend";
|
|
3
|
+
import { ComprehendClient } from "../ComprehendClient";
|
|
4
|
+
export interface ComprehendPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: Comprehend | ComprehendClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput } from "../commands/ListDocumentClassificationJobsCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListDocumentClassificationJobs(config: ComprehendPaginationConfiguration, input: ListDocumentClassificationJobsCommandInput, ...additionalArguments: any): Paginator<ListDocumentClassificationJobsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput } from "../commands/ListDocumentClassifierSummariesCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListDocumentClassifierSummaries(config: ComprehendPaginationConfiguration, input: ListDocumentClassifierSummariesCommandInput, ...additionalArguments: any): Paginator<ListDocumentClassifierSummariesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput } from "../commands/ListDocumentClassifiersCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListDocumentClassifiers(config: ComprehendPaginationConfiguration, input: ListDocumentClassifiersCommandInput, ...additionalArguments: any): Paginator<ListDocumentClassifiersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListDominantLanguageDetectionJobsCommandInput, ListDominantLanguageDetectionJobsCommandOutput } from "../commands/ListDominantLanguageDetectionJobsCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListDominantLanguageDetectionJobs(config: ComprehendPaginationConfiguration, input: ListDominantLanguageDetectionJobsCommandInput, ...additionalArguments: any): Paginator<ListDominantLanguageDetectionJobsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListEntitiesDetectionJobsCommandInput, ListEntitiesDetectionJobsCommandOutput } from "../commands/ListEntitiesDetectionJobsCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListEntitiesDetectionJobs(config: ComprehendPaginationConfiguration, input: ListEntitiesDetectionJobsCommandInput, ...additionalArguments: any): Paginator<ListEntitiesDetectionJobsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListEntityRecognizerSummariesCommandInput, ListEntityRecognizerSummariesCommandOutput } from "../commands/ListEntityRecognizerSummariesCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListEntityRecognizerSummaries(config: ComprehendPaginationConfiguration, input: ListEntityRecognizerSummariesCommandInput, ...additionalArguments: any): Paginator<ListEntityRecognizerSummariesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput } from "../commands/ListEntityRecognizersCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListEntityRecognizers(config: ComprehendPaginationConfiguration, input: ListEntityRecognizersCommandInput, ...additionalArguments: any): Paginator<ListEntityRecognizersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput } from "../commands/ListEventsDetectionJobsCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListEventsDetectionJobs(config: ComprehendPaginationConfiguration, input: ListEventsDetectionJobsCommandInput, ...additionalArguments: any): Paginator<ListEventsDetectionJobsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput } from "../commands/ListKeyPhrasesDetectionJobsCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListKeyPhrasesDetectionJobs(config: ComprehendPaginationConfiguration, input: ListKeyPhrasesDetectionJobsCommandInput, ...additionalArguments: any): Paginator<ListKeyPhrasesDetectionJobsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput } from "../commands/ListSentimentDetectionJobsCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSentimentDetectionJobs(config: ComprehendPaginationConfiguration, input: ListSentimentDetectionJobsCommandInput, ...additionalArguments: any): Paginator<ListSentimentDetectionJobsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput } from "../commands/ListTopicsDetectionJobsCommand";
|
|
3
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListTopicsDetectionJobs(config: ComprehendPaginationConfiguration, input: ListTopicsDetectionJobsCommandInput, ...additionalArguments: any): Paginator<ListTopicsDetectionJobsCommandOutput>;
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { BatchDetectDominantLanguageCommandInput, BatchDetectDominantLanguageCommandOutput } from "../commands/BatchDetectDominantLanguageCommand";
|
|
4
|
+
import { BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput } from "../commands/BatchDetectEntitiesCommand";
|
|
5
|
+
import { BatchDetectKeyPhrasesCommandInput, BatchDetectKeyPhrasesCommandOutput } from "../commands/BatchDetectKeyPhrasesCommand";
|
|
6
|
+
import { BatchDetectSentimentCommandInput, BatchDetectSentimentCommandOutput } from "../commands/BatchDetectSentimentCommand";
|
|
7
|
+
import { BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput } from "../commands/BatchDetectSyntaxCommand";
|
|
8
|
+
import { ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput } from "../commands/ClassifyDocumentCommand";
|
|
9
|
+
import { ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput } from "../commands/ContainsPiiEntitiesCommand";
|
|
10
|
+
import { CreateDocumentClassifierCommandInput, CreateDocumentClassifierCommandOutput } from "../commands/CreateDocumentClassifierCommand";
|
|
11
|
+
import { CreateEndpointCommandInput, CreateEndpointCommandOutput } from "../commands/CreateEndpointCommand";
|
|
12
|
+
import { CreateEntityRecognizerCommandInput, CreateEntityRecognizerCommandOutput } from "../commands/CreateEntityRecognizerCommand";
|
|
13
|
+
import { DeleteDocumentClassifierCommandInput, DeleteDocumentClassifierCommandOutput } from "../commands/DeleteDocumentClassifierCommand";
|
|
14
|
+
import { DeleteEndpointCommandInput, DeleteEndpointCommandOutput } from "../commands/DeleteEndpointCommand";
|
|
15
|
+
import { DeleteEntityRecognizerCommandInput, DeleteEntityRecognizerCommandOutput } from "../commands/DeleteEntityRecognizerCommand";
|
|
16
|
+
import { DescribeDocumentClassificationJobCommandInput, DescribeDocumentClassificationJobCommandOutput } from "../commands/DescribeDocumentClassificationJobCommand";
|
|
17
|
+
import { DescribeDocumentClassifierCommandInput, DescribeDocumentClassifierCommandOutput } from "../commands/DescribeDocumentClassifierCommand";
|
|
18
|
+
import { DescribeDominantLanguageDetectionJobCommandInput, DescribeDominantLanguageDetectionJobCommandOutput } from "../commands/DescribeDominantLanguageDetectionJobCommand";
|
|
19
|
+
import { DescribeEndpointCommandInput, DescribeEndpointCommandOutput } from "../commands/DescribeEndpointCommand";
|
|
20
|
+
import { DescribeEntitiesDetectionJobCommandInput, DescribeEntitiesDetectionJobCommandOutput } from "../commands/DescribeEntitiesDetectionJobCommand";
|
|
21
|
+
import { DescribeEntityRecognizerCommandInput, DescribeEntityRecognizerCommandOutput } from "../commands/DescribeEntityRecognizerCommand";
|
|
22
|
+
import { DescribeEventsDetectionJobCommandInput, DescribeEventsDetectionJobCommandOutput } from "../commands/DescribeEventsDetectionJobCommand";
|
|
23
|
+
import { DescribeKeyPhrasesDetectionJobCommandInput, DescribeKeyPhrasesDetectionJobCommandOutput } from "../commands/DescribeKeyPhrasesDetectionJobCommand";
|
|
24
|
+
import { DescribePiiEntitiesDetectionJobCommandInput, DescribePiiEntitiesDetectionJobCommandOutput } from "../commands/DescribePiiEntitiesDetectionJobCommand";
|
|
25
|
+
import { DescribeSentimentDetectionJobCommandInput, DescribeSentimentDetectionJobCommandOutput } from "../commands/DescribeSentimentDetectionJobCommand";
|
|
26
|
+
import { DescribeTopicsDetectionJobCommandInput, DescribeTopicsDetectionJobCommandOutput } from "../commands/DescribeTopicsDetectionJobCommand";
|
|
27
|
+
import { DetectDominantLanguageCommandInput, DetectDominantLanguageCommandOutput } from "../commands/DetectDominantLanguageCommand";
|
|
28
|
+
import { DetectEntitiesCommandInput, DetectEntitiesCommandOutput } from "../commands/DetectEntitiesCommand";
|
|
29
|
+
import { DetectKeyPhrasesCommandInput, DetectKeyPhrasesCommandOutput } from "../commands/DetectKeyPhrasesCommand";
|
|
30
|
+
import { DetectPiiEntitiesCommandInput, DetectPiiEntitiesCommandOutput } from "../commands/DetectPiiEntitiesCommand";
|
|
31
|
+
import { DetectSentimentCommandInput, DetectSentimentCommandOutput } from "../commands/DetectSentimentCommand";
|
|
32
|
+
import { DetectSyntaxCommandInput, DetectSyntaxCommandOutput } from "../commands/DetectSyntaxCommand";
|
|
33
|
+
import { ListDocumentClassificationJobsCommandInput, ListDocumentClassificationJobsCommandOutput } from "../commands/ListDocumentClassificationJobsCommand";
|
|
34
|
+
import { ListDocumentClassifiersCommandInput, ListDocumentClassifiersCommandOutput } from "../commands/ListDocumentClassifiersCommand";
|
|
35
|
+
import { ListDocumentClassifierSummariesCommandInput, ListDocumentClassifierSummariesCommandOutput } from "../commands/ListDocumentClassifierSummariesCommand";
|
|
36
|
+
import { ListDominantLanguageDetectionJobsCommandInput, ListDominantLanguageDetectionJobsCommandOutput } from "../commands/ListDominantLanguageDetectionJobsCommand";
|
|
37
|
+
import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "../commands/ListEndpointsCommand";
|
|
38
|
+
import { ListEntitiesDetectionJobsCommandInput, ListEntitiesDetectionJobsCommandOutput } from "../commands/ListEntitiesDetectionJobsCommand";
|
|
39
|
+
import { ListEntityRecognizersCommandInput, ListEntityRecognizersCommandOutput } from "../commands/ListEntityRecognizersCommand";
|
|
40
|
+
import { ListEntityRecognizerSummariesCommandInput, ListEntityRecognizerSummariesCommandOutput } from "../commands/ListEntityRecognizerSummariesCommand";
|
|
41
|
+
import { ListEventsDetectionJobsCommandInput, ListEventsDetectionJobsCommandOutput } from "../commands/ListEventsDetectionJobsCommand";
|
|
42
|
+
import { ListKeyPhrasesDetectionJobsCommandInput, ListKeyPhrasesDetectionJobsCommandOutput } from "../commands/ListKeyPhrasesDetectionJobsCommand";
|
|
43
|
+
import { ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput } from "../commands/ListPiiEntitiesDetectionJobsCommand";
|
|
44
|
+
import { ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput } from "../commands/ListSentimentDetectionJobsCommand";
|
|
45
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
46
|
+
import { ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput } from "../commands/ListTopicsDetectionJobsCommand";
|
|
47
|
+
import { StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput } from "../commands/StartDocumentClassificationJobCommand";
|
|
48
|
+
import { StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput } from "../commands/StartDominantLanguageDetectionJobCommand";
|
|
49
|
+
import { StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput } from "../commands/StartEntitiesDetectionJobCommand";
|
|
50
|
+
import { StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput } from "../commands/StartEventsDetectionJobCommand";
|
|
51
|
+
import { StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput } from "../commands/StartKeyPhrasesDetectionJobCommand";
|
|
52
|
+
import { StartPiiEntitiesDetectionJobCommandInput, StartPiiEntitiesDetectionJobCommandOutput } from "../commands/StartPiiEntitiesDetectionJobCommand";
|
|
53
|
+
import { StartSentimentDetectionJobCommandInput, StartSentimentDetectionJobCommandOutput } from "../commands/StartSentimentDetectionJobCommand";
|
|
54
|
+
import { StartTopicsDetectionJobCommandInput, StartTopicsDetectionJobCommandOutput } from "../commands/StartTopicsDetectionJobCommand";
|
|
55
|
+
import { StopDominantLanguageDetectionJobCommandInput, StopDominantLanguageDetectionJobCommandOutput } from "../commands/StopDominantLanguageDetectionJobCommand";
|
|
56
|
+
import { StopEntitiesDetectionJobCommandInput, StopEntitiesDetectionJobCommandOutput } from "../commands/StopEntitiesDetectionJobCommand";
|
|
57
|
+
import { StopEventsDetectionJobCommandInput, StopEventsDetectionJobCommandOutput } from "../commands/StopEventsDetectionJobCommand";
|
|
58
|
+
import { StopKeyPhrasesDetectionJobCommandInput, StopKeyPhrasesDetectionJobCommandOutput } from "../commands/StopKeyPhrasesDetectionJobCommand";
|
|
59
|
+
import { StopPiiEntitiesDetectionJobCommandInput, StopPiiEntitiesDetectionJobCommandOutput } from "../commands/StopPiiEntitiesDetectionJobCommand";
|
|
60
|
+
import { StopSentimentDetectionJobCommandInput, StopSentimentDetectionJobCommandOutput } from "../commands/StopSentimentDetectionJobCommand";
|
|
61
|
+
import { StopTrainingDocumentClassifierCommandInput, StopTrainingDocumentClassifierCommandOutput } from "../commands/StopTrainingDocumentClassifierCommand";
|
|
62
|
+
import { StopTrainingEntityRecognizerCommandInput, StopTrainingEntityRecognizerCommandOutput } from "../commands/StopTrainingEntityRecognizerCommand";
|
|
63
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
64
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
65
|
+
import { UpdateEndpointCommandInput, UpdateEndpointCommandOutput } from "../commands/UpdateEndpointCommand";
|
|
66
|
+
export declare const serializeAws_json1_1BatchDetectDominantLanguageCommand: (input: BatchDetectDominantLanguageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
export declare const serializeAws_json1_1BatchDetectEntitiesCommand: (input: BatchDetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_json1_1BatchDetectKeyPhrasesCommand: (input: BatchDetectKeyPhrasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_json1_1BatchDetectSentimentCommand: (input: BatchDetectSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_json1_1BatchDetectSyntaxCommand: (input: BatchDetectSyntaxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_json1_1ClassifyDocumentCommand: (input: ClassifyDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_json1_1ContainsPiiEntitiesCommand: (input: ContainsPiiEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
export declare const serializeAws_json1_1CreateDocumentClassifierCommand: (input: CreateDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_json1_1CreateEndpointCommand: (input: CreateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
export declare const serializeAws_json1_1CreateEntityRecognizerCommand: (input: CreateEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_json1_1DeleteDocumentClassifierCommand: (input: DeleteDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_json1_1DeleteEndpointCommand: (input: DeleteEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_json1_1DeleteEntityRecognizerCommand: (input: DeleteEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_json1_1DescribeDocumentClassificationJobCommand: (input: DescribeDocumentClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_json1_1DescribeDocumentClassifierCommand: (input: DescribeDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const serializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (input: DescribeDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_json1_1DescribeEndpointCommand: (input: DescribeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
export declare const serializeAws_json1_1DescribeEntitiesDetectionJobCommand: (input: DescribeEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_json1_1DescribeEntityRecognizerCommand: (input: DescribeEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_json1_1DescribeEventsDetectionJobCommand: (input: DescribeEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
export declare const serializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (input: DescribeKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
export declare const serializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (input: DescribePiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
export declare const serializeAws_json1_1DescribeSentimentDetectionJobCommand: (input: DescribeSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
export declare const serializeAws_json1_1DescribeTopicsDetectionJobCommand: (input: DescribeTopicsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_json1_1DetectDominantLanguageCommand: (input: DetectDominantLanguageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_json1_1DetectEntitiesCommand: (input: DetectEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
export declare const serializeAws_json1_1DetectKeyPhrasesCommand: (input: DetectKeyPhrasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_json1_1DetectPiiEntitiesCommand: (input: DetectPiiEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_json1_1DetectSentimentCommand: (input: DetectSentimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_json1_1DetectSyntaxCommand: (input: DetectSyntaxCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
export declare const serializeAws_json1_1ListDocumentClassificationJobsCommand: (input: ListDocumentClassificationJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const serializeAws_json1_1ListDocumentClassifiersCommand: (input: ListDocumentClassifiersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
export declare const serializeAws_json1_1ListDocumentClassifierSummariesCommand: (input: ListDocumentClassifierSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_json1_1ListDominantLanguageDetectionJobsCommand: (input: ListDominantLanguageDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
export declare const serializeAws_json1_1ListEndpointsCommand: (input: ListEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
export declare const serializeAws_json1_1ListEntitiesDetectionJobsCommand: (input: ListEntitiesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_json1_1ListEntityRecognizersCommand: (input: ListEntityRecognizersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
export declare const serializeAws_json1_1ListEntityRecognizerSummariesCommand: (input: ListEntityRecognizerSummariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
export declare const serializeAws_json1_1ListEventsDetectionJobsCommand: (input: ListEventsDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (input: ListKeyPhrasesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (input: ListPiiEntitiesDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
export declare const serializeAws_json1_1ListSentimentDetectionJobsCommand: (input: ListSentimentDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
export declare const serializeAws_json1_1ListTopicsDetectionJobsCommand: (input: ListTopicsDetectionJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const serializeAws_json1_1StartDocumentClassificationJobCommand: (input: StartDocumentClassificationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
export declare const serializeAws_json1_1StartDominantLanguageDetectionJobCommand: (input: StartDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
export declare const serializeAws_json1_1StartEntitiesDetectionJobCommand: (input: StartEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_json1_1StartEventsDetectionJobCommand: (input: StartEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (input: StartKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
export declare const serializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (input: StartPiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
export declare const serializeAws_json1_1StartSentimentDetectionJobCommand: (input: StartSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
export declare const serializeAws_json1_1StartTopicsDetectionJobCommand: (input: StartTopicsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
export declare const serializeAws_json1_1StopDominantLanguageDetectionJobCommand: (input: StopDominantLanguageDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
export declare const serializeAws_json1_1StopEntitiesDetectionJobCommand: (input: StopEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
export declare const serializeAws_json1_1StopEventsDetectionJobCommand: (input: StopEventsDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
+
export declare const serializeAws_json1_1StopKeyPhrasesDetectionJobCommand: (input: StopKeyPhrasesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const serializeAws_json1_1StopPiiEntitiesDetectionJobCommand: (input: StopPiiEntitiesDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
export declare const serializeAws_json1_1StopSentimentDetectionJobCommand: (input: StopSentimentDetectionJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
export declare const serializeAws_json1_1StopTrainingDocumentClassifierCommand: (input: StopTrainingDocumentClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
+
export declare const serializeAws_json1_1StopTrainingEntityRecognizerCommand: (input: StopTrainingEntityRecognizerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
export declare const serializeAws_json1_1UpdateEndpointCommand: (input: UpdateEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
+
export declare const deserializeAws_json1_1BatchDetectDominantLanguageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectDominantLanguageCommandOutput>;
|
|
130
|
+
export declare const deserializeAws_json1_1BatchDetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectEntitiesCommandOutput>;
|
|
131
|
+
export declare const deserializeAws_json1_1BatchDetectKeyPhrasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectKeyPhrasesCommandOutput>;
|
|
132
|
+
export declare const deserializeAws_json1_1BatchDetectSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectSentimentCommandOutput>;
|
|
133
|
+
export declare const deserializeAws_json1_1BatchDetectSyntaxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDetectSyntaxCommandOutput>;
|
|
134
|
+
export declare const deserializeAws_json1_1ClassifyDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClassifyDocumentCommandOutput>;
|
|
135
|
+
export declare const deserializeAws_json1_1ContainsPiiEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ContainsPiiEntitiesCommandOutput>;
|
|
136
|
+
export declare const deserializeAws_json1_1CreateDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDocumentClassifierCommandOutput>;
|
|
137
|
+
export declare const deserializeAws_json1_1CreateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEndpointCommandOutput>;
|
|
138
|
+
export declare const deserializeAws_json1_1CreateEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEntityRecognizerCommandOutput>;
|
|
139
|
+
export declare const deserializeAws_json1_1DeleteDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentClassifierCommandOutput>;
|
|
140
|
+
export declare const deserializeAws_json1_1DeleteEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEndpointCommandOutput>;
|
|
141
|
+
export declare const deserializeAws_json1_1DeleteEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEntityRecognizerCommandOutput>;
|
|
142
|
+
export declare const deserializeAws_json1_1DescribeDocumentClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassificationJobCommandOutput>;
|
|
143
|
+
export declare const deserializeAws_json1_1DescribeDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentClassifierCommandOutput>;
|
|
144
|
+
export declare const deserializeAws_json1_1DescribeDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDominantLanguageDetectionJobCommandOutput>;
|
|
145
|
+
export declare const deserializeAws_json1_1DescribeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointCommandOutput>;
|
|
146
|
+
export declare const deserializeAws_json1_1DescribeEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntitiesDetectionJobCommandOutput>;
|
|
147
|
+
export declare const deserializeAws_json1_1DescribeEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntityRecognizerCommandOutput>;
|
|
148
|
+
export declare const deserializeAws_json1_1DescribeEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventsDetectionJobCommandOutput>;
|
|
149
|
+
export declare const deserializeAws_json1_1DescribeKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyPhrasesDetectionJobCommandOutput>;
|
|
150
|
+
export declare const deserializeAws_json1_1DescribePiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePiiEntitiesDetectionJobCommandOutput>;
|
|
151
|
+
export declare const deserializeAws_json1_1DescribeSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSentimentDetectionJobCommandOutput>;
|
|
152
|
+
export declare const deserializeAws_json1_1DescribeTopicsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTopicsDetectionJobCommandOutput>;
|
|
153
|
+
export declare const deserializeAws_json1_1DetectDominantLanguageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectDominantLanguageCommandOutput>;
|
|
154
|
+
export declare const deserializeAws_json1_1DetectEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectEntitiesCommandOutput>;
|
|
155
|
+
export declare const deserializeAws_json1_1DetectKeyPhrasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectKeyPhrasesCommandOutput>;
|
|
156
|
+
export declare const deserializeAws_json1_1DetectPiiEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectPiiEntitiesCommandOutput>;
|
|
157
|
+
export declare const deserializeAws_json1_1DetectSentimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectSentimentCommandOutput>;
|
|
158
|
+
export declare const deserializeAws_json1_1DetectSyntaxCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectSyntaxCommandOutput>;
|
|
159
|
+
export declare const deserializeAws_json1_1ListDocumentClassificationJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassificationJobsCommandOutput>;
|
|
160
|
+
export declare const deserializeAws_json1_1ListDocumentClassifiersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifiersCommandOutput>;
|
|
161
|
+
export declare const deserializeAws_json1_1ListDocumentClassifierSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentClassifierSummariesCommandOutput>;
|
|
162
|
+
export declare const deserializeAws_json1_1ListDominantLanguageDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDominantLanguageDetectionJobsCommandOutput>;
|
|
163
|
+
export declare const deserializeAws_json1_1ListEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEndpointsCommandOutput>;
|
|
164
|
+
export declare const deserializeAws_json1_1ListEntitiesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesDetectionJobsCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_json1_1ListEntityRecognizersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizersCommandOutput>;
|
|
166
|
+
export declare const deserializeAws_json1_1ListEntityRecognizerSummariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntityRecognizerSummariesCommandOutput>;
|
|
167
|
+
export declare const deserializeAws_json1_1ListEventsDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsDetectionJobsCommandOutput>;
|
|
168
|
+
export declare const deserializeAws_json1_1ListKeyPhrasesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyPhrasesDetectionJobsCommandOutput>;
|
|
169
|
+
export declare const deserializeAws_json1_1ListPiiEntitiesDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPiiEntitiesDetectionJobsCommandOutput>;
|
|
170
|
+
export declare const deserializeAws_json1_1ListSentimentDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSentimentDetectionJobsCommandOutput>;
|
|
171
|
+
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
172
|
+
export declare const deserializeAws_json1_1ListTopicsDetectionJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTopicsDetectionJobsCommandOutput>;
|
|
173
|
+
export declare const deserializeAws_json1_1StartDocumentClassificationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDocumentClassificationJobCommandOutput>;
|
|
174
|
+
export declare const deserializeAws_json1_1StartDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDominantLanguageDetectionJobCommandOutput>;
|
|
175
|
+
export declare const deserializeAws_json1_1StartEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEntitiesDetectionJobCommandOutput>;
|
|
176
|
+
export declare const deserializeAws_json1_1StartEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEventsDetectionJobCommandOutput>;
|
|
177
|
+
export declare const deserializeAws_json1_1StartKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartKeyPhrasesDetectionJobCommandOutput>;
|
|
178
|
+
export declare const deserializeAws_json1_1StartPiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPiiEntitiesDetectionJobCommandOutput>;
|
|
179
|
+
export declare const deserializeAws_json1_1StartSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSentimentDetectionJobCommandOutput>;
|
|
180
|
+
export declare const deserializeAws_json1_1StartTopicsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartTopicsDetectionJobCommandOutput>;
|
|
181
|
+
export declare const deserializeAws_json1_1StopDominantLanguageDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDominantLanguageDetectionJobCommandOutput>;
|
|
182
|
+
export declare const deserializeAws_json1_1StopEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEntitiesDetectionJobCommandOutput>;
|
|
183
|
+
export declare const deserializeAws_json1_1StopEventsDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEventsDetectionJobCommandOutput>;
|
|
184
|
+
export declare const deserializeAws_json1_1StopKeyPhrasesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopKeyPhrasesDetectionJobCommandOutput>;
|
|
185
|
+
export declare const deserializeAws_json1_1StopPiiEntitiesDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPiiEntitiesDetectionJobCommandOutput>;
|
|
186
|
+
export declare const deserializeAws_json1_1StopSentimentDetectionJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSentimentDetectionJobCommandOutput>;
|
|
187
|
+
export declare const deserializeAws_json1_1StopTrainingDocumentClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTrainingDocumentClassifierCommandOutput>;
|
|
188
|
+
export declare const deserializeAws_json1_1StopTrainingEntityRecognizerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopTrainingEntityRecognizerCommandOutput>;
|
|
189
|
+
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
190
|
+
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
191
|
+
export declare const deserializeAws_json1_1UpdateEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEndpointCommandOutput>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { ComprehendClientConfig } from "./ComprehendClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
14
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
|
+
apiVersion: string;
|
|
20
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
21
|
+
disableHostPrefix: boolean;
|
|
22
|
+
logger: import("@aws-sdk/types").Logger;
|
|
23
|
+
serviceId: string;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
26
|
+
tls?: boolean | undefined;
|
|
27
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
28
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
29
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
30
|
+
signingEscapePath?: boolean | undefined;
|
|
31
|
+
systemClockOffset?: number | undefined;
|
|
32
|
+
signingRegion?: string | undefined;
|
|
33
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { ComprehendClientConfig } from "./ComprehendClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
10
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
14
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
|
+
apiVersion: string;
|
|
20
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
21
|
+
disableHostPrefix: boolean;
|
|
22
|
+
logger: import("@aws-sdk/types").Logger;
|
|
23
|
+
serviceId: string;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
26
|
+
tls?: boolean | undefined;
|
|
27
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
28
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
29
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
30
|
+
signingEscapePath?: boolean | undefined;
|
|
31
|
+
systemClockOffset?: number | undefined;
|
|
32
|
+
signingRegion?: string | undefined;
|
|
33
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
34
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ComprehendClientConfig } from "./ComprehendClient";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
disableHostPrefix: boolean;
|
|
16
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
serviceId: string;
|
|
20
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
22
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
23
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
24
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
25
|
+
tls?: boolean | undefined;
|
|
26
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
27
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
28
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
29
|
+
signingEscapePath?: boolean | undefined;
|
|
30
|
+
systemClockOffset?: number | undefined;
|
|
31
|
+
signingRegion?: string | undefined;
|
|
32
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
33
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
34
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { ComprehendClientConfig } from "./ComprehendClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-comprehend",
|
|
3
3
|
"description": "AWS SDK for JavaScript Comprehend Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.37.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -11,55 +11,49 @@
|
|
|
11
11
|
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
12
|
"clean:dist": "rimraf ./dist",
|
|
13
13
|
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
15
|
"test": "exit 0"
|
|
16
16
|
},
|
|
17
|
-
"main": "./dist
|
|
18
|
-
"types": "./dist
|
|
19
|
-
"module": "./dist
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
25
|
-
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"module": "./dist-es/index.js",
|
|
26
20
|
"sideEffects": false,
|
|
27
21
|
"dependencies": {
|
|
28
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.37.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.37.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.37.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.37.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.37.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.37.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.37.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.37.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.37.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.37.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.37.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.37.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.37.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.37.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.37.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.37.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.37.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.37.0",
|
|
42
|
+
"@aws-sdk/types": "3.37.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.37.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.37.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.37.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
58
52
|
"tslib": "^2.3.0",
|
|
59
53
|
"uuid": "^8.3.2"
|
|
60
54
|
},
|
|
61
55
|
"devDependencies": {
|
|
62
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/client-documentation-generator": "3.37.0",
|
|
63
57
|
"@types/node": "^12.7.5",
|
|
64
58
|
"@types/uuid": "^8.3.0",
|
|
65
59
|
"downlevel-dts": "0.7.0",
|
|
@@ -74,16 +68,25 @@
|
|
|
74
68
|
},
|
|
75
69
|
"typesVersions": {
|
|
76
70
|
"<4.0": {
|
|
77
|
-
"dist
|
|
78
|
-
"dist
|
|
71
|
+
"dist-types/*": [
|
|
72
|
+
"dist-types/ts3.4/*"
|
|
79
73
|
]
|
|
80
74
|
}
|
|
81
75
|
},
|
|
76
|
+
"files": [
|
|
77
|
+
"dist-*"
|
|
78
|
+
],
|
|
82
79
|
"author": {
|
|
83
80
|
"name": "AWS SDK for JavaScript Team",
|
|
84
81
|
"url": "https://aws.amazon.com/javascript/"
|
|
85
82
|
},
|
|
86
83
|
"license": "Apache-2.0",
|
|
84
|
+
"browser": {
|
|
85
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
86
|
+
},
|
|
87
|
+
"react-native": {
|
|
88
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
89
|
+
},
|
|
87
90
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-comprehend",
|
|
88
91
|
"repository": {
|
|
89
92
|
"type": "git",
|