@aws-sdk/client-comprehend 3.193.0 → 3.195.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 +19 -0
- package/dist-cjs/ComprehendClient.js +11 -8
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +10 -0
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +10 -0
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +10 -0
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +10 -0
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +10 -0
- package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +10 -0
- package/dist-cjs/commands/ClassifyDocumentCommand.js +10 -0
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +10 -0
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +10 -0
- package/dist-cjs/commands/CreateEndpointCommand.js +10 -0
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +10 -0
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +10 -0
- package/dist-cjs/commands/DeleteEndpointCommand.js +10 -0
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +10 -0
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +10 -0
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +10 -0
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeEndpointCommand.js +10 -0
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +10 -0
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +10 -0
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +10 -0
- package/dist-cjs/commands/DetectEntitiesCommand.js +10 -0
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +10 -0
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +10 -0
- package/dist-cjs/commands/DetectSentimentCommand.js +10 -0
- package/dist-cjs/commands/DetectSyntaxCommand.js +10 -0
- package/dist-cjs/commands/DetectTargetedSentimentCommand.js +10 -0
- package/dist-cjs/commands/ImportModelCommand.js +10 -0
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +10 -0
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +10 -0
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +10 -0
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListEndpointsCommand.js +10 -0
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +10 -0
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +10 -0
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +10 -0
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +10 -0
- package/dist-cjs/commands/PutResourcePolicyCommand.js +10 -0
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +10 -0
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +10 -0
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +10 -0
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateEndpointCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/ComprehendClient.js +12 -9
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +10 -0
- package/dist-es/commands/BatchDetectEntitiesCommand.js +10 -0
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +10 -0
- package/dist-es/commands/BatchDetectSentimentCommand.js +10 -0
- package/dist-es/commands/BatchDetectSyntaxCommand.js +10 -0
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +10 -0
- package/dist-es/commands/ClassifyDocumentCommand.js +10 -0
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +10 -0
- package/dist-es/commands/CreateDocumentClassifierCommand.js +10 -0
- package/dist-es/commands/CreateEndpointCommand.js +10 -0
- package/dist-es/commands/CreateEntityRecognizerCommand.js +10 -0
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +10 -0
- package/dist-es/commands/DeleteEndpointCommand.js +10 -0
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +10 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +10 -0
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +10 -0
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +10 -0
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +10 -0
- package/dist-es/commands/DescribeEndpointCommand.js +10 -0
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +10 -0
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +10 -0
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +10 -0
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +10 -0
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +10 -0
- package/dist-es/commands/DescribeResourcePolicyCommand.js +10 -0
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +10 -0
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +10 -0
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +10 -0
- package/dist-es/commands/DetectDominantLanguageCommand.js +10 -0
- package/dist-es/commands/DetectEntitiesCommand.js +10 -0
- package/dist-es/commands/DetectKeyPhrasesCommand.js +10 -0
- package/dist-es/commands/DetectPiiEntitiesCommand.js +10 -0
- package/dist-es/commands/DetectSentimentCommand.js +10 -0
- package/dist-es/commands/DetectSyntaxCommand.js +10 -0
- package/dist-es/commands/DetectTargetedSentimentCommand.js +10 -0
- package/dist-es/commands/ImportModelCommand.js +10 -0
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +10 -0
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +10 -0
- package/dist-es/commands/ListDocumentClassifiersCommand.js +10 -0
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +10 -0
- package/dist-es/commands/ListEndpointsCommand.js +10 -0
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +10 -0
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +10 -0
- package/dist-es/commands/ListEntityRecognizersCommand.js +10 -0
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +10 -0
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +10 -0
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +10 -0
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +10 -0
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +10 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +10 -0
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +10 -0
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +10 -0
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +10 -0
- package/dist-es/commands/StartEventsDetectionJobCommand.js +10 -0
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +10 -0
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +10 -0
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +10 -0
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +10 -0
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +10 -0
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +10 -0
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +10 -0
- package/dist-es/commands/StopEventsDetectionJobCommand.js +10 -0
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +10 -0
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +10 -0
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +10 -0
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +10 -0
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +10 -0
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateEndpointCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/ComprehendClient.d.ts +6 -9
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +2 -0
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +2 -0
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -0
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +2 -0
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +2 -0
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -0
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +2 -0
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +2 -0
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +2 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +2 -0
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +2 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +2 -0
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +2 -0
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +2 -0
- package/dist-types/commands/DetectSentimentCommand.d.ts +2 -0
- package/dist-types/commands/DetectSyntaxCommand.d.ts +2 -0
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +2 -0
- package/dist-types/commands/ImportModelCommand.d.ts +2 -0
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -0
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +2 -0
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -0
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +2 -0
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +2 -0
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -0
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/ComprehendClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -2
- package/dist-cjs/endpoints.js +0 -168
- package/dist-es/endpoints.js +0 -164
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -334,6 +335,11 @@ import {
|
|
|
334
335
|
UpdateEndpointCommandInput,
|
|
335
336
|
UpdateEndpointCommandOutput,
|
|
336
337
|
} from "./commands/UpdateEndpointCommand";
|
|
338
|
+
import {
|
|
339
|
+
ClientInputEndpointParameters,
|
|
340
|
+
ClientResolvedEndpointParameters,
|
|
341
|
+
EndpointParameters,
|
|
342
|
+
} from "./endpoint/EndpointParameters";
|
|
337
343
|
export declare type ServiceInputTypes =
|
|
338
344
|
| BatchDetectDominantLanguageCommandInput
|
|
339
345
|
| BatchDetectEntitiesCommandInput
|
|
@@ -503,7 +509,6 @@ export interface ClientDefaults
|
|
|
503
509
|
serviceId?: string;
|
|
504
510
|
region?: string | __Provider<string>;
|
|
505
511
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
506
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
507
512
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
508
513
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
509
514
|
}
|
|
@@ -512,21 +517,23 @@ declare type ComprehendClientConfigType = Partial<
|
|
|
512
517
|
> &
|
|
513
518
|
ClientDefaults &
|
|
514
519
|
RegionInputConfig &
|
|
515
|
-
|
|
520
|
+
EndpointInputConfig<EndpointParameters> &
|
|
516
521
|
RetryInputConfig &
|
|
517
522
|
HostHeaderInputConfig &
|
|
518
523
|
AwsAuthInputConfig &
|
|
519
|
-
UserAgentInputConfig
|
|
524
|
+
UserAgentInputConfig &
|
|
525
|
+
ClientInputEndpointParameters;
|
|
520
526
|
export interface ComprehendClientConfig extends ComprehendClientConfigType {}
|
|
521
527
|
declare type ComprehendClientResolvedConfigType =
|
|
522
528
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
523
529
|
Required<ClientDefaults> &
|
|
524
530
|
RegionResolvedConfig &
|
|
525
|
-
|
|
531
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
526
532
|
RetryResolvedConfig &
|
|
527
533
|
HostHeaderResolvedConfig &
|
|
528
534
|
AwsAuthResolvedConfig &
|
|
529
|
-
UserAgentResolvedConfig
|
|
535
|
+
UserAgentResolvedConfig &
|
|
536
|
+
ClientResolvedEndpointParameters;
|
|
530
537
|
export interface ComprehendClientResolvedConfig
|
|
531
538
|
extends ComprehendClientResolvedConfigType {}
|
|
532
539
|
export declare class ComprehendClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchDetectDominantLanguageCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchDetectDominantLanguageCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchDetectDominantLanguageCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchDetectEntitiesCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchDetectEntitiesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchDetectEntitiesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchDetectKeyPhrasesCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchDetectKeyPhrasesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchDetectKeyPhrasesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchDetectSentimentCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchDetectSentimentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchDetectSentimentCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchDetectSyntaxCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchDetectSyntaxCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchDetectSyntaxCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchDetectTargetedSentimentCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchDetectTargetedSentimentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchDetectTargetedSentimentCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ClassifyDocumentCommand extends $Command<
|
|
|
24
25
|
ComprehendClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ClassifyDocumentCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ClassifyDocumentCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ContainsPiiEntitiesCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ContainsPiiEntitiesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ContainsPiiEntitiesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateDocumentClassifierCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateDocumentClassifierCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateDocumentClassifierCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateEndpointCommand extends $Command<
|
|
|
24
25
|
ComprehendClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateEndpointCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateEndpointCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateEntityRecognizerCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateEntityRecognizerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateEntityRecognizerCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteDocumentClassifierCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteDocumentClassifierCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteDocumentClassifierCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteEndpointCommand extends $Command<
|
|
|
24
25
|
ComprehendClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteEndpointCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteEndpointCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteEntityRecognizerCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteEntityRecognizerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteEntityRecognizerCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteResourcePolicyCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteResourcePolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteResourcePolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeDocumentClassificationJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeDocumentClassificationJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeDocumentClassificationJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeDocumentClassifierCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeDocumentClassifierCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeDocumentClassifierCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeDominantLanguageDetectionJobCommand extends $Comman
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeDominantLanguageDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeDominantLanguageDetectionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeEndpointCommand extends $Command<
|
|
|
24
25
|
ComprehendClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeEndpointCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeEndpointCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeEntitiesDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeEntitiesDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeEntitiesDetectionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeEntityRecognizerCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeEntityRecognizerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeEntityRecognizerCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeEventsDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeEventsDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeEventsDetectionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeKeyPhrasesDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeKeyPhrasesDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeKeyPhrasesDetectionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribePiiEntitiesDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribePiiEntitiesDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribePiiEntitiesDetectionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeResourcePolicyCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeResourcePolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeResourcePolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeSentimentDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeSentimentDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeSentimentDetectionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeTargetedSentimentDetectionJobCommand extends $Comma
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeTargetedSentimentDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeTargetedSentimentDetectionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeTopicsDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeTopicsDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeTopicsDetectionJobCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DetectDominantLanguageCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DetectDominantLanguageCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DetectDominantLanguageCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DetectEntitiesCommand extends $Command<
|
|
|
24
25
|
ComprehendClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DetectEntitiesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DetectEntitiesCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DetectKeyPhrasesCommand extends $Command<
|
|
|
24
25
|
ComprehendClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DetectKeyPhrasesCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DetectKeyPhrasesCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DetectPiiEntitiesCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DetectPiiEntitiesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DetectPiiEntitiesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DetectSentimentCommand extends $Command<
|
|
|
24
25
|
ComprehendClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DetectSentimentCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DetectSentimentCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DetectSyntaxCommand extends $Command<
|
|
|
21
22
|
ComprehendClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DetectSyntaxCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DetectSyntaxCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DetectTargetedSentimentCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DetectTargetedSentimentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DetectTargetedSentimentCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class ImportModelCommand extends $Command<
|
|
|
21
22
|
ComprehendClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: ImportModelCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: ImportModelCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListDocumentClassificationJobsCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListDocumentClassificationJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDocumentClassificationJobsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListDocumentClassifierSummariesCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListDocumentClassifierSummariesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDocumentClassifierSummariesCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListDocumentClassifiersCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListDocumentClassifiersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDocumentClassifiersCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListDominantLanguageDetectionJobsCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListDominantLanguageDetectionJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListDominantLanguageDetectionJobsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class ListEndpointsCommand extends $Command<
|
|
|
24
25
|
ComprehendClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: ListEndpointsCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: ListEndpointsCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class ListEntitiesDetectionJobsCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListEntitiesDetectionJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEntitiesDetectionJobsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|