@aws-sdk/client-comprehend 3.927.0 → 3.928.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/index.js +3190 -4214
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ComprehendClient.js +2 -0
- package/dist-es/commands/BatchDetectDominantLanguageCommand.js +3 -10
- package/dist-es/commands/BatchDetectEntitiesCommand.js +3 -10
- package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +3 -10
- package/dist-es/commands/BatchDetectSentimentCommand.js +3 -10
- package/dist-es/commands/BatchDetectSyntaxCommand.js +3 -10
- package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +3 -10
- package/dist-es/commands/ClassifyDocumentCommand.js +3 -10
- package/dist-es/commands/ContainsPiiEntitiesCommand.js +3 -9
- package/dist-es/commands/CreateDatasetCommand.js +3 -9
- package/dist-es/commands/CreateDocumentClassifierCommand.js +3 -9
- package/dist-es/commands/CreateEndpointCommand.js +3 -9
- package/dist-es/commands/CreateEntityRecognizerCommand.js +3 -9
- package/dist-es/commands/CreateFlywheelCommand.js +3 -9
- package/dist-es/commands/DeleteDocumentClassifierCommand.js +3 -9
- package/dist-es/commands/DeleteEndpointCommand.js +3 -9
- package/dist-es/commands/DeleteEntityRecognizerCommand.js +3 -9
- package/dist-es/commands/DeleteFlywheelCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeDatasetCommand.js +3 -9
- package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +3 -9
- package/dist-es/commands/DescribeDocumentClassifierCommand.js +3 -10
- package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeEndpointCommand.js +3 -9
- package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeEntityRecognizerCommand.js +3 -10
- package/dist-es/commands/DescribeEventsDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeFlywheelCommand.js +3 -9
- package/dist-es/commands/DescribeFlywheelIterationCommand.js +3 -9
- package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +3 -9
- package/dist-es/commands/DetectDominantLanguageCommand.js +3 -10
- package/dist-es/commands/DetectEntitiesCommand.js +3 -10
- package/dist-es/commands/DetectKeyPhrasesCommand.js +3 -10
- package/dist-es/commands/DetectPiiEntitiesCommand.js +3 -9
- package/dist-es/commands/DetectSentimentCommand.js +3 -10
- package/dist-es/commands/DetectSyntaxCommand.js +3 -10
- package/dist-es/commands/DetectTargetedSentimentCommand.js +3 -10
- package/dist-es/commands/DetectToxicContentCommand.js +3 -10
- package/dist-es/commands/ImportModelCommand.js +3 -9
- package/dist-es/commands/ListDatasetsCommand.js +3 -9
- package/dist-es/commands/ListDocumentClassificationJobsCommand.js +3 -9
- package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +3 -9
- package/dist-es/commands/ListDocumentClassifiersCommand.js +3 -10
- package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListEndpointsCommand.js +3 -9
- package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +3 -9
- package/dist-es/commands/ListEntityRecognizersCommand.js +3 -10
- package/dist-es/commands/ListEventsDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +3 -9
- package/dist-es/commands/ListFlywheelsCommand.js +3 -9
- package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListSentimentDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +3 -9
- package/dist-es/commands/ListTopicsDetectionJobsCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/StartDocumentClassificationJobCommand.js +3 -9
- package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartEventsDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartFlywheelIterationCommand.js +3 -9
- package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StartTopicsDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopEventsDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +3 -9
- package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +3 -9
- package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateEndpointCommand.js +3 -9
- package/dist-es/commands/UpdateFlywheelCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -138
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2981 -0
- package/dist-types/ComprehendClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -144
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +443 -0
- package/dist-types/ts3.4/ComprehendClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -106
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +449 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -3403
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -767
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1025
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-comprehend",
|
|
3
3
|
"description": "AWS SDK for JavaScript Comprehend Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.928.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-comprehend",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
"@smithy/util-middleware": "^4.2.4",
|
|
57
57
|
"@smithy/util-retry": "^4.2.4",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/uuid": "^1.1.0",
|
|
60
59
|
"tslib": "^2.6.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|