@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ComprehendClient = void 0;
|
|
3
|
+
exports.ComprehendClient = exports.__Client = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
6
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
11
11
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
12
12
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
13
13
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
14
|
+
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
14
15
|
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
15
16
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
16
17
|
class ComprehendClient extends smithy_client_1.Client {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectDominantLanguageCommand = void 0;
|
|
3
|
+
exports.BatchDetectDominantLanguageCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDetectDominantLanguageCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectEntitiesCommand = void 0;
|
|
3
|
+
exports.BatchDetectEntitiesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDetectEntitiesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectKeyPhrasesCommand = void 0;
|
|
3
|
+
exports.BatchDetectKeyPhrasesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDetectKeyPhrasesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectSentimentCommand = void 0;
|
|
3
|
+
exports.BatchDetectSentimentCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDetectSentimentCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectSyntaxCommand = void 0;
|
|
3
|
+
exports.BatchDetectSyntaxCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDetectSyntaxCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDetectTargetedSentimentCommand = void 0;
|
|
3
|
+
exports.BatchDetectTargetedSentimentCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class BatchDetectTargetedSentimentCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ClassifyDocumentCommand = void 0;
|
|
3
|
+
exports.ClassifyDocumentCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class ClassifyDocumentCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ContainsPiiEntitiesCommand = void 0;
|
|
3
|
+
exports.ContainsPiiEntitiesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ContainsPiiEntitiesCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDatasetCommand = void 0;
|
|
3
|
+
exports.CreateDatasetCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class CreateDatasetCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDocumentClassifierCommand = void 0;
|
|
3
|
+
exports.CreateDocumentClassifierCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class CreateDocumentClassifierCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateEndpointCommand = void 0;
|
|
3
|
+
exports.CreateEndpointCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class CreateEndpointCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateEntityRecognizerCommand = void 0;
|
|
3
|
+
exports.CreateEntityRecognizerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class CreateEntityRecognizerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateFlywheelCommand = void 0;
|
|
3
|
+
exports.CreateFlywheelCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class CreateFlywheelCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDocumentClassifierCommand = void 0;
|
|
3
|
+
exports.DeleteDocumentClassifierCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DeleteDocumentClassifierCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteEndpointCommand = void 0;
|
|
3
|
+
exports.DeleteEndpointCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DeleteEndpointCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteEntityRecognizerCommand = void 0;
|
|
3
|
+
exports.DeleteEntityRecognizerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DeleteEntityRecognizerCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteFlywheelCommand = void 0;
|
|
3
|
+
exports.DeleteFlywheelCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DeleteFlywheelCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteResourcePolicyCommand = void 0;
|
|
3
|
+
exports.DeleteResourcePolicyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DeleteResourcePolicyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeDatasetCommand = void 0;
|
|
3
|
+
exports.DescribeDatasetCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeDatasetCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeDocumentClassificationJobCommand = void 0;
|
|
3
|
+
exports.DescribeDocumentClassificationJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeDocumentClassificationJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeDocumentClassifierCommand = void 0;
|
|
3
|
+
exports.DescribeDocumentClassifierCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DescribeDocumentClassifierCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeDominantLanguageDetectionJobCommand = void 0;
|
|
3
|
+
exports.DescribeDominantLanguageDetectionJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeDominantLanguageDetectionJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeEndpointCommand = void 0;
|
|
3
|
+
exports.DescribeEndpointCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeEndpointCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeEntitiesDetectionJobCommand = void 0;
|
|
3
|
+
exports.DescribeEntitiesDetectionJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeEntitiesDetectionJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeEntityRecognizerCommand = void 0;
|
|
3
|
+
exports.DescribeEntityRecognizerCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DescribeEntityRecognizerCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeEventsDetectionJobCommand = void 0;
|
|
3
|
+
exports.DescribeEventsDetectionJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeEventsDetectionJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeFlywheelCommand = void 0;
|
|
3
|
+
exports.DescribeFlywheelCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeFlywheelCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeFlywheelIterationCommand = void 0;
|
|
3
|
+
exports.DescribeFlywheelIterationCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeFlywheelIterationCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeKeyPhrasesDetectionJobCommand = void 0;
|
|
3
|
+
exports.DescribeKeyPhrasesDetectionJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeKeyPhrasesDetectionJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribePiiEntitiesDetectionJobCommand = void 0;
|
|
3
|
+
exports.DescribePiiEntitiesDetectionJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribePiiEntitiesDetectionJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeResourcePolicyCommand = void 0;
|
|
3
|
+
exports.DescribeResourcePolicyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeResourcePolicyCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeSentimentDetectionJobCommand = void 0;
|
|
3
|
+
exports.DescribeSentimentDetectionJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeSentimentDetectionJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeTargetedSentimentDetectionJobCommand = void 0;
|
|
3
|
+
exports.DescribeTargetedSentimentDetectionJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeTargetedSentimentDetectionJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeTopicsDetectionJobCommand = void 0;
|
|
3
|
+
exports.DescribeTopicsDetectionJobCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DescribeTopicsDetectionJobCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectDominantLanguageCommand = void 0;
|
|
3
|
+
exports.DetectDominantLanguageCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DetectDominantLanguageCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectEntitiesCommand = void 0;
|
|
3
|
+
exports.DetectEntitiesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DetectEntitiesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectKeyPhrasesCommand = void 0;
|
|
3
|
+
exports.DetectKeyPhrasesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DetectKeyPhrasesCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectPiiEntitiesCommand = void 0;
|
|
3
|
+
exports.DetectPiiEntitiesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class DetectPiiEntitiesCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectSentimentCommand = void 0;
|
|
3
|
+
exports.DetectSentimentCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DetectSentimentCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectSyntaxCommand = void 0;
|
|
3
|
+
exports.DetectSyntaxCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DetectSyntaxCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DetectTargetedSentimentCommand = void 0;
|
|
3
|
+
exports.DetectTargetedSentimentCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class DetectTargetedSentimentCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ImportModelCommand = void 0;
|
|
3
|
+
exports.ImportModelCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ImportModelCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDatasetsCommand = void 0;
|
|
3
|
+
exports.ListDatasetsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListDatasetsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDocumentClassificationJobsCommand = void 0;
|
|
3
|
+
exports.ListDocumentClassificationJobsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListDocumentClassificationJobsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDocumentClassifierSummariesCommand = void 0;
|
|
3
|
+
exports.ListDocumentClassifierSummariesCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListDocumentClassifierSummariesCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|