@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,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeTopicsDetectionJobRequest, DescribeTopicsDetectionJobResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeTopicsDetectionJobCommand, serializeAws_json1_1DescribeTopicsDetectionJobCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var DescribeTopicsDetectionJobCommand = (function (_super) {
|
|
7
|
-
__extends(DescribeTopicsDetectionJobCommand, _super);
|
|
8
|
-
function DescribeTopicsDetectionJobCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
DescribeTopicsDetectionJobCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "DescribeTopicsDetectionJobCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: DescribeTopicsDetectionJobRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: DescribeTopicsDetectionJobResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
DescribeTopicsDetectionJobCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1DescribeTopicsDetectionJobCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
DescribeTopicsDetectionJobCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1DescribeTopicsDetectionJobCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return DescribeTopicsDetectionJobCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DescribeTopicsDetectionJobCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeTopicsDetectionJobCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeTopicsDetectionJobCommand.js","sourceRoot":"","sources":["../../../commands/DescribeTopicsDetectionJobCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAC3G,OAAO,EACL,uDAAuD,EACvD,qDAAqD,GACtD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgC7D;IAAuD,qDAItD;IAIC,2CAAqB,KAA6C;QAAlE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwC;;IAIlE,CAAC;IAKD,6DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,mCAAmC,CAAC;QACxD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iCAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,kCAAkC,CAAC,kBAAkB;SAChF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,qDAAS,GAAjB,UAAkB,KAA6C,EAAE,OAAuB;QACtF,OAAO,qDAAqD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAEO,uDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,uDAAuD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClF,CAAC;IAIH,wCAAC;AAAD,CAAC,AAzDD,CAAuD,QAAQ,GAyD9D"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DetectDominantLanguageRequest, DetectDominantLanguageResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DetectDominantLanguageCommand, serializeAws_json1_1DetectDominantLanguageCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var DetectDominantLanguageCommand = (function (_super) {
|
|
7
|
-
__extends(DetectDominantLanguageCommand, _super);
|
|
8
|
-
function DetectDominantLanguageCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
DetectDominantLanguageCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "DetectDominantLanguageCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: DetectDominantLanguageRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: DetectDominantLanguageResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
DetectDominantLanguageCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1DetectDominantLanguageCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
DetectDominantLanguageCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1DetectDominantLanguageCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return DetectDominantLanguageCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DetectDominantLanguageCommand };
|
|
40
|
-
//# sourceMappingURL=DetectDominantLanguageCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetectDominantLanguageCommand.js","sourceRoot":"","sources":["../../../commands/DetectDominantLanguageCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AACnG,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgC7D;IAAmD,iDAIlD;IAIC,uCAAqB,KAAyC;QAA9D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAoC;;IAI9D,CAAC;IAKD,yDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,+BAA+B,CAAC;QACpD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,6BAA6B,CAAC,kBAAkB;YACzE,wBAAwB,EAAE,8BAA8B,CAAC,kBAAkB;SAC5E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,iDAAS,GAAjB,UAAkB,KAAyC,EAAE,OAAuB;QAClF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,mDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,oCAAC;AAAD,CAAC,AAtDD,CAAmD,QAAQ,GAsD1D"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DetectEntitiesRequest, DetectEntitiesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DetectEntitiesCommand, serializeAws_json1_1DetectEntitiesCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var DetectEntitiesCommand = (function (_super) {
|
|
7
|
-
__extends(DetectEntitiesCommand, _super);
|
|
8
|
-
function DetectEntitiesCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
DetectEntitiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "DetectEntitiesCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: DetectEntitiesRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: DetectEntitiesResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
DetectEntitiesCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1DetectEntitiesCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
DetectEntitiesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1DetectEntitiesCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return DetectEntitiesCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DetectEntitiesCommand };
|
|
40
|
-
//# sourceMappingURL=DetectEntitiesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetectEntitiesCommand.js","sourceRoot":"","sources":["../../../commands/DetectEntitiesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EACL,2CAA2C,EAC3C,yCAAyC,GAC1C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgC7D;IAA2C,yCAI1C;IAIC,+BAAqB,KAAiC;QAAtD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;IAItD,CAAC;IAKD,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,yCAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,2CAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DetectKeyPhrasesRequest, DetectKeyPhrasesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DetectKeyPhrasesCommand, serializeAws_json1_1DetectKeyPhrasesCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var DetectKeyPhrasesCommand = (function (_super) {
|
|
7
|
-
__extends(DetectKeyPhrasesCommand, _super);
|
|
8
|
-
function DetectKeyPhrasesCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
DetectKeyPhrasesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "DetectKeyPhrasesCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: DetectKeyPhrasesRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: DetectKeyPhrasesResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
DetectKeyPhrasesCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1DetectKeyPhrasesCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
DetectKeyPhrasesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1DetectKeyPhrasesCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return DetectKeyPhrasesCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DetectKeyPhrasesCommand };
|
|
40
|
-
//# sourceMappingURL=DetectKeyPhrasesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetectKeyPhrasesCommand.js","sourceRoot":"","sources":["../../../commands/DetectKeyPhrasesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACvF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,wBAAwB,CAAC,kBAAkB;SACtE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DetectPiiEntitiesRequest, DetectPiiEntitiesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DetectPiiEntitiesCommand, serializeAws_json1_1DetectPiiEntitiesCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var DetectPiiEntitiesCommand = (function (_super) {
|
|
7
|
-
__extends(DetectPiiEntitiesCommand, _super);
|
|
8
|
-
function DetectPiiEntitiesCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
DetectPiiEntitiesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "DetectPiiEntitiesCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: DetectPiiEntitiesRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: DetectPiiEntitiesResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
DetectPiiEntitiesCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1DetectPiiEntitiesCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
DetectPiiEntitiesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1DetectPiiEntitiesCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return DetectPiiEntitiesCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DetectPiiEntitiesCommand };
|
|
40
|
-
//# sourceMappingURL=DetectPiiEntitiesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetectPiiEntitiesCommand.js","sourceRoot":"","sources":["../../../commands/DetectPiiEntitiesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,8CAA8C,EAC9C,4CAA4C,GAC7C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgC7D;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,4CAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,8CAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DetectSentimentRequest, DetectSentimentResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DetectSentimentCommand, serializeAws_json1_1DetectSentimentCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var DetectSentimentCommand = (function (_super) {
|
|
7
|
-
__extends(DetectSentimentCommand, _super);
|
|
8
|
-
function DetectSentimentCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
DetectSentimentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "DetectSentimentCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: DetectSentimentRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: DetectSentimentResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
DetectSentimentCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1DetectSentimentCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
DetectSentimentCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1DetectSentimentCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return DetectSentimentCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DetectSentimentCommand };
|
|
40
|
-
//# sourceMappingURL=DetectSentimentCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetectSentimentCommand.js","sourceRoot":"","sources":["../../../commands/DetectSentimentCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACrF,OAAO,EACL,4CAA4C,EAC5C,0CAA0C,GAC3C,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgC7D;IAA4C,0CAI3C;IAIC,gCAAqB,KAAkC;QAAvD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6B;;IAIvD,CAAC;IAKD,kDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sBAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,uBAAuB,CAAC,kBAAkB;SACrE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0CAAS,GAAjB,UAAkB,KAAkC,EAAE,OAAuB;QAC3E,OAAO,0CAA0C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAEO,4CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,4CAA4C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAIH,6BAAC;AAAD,CAAC,AAtDD,CAA4C,QAAQ,GAsDnD"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { DetectSyntaxRequest, DetectSyntaxResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DetectSyntaxCommand, serializeAws_json1_1DetectSyntaxCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var DetectSyntaxCommand = (function (_super) {
|
|
7
|
-
__extends(DetectSyntaxCommand, _super);
|
|
8
|
-
function DetectSyntaxCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
DetectSyntaxCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "DetectSyntaxCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: DetectSyntaxRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: DetectSyntaxResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
DetectSyntaxCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1DetectSyntaxCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
DetectSyntaxCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1DetectSyntaxCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return DetectSyntaxCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { DetectSyntaxCommand };
|
|
40
|
-
//# sourceMappingURL=DetectSyntaxCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DetectSyntaxCommand.js","sourceRoot":"","sources":["../../../commands/DetectSyntaxCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAC/E,OAAO,EACL,yCAAyC,EACzC,uCAAuC,GACxC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAgC7D;IAAyC,uCAIxC;IAIC,6BAAqB,KAA+B;QAApD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA0B;;IAIpD,CAAC;IAKD,+CAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,qBAAqB,CAAC;QAC1C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,mBAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,oBAAoB,CAAC,kBAAkB;SAClE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,uCAAS,GAAjB,UAAkB,KAA+B,EAAE,OAAuB;QACxE,OAAO,uCAAuC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAEO,yCAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,yCAAyC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpE,CAAC;IAIH,0BAAC;AAAD,CAAC,AAtDD,CAAyC,QAAQ,GAsDhD"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ListDocumentClassificationJobsRequest, ListDocumentClassificationJobsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListDocumentClassificationJobsCommand, serializeAws_json1_1ListDocumentClassificationJobsCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var ListDocumentClassificationJobsCommand = (function (_super) {
|
|
7
|
-
__extends(ListDocumentClassificationJobsCommand, _super);
|
|
8
|
-
function ListDocumentClassificationJobsCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
ListDocumentClassificationJobsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "ListDocumentClassificationJobsCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: ListDocumentClassificationJobsRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: ListDocumentClassificationJobsResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
ListDocumentClassificationJobsCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1ListDocumentClassificationJobsCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
ListDocumentClassificationJobsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1ListDocumentClassificationJobsCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return ListDocumentClassificationJobsCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListDocumentClassificationJobsCommand };
|
|
40
|
-
//# sourceMappingURL=ListDocumentClassificationJobsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListDocumentClassificationJobsCommand.js","sourceRoot":"","sources":["../../../commands/ListDocumentClassificationJobsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AACnH,OAAO,EACL,2DAA2D,EAC3D,yDAAyD,GAC1D,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAiC7D;IAA2D,yDAI1D;IAIC,+CAAqB,KAAiD;QAAtE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4C;;IAItE,CAAC;IAKD,iEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,uCAAuC,CAAC;QAC5D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qCAAqC,CAAC,kBAAkB;YACjF,wBAAwB,EAAE,sCAAsC,CAAC,kBAAkB;SACpF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yDAAS,GAAjB,UACE,KAAiD,EACjD,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnF,CAAC;IAEO,2DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,2DAA2D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAIH,4CAAC;AAAD,CAAC,AA5DD,CAA2D,QAAQ,GA4DlE"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ListDocumentClassifierSummariesRequest, ListDocumentClassifierSummariesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListDocumentClassifierSummariesCommand, serializeAws_json1_1ListDocumentClassifierSummariesCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var ListDocumentClassifierSummariesCommand = (function (_super) {
|
|
7
|
-
__extends(ListDocumentClassifierSummariesCommand, _super);
|
|
8
|
-
function ListDocumentClassifierSummariesCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
ListDocumentClassifierSummariesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "ListDocumentClassifierSummariesCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: ListDocumentClassifierSummariesRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: ListDocumentClassifierSummariesResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
ListDocumentClassifierSummariesCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1ListDocumentClassifierSummariesCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
ListDocumentClassifierSummariesCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1ListDocumentClassifierSummariesCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return ListDocumentClassifierSummariesCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListDocumentClassifierSummariesCommand };
|
|
40
|
-
//# sourceMappingURL=ListDocumentClassifierSummariesCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListDocumentClassifierSummariesCommand.js","sourceRoot":"","sources":["../../../commands/ListDocumentClassifierSummariesCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,sCAAsC,EAAE,uCAAuC,EAAE,MAAM,oBAAoB,CAAC;AACrH,OAAO,EACL,4DAA4D,EAC5D,0DAA0D,GAC3D,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAiC7D;IAA4D,0DAI3D;IAIC,gDAAqB,KAAkD;QAAvE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA6C;;IAIvE,CAAC;IAKD,kEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,wCAAwC,CAAC;QAC7D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,sCAAsC,CAAC,kBAAkB;YAClF,wBAAwB,EAAE,uCAAuC,CAAC,kBAAkB;SACrF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,0DAAS,GAAjB,UACE,KAAkD,EAClD,OAAuB;QAEvB,OAAO,0DAA0D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAEO,4DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;IAIH,6CAAC;AAAD,CAAC,AA5DD,CAA4D,QAAQ,GA4DnE"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ListDocumentClassifiersRequest, ListDocumentClassifiersResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListDocumentClassifiersCommand, serializeAws_json1_1ListDocumentClassifiersCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var ListDocumentClassifiersCommand = (function (_super) {
|
|
7
|
-
__extends(ListDocumentClassifiersCommand, _super);
|
|
8
|
-
function ListDocumentClassifiersCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
ListDocumentClassifiersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "ListDocumentClassifiersCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: ListDocumentClassifiersRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: ListDocumentClassifiersResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
ListDocumentClassifiersCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1ListDocumentClassifiersCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
ListDocumentClassifiersCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1ListDocumentClassifiersCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return ListDocumentClassifiersCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListDocumentClassifiersCommand };
|
|
40
|
-
//# sourceMappingURL=ListDocumentClassifiersCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListDocumentClassifiersCommand.js","sourceRoot":"","sources":["../../../commands/ListDocumentClassifiersCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACrG,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAAoD,kDAInD;IAIC,wCAAqB,KAA0C;QAA/D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;IAI/D,CAAC;IAKD,0DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,8BAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,+BAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ListDominantLanguageDetectionJobsRequest, ListDominantLanguageDetectionJobsResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListDominantLanguageDetectionJobsCommand, serializeAws_json1_1ListDominantLanguageDetectionJobsCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var ListDominantLanguageDetectionJobsCommand = (function (_super) {
|
|
7
|
-
__extends(ListDominantLanguageDetectionJobsCommand, _super);
|
|
8
|
-
function ListDominantLanguageDetectionJobsCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
ListDominantLanguageDetectionJobsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "ListDominantLanguageDetectionJobsCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: ListDominantLanguageDetectionJobsRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: ListDominantLanguageDetectionJobsResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
ListDominantLanguageDetectionJobsCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1ListDominantLanguageDetectionJobsCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
ListDominantLanguageDetectionJobsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1ListDominantLanguageDetectionJobsCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return ListDominantLanguageDetectionJobsCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListDominantLanguageDetectionJobsCommand };
|
|
40
|
-
//# sourceMappingURL=ListDominantLanguageDetectionJobsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListDominantLanguageDetectionJobsCommand.js","sourceRoot":"","sources":["../../../commands/ListDominantLanguageDetectionJobsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EACL,wCAAwC,EACxC,yCAAyC,GAC1C,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,8DAA8D,EAC9D,4DAA4D,GAC7D,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAiC7D;IAA8D,4DAI7D;IAIC,kDAAqB,KAAoD;QAAzE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+C;;IAIzE,CAAC;IAKD,oEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,0CAA0C,CAAC;QAC/D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wCAAwC,CAAC,kBAAkB;YACpF,wBAAwB,EAAE,yCAAyC,CAAC,kBAAkB;SACvF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4DAAS,GAAjB,UACE,KAAoD,EACpD,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtF,CAAC;IAEO,8DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,8DAA8D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzF,CAAC;IAIH,+CAAC;AAAD,CAAC,AA5DD,CAA8D,QAAQ,GA4DrE"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ListEndpointsRequest, ListEndpointsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListEndpointsCommand, serializeAws_json1_1ListEndpointsCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var ListEndpointsCommand = (function (_super) {
|
|
7
|
-
__extends(ListEndpointsCommand, _super);
|
|
8
|
-
function ListEndpointsCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
ListEndpointsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "ListEndpointsCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: ListEndpointsRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: ListEndpointsResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
ListEndpointsCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1ListEndpointsCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
ListEndpointsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1ListEndpointsCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return ListEndpointsCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListEndpointsCommand };
|
|
40
|
-
//# sourceMappingURL=ListEndpointsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListEndpointsCommand.js","sourceRoot":"","sources":["../../../commands/ListEndpointsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EACL,0CAA0C,EAC1C,wCAAwC,GACzC,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAA0C,wCAIzC;IAIC,8BAAqB,KAAgC;QAArD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2B;;IAIrD,CAAC;IAKD,gDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,sBAAsB,CAAC;QAC3C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oBAAoB,CAAC,kBAAkB;YAChE,wBAAwB,EAAE,qBAAqB,CAAC,kBAAkB;SACnE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wCAAS,GAAjB,UAAkB,KAAgC,EAAE,OAAuB;QACzE,OAAO,wCAAwC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;IAEO,0CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,0CAA0C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAIH,2BAAC;AAAD,CAAC,AAtDD,CAA0C,QAAQ,GAsDjD"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
|
-
import { ListEntitiesDetectionJobsRequest, ListEntitiesDetectionJobsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListEntitiesDetectionJobsCommand, serializeAws_json1_1ListEntitiesDetectionJobsCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
var ListEntitiesDetectionJobsCommand = (function (_super) {
|
|
7
|
-
__extends(ListEntitiesDetectionJobsCommand, _super);
|
|
8
|
-
function ListEntitiesDetectionJobsCommand(input) {
|
|
9
|
-
var _this = _super.call(this) || this;
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
12
|
-
}
|
|
13
|
-
ListEntitiesDetectionJobsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
-
var logger = configuration.logger;
|
|
17
|
-
var clientName = "ComprehendClient";
|
|
18
|
-
var commandName = "ListEntitiesDetectionJobsCommand";
|
|
19
|
-
var handlerExecutionContext = {
|
|
20
|
-
logger: logger,
|
|
21
|
-
clientName: clientName,
|
|
22
|
-
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog: ListEntitiesDetectionJobsRequest.filterSensitiveLog,
|
|
24
|
-
outputFilterSensitiveLog: ListEntitiesDetectionJobsResponse.filterSensitiveLog,
|
|
25
|
-
};
|
|
26
|
-
var requestHandler = configuration.requestHandler;
|
|
27
|
-
return stack.resolve(function (request) {
|
|
28
|
-
return requestHandler.handle(request.request, options || {});
|
|
29
|
-
}, handlerExecutionContext);
|
|
30
|
-
};
|
|
31
|
-
ListEntitiesDetectionJobsCommand.prototype.serialize = function (input, context) {
|
|
32
|
-
return serializeAws_json1_1ListEntitiesDetectionJobsCommand(input, context);
|
|
33
|
-
};
|
|
34
|
-
ListEntitiesDetectionJobsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
-
return deserializeAws_json1_1ListEntitiesDetectionJobsCommand(output, context);
|
|
36
|
-
};
|
|
37
|
-
return ListEntitiesDetectionJobsCommand;
|
|
38
|
-
}($Command));
|
|
39
|
-
export { ListEntitiesDetectionJobsCommand };
|
|
40
|
-
//# sourceMappingURL=ListEntitiesDetectionJobsCommand.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ListEntitiesDetectionJobsCommand.js","sourceRoot":"","sources":["../../../commands/ListEntitiesDetectionJobsCommand.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,MAAM,oBAAoB,CAAC;AACzG,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AA+B7D;IAAsD,oDAIrD;IAIC,0CAAqB,KAA4C;QAAjE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAuC;;IAIjE,CAAC;IAKD,4DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA6C,EAC7C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,kBAAkB,CAAC;QACtC,IAAM,WAAW,GAAG,kCAAkC,CAAC;QACvD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,gCAAgC,CAAC,kBAAkB;YAC5E,wBAAwB,EAAE,iCAAiC,CAAC,kBAAkB;SAC/E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,oDAAS,GAAjB,UAAkB,KAA4C,EAAE,OAAuB;QACrF,OAAO,oDAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,sDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,sDAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAIH,uCAAC;AAAD,CAAC,AAzDD,CAAsD,QAAQ,GAyD7D"}
|