@aws-sdk/client-comprehend 3.169.0 → 3.171.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 (100) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Comprehend.d.ts +1259 -360
  3. package/dist-types/ts3.4/ComprehendClient.d.ts +530 -144
  4. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +39 -17
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  74. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +6 -6
  78. package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +7 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +1969 -2509
  81. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  82. package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTargetedSentimentDetectionJobsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +857 -215
  96. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  100. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-comprehend
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-comprehend
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-comprehend