@aws-sdk/client-comprehend 3.38.0 → 3.42.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.
Files changed (79) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +123 -17
  3. package/dist-cjs/runtimeConfig.browser.js +6 -3
  4. package/dist-cjs/runtimeConfig.js +5 -3
  5. package/dist-es/endpoints.js +123 -17
  6. package/dist-es/runtimeConfig.browser.js +3 -2
  7. package/dist-es/runtimeConfig.js +3 -3
  8. package/dist-types/ComprehendClient.d.ts +8 -0
  9. package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +1 -1
  10. package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +1 -1
  11. package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +1 -1
  12. package/dist-types/commands/BatchDetectSentimentCommand.d.ts +1 -1
  13. package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +1 -1
  14. package/dist-types/commands/ClassifyDocumentCommand.d.ts +1 -1
  15. package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateEndpointCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +1 -1
  33. package/dist-types/commands/DetectDominantLanguageCommand.d.ts +1 -1
  34. package/dist-types/commands/DetectEntitiesCommand.d.ts +1 -1
  35. package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +1 -1
  36. package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +1 -1
  37. package/dist-types/commands/DetectSentimentCommand.d.ts +1 -1
  38. package/dist-types/commands/DetectSyntaxCommand.d.ts +1 -1
  39. package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +1 -1
  42. package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListEndpointsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListEntityRecognizersCommand.d.ts +1 -1
  47. package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  52. package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +1 -1
  53. package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +1 -1
  54. package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +1 -1
  55. package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +1 -1
  56. package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +1 -1
  57. package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +1 -1
  58. package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +1 -1
  59. package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +1 -1
  60. package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +1 -1
  61. package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +1 -1
  62. package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +1 -1
  63. package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +1 -1
  64. package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +1 -1
  65. package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +1 -1
  66. package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +1 -1
  67. package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +1 -1
  68. package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +1 -1
  69. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  70. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
  72. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  73. package/dist-types/runtimeConfig.d.ts +2 -0
  74. package/dist-types/runtimeConfig.native.d.ts +2 -0
  75. package/dist-types/ts3.4/ComprehendClient.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  79. package/package.json +25 -25
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.38.0",
4
+ "version": "3.42.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -19,34 +19,34 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "^1.0.0",
23
- "@aws-crypto/sha256-js": "^1.0.0",
24
- "@aws-sdk/client-sts": "3.38.0",
25
- "@aws-sdk/config-resolver": "3.38.0",
26
- "@aws-sdk/credential-provider-node": "3.38.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.38.0",
34
- "@aws-sdk/middleware-serde": "3.38.0",
35
- "@aws-sdk/middleware-signing": "3.38.0",
36
- "@aws-sdk/middleware-stack": "3.38.0",
37
- "@aws-sdk/middleware-user-agent": "3.38.0",
38
- "@aws-sdk/node-config-provider": "3.38.0",
39
- "@aws-sdk/node-http-handler": "3.38.0",
40
- "@aws-sdk/protocol-http": "3.38.0",
41
- "@aws-sdk/smithy-client": "3.38.0",
42
- "@aws-sdk/types": "3.38.0",
43
- "@aws-sdk/url-parser": "3.38.0",
22
+ "@aws-crypto/sha256-browser": "2.0.0",
23
+ "@aws-crypto/sha256-js": "2.0.0",
24
+ "@aws-sdk/client-sts": "3.42.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.38.0",
49
- "@aws-sdk/util-user-agent-node": "3.38.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0",