@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.
Files changed (109) hide show
  1. package/dist-cjs/index.js +3190 -4214
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ComprehendClient.js +2 -0
  4. package/dist-es/commands/BatchDetectDominantLanguageCommand.js +3 -10
  5. package/dist-es/commands/BatchDetectEntitiesCommand.js +3 -10
  6. package/dist-es/commands/BatchDetectKeyPhrasesCommand.js +3 -10
  7. package/dist-es/commands/BatchDetectSentimentCommand.js +3 -10
  8. package/dist-es/commands/BatchDetectSyntaxCommand.js +3 -10
  9. package/dist-es/commands/BatchDetectTargetedSentimentCommand.js +3 -10
  10. package/dist-es/commands/ClassifyDocumentCommand.js +3 -10
  11. package/dist-es/commands/ContainsPiiEntitiesCommand.js +3 -9
  12. package/dist-es/commands/CreateDatasetCommand.js +3 -9
  13. package/dist-es/commands/CreateDocumentClassifierCommand.js +3 -9
  14. package/dist-es/commands/CreateEndpointCommand.js +3 -9
  15. package/dist-es/commands/CreateEntityRecognizerCommand.js +3 -9
  16. package/dist-es/commands/CreateFlywheelCommand.js +3 -9
  17. package/dist-es/commands/DeleteDocumentClassifierCommand.js +3 -9
  18. package/dist-es/commands/DeleteEndpointCommand.js +3 -9
  19. package/dist-es/commands/DeleteEntityRecognizerCommand.js +3 -9
  20. package/dist-es/commands/DeleteFlywheelCommand.js +3 -9
  21. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  22. package/dist-es/commands/DescribeDatasetCommand.js +3 -9
  23. package/dist-es/commands/DescribeDocumentClassificationJobCommand.js +3 -9
  24. package/dist-es/commands/DescribeDocumentClassifierCommand.js +3 -10
  25. package/dist-es/commands/DescribeDominantLanguageDetectionJobCommand.js +3 -9
  26. package/dist-es/commands/DescribeEndpointCommand.js +3 -9
  27. package/dist-es/commands/DescribeEntitiesDetectionJobCommand.js +3 -9
  28. package/dist-es/commands/DescribeEntityRecognizerCommand.js +3 -10
  29. package/dist-es/commands/DescribeEventsDetectionJobCommand.js +3 -9
  30. package/dist-es/commands/DescribeFlywheelCommand.js +3 -9
  31. package/dist-es/commands/DescribeFlywheelIterationCommand.js +3 -9
  32. package/dist-es/commands/DescribeKeyPhrasesDetectionJobCommand.js +3 -9
  33. package/dist-es/commands/DescribePiiEntitiesDetectionJobCommand.js +3 -9
  34. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  35. package/dist-es/commands/DescribeSentimentDetectionJobCommand.js +3 -9
  36. package/dist-es/commands/DescribeTargetedSentimentDetectionJobCommand.js +3 -9
  37. package/dist-es/commands/DescribeTopicsDetectionJobCommand.js +3 -9
  38. package/dist-es/commands/DetectDominantLanguageCommand.js +3 -10
  39. package/dist-es/commands/DetectEntitiesCommand.js +3 -10
  40. package/dist-es/commands/DetectKeyPhrasesCommand.js +3 -10
  41. package/dist-es/commands/DetectPiiEntitiesCommand.js +3 -9
  42. package/dist-es/commands/DetectSentimentCommand.js +3 -10
  43. package/dist-es/commands/DetectSyntaxCommand.js +3 -10
  44. package/dist-es/commands/DetectTargetedSentimentCommand.js +3 -10
  45. package/dist-es/commands/DetectToxicContentCommand.js +3 -10
  46. package/dist-es/commands/ImportModelCommand.js +3 -9
  47. package/dist-es/commands/ListDatasetsCommand.js +3 -9
  48. package/dist-es/commands/ListDocumentClassificationJobsCommand.js +3 -9
  49. package/dist-es/commands/ListDocumentClassifierSummariesCommand.js +3 -9
  50. package/dist-es/commands/ListDocumentClassifiersCommand.js +3 -10
  51. package/dist-es/commands/ListDominantLanguageDetectionJobsCommand.js +3 -9
  52. package/dist-es/commands/ListEndpointsCommand.js +3 -9
  53. package/dist-es/commands/ListEntitiesDetectionJobsCommand.js +3 -9
  54. package/dist-es/commands/ListEntityRecognizerSummariesCommand.js +3 -9
  55. package/dist-es/commands/ListEntityRecognizersCommand.js +3 -10
  56. package/dist-es/commands/ListEventsDetectionJobsCommand.js +3 -9
  57. package/dist-es/commands/ListFlywheelIterationHistoryCommand.js +3 -9
  58. package/dist-es/commands/ListFlywheelsCommand.js +3 -9
  59. package/dist-es/commands/ListKeyPhrasesDetectionJobsCommand.js +3 -9
  60. package/dist-es/commands/ListPiiEntitiesDetectionJobsCommand.js +3 -9
  61. package/dist-es/commands/ListSentimentDetectionJobsCommand.js +3 -9
  62. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  63. package/dist-es/commands/ListTargetedSentimentDetectionJobsCommand.js +3 -9
  64. package/dist-es/commands/ListTopicsDetectionJobsCommand.js +3 -9
  65. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  66. package/dist-es/commands/StartDocumentClassificationJobCommand.js +3 -9
  67. package/dist-es/commands/StartDominantLanguageDetectionJobCommand.js +3 -9
  68. package/dist-es/commands/StartEntitiesDetectionJobCommand.js +3 -9
  69. package/dist-es/commands/StartEventsDetectionJobCommand.js +3 -9
  70. package/dist-es/commands/StartFlywheelIterationCommand.js +3 -9
  71. package/dist-es/commands/StartKeyPhrasesDetectionJobCommand.js +3 -9
  72. package/dist-es/commands/StartPiiEntitiesDetectionJobCommand.js +3 -9
  73. package/dist-es/commands/StartSentimentDetectionJobCommand.js +3 -9
  74. package/dist-es/commands/StartTargetedSentimentDetectionJobCommand.js +3 -9
  75. package/dist-es/commands/StartTopicsDetectionJobCommand.js +3 -9
  76. package/dist-es/commands/StopDominantLanguageDetectionJobCommand.js +3 -9
  77. package/dist-es/commands/StopEntitiesDetectionJobCommand.js +3 -9
  78. package/dist-es/commands/StopEventsDetectionJobCommand.js +3 -9
  79. package/dist-es/commands/StopKeyPhrasesDetectionJobCommand.js +3 -9
  80. package/dist-es/commands/StopPiiEntitiesDetectionJobCommand.js +3 -9
  81. package/dist-es/commands/StopSentimentDetectionJobCommand.js +3 -9
  82. package/dist-es/commands/StopTargetedSentimentDetectionJobCommand.js +3 -9
  83. package/dist-es/commands/StopTrainingDocumentClassifierCommand.js +3 -9
  84. package/dist-es/commands/StopTrainingEntityRecognizerCommand.js +3 -9
  85. package/dist-es/commands/TagResourceCommand.js +3 -9
  86. package/dist-es/commands/UntagResourceCommand.js +3 -9
  87. package/dist-es/commands/UpdateEndpointCommand.js +3 -9
  88. package/dist-es/commands/UpdateFlywheelCommand.js +3 -9
  89. package/dist-es/models/models_0.js +0 -138
  90. package/dist-es/runtimeConfig.shared.js +7 -0
  91. package/dist-es/schemas/schemas_0.js +2981 -0
  92. package/dist-types/ComprehendClient.d.ts +10 -1
  93. package/dist-types/models/models_0.d.ts +0 -144
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  95. package/dist-types/runtimeConfig.d.ts +1 -0
  96. package/dist-types/runtimeConfig.native.d.ts +1 -0
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/schemas/schemas_0.d.ts +443 -0
  99. package/dist-types/ts3.4/ComprehendClient.d.ts +4 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -106
  101. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  102. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  103. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  105. package/dist-types/ts3.4/schemas/schemas_0.d.ts +449 -0
  106. package/package.json +5 -6
  107. package/dist-es/protocols/Aws_json1_1.js +0 -3403
  108. package/dist-types/protocols/Aws_json1_1.d.ts +0 -767
  109. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -1025

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.