@aws-sdk/client-comprehend 3.337.0 → 3.341.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/ComprehendClient.js +2 -1
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +2 -1
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +2 -1
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +2 -1
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +2 -1
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +2 -1
- package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +2 -1
- package/dist-cjs/commands/ClassifyDocumentCommand.js +2 -1
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +2 -1
- package/dist-cjs/commands/CreateEndpointCommand.js +2 -1
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +2 -1
- package/dist-cjs/commands/CreateFlywheelCommand.js +2 -1
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +2 -1
- package/dist-cjs/commands/DeleteEndpointCommand.js +2 -1
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +2 -1
- package/dist-cjs/commands/DeleteFlywheelCommand.js +2 -1
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +2 -1
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeEndpointCommand.js +2 -1
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +2 -1
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeFlywheelCommand.js +2 -1
- package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +2 -1
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +2 -1
- package/dist-cjs/commands/DetectEntitiesCommand.js +2 -1
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +2 -1
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +2 -1
- package/dist-cjs/commands/DetectSentimentCommand.js +2 -1
- package/dist-cjs/commands/DetectSyntaxCommand.js +2 -1
- package/dist-cjs/commands/DetectTargetedSentimentCommand.js +2 -1
- package/dist-cjs/commands/ImportModelCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetsCommand.js +2 -1
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +2 -1
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +2 -1
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +2 -1
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +2 -1
- package/dist-cjs/commands/ListEndpointsCommand.js +2 -1
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +2 -1
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +2 -1
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +2 -1
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +2 -1
- package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +2 -1
- package/dist-cjs/commands/ListFlywheelsCommand.js +2 -1
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +2 -1
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +2 -1
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +2 -1
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +2 -1
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +2 -1
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StartFlywheelIterationCommand.js +2 -1
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +2 -1
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +2 -1
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateEndpointCommand.js +2 -1
- package/dist-cjs/commands/UpdateFlywheelCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ComprehendServiceException.js +2 -1
- package/dist-es/ComprehendClient.js +1 -0
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +1 -0
- package/dist-es/commands/BatchDetectEntitiesCommand.js +1 -0
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +1 -0
- package/dist-es/commands/BatchDetectSentimentCommand.js +1 -0
- package/dist-es/commands/BatchDetectSyntaxCommand.js +1 -0
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +1 -0
- package/dist-es/commands/ClassifyDocumentCommand.js +1 -0
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +1 -0
- package/dist-es/commands/CreateDatasetCommand.js +1 -0
- package/dist-es/commands/CreateDocumentClassifierCommand.js +1 -0
- package/dist-es/commands/CreateEndpointCommand.js +1 -0
- package/dist-es/commands/CreateEntityRecognizerCommand.js +1 -0
- package/dist-es/commands/CreateFlywheelCommand.js +1 -0
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +1 -0
- package/dist-es/commands/DeleteEndpointCommand.js +1 -0
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +1 -0
- package/dist-es/commands/DeleteFlywheelCommand.js +1 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetCommand.js +1 -0
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +1 -0
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +1 -0
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +1 -0
- package/dist-es/commands/DescribeEndpointCommand.js +1 -0
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +1 -0
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +1 -0
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +1 -0
- package/dist-es/commands/DescribeFlywheelCommand.js +1 -0
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +1 -0
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +1 -0
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +1 -0
- package/dist-es/commands/DescribeResourcePolicyCommand.js +1 -0
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +1 -0
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +1 -0
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +1 -0
- package/dist-es/commands/DetectDominantLanguageCommand.js +1 -0
- package/dist-es/commands/DetectEntitiesCommand.js +1 -0
- package/dist-es/commands/DetectKeyPhrasesCommand.js +1 -0
- package/dist-es/commands/DetectPiiEntitiesCommand.js +1 -0
- package/dist-es/commands/DetectSentimentCommand.js +1 -0
- package/dist-es/commands/DetectSyntaxCommand.js +1 -0
- package/dist-es/commands/DetectTargetedSentimentCommand.js +1 -0
- package/dist-es/commands/ImportModelCommand.js +1 -0
- package/dist-es/commands/ListDatasetsCommand.js +1 -0
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +1 -0
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +1 -0
- package/dist-es/commands/ListDocumentClassifiersCommand.js +1 -0
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +1 -0
- package/dist-es/commands/ListEndpointsCommand.js +1 -0
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +1 -0
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +1 -0
- package/dist-es/commands/ListEntityRecognizersCommand.js +1 -0
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +1 -0
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +1 -0
- package/dist-es/commands/ListFlywheelsCommand.js +1 -0
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +1 -0
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +1 -0
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +1 -0
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +1 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +1 -0
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +1 -0
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +1 -0
- package/dist-es/commands/StartEventsDetectionJobCommand.js +1 -0
- package/dist-es/commands/StartFlywheelIterationCommand.js +1 -0
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +1 -0
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +1 -0
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +1 -0
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +1 -0
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +1 -0
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +1 -0
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +1 -0
- package/dist-es/commands/StopEventsDetectionJobCommand.js +1 -0
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +1 -0
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +1 -0
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +1 -0
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +1 -0
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +1 -0
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateEndpointCommand.js +1 -0
- package/dist-es/commands/UpdateFlywheelCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ComprehendServiceException.js +1 -0
- package/dist-types/ComprehendClient.d.ts +3 -3
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +4 -0
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +4 -0
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +4 -0
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +4 -0
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +4 -0
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +4 -0
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +4 -0
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +4 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +4 -0
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +4 -0
- package/dist-types/commands/CreateFlywheelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFlywheelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFlywheelCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +4 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +4 -0
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +4 -0
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +4 -0
- package/dist-types/commands/DetectSentimentCommand.d.ts +4 -0
- package/dist-types/commands/DetectSyntaxCommand.d.ts +4 -0
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +4 -0
- package/dist-types/commands/ImportModelCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +4 -0
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +4 -0
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +4 -0
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +4 -0
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +4 -0
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +4 -0
- package/dist-types/commands/ListFlywheelsCommand.d.ts +4 -0
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +4 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +4 -0
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StartFlywheelIterationCommand.d.ts +4 -0
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +4 -0
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +4 -0
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFlywheelCommand.d.ts +4 -0
- package/dist-types/index.d.ts +10 -2
- package/dist-types/models/ComprehendServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ComprehendClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDetectTargetedSentimentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFlywheelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFlywheelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFlywheelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFlywheelIterationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectTargetedSentimentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFlywheelIterationHistoryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFlywheelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartFlywheelIterationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFlywheelCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchDetectDominantLanguageRequest,
|
|
16
16
|
BatchDetectDominantLanguageResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchDetectDominantLanguageCommandInput
|
|
19
20
|
extends BatchDetectDominantLanguageRequest {}
|
|
20
21
|
export interface BatchDetectDominantLanguageCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchDetectEntitiesRequest,
|
|
16
16
|
BatchDetectEntitiesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchDetectEntitiesCommandInput
|
|
19
20
|
extends BatchDetectEntitiesRequest {}
|
|
20
21
|
export interface BatchDetectEntitiesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchDetectKeyPhrasesRequest,
|
|
16
16
|
BatchDetectKeyPhrasesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchDetectKeyPhrasesCommandInput
|
|
19
20
|
extends BatchDetectKeyPhrasesRequest {}
|
|
20
21
|
export interface BatchDetectKeyPhrasesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchDetectSentimentRequest,
|
|
16
16
|
BatchDetectSentimentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchDetectSentimentCommandInput
|
|
19
20
|
extends BatchDetectSentimentRequest {}
|
|
20
21
|
export interface BatchDetectSentimentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchDetectSyntaxRequest,
|
|
16
16
|
BatchDetectSyntaxResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchDetectSyntaxCommandInput
|
|
19
20
|
extends BatchDetectSyntaxRequest {}
|
|
20
21
|
export interface BatchDetectSyntaxCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchDetectTargetedSentimentRequest,
|
|
16
16
|
BatchDetectTargetedSentimentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchDetectTargetedSentimentCommandInput
|
|
19
20
|
extends BatchDetectTargetedSentimentRequest {}
|
|
20
21
|
export interface BatchDetectTargetedSentimentCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ClassifyDocumentRequest,
|
|
16
16
|
ClassifyDocumentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ClassifyDocumentCommandInput extends ClassifyDocumentRequest {}
|
|
19
20
|
export interface ClassifyDocumentCommandOutput
|
|
20
21
|
extends ClassifyDocumentResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ContainsPiiEntitiesRequest,
|
|
16
16
|
ContainsPiiEntitiesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ContainsPiiEntitiesCommandInput
|
|
19
20
|
extends ContainsPiiEntitiesRequest {}
|
|
20
21
|
export interface ContainsPiiEntitiesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDatasetRequest,
|
|
16
16
|
CreateDatasetResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
19
20
|
export interface CreateDatasetCommandOutput
|
|
20
21
|
extends CreateDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDocumentClassifierRequest,
|
|
16
16
|
CreateDocumentClassifierResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDocumentClassifierCommandInput
|
|
19
20
|
extends CreateDocumentClassifierRequest {}
|
|
20
21
|
export interface CreateDocumentClassifierCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateEndpointRequest,
|
|
16
16
|
CreateEndpointResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateEndpointCommandInput extends CreateEndpointRequest {}
|
|
19
20
|
export interface CreateEndpointCommandOutput
|
|
20
21
|
extends CreateEndpointResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateEntityRecognizerRequest,
|
|
16
16
|
CreateEntityRecognizerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateEntityRecognizerCommandInput
|
|
19
20
|
extends CreateEntityRecognizerRequest {}
|
|
20
21
|
export interface CreateEntityRecognizerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateFlywheelRequest,
|
|
16
16
|
CreateFlywheelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateFlywheelCommandInput extends CreateFlywheelRequest {}
|
|
19
20
|
export interface CreateFlywheelCommandOutput
|
|
20
21
|
extends CreateFlywheelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteDocumentClassifierRequest,
|
|
16
16
|
DeleteDocumentClassifierResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDocumentClassifierCommandInput
|
|
19
20
|
extends DeleteDocumentClassifierRequest {}
|
|
20
21
|
export interface DeleteDocumentClassifierCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteEndpointRequest,
|
|
16
16
|
DeleteEndpointResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {}
|
|
19
20
|
export interface DeleteEndpointCommandOutput
|
|
20
21
|
extends DeleteEndpointResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteEntityRecognizerRequest,
|
|
16
16
|
DeleteEntityRecognizerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteEntityRecognizerCommandInput
|
|
19
20
|
extends DeleteEntityRecognizerRequest {}
|
|
20
21
|
export interface DeleteEntityRecognizerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteFlywheelRequest,
|
|
16
16
|
DeleteFlywheelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteFlywheelCommandInput extends DeleteFlywheelRequest {}
|
|
19
20
|
export interface DeleteFlywheelCommandOutput
|
|
20
21
|
extends DeleteFlywheelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteResourcePolicyRequest,
|
|
16
16
|
DeleteResourcePolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteResourcePolicyCommandInput
|
|
19
20
|
extends DeleteResourcePolicyRequest {}
|
|
20
21
|
export interface DeleteResourcePolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDatasetRequest,
|
|
16
16
|
DescribeDatasetResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
|
|
19
20
|
export interface DescribeDatasetCommandOutput
|
|
20
21
|
extends DescribeDatasetResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDocumentClassificationJobRequest,
|
|
16
16
|
DescribeDocumentClassificationJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDocumentClassificationJobCommandInput
|
|
19
20
|
extends DescribeDocumentClassificationJobRequest {}
|
|
20
21
|
export interface DescribeDocumentClassificationJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDocumentClassifierRequest,
|
|
16
16
|
DescribeDocumentClassifierResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDocumentClassifierCommandInput
|
|
19
20
|
extends DescribeDocumentClassifierRequest {}
|
|
20
21
|
export interface DescribeDocumentClassifierCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeDominantLanguageDetectionJobRequest,
|
|
16
16
|
DescribeDominantLanguageDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeDominantLanguageDetectionJobCommandInput
|
|
19
20
|
extends DescribeDominantLanguageDetectionJobRequest {}
|
|
20
21
|
export interface DescribeDominantLanguageDetectionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeEndpointRequest,
|
|
16
16
|
DescribeEndpointResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeEndpointCommandInput extends DescribeEndpointRequest {}
|
|
19
20
|
export interface DescribeEndpointCommandOutput
|
|
20
21
|
extends DescribeEndpointResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeEntitiesDetectionJobRequest,
|
|
16
16
|
DescribeEntitiesDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeEntitiesDetectionJobCommandInput
|
|
19
20
|
extends DescribeEntitiesDetectionJobRequest {}
|
|
20
21
|
export interface DescribeEntitiesDetectionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeEntityRecognizerRequest,
|
|
16
16
|
DescribeEntityRecognizerResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeEntityRecognizerCommandInput
|
|
19
20
|
extends DescribeEntityRecognizerRequest {}
|
|
20
21
|
export interface DescribeEntityRecognizerCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeEventsDetectionJobRequest,
|
|
16
16
|
DescribeEventsDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeEventsDetectionJobCommandInput
|
|
19
20
|
extends DescribeEventsDetectionJobRequest {}
|
|
20
21
|
export interface DescribeEventsDetectionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeFlywheelRequest,
|
|
16
16
|
DescribeFlywheelResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFlywheelCommandInput extends DescribeFlywheelRequest {}
|
|
19
20
|
export interface DescribeFlywheelCommandOutput
|
|
20
21
|
extends DescribeFlywheelResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeFlywheelIterationRequest,
|
|
16
16
|
DescribeFlywheelIterationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFlywheelIterationCommandInput
|
|
19
20
|
extends DescribeFlywheelIterationRequest {}
|
|
20
21
|
export interface DescribeFlywheelIterationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeKeyPhrasesDetectionJobRequest,
|
|
16
16
|
DescribeKeyPhrasesDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeKeyPhrasesDetectionJobCommandInput
|
|
19
20
|
extends DescribeKeyPhrasesDetectionJobRequest {}
|
|
20
21
|
export interface DescribeKeyPhrasesDetectionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribePiiEntitiesDetectionJobRequest,
|
|
16
16
|
DescribePiiEntitiesDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribePiiEntitiesDetectionJobCommandInput
|
|
19
20
|
extends DescribePiiEntitiesDetectionJobRequest {}
|
|
20
21
|
export interface DescribePiiEntitiesDetectionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeResourcePolicyRequest,
|
|
16
16
|
DescribeResourcePolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeResourcePolicyCommandInput
|
|
19
20
|
extends DescribeResourcePolicyRequest {}
|
|
20
21
|
export interface DescribeResourcePolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeSentimentDetectionJobRequest,
|
|
16
16
|
DescribeSentimentDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeSentimentDetectionJobCommandInput
|
|
19
20
|
extends DescribeSentimentDetectionJobRequest {}
|
|
20
21
|
export interface DescribeSentimentDetectionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeTargetedSentimentDetectionJobRequest,
|
|
16
16
|
DescribeTargetedSentimentDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeTargetedSentimentDetectionJobCommandInput
|
|
19
20
|
extends DescribeTargetedSentimentDetectionJobRequest {}
|
|
20
21
|
export interface DescribeTargetedSentimentDetectionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeTopicsDetectionJobRequest,
|
|
16
16
|
DescribeTopicsDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeTopicsDetectionJobCommandInput
|
|
19
20
|
extends DescribeTopicsDetectionJobRequest {}
|
|
20
21
|
export interface DescribeTopicsDetectionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DetectDominantLanguageRequest,
|
|
16
16
|
DetectDominantLanguageResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DetectDominantLanguageCommandInput
|
|
19
20
|
extends DetectDominantLanguageRequest {}
|
|
20
21
|
export interface DetectDominantLanguageCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DetectEntitiesRequest,
|
|
16
16
|
DetectEntitiesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {}
|
|
19
20
|
export interface DetectEntitiesCommandOutput
|
|
20
21
|
extends DetectEntitiesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DetectKeyPhrasesRequest,
|
|
16
16
|
DetectKeyPhrasesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DetectKeyPhrasesCommandInput extends DetectKeyPhrasesRequest {}
|
|
19
20
|
export interface DetectKeyPhrasesCommandOutput
|
|
20
21
|
extends DetectKeyPhrasesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DetectPiiEntitiesRequest,
|
|
16
16
|
DetectPiiEntitiesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DetectPiiEntitiesCommandInput
|
|
19
20
|
extends DetectPiiEntitiesRequest {}
|
|
20
21
|
export interface DetectPiiEntitiesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DetectSentimentRequest,
|
|
16
16
|
DetectSentimentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DetectSentimentCommandInput extends DetectSentimentRequest {}
|
|
19
20
|
export interface DetectSentimentCommandOutput
|
|
20
21
|
extends DetectSentimentResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ComprehendClient";
|
|
14
14
|
import { DetectSyntaxRequest, DetectSyntaxResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DetectSyntaxCommandInput extends DetectSyntaxRequest {}
|
|
16
17
|
export interface DetectSyntaxCommandOutput
|
|
17
18
|
extends DetectSyntaxResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DetectTargetedSentimentRequest,
|
|
16
16
|
DetectTargetedSentimentResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DetectTargetedSentimentCommandInput
|
|
19
20
|
extends DetectTargetedSentimentRequest {}
|
|
20
21
|
export interface DetectTargetedSentimentCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ComprehendClient";
|
|
14
14
|
import { ImportModelRequest, ImportModelResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ImportModelCommandInput extends ImportModelRequest {}
|
|
16
17
|
export interface ImportModelCommandOutput
|
|
17
18
|
extends ImportModelResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ComprehendClient";
|
|
14
14
|
import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListDatasetsCommandInput extends ListDatasetsRequest {}
|
|
16
17
|
export interface ListDatasetsCommandOutput
|
|
17
18
|
extends ListDatasetsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDocumentClassificationJobsRequest,
|
|
16
16
|
ListDocumentClassificationJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDocumentClassificationJobsCommandInput
|
|
19
20
|
extends ListDocumentClassificationJobsRequest {}
|
|
20
21
|
export interface ListDocumentClassificationJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDocumentClassifierSummariesRequest,
|
|
16
16
|
ListDocumentClassifierSummariesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDocumentClassifierSummariesCommandInput
|
|
19
20
|
extends ListDocumentClassifierSummariesRequest {}
|
|
20
21
|
export interface ListDocumentClassifierSummariesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDocumentClassifiersRequest,
|
|
16
16
|
ListDocumentClassifiersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDocumentClassifiersCommandInput
|
|
19
20
|
extends ListDocumentClassifiersRequest {}
|
|
20
21
|
export interface ListDocumentClassifiersCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDominantLanguageDetectionJobsRequest,
|
|
16
16
|
ListDominantLanguageDetectionJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDominantLanguageDetectionJobsCommandInput
|
|
19
20
|
extends ListDominantLanguageDetectionJobsRequest {}
|
|
20
21
|
export interface ListDominantLanguageDetectionJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEndpointsRequest,
|
|
16
16
|
ListEndpointsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEndpointsCommandInput extends ListEndpointsRequest {}
|
|
19
20
|
export interface ListEndpointsCommandOutput
|
|
20
21
|
extends ListEndpointsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEntitiesDetectionJobsRequest,
|
|
16
16
|
ListEntitiesDetectionJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEntitiesDetectionJobsCommandInput
|
|
19
20
|
extends ListEntitiesDetectionJobsRequest {}
|
|
20
21
|
export interface ListEntitiesDetectionJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEntityRecognizerSummariesRequest,
|
|
16
16
|
ListEntityRecognizerSummariesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEntityRecognizerSummariesCommandInput
|
|
19
20
|
extends ListEntityRecognizerSummariesRequest {}
|
|
20
21
|
export interface ListEntityRecognizerSummariesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEntityRecognizersRequest,
|
|
16
16
|
ListEntityRecognizersResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEntityRecognizersCommandInput
|
|
19
20
|
extends ListEntityRecognizersRequest {}
|
|
20
21
|
export interface ListEntityRecognizersCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListEventsDetectionJobsRequest,
|
|
16
16
|
ListEventsDetectionJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListEventsDetectionJobsCommandInput
|
|
19
20
|
extends ListEventsDetectionJobsRequest {}
|
|
20
21
|
export interface ListEventsDetectionJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListFlywheelIterationHistoryRequest,
|
|
16
16
|
ListFlywheelIterationHistoryResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListFlywheelIterationHistoryCommandInput
|
|
19
20
|
extends ListFlywheelIterationHistoryRequest {}
|
|
20
21
|
export interface ListFlywheelIterationHistoryCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListFlywheelsRequest,
|
|
16
16
|
ListFlywheelsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListFlywheelsCommandInput extends ListFlywheelsRequest {}
|
|
19
20
|
export interface ListFlywheelsCommandOutput
|
|
20
21
|
extends ListFlywheelsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListKeyPhrasesDetectionJobsRequest,
|
|
16
16
|
ListKeyPhrasesDetectionJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListKeyPhrasesDetectionJobsCommandInput
|
|
19
20
|
extends ListKeyPhrasesDetectionJobsRequest {}
|
|
20
21
|
export interface ListKeyPhrasesDetectionJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListPiiEntitiesDetectionJobsRequest,
|
|
16
16
|
ListPiiEntitiesDetectionJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListPiiEntitiesDetectionJobsCommandInput
|
|
19
20
|
extends ListPiiEntitiesDetectionJobsRequest {}
|
|
20
21
|
export interface ListPiiEntitiesDetectionJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListSentimentDetectionJobsRequest,
|
|
16
16
|
ListSentimentDetectionJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListSentimentDetectionJobsCommandInput
|
|
19
20
|
extends ListSentimentDetectionJobsRequest {}
|
|
20
21
|
export interface ListSentimentDetectionJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTargetedSentimentDetectionJobsRequest,
|
|
16
16
|
ListTargetedSentimentDetectionJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTargetedSentimentDetectionJobsCommandInput
|
|
19
20
|
extends ListTargetedSentimentDetectionJobsRequest {}
|
|
20
21
|
export interface ListTargetedSentimentDetectionJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTopicsDetectionJobsRequest,
|
|
16
16
|
ListTopicsDetectionJobsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTopicsDetectionJobsCommandInput
|
|
19
20
|
extends ListTopicsDetectionJobsRequest {}
|
|
20
21
|
export interface ListTopicsDetectionJobsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
PutResourcePolicyRequest,
|
|
16
16
|
PutResourcePolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutResourcePolicyCommandInput
|
|
19
20
|
extends PutResourcePolicyRequest {}
|
|
20
21
|
export interface PutResourcePolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartDocumentClassificationJobRequest,
|
|
16
16
|
StartDocumentClassificationJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartDocumentClassificationJobCommandInput
|
|
19
20
|
extends StartDocumentClassificationJobRequest {}
|
|
20
21
|
export interface StartDocumentClassificationJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartDominantLanguageDetectionJobRequest,
|
|
16
16
|
StartDominantLanguageDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartDominantLanguageDetectionJobCommandInput
|
|
19
20
|
extends StartDominantLanguageDetectionJobRequest {}
|
|
20
21
|
export interface StartDominantLanguageDetectionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartEntitiesDetectionJobRequest,
|
|
16
16
|
StartEntitiesDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartEntitiesDetectionJobCommandInput
|
|
19
20
|
extends StartEntitiesDetectionJobRequest {}
|
|
20
21
|
export interface StartEntitiesDetectionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartEventsDetectionJobRequest,
|
|
16
16
|
StartEventsDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartEventsDetectionJobCommandInput
|
|
19
20
|
extends StartEventsDetectionJobRequest {}
|
|
20
21
|
export interface StartEventsDetectionJobCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartFlywheelIterationRequest,
|
|
16
16
|
StartFlywheelIterationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartFlywheelIterationCommandInput
|
|
19
20
|
extends StartFlywheelIterationRequest {}
|
|
20
21
|
export interface StartFlywheelIterationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartKeyPhrasesDetectionJobRequest,
|
|
16
16
|
StartKeyPhrasesDetectionJobResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartKeyPhrasesDetectionJobCommandInput
|
|
19
20
|
extends StartKeyPhrasesDetectionJobRequest {}
|
|
20
21
|
export interface StartKeyPhrasesDetectionJobCommandOutput
|