@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,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 ListEntityRecognizerSummariesCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListEntityRecognizerSummariesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEntityRecognizerSummariesCommandInput);
|
|
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 ListEntityRecognizersCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListEntityRecognizersCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEntityRecognizersCommandInput);
|
|
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 ListEventsDetectionJobsCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListEventsDetectionJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListEventsDetectionJobsCommandInput);
|
|
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 ListKeyPhrasesDetectionJobsCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListKeyPhrasesDetectionJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListKeyPhrasesDetectionJobsCommandInput);
|
|
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 ListPiiEntitiesDetectionJobsCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListPiiEntitiesDetectionJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListPiiEntitiesDetectionJobsCommandInput);
|
|
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 ListSentimentDetectionJobsCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListSentimentDetectionJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListSentimentDetectionJobsCommandInput);
|
|
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 ListTagsForResourceCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
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 ListTargetedSentimentDetectionJobsCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTargetedSentimentDetectionJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTargetedSentimentDetectionJobsCommandInput);
|
|
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 ListTopicsDetectionJobsCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: ListTopicsDetectionJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTopicsDetectionJobsCommandInput);
|
|
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 PutResourcePolicyCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: PutResourcePolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutResourcePolicyCommandInput);
|
|
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 StartDocumentClassificationJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartDocumentClassificationJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartDocumentClassificationJobCommandInput);
|
|
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 StartDominantLanguageDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartDominantLanguageDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartDominantLanguageDetectionJobCommandInput);
|
|
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 StartEntitiesDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartEntitiesDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartEntitiesDetectionJobCommandInput);
|
|
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 StartEventsDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartEventsDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartEventsDetectionJobCommandInput);
|
|
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 StartKeyPhrasesDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartKeyPhrasesDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartKeyPhrasesDetectionJobCommandInput);
|
|
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 StartPiiEntitiesDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartPiiEntitiesDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartPiiEntitiesDetectionJobCommandInput);
|
|
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 StartSentimentDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartSentimentDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartSentimentDetectionJobCommandInput);
|
|
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 StartTargetedSentimentDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartTargetedSentimentDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartTargetedSentimentDetectionJobCommandInput);
|
|
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 StartTopicsDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StartTopicsDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartTopicsDetectionJobCommandInput);
|
|
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 StopDominantLanguageDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StopDominantLanguageDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopDominantLanguageDetectionJobCommandInput);
|
|
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 StopEntitiesDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StopEntitiesDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopEntitiesDetectionJobCommandInput);
|
|
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 StopEventsDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StopEventsDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopEventsDetectionJobCommandInput);
|
|
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 StopKeyPhrasesDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StopKeyPhrasesDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopKeyPhrasesDetectionJobCommandInput);
|
|
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 StopPiiEntitiesDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StopPiiEntitiesDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopPiiEntitiesDetectionJobCommandInput);
|
|
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 StopSentimentDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StopSentimentDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopSentimentDetectionJobCommandInput);
|
|
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 StopTargetedSentimentDetectionJobCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StopTargetedSentimentDetectionJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopTargetedSentimentDetectionJobCommandInput);
|
|
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 StopTrainingDocumentClassifierCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StopTrainingDocumentClassifierCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopTrainingDocumentClassifierCommandInput);
|
|
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 StopTrainingEntityRecognizerCommand extends $Command<
|
|
|
25
26
|
ComprehendClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: StopTrainingEntityRecognizerCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopTrainingEntityRecognizerCommandInput);
|
|
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 TagResourceCommand extends $Command<
|
|
|
21
22
|
ComprehendClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: TagResourceCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: TagResourceCommandInput);
|
|
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,
|
|
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
24
25
|
ComprehendClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UntagResourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UntagResourceCommandInput);
|
|
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 UpdateEndpointCommand extends $Command<
|
|
|
24
25
|
ComprehendClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: UpdateEndpointCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: UpdateEndpointCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
Provider,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
export interface ClientInputEndpointParameters {
|
|
6
|
+
region?: string | Provider<string>;
|
|
7
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
8
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
endpoint?: string | Provider<string>;
|
|
10
|
+
}
|
|
11
|
+
export declare type ClientResolvedEndpointParameters =
|
|
12
|
+
ClientInputEndpointParameters & {
|
|
13
|
+
defaultSigningName: string;
|
|
14
|
+
};
|
|
15
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
16
|
+
options: T & ClientInputEndpointParameters
|
|
17
|
+
) => T &
|
|
18
|
+
ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
22
|
+
Region?: string;
|
|
23
|
+
UseDualStack?: boolean;
|
|
24
|
+
UseFIPS?: boolean;
|
|
25
|
+
Endpoint?: string;
|
|
26
|
+
}
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
|
|
|
36
36
|
disableHostPrefix: boolean;
|
|
37
37
|
logger: import("@aws-sdk/types").Logger;
|
|
38
38
|
serviceId: string;
|
|
39
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
39
|
endpoint?:
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
| ((
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| import("@aws-sdk/types").EndpointV2
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
|
|
46
|
+
) &
|
|
47
|
+
(string | import("@aws-sdk/types").Provider<string>))
|
|
44
48
|
| undefined;
|
|
49
|
+
endpointProvider: (
|
|
50
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
51
|
+
context?: {
|
|
52
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
53
|
+
}
|
|
54
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
45
55
|
tls?: boolean | undefined;
|
|
46
56
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
57
|
credentials?:
|
|
@@ -29,7 +29,6 @@ export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
|
|
|
29
29
|
credentialDefaultProvider: (
|
|
30
30
|
input: any
|
|
31
31
|
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
32
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
33
32
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
34
33
|
import("@aws-sdk/types").UserAgent
|
|
35
34
|
>;
|
|
@@ -40,9 +39,21 @@ export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
|
|
|
40
39
|
>;
|
|
41
40
|
endpoint?:
|
|
42
41
|
| string
|
|
43
|
-
| import("@aws-sdk/types").Endpoint
|
|
44
|
-
|
|
42
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
|
|
43
|
+
import("@aws-sdk/types").Provider<string>)
|
|
44
|
+
| (import("@aws-sdk/types").Endpoint &
|
|
45
|
+
import("@aws-sdk/types").Provider<string>)
|
|
46
|
+
| (import("@aws-sdk/types").EndpointV2 &
|
|
47
|
+
import("@aws-sdk/types").Provider<string>)
|
|
48
|
+
| (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
|
|
49
|
+
import("@aws-sdk/types").Provider<string>)
|
|
45
50
|
| undefined;
|
|
51
|
+
endpointProvider: (
|
|
52
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
53
|
+
context?: {
|
|
54
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
55
|
+
}
|
|
56
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
46
57
|
tls?: boolean | undefined;
|
|
47
58
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
59
|
credentials?:
|
|
@@ -3,8 +3,13 @@ import { ComprehendClientConfig } from "./ComprehendClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: ComprehendClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
disableHostPrefix: boolean;
|
|
6
|
+
endpointProvider: (
|
|
7
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
8
|
+
context?: {
|
|
9
|
+
logger?: __Logger | undefined;
|
|
10
|
+
}
|
|
11
|
+
) => import("@aws-sdk/types").EndpointV2;
|
|
6
12
|
logger: __Logger;
|
|
7
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
8
13
|
serviceId: string;
|
|
9
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
10
15
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-comprehend",
|
|
3
3
|
"description": "AWS SDK for JavaScript Comprehend Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.195.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,13 +19,14 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.194.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.193.0",
|
|
24
24
|
"@aws-sdk/credential-provider-node": "3.193.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.193.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.193.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.193.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
48
|
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.194.0",
|
|
49
51
|
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
50
52
|
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|