@aws-sdk/client-comprehend 3.478.0 → 3.481.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/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +18 -41
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +18 -41
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +18 -41
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +18 -41
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +18 -41
- package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +18 -41
- package/dist-cjs/commands/ClassifyDocumentCommand.js +18 -41
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +18 -41
- package/dist-cjs/commands/CreateEndpointCommand.js +18 -41
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +18 -41
- package/dist-cjs/commands/CreateFlywheelCommand.js +18 -41
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +18 -41
- package/dist-cjs/commands/DeleteEndpointCommand.js +18 -41
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +18 -41
- package/dist-cjs/commands/DeleteFlywheelCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetCommand.js +18 -41
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +18 -41
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeEndpointCommand.js +18 -41
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeFlywheelCommand.js +18 -41
- package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +18 -41
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +18 -41
- package/dist-cjs/commands/DetectEntitiesCommand.js +18 -41
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +18 -41
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +18 -41
- package/dist-cjs/commands/DetectSentimentCommand.js +18 -41
- package/dist-cjs/commands/DetectSyntaxCommand.js +18 -41
- package/dist-cjs/commands/DetectTargetedSentimentCommand.js +18 -41
- package/dist-cjs/commands/DetectToxicContentCommand.js +18 -41
- package/dist-cjs/commands/ImportModelCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetsCommand.js +18 -41
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +18 -41
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +18 -41
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +18 -41
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +18 -41
- package/dist-cjs/commands/ListEndpointsCommand.js +18 -41
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +18 -41
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +18 -41
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +18 -41
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +18 -41
- package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +18 -41
- package/dist-cjs/commands/ListFlywheelsCommand.js +18 -41
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +18 -41
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +18 -41
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +18 -41
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +18 -41
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StartFlywheelIterationCommand.js +18 -41
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +18 -41
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +18 -41
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateEndpointCommand.js +18 -41
- package/dist-cjs/commands/UpdateFlywheelCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +18 -41
- package/dist-es/commands/BatchDetectEntitiesCommand.js +18 -41
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +18 -41
- package/dist-es/commands/BatchDetectSentimentCommand.js +18 -41
- package/dist-es/commands/BatchDetectSyntaxCommand.js +18 -41
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +18 -41
- package/dist-es/commands/ClassifyDocumentCommand.js +18 -41
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +18 -41
- package/dist-es/commands/CreateDatasetCommand.js +18 -41
- package/dist-es/commands/CreateDocumentClassifierCommand.js +18 -41
- package/dist-es/commands/CreateEndpointCommand.js +18 -41
- package/dist-es/commands/CreateEntityRecognizerCommand.js +18 -41
- package/dist-es/commands/CreateFlywheelCommand.js +18 -41
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +18 -41
- package/dist-es/commands/DeleteEndpointCommand.js +18 -41
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +18 -41
- package/dist-es/commands/DeleteFlywheelCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetCommand.js +18 -41
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +18 -41
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +18 -41
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +18 -41
- package/dist-es/commands/DescribeEndpointCommand.js +18 -41
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +18 -41
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +18 -41
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +18 -41
- package/dist-es/commands/DescribeFlywheelCommand.js +18 -41
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +18 -41
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +18 -41
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +18 -41
- package/dist-es/commands/DescribeResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +18 -41
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +18 -41
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +18 -41
- package/dist-es/commands/DetectDominantLanguageCommand.js +18 -41
- package/dist-es/commands/DetectEntitiesCommand.js +18 -41
- package/dist-es/commands/DetectKeyPhrasesCommand.js +18 -41
- package/dist-es/commands/DetectPiiEntitiesCommand.js +18 -41
- package/dist-es/commands/DetectSentimentCommand.js +18 -41
- package/dist-es/commands/DetectSyntaxCommand.js +18 -41
- package/dist-es/commands/DetectTargetedSentimentCommand.js +18 -41
- package/dist-es/commands/DetectToxicContentCommand.js +18 -41
- package/dist-es/commands/ImportModelCommand.js +18 -41
- package/dist-es/commands/ListDatasetsCommand.js +18 -41
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +18 -41
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +18 -41
- package/dist-es/commands/ListDocumentClassifiersCommand.js +18 -41
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +18 -41
- package/dist-es/commands/ListEndpointsCommand.js +18 -41
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +18 -41
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +18 -41
- package/dist-es/commands/ListEntityRecognizersCommand.js +18 -41
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +18 -41
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +18 -41
- package/dist-es/commands/ListFlywheelsCommand.js +18 -41
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +18 -41
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +18 -41
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +18 -41
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +18 -41
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +18 -41
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +18 -41
- package/dist-es/commands/StartEventsDetectionJobCommand.js +18 -41
- package/dist-es/commands/StartFlywheelIterationCommand.js +18 -41
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +18 -41
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +18 -41
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +18 -41
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +18 -41
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +18 -41
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +18 -41
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +18 -41
- package/dist-es/commands/StopEventsDetectionJobCommand.js +18 -41
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +18 -41
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +18 -41
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +18 -41
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +18 -41
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +18 -41
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateEndpointCommand.js +18 -41
- package/dist-es/commands/UpdateFlywheelCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +6 -21
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +6 -21
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +6 -21
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +6 -21
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +6 -21
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +6 -21
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +6 -21
- package/dist-types/commands/CreateEndpointCommand.d.ts +6 -21
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +6 -21
- package/dist-types/commands/CreateFlywheelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -21
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFlywheelCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEndpointCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFlywheelCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +6 -21
- package/dist-types/commands/DetectEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +6 -21
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/DetectSentimentCommand.d.ts +6 -21
- package/dist-types/commands/DetectSyntaxCommand.d.ts +6 -21
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +6 -21
- package/dist-types/commands/DetectToxicContentCommand.d.ts +6 -21
- package/dist-types/commands/ImportModelCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetsCommand.d.ts +6 -21
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +6 -21
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +6 -21
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListEndpointsCommand.d.ts +6 -21
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +6 -21
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +6 -21
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +6 -21
- package/dist-types/commands/ListFlywheelsCommand.d.ts +6 -21
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +6 -21
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StartFlywheelIterationCommand.d.ts +6 -21
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +6 -21
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +6 -21
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateEndpointCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFlywheelCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetectToxicContentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribePiiEntitiesDetectionJobCommandInput
|
|
|
21
15
|
export interface DescribePiiEntitiesDetectionJobCommandOutput
|
|
22
16
|
extends DescribePiiEntitiesDetectionJobResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribePiiEntitiesDetectionJobCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribePiiEntitiesDetectionJobCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribePiiEntitiesDetectionJobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribePiiEntitiesDetectionJobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribePiiEntitiesDetectionJobCommandInput,
|
|
38
|
-
DescribePiiEntitiesDetectionJobCommandOutput
|
|
23
|
+
DescribePiiEntitiesDetectionJobCommandOutput,
|
|
24
|
+
ComprehendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribePiiEntitiesDetectionJobCommand extends DescribePiiEntitiesDetectionJobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeResourcePolicyCommandInput
|
|
|
21
15
|
export interface DescribeResourcePolicyCommandOutput
|
|
22
16
|
extends DescribeResourcePolicyResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeResourcePolicyCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeResourcePolicyCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeResourcePolicyCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeResourcePolicyCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeResourcePolicyCommandInput,
|
|
38
|
-
DescribeResourcePolicyCommandOutput
|
|
23
|
+
DescribeResourcePolicyCommandOutput,
|
|
24
|
+
ComprehendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeSentimentDetectionJobCommandInput
|
|
|
21
15
|
export interface DescribeSentimentDetectionJobCommandOutput
|
|
22
16
|
extends DescribeSentimentDetectionJobResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeSentimentDetectionJobCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeSentimentDetectionJobCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeSentimentDetectionJobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeSentimentDetectionJobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeSentimentDetectionJobCommandInput,
|
|
38
|
-
DescribeSentimentDetectionJobCommandOutput
|
|
23
|
+
DescribeSentimentDetectionJobCommandOutput,
|
|
24
|
+
ComprehendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeSentimentDetectionJobCommand extends DescribeSentimentDetectionJobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeTargetedSentimentDetectionJobCommandInput
|
|
|
21
15
|
export interface DescribeTargetedSentimentDetectionJobCommandOutput
|
|
22
16
|
extends DescribeTargetedSentimentDetectionJobResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeTargetedSentimentDetectionJobCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeTargetedSentimentDetectionJobCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeTargetedSentimentDetectionJobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeTargetedSentimentDetectionJobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeTargetedSentimentDetectionJobCommandInput,
|
|
38
|
-
DescribeTargetedSentimentDetectionJobCommandOutput
|
|
23
|
+
DescribeTargetedSentimentDetectionJobCommandOutput,
|
|
24
|
+
ComprehendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeTargetedSentimentDetectionJobCommand extends DescribeTargetedSentimentDetectionJobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeTopicsDetectionJobCommandInput
|
|
|
21
15
|
export interface DescribeTopicsDetectionJobCommandOutput
|
|
22
16
|
extends DescribeTopicsDetectionJobResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeTopicsDetectionJobCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeTopicsDetectionJobCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeTopicsDetectionJobCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeTopicsDetectionJobCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeTopicsDetectionJobCommandInput,
|
|
38
|
-
DescribeTopicsDetectionJobCommandOutput
|
|
23
|
+
DescribeTopicsDetectionJobCommandOutput,
|
|
24
|
+
ComprehendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeTopicsDetectionJobCommand extends DescribeTopicsDetectionJobCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DetectDominantLanguageCommandInput
|
|
|
21
15
|
export interface DetectDominantLanguageCommandOutput
|
|
22
16
|
extends DetectDominantLanguageResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DetectDominantLanguageCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DetectDominantLanguageCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DetectDominantLanguageCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DetectDominantLanguageCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DetectDominantLanguageCommandInput,
|
|
38
|
-
DetectDominantLanguageCommandOutput
|
|
23
|
+
DetectDominantLanguageCommandOutput,
|
|
24
|
+
ComprehendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DetectDominantLanguageCommand extends DetectDominantLanguageCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {}
|
|
|
20
14
|
export interface DetectEntitiesCommandOutput
|
|
21
15
|
extends DetectEntitiesResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DetectEntitiesCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DetectEntitiesCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DetectEntitiesCommandInput,
|
|
22
|
+
DetectEntitiesCommandOutput,
|
|
23
|
+
ComprehendClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DetectKeyPhrasesCommandInput extends DetectKeyPhrasesRequest {}
|
|
|
20
14
|
export interface DetectKeyPhrasesCommandOutput
|
|
21
15
|
extends DetectKeyPhrasesResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DetectKeyPhrasesCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DetectKeyPhrasesCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DetectKeyPhrasesCommandInput,
|
|
22
|
+
DetectKeyPhrasesCommandOutput,
|
|
23
|
+
ComprehendClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DetectKeyPhrasesCommand extends DetectKeyPhrasesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface DetectPiiEntitiesCommandInput
|
|
|
21
15
|
export interface DetectPiiEntitiesCommandOutput
|
|
22
16
|
extends DetectPiiEntitiesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const DetectPiiEntitiesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DetectPiiEntitiesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DetectPiiEntitiesCommandInput,
|
|
23
|
+
DetectPiiEntitiesCommandOutput,
|
|
24
|
+
ComprehendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DetectPiiEntitiesCommand extends DetectPiiEntitiesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DetectSentimentCommandInput extends DetectSentimentRequest {}
|
|
|
20
14
|
export interface DetectSentimentCommandOutput
|
|
21
15
|
extends DetectSentimentResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DetectSentimentCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DetectSentimentCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DetectSentimentCommandInput,
|
|
22
|
+
DetectSentimentCommandOutput,
|
|
23
|
+
ComprehendClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DetectSentimentCommand extends DetectSentimentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface DetectSyntaxCommandInput extends DetectSyntaxRequest {}
|
|
|
17
11
|
export interface DetectSyntaxCommandOutput
|
|
18
12
|
extends DetectSyntaxResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const DetectSyntaxCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DetectSyntaxCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
DetectSyntaxCommandInput,
|
|
19
|
+
DetectSyntaxCommandOutput,
|
|
20
|
+
ComprehendClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DetectSyntaxCommand extends DetectSyntaxCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DetectTargetedSentimentCommandInput
|
|
|
21
15
|
export interface DetectTargetedSentimentCommandOutput
|
|
22
16
|
extends DetectTargetedSentimentResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DetectTargetedSentimentCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DetectTargetedSentimentCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: ComprehendClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DetectTargetedSentimentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DetectTargetedSentimentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DetectTargetedSentimentCommandInput,
|
|
38
|
-
DetectTargetedSentimentCommandOutput
|
|
23
|
+
DetectTargetedSentimentCommandOutput,
|
|
24
|
+
ComprehendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DetectTargetedSentimentCommand extends DetectTargetedSentimentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface DetectToxicContentCommandInput
|
|
|
21
15
|
export interface DetectToxicContentCommandOutput
|
|
22
16
|
extends DetectToxicContentResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const DetectToxicContentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DetectToxicContentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DetectToxicContentCommandInput,
|
|
23
|
+
DetectToxicContentCommandOutput,
|
|
24
|
+
ComprehendClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DetectToxicContentCommand extends DetectToxicContentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ComprehendClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ImportModelCommandInput extends ImportModelRequest {}
|
|
|
17
11
|
export interface ImportModelCommandOutput
|
|
18
12
|
extends ImportModelResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ImportModelCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ImportModelCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ImportModelCommandInput,
|
|
19
|
+
ImportModelCommandOutput,
|
|
20
|
+
ComprehendClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ImportModelCommand extends ImportModelCommand_base {}
|