@aws-sdk/client-comprehend 3.490.0 → 3.496.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/Comprehend.js +1 -181
- package/dist-cjs/ComprehendClient.js +1 -43
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +1 -29
- package/dist-cjs/commands/ClassifyDocumentCommand.js +1 -29
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +1 -28
- package/dist-cjs/commands/CreateDatasetCommand.js +1 -28
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +1 -28
- package/dist-cjs/commands/CreateEndpointCommand.js +1 -28
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +1 -28
- package/dist-cjs/commands/CreateFlywheelCommand.js +1 -28
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +1 -28
- package/dist-cjs/commands/DeleteEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +1 -28
- package/dist-cjs/commands/DeleteFlywheelCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetCommand.js +1 -28
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +1 -29
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeEndpointCommand.js +1 -28
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +1 -29
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlywheelCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +1 -28
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +1 -29
- package/dist-cjs/commands/DetectEntitiesCommand.js +1 -29
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +1 -29
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +1 -28
- package/dist-cjs/commands/DetectSentimentCommand.js +1 -29
- package/dist-cjs/commands/DetectSyntaxCommand.js +1 -29
- package/dist-cjs/commands/DetectTargetedSentimentCommand.js +1 -29
- package/dist-cjs/commands/DetectToxicContentCommand.js +1 -29
- package/dist-cjs/commands/ImportModelCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetsCommand.js +1 -28
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +1 -28
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +1 -28
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +1 -29
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListEndpointsCommand.js +1 -28
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +1 -28
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +1 -29
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +1 -28
- package/dist-cjs/commands/ListFlywheelsCommand.js +1 -28
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +1 -28
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartFlywheelIterationCommand.js +1 -28
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +1 -28
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateEndpointCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlywheelCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -88
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +8685 -11
- package/dist-cjs/models/ComprehendServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -5
- package/dist-cjs/models/models_0.js +1 -644
- package/dist-cjs/models/models_1.js +1 -32
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDatasetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +1 -7
- package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEndpointsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +1 -7
- package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFlywheelIterationHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/ListFlywheelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPiiEntitiesDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetedSentimentDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -21
- package/dist-cjs/protocols/Aws_json1_1.js +1 -6099
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.