@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
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectEntitiesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Inspects text for named entities, and returns information about them. For more
|
|
10
|
-
* information, about named entities, see <a>how-entities</a>. </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DetectEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DetectEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DetectEntitiesCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DetectEntitiesCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DetectEntitiesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
class DetectEntitiesCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
|
-
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
super();
|
|
32
|
-
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
const { logger } = configuration;
|
|
42
|
-
const clientName = "ComprehendClient";
|
|
43
|
-
const commandName = "DetectEntitiesCommand";
|
|
44
|
-
const handlerExecutionContext = {
|
|
45
|
-
logger,
|
|
46
|
-
clientName,
|
|
47
|
-
commandName,
|
|
48
|
-
inputFilterSensitiveLog: models_0_1.DetectEntitiesRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: models_0_1.DetectEntitiesResponse.filterSensitiveLog,
|
|
50
|
-
};
|
|
51
|
-
const { requestHandler } = configuration;
|
|
52
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
53
|
-
}
|
|
54
|
-
serialize(input, context) {
|
|
55
|
-
return Aws_json1_1_1.serializeAws_json1_1DetectEntitiesCommand(input, context);
|
|
56
|
-
}
|
|
57
|
-
deserialize(output, context) {
|
|
58
|
-
return Aws_json1_1_1.deserializeAws_json1_1DetectEntitiesCommand(output, context);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
exports.DetectEntitiesCommand = DetectEntitiesCommand;
|
|
62
|
-
//# sourceMappingURL=DetectEntitiesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetectEntitiesCommand.js","sourceRoot":"","sources":["../../../commands/DetectEntitiesCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmF;AACnF,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,qBAAsB,SAAQ,uBAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiC;QACpD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4B;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,gCAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,iCAAsB,CAAC,kBAAkB;SACpE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAiC,EAAE,OAAuB;QAC1E,OAAO,uDAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,yDAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CAIF;AAtDD,sDAsDC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectKeyPhrasesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Detects the key noun phrases found in the text. </p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ComprehendClient, DetectKeyPhrasesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
14
|
-
* // const { ComprehendClient, DetectKeyPhrasesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
15
|
-
* const client = new ComprehendClient(config);
|
|
16
|
-
* const command = new DetectKeyPhrasesCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DetectKeyPhrasesCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DetectKeyPhrasesCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class DetectKeyPhrasesCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "ComprehendClient";
|
|
42
|
-
const commandName = "DetectKeyPhrasesCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.DetectKeyPhrasesRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.DetectKeyPhrasesResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_json1_1_1.serializeAws_json1_1DetectKeyPhrasesCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_json1_1_1.deserializeAws_json1_1DetectKeyPhrasesCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.DetectKeyPhrasesCommand = DetectKeyPhrasesCommand;
|
|
61
|
-
//# sourceMappingURL=DetectKeyPhrasesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetectKeyPhrasesCommand.js","sourceRoot":"","sources":["../../../commands/DetectKeyPhrasesCommand.ts"],"names":[],"mappings":";;;AACA,iDAAuF;AACvF,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,uBAAwB,SAAQ,uBAI5C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAmC;QACtD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA8B;QAGtD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,kCAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,mCAAwB,CAAC,kBAAkB;SACtE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAmC,EAAE,OAAuB;QAC5E,OAAO,yDAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,2DAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;CAIF;AAtDD,0DAsDC"}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectPiiEntitiesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Inspects the input text for entities that contain personally identifiable information
|
|
10
|
-
* (PII) and returns information about them.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DetectPiiEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DetectPiiEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DetectPiiEntitiesCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DetectPiiEntitiesCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DetectPiiEntitiesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
class DetectPiiEntitiesCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
|
-
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
super();
|
|
32
|
-
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
const { logger } = configuration;
|
|
42
|
-
const clientName = "ComprehendClient";
|
|
43
|
-
const commandName = "DetectPiiEntitiesCommand";
|
|
44
|
-
const handlerExecutionContext = {
|
|
45
|
-
logger,
|
|
46
|
-
clientName,
|
|
47
|
-
commandName,
|
|
48
|
-
inputFilterSensitiveLog: models_0_1.DetectPiiEntitiesRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: models_0_1.DetectPiiEntitiesResponse.filterSensitiveLog,
|
|
50
|
-
};
|
|
51
|
-
const { requestHandler } = configuration;
|
|
52
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
53
|
-
}
|
|
54
|
-
serialize(input, context) {
|
|
55
|
-
return Aws_json1_1_1.serializeAws_json1_1DetectPiiEntitiesCommand(input, context);
|
|
56
|
-
}
|
|
57
|
-
deserialize(output, context) {
|
|
58
|
-
return Aws_json1_1_1.deserializeAws_json1_1DetectPiiEntitiesCommand(output, context);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
exports.DetectPiiEntitiesCommand = DetectPiiEntitiesCommand;
|
|
62
|
-
//# sourceMappingURL=DetectPiiEntitiesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetectPiiEntitiesCommand.js","sourceRoot":"","sources":["../../../commands/DetectPiiEntitiesCommand.ts"],"names":[],"mappings":";;;AACA,iDAAyF;AACzF,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,wBAAyB,SAAQ,uBAI7C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAoC;QACvD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA+B;QAGvD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,mCAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,oCAAyB,CAAC,kBAAkB;SACvE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAoC,EAAE,OAAuB;QAC7E,OAAO,0DAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,4DAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;CAIF;AAtDD,4DAsDC"}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectSentimentCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Inspects text and returns an inference of the prevailing sentiment
|
|
10
|
-
* (<code>POSITIVE</code>, <code>NEUTRAL</code>, <code>MIXED</code>, or <code>NEGATIVE</code>). </p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DetectSentimentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DetectSentimentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DetectSentimentCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DetectSentimentCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DetectSentimentCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
class DetectSentimentCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
|
-
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
super();
|
|
32
|
-
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
const { logger } = configuration;
|
|
42
|
-
const clientName = "ComprehendClient";
|
|
43
|
-
const commandName = "DetectSentimentCommand";
|
|
44
|
-
const handlerExecutionContext = {
|
|
45
|
-
logger,
|
|
46
|
-
clientName,
|
|
47
|
-
commandName,
|
|
48
|
-
inputFilterSensitiveLog: models_0_1.DetectSentimentRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: models_0_1.DetectSentimentResponse.filterSensitiveLog,
|
|
50
|
-
};
|
|
51
|
-
const { requestHandler } = configuration;
|
|
52
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
53
|
-
}
|
|
54
|
-
serialize(input, context) {
|
|
55
|
-
return Aws_json1_1_1.serializeAws_json1_1DetectSentimentCommand(input, context);
|
|
56
|
-
}
|
|
57
|
-
deserialize(output, context) {
|
|
58
|
-
return Aws_json1_1_1.deserializeAws_json1_1DetectSentimentCommand(output, context);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
exports.DetectSentimentCommand = DetectSentimentCommand;
|
|
62
|
-
//# sourceMappingURL=DetectSentimentCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetectSentimentCommand.js","sourceRoot":"","sources":["../../../commands/DetectSentimentCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqF;AACrF,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,sBAAuB,SAAQ,uBAI3C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAkC;QACrD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA6B;QAGrD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,iCAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,kCAAuB,CAAC,kBAAkB;SACrE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAkC,EAAE,OAAuB;QAC3E,OAAO,wDAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,0DAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;CAIF;AAtDD,wDAsDC"}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectSyntaxCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Inspects text for syntax and the part of speech of words in the document. For more
|
|
10
|
-
* information, <a>how-syntax</a>.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { ComprehendClient, DetectSyntaxCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
15
|
-
* // const { ComprehendClient, DetectSyntaxCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
16
|
-
* const client = new ComprehendClient(config);
|
|
17
|
-
* const command = new DetectSyntaxCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DetectSyntaxCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DetectSyntaxCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
class DetectSyntaxCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
|
-
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
|
-
super();
|
|
32
|
-
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
39
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
41
|
-
const { logger } = configuration;
|
|
42
|
-
const clientName = "ComprehendClient";
|
|
43
|
-
const commandName = "DetectSyntaxCommand";
|
|
44
|
-
const handlerExecutionContext = {
|
|
45
|
-
logger,
|
|
46
|
-
clientName,
|
|
47
|
-
commandName,
|
|
48
|
-
inputFilterSensitiveLog: models_0_1.DetectSyntaxRequest.filterSensitiveLog,
|
|
49
|
-
outputFilterSensitiveLog: models_0_1.DetectSyntaxResponse.filterSensitiveLog,
|
|
50
|
-
};
|
|
51
|
-
const { requestHandler } = configuration;
|
|
52
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
53
|
-
}
|
|
54
|
-
serialize(input, context) {
|
|
55
|
-
return Aws_json1_1_1.serializeAws_json1_1DetectSyntaxCommand(input, context);
|
|
56
|
-
}
|
|
57
|
-
deserialize(output, context) {
|
|
58
|
-
return Aws_json1_1_1.deserializeAws_json1_1DetectSyntaxCommand(output, context);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
exports.DetectSyntaxCommand = DetectSyntaxCommand;
|
|
62
|
-
//# sourceMappingURL=DetectSyntaxCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetectSyntaxCommand.js","sourceRoot":"","sources":["../../../commands/DetectSyntaxCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+E;AAC/E,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,mBAAoB,SAAQ,uBAIxC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA+B;QAClD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA0B;QAGlD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,8BAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,+BAAoB,CAAC,kBAAkB;SAClE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA+B,EAAE,OAAuB;QACxE,OAAO,qDAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,uDAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;CAIF;AAtDD,kDAsDC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDocumentClassificationJobsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets a list of the documentation classification jobs that you have submitted.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ComprehendClient, ListDocumentClassificationJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
14
|
-
* // const { ComprehendClient, ListDocumentClassificationJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
15
|
-
* const client = new ComprehendClient(config);
|
|
16
|
-
* const command = new ListDocumentClassificationJobsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListDocumentClassificationJobsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListDocumentClassificationJobsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class ListDocumentClassificationJobsCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "ComprehendClient";
|
|
42
|
-
const commandName = "ListDocumentClassificationJobsCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.ListDocumentClassificationJobsRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.ListDocumentClassificationJobsResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_json1_1_1.serializeAws_json1_1ListDocumentClassificationJobsCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_json1_1_1.deserializeAws_json1_1ListDocumentClassificationJobsCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.ListDocumentClassificationJobsCommand = ListDocumentClassificationJobsCommand;
|
|
61
|
-
//# sourceMappingURL=ListDocumentClassificationJobsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListDocumentClassificationJobsCommand.js","sourceRoot":"","sources":["../../../commands/ListDocumentClassificationJobsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAmH;AACnH,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,qCAAsC,SAAQ,uBAI1D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiD;QACpE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4C;QAGpE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,uCAAuC,CAAC;QAC5D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,gDAAqC,CAAC,kBAAkB;YACjF,wBAAwB,EAAE,iDAAsC,CAAC,kBAAkB;SACpF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CACf,KAAiD,EACjD,OAAuB;QAEvB,OAAO,uEAAyD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,yEAA2D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;CAIF;AA5DD,sFA4DC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDocumentClassifierSummariesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets a list of summaries of the document classifiers that you have created</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ComprehendClient, ListDocumentClassifierSummariesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
14
|
-
* // const { ComprehendClient, ListDocumentClassifierSummariesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
15
|
-
* const client = new ComprehendClient(config);
|
|
16
|
-
* const command = new ListDocumentClassifierSummariesCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListDocumentClassifierSummariesCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListDocumentClassifierSummariesCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class ListDocumentClassifierSummariesCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "ComprehendClient";
|
|
42
|
-
const commandName = "ListDocumentClassifierSummariesCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.ListDocumentClassifierSummariesRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.ListDocumentClassifierSummariesResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_json1_1_1.serializeAws_json1_1ListDocumentClassifierSummariesCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_json1_1_1.deserializeAws_json1_1ListDocumentClassifierSummariesCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.ListDocumentClassifierSummariesCommand = ListDocumentClassifierSummariesCommand;
|
|
61
|
-
//# sourceMappingURL=ListDocumentClassifierSummariesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListDocumentClassifierSummariesCommand.js","sourceRoot":"","sources":["../../../commands/ListDocumentClassifierSummariesCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqH;AACrH,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,sCAAuC,SAAQ,uBAI3D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAkD;QACrE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA6C;QAGrE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,iDAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,kDAAuC,CAAC,kBAAkB;SACrF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CACf,KAAkD,EAClD,OAAuB;QAEvB,OAAO,wEAA0D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,0EAA4D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;CAIF;AA5DD,wFA4DC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDocumentClassifiersCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets a list of the document classifiers that you have created.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ComprehendClient, ListDocumentClassifiersCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
14
|
-
* // const { ComprehendClient, ListDocumentClassifiersCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
15
|
-
* const client = new ComprehendClient(config);
|
|
16
|
-
* const command = new ListDocumentClassifiersCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListDocumentClassifiersCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListDocumentClassifiersCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class ListDocumentClassifiersCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "ComprehendClient";
|
|
42
|
-
const commandName = "ListDocumentClassifiersCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.ListDocumentClassifiersRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.ListDocumentClassifiersResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_json1_1_1.serializeAws_json1_1ListDocumentClassifiersCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_json1_1_1.deserializeAws_json1_1ListDocumentClassifiersCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.ListDocumentClassifiersCommand = ListDocumentClassifiersCommand;
|
|
61
|
-
//# sourceMappingURL=ListDocumentClassifiersCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListDocumentClassifiersCommand.js","sourceRoot":"","sources":["../../../commands/ListDocumentClassifiersCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqG;AACrG,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,8BAA+B,SAAQ,uBAInD;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA0C;QAC7D,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAqC;QAG7D,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,yCAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,0CAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA0C,EAAE,OAAuB;QACnF,OAAO,gEAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,kEAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;CAIF;AAtDD,wEAsDC"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDominantLanguageDetectionJobsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
|
-
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Gets a list of the dominant language detection jobs that you have submitted.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { ComprehendClient, ListDominantLanguageDetectionJobsCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
14
|
-
* // const { ComprehendClient, ListDominantLanguageDetectionJobsCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
15
|
-
* const client = new ComprehendClient(config);
|
|
16
|
-
* const command = new ListDominantLanguageDetectionJobsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link ListDominantLanguageDetectionJobsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link ListDominantLanguageDetectionJobsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link ComprehendClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
class ListDominantLanguageDetectionJobsCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
|
-
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
super();
|
|
31
|
-
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
-
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
-
const { logger } = configuration;
|
|
41
|
-
const clientName = "ComprehendClient";
|
|
42
|
-
const commandName = "ListDominantLanguageDetectionJobsCommand";
|
|
43
|
-
const handlerExecutionContext = {
|
|
44
|
-
logger,
|
|
45
|
-
clientName,
|
|
46
|
-
commandName,
|
|
47
|
-
inputFilterSensitiveLog: models_0_1.ListDominantLanguageDetectionJobsRequest.filterSensitiveLog,
|
|
48
|
-
outputFilterSensitiveLog: models_0_1.ListDominantLanguageDetectionJobsResponse.filterSensitiveLog,
|
|
49
|
-
};
|
|
50
|
-
const { requestHandler } = configuration;
|
|
51
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
-
}
|
|
53
|
-
serialize(input, context) {
|
|
54
|
-
return Aws_json1_1_1.serializeAws_json1_1ListDominantLanguageDetectionJobsCommand(input, context);
|
|
55
|
-
}
|
|
56
|
-
deserialize(output, context) {
|
|
57
|
-
return Aws_json1_1_1.deserializeAws_json1_1ListDominantLanguageDetectionJobsCommand(output, context);
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.ListDominantLanguageDetectionJobsCommand = ListDominantLanguageDetectionJobsCommand;
|
|
61
|
-
//# sourceMappingURL=ListDominantLanguageDetectionJobsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListDominantLanguageDetectionJobsCommand.js","sourceRoot":"","sources":["../../../commands/ListDominantLanguageDetectionJobsCommand.ts"],"names":[],"mappings":";;;AACA,iDAG4B;AAC5B,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,wCAAyC,SAAQ,uBAI7D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAoD;QACvE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA+C;QAGvE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,MAAM,WAAW,GAAG,0CAA0C,CAAC;QAC/D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,mDAAwC,CAAC,kBAAkB;YACpF,wBAAwB,EAAE,oDAAyC,CAAC,kBAAkB;SACvF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CACf,KAAoD,EACpD,OAAuB;QAEvB,OAAO,0EAA4D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,4EAA8D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;CAIF;AA5DD,4FA4DC"}
|