@aws-sdk/client-comprehend 3.36.0 → 3.39.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 (168) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/Comprehend.js +0 -6
  3. package/dist-cjs/ComprehendClient.js +0 -11
  4. package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +0 -26
  5. package/dist-cjs/commands/BatchDetectEntitiesCommand.js +0 -26
  6. package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +0 -24
  7. package/dist-cjs/commands/BatchDetectSentimentCommand.js +0 -26
  8. package/dist-cjs/commands/BatchDetectSyntaxCommand.js +0 -25
  9. package/dist-cjs/commands/ClassifyDocumentCommand.js +0 -25
  10. package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +0 -26
  11. package/dist-cjs/commands/CreateDocumentClassifierCommand.js +0 -27
  12. package/dist-cjs/commands/CreateEndpointCommand.js +0 -26
  13. package/dist-cjs/commands/CreateEntityRecognizerCommand.js +0 -26
  14. package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +0 -30
  15. package/dist-cjs/commands/DeleteEndpointCommand.js +0 -25
  16. package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +0 -30
  17. package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +0 -25
  18. package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +0 -24
  19. package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +0 -25
  20. package/dist-cjs/commands/DescribeEndpointCommand.js +0 -25
  21. package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +0 -25
  22. package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +0 -25
  23. package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +0 -24
  24. package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +0 -25
  25. package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +0 -25
  26. package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +0 -25
  27. package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +0 -25
  28. package/dist-cjs/commands/DetectDominantLanguageCommand.js +0 -25
  29. package/dist-cjs/commands/DetectEntitiesCommand.js +0 -25
  30. package/dist-cjs/commands/DetectKeyPhrasesCommand.js +0 -24
  31. package/dist-cjs/commands/DetectPiiEntitiesCommand.js +0 -25
  32. package/dist-cjs/commands/DetectSentimentCommand.js +0 -25
  33. package/dist-cjs/commands/DetectSyntaxCommand.js +0 -25
  34. package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +0 -24
  35. package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +0 -24
  36. package/dist-cjs/commands/ListDocumentClassifiersCommand.js +0 -24
  37. package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +0 -24
  38. package/dist-cjs/commands/ListEndpointsCommand.js +0 -24
  39. package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +0 -24
  40. package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +0 -24
  41. package/dist-cjs/commands/ListEntityRecognizersCommand.js +0 -29
  42. package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +0 -24
  43. package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +0 -24
  44. package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +0 -24
  45. package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +0 -24
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -24
  47. package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +0 -24
  48. package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +0 -25
  49. package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +0 -26
  50. package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +0 -28
  51. package/dist-cjs/commands/StartEventsDetectionJobCommand.js +0 -24
  52. package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +0 -26
  53. package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +0 -24
  54. package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +0 -26
  55. package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +0 -25
  56. package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +0 -33
  57. package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +0 -33
  58. package/dist-cjs/commands/StopEventsDetectionJobCommand.js +0 -24
  59. package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +0 -33
  60. package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +0 -24
  61. package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +0 -33
  62. package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +0 -29
  63. package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +0 -29
  64. package/dist-cjs/commands/TagResourceCommand.js +0 -27
  65. package/dist-cjs/commands/UntagResourceCommand.js +0 -24
  66. package/dist-cjs/commands/UpdateEndpointCommand.js +0 -24
  67. package/dist-cjs/commands/index.js +66 -0
  68. package/dist-cjs/endpoints.js +6 -1
  69. package/dist-cjs/index.js +4 -77
  70. package/dist-cjs/models/models_0.js +0 -609
  71. package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +0 -10
  72. package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +0 -10
  73. package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +0 -10
  74. package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +0 -10
  75. package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +0 -10
  76. package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +0 -10
  77. package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +0 -10
  78. package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +0 -10
  79. package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +0 -10
  80. package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +0 -10
  81. package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +0 -10
  82. package/dist-cjs/pagination/index.js +15 -0
  83. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  84. package/dist-cjs/runtimeConfig.browser.js +1 -5
  85. package/dist-cjs/runtimeConfig.js +1 -5
  86. package/dist-cjs/runtimeConfig.native.js +0 -3
  87. package/dist-cjs/runtimeConfig.shared.js +0 -3
  88. package/dist-es/commands/index.js +63 -0
  89. package/dist-es/endpoints.js +6 -1
  90. package/dist-es/index.js +4 -77
  91. package/dist-es/pagination/index.js +12 -0
  92. package/dist-types/commands/index.d.ts +63 -0
  93. package/dist-types/index.d.ts +4 -77
  94. package/dist-types/pagination/index.d.ts +12 -0
  95. package/dist-types/ts3.4/Comprehend.d.ts +64 -305
  96. package/dist-types/ts3.4/ComprehendClient.d.ts +24 -92
  97. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +2 -22
  98. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +2 -22
  99. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -20
  100. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +2 -22
  101. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +2 -21
  102. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +2 -21
  103. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +2 -22
  104. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +2 -23
  105. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +2 -22
  106. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +2 -22
  107. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +2 -26
  108. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +2 -21
  109. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +2 -26
  110. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +2 -21
  111. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +2 -21
  113. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +2 -21
  114. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +2 -21
  115. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +2 -21
  116. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +2 -20
  117. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +2 -21
  118. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +2 -21
  119. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +2 -21
  120. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +2 -21
  121. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +2 -21
  122. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +2 -21
  123. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +2 -20
  124. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +2 -21
  125. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +2 -21
  126. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +2 -21
  127. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +2 -20
  128. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +2 -20
  129. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +2 -20
  130. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -20
  131. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +2 -20
  132. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -20
  133. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +2 -20
  134. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +2 -25
  135. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +2 -20
  136. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -20
  137. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -20
  138. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +2 -20
  139. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  140. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +2 -20
  141. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +2 -21
  142. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +2 -22
  143. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +2 -24
  144. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +2 -20
  145. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +2 -22
  146. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +2 -20
  147. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +2 -22
  148. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +2 -21
  149. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +2 -29
  150. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +2 -29
  151. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +2 -20
  152. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +2 -29
  153. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +2 -20
  154. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +2 -29
  155. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +2 -25
  156. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +2 -25
  157. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
  158. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  159. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +2 -20
  160. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  161. package/dist-types/ts3.4/index.d.ts +4 -77
  162. package/dist-types/ts3.4/models/models_0.d.ts +884 -3867
  163. package/dist-types/ts3.4/pagination/index.d.ts +12 -0
  164. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  165. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  166. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  167. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  168. package/package.json +32 -32
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./BatchDetectDominantLanguageCommand"), exports);
5
+ tslib_1.__exportStar(require("./BatchDetectEntitiesCommand"), exports);
6
+ tslib_1.__exportStar(require("./BatchDetectKeyPhrasesCommand"), exports);
7
+ tslib_1.__exportStar(require("./BatchDetectSentimentCommand"), exports);
8
+ tslib_1.__exportStar(require("./BatchDetectSyntaxCommand"), exports);
9
+ tslib_1.__exportStar(require("./ClassifyDocumentCommand"), exports);
10
+ tslib_1.__exportStar(require("./ContainsPiiEntitiesCommand"), exports);
11
+ tslib_1.__exportStar(require("./CreateDocumentClassifierCommand"), exports);
12
+ tslib_1.__exportStar(require("./CreateEndpointCommand"), exports);
13
+ tslib_1.__exportStar(require("./CreateEntityRecognizerCommand"), exports);
14
+ tslib_1.__exportStar(require("./DeleteDocumentClassifierCommand"), exports);
15
+ tslib_1.__exportStar(require("./DeleteEndpointCommand"), exports);
16
+ tslib_1.__exportStar(require("./DeleteEntityRecognizerCommand"), exports);
17
+ tslib_1.__exportStar(require("./DescribeDocumentClassificationJobCommand"), exports);
18
+ tslib_1.__exportStar(require("./DescribeDocumentClassifierCommand"), exports);
19
+ tslib_1.__exportStar(require("./DescribeDominantLanguageDetectionJobCommand"), exports);
20
+ tslib_1.__exportStar(require("./DescribeEndpointCommand"), exports);
21
+ tslib_1.__exportStar(require("./DescribeEntitiesDetectionJobCommand"), exports);
22
+ tslib_1.__exportStar(require("./DescribeEntityRecognizerCommand"), exports);
23
+ tslib_1.__exportStar(require("./DescribeEventsDetectionJobCommand"), exports);
24
+ tslib_1.__exportStar(require("./DescribeKeyPhrasesDetectionJobCommand"), exports);
25
+ tslib_1.__exportStar(require("./DescribePiiEntitiesDetectionJobCommand"), exports);
26
+ tslib_1.__exportStar(require("./DescribeSentimentDetectionJobCommand"), exports);
27
+ tslib_1.__exportStar(require("./DescribeTopicsDetectionJobCommand"), exports);
28
+ tslib_1.__exportStar(require("./DetectDominantLanguageCommand"), exports);
29
+ tslib_1.__exportStar(require("./DetectEntitiesCommand"), exports);
30
+ tslib_1.__exportStar(require("./DetectKeyPhrasesCommand"), exports);
31
+ tslib_1.__exportStar(require("./DetectPiiEntitiesCommand"), exports);
32
+ tslib_1.__exportStar(require("./DetectSentimentCommand"), exports);
33
+ tslib_1.__exportStar(require("./DetectSyntaxCommand"), exports);
34
+ tslib_1.__exportStar(require("./ListDocumentClassificationJobsCommand"), exports);
35
+ tslib_1.__exportStar(require("./ListDocumentClassifierSummariesCommand"), exports);
36
+ tslib_1.__exportStar(require("./ListDocumentClassifiersCommand"), exports);
37
+ tslib_1.__exportStar(require("./ListDominantLanguageDetectionJobsCommand"), exports);
38
+ tslib_1.__exportStar(require("./ListEndpointsCommand"), exports);
39
+ tslib_1.__exportStar(require("./ListEntitiesDetectionJobsCommand"), exports);
40
+ tslib_1.__exportStar(require("./ListEntityRecognizerSummariesCommand"), exports);
41
+ tslib_1.__exportStar(require("./ListEntityRecognizersCommand"), exports);
42
+ tslib_1.__exportStar(require("./ListEventsDetectionJobsCommand"), exports);
43
+ tslib_1.__exportStar(require("./ListKeyPhrasesDetectionJobsCommand"), exports);
44
+ tslib_1.__exportStar(require("./ListPiiEntitiesDetectionJobsCommand"), exports);
45
+ tslib_1.__exportStar(require("./ListSentimentDetectionJobsCommand"), exports);
46
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
47
+ tslib_1.__exportStar(require("./ListTopicsDetectionJobsCommand"), exports);
48
+ tslib_1.__exportStar(require("./StartDocumentClassificationJobCommand"), exports);
49
+ tslib_1.__exportStar(require("./StartDominantLanguageDetectionJobCommand"), exports);
50
+ tslib_1.__exportStar(require("./StartEntitiesDetectionJobCommand"), exports);
51
+ tslib_1.__exportStar(require("./StartEventsDetectionJobCommand"), exports);
52
+ tslib_1.__exportStar(require("./StartKeyPhrasesDetectionJobCommand"), exports);
53
+ tslib_1.__exportStar(require("./StartPiiEntitiesDetectionJobCommand"), exports);
54
+ tslib_1.__exportStar(require("./StartSentimentDetectionJobCommand"), exports);
55
+ tslib_1.__exportStar(require("./StartTopicsDetectionJobCommand"), exports);
56
+ tslib_1.__exportStar(require("./StopDominantLanguageDetectionJobCommand"), exports);
57
+ tslib_1.__exportStar(require("./StopEntitiesDetectionJobCommand"), exports);
58
+ tslib_1.__exportStar(require("./StopEventsDetectionJobCommand"), exports);
59
+ tslib_1.__exportStar(require("./StopKeyPhrasesDetectionJobCommand"), exports);
60
+ tslib_1.__exportStar(require("./StopPiiEntitiesDetectionJobCommand"), exports);
61
+ tslib_1.__exportStar(require("./StopSentimentDetectionJobCommand"), exports);
62
+ tslib_1.__exportStar(require("./StopTrainingDocumentClassifierCommand"), exports);
63
+ tslib_1.__exportStar(require("./StopTrainingEntityRecognizerCommand"), exports);
64
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
65
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
66
+ tslib_1.__exportStar(require("./UpdateEndpointCommand"), exports);
@@ -48,22 +48,27 @@ const partitionHash = {
48
48
  "us-west-1",
49
49
  "us-west-2",
50
50
  ],
51
+ regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
51
52
  hostname: "comprehend.{region}.amazonaws.com",
52
53
  },
53
54
  "aws-cn": {
54
55
  regions: ["cn-north-1", "cn-northwest-1"],
56
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
55
57
  hostname: "comprehend.{region}.amazonaws.com.cn",
56
58
  },
57
59
  "aws-iso": {
58
- regions: ["us-iso-east-1"],
60
+ regions: ["us-iso-east-1", "us-iso-west-1"],
61
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
59
62
  hostname: "comprehend.{region}.c2s.ic.gov",
60
63
  },
61
64
  "aws-iso-b": {
62
65
  regions: ["us-isob-east-1"],
66
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
63
67
  hostname: "comprehend.{region}.sc2s.sgov.gov",
64
68
  },
65
69
  "aws-us-gov": {
66
70
  regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
71
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
67
72
  hostname: "comprehend.{region}.amazonaws.com",
68
73
  },
69
74
  };
package/dist-cjs/index.js CHANGED
@@ -1,81 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./ComprehendClient"), exports);
5
4
  tslib_1.__exportStar(require("./Comprehend"), exports);
6
- tslib_1.__exportStar(require("./commands/BatchDetectDominantLanguageCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/BatchDetectEntitiesCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/BatchDetectKeyPhrasesCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/BatchDetectSentimentCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/BatchDetectSyntaxCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/ClassifyDocumentCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/ContainsPiiEntitiesCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/CreateDocumentClassifierCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/CreateEndpointCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/CreateEntityRecognizerCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/DeleteDocumentClassifierCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/DeleteEndpointCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/DeleteEntityRecognizerCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/DescribeDocumentClassificationJobCommand"), exports);
20
- tslib_1.__exportStar(require("./commands/DescribeDocumentClassifierCommand"), exports);
21
- tslib_1.__exportStar(require("./commands/DescribeDominantLanguageDetectionJobCommand"), exports);
22
- tslib_1.__exportStar(require("./commands/DescribeEndpointCommand"), exports);
23
- tslib_1.__exportStar(require("./commands/DescribeEntitiesDetectionJobCommand"), exports);
24
- tslib_1.__exportStar(require("./commands/DescribeEntityRecognizerCommand"), exports);
25
- tslib_1.__exportStar(require("./commands/DescribeEventsDetectionJobCommand"), exports);
26
- tslib_1.__exportStar(require("./commands/DescribeKeyPhrasesDetectionJobCommand"), exports);
27
- tslib_1.__exportStar(require("./commands/DescribePiiEntitiesDetectionJobCommand"), exports);
28
- tslib_1.__exportStar(require("./commands/DescribeSentimentDetectionJobCommand"), exports);
29
- tslib_1.__exportStar(require("./commands/DescribeTopicsDetectionJobCommand"), exports);
30
- tslib_1.__exportStar(require("./commands/DetectDominantLanguageCommand"), exports);
31
- tslib_1.__exportStar(require("./commands/DetectEntitiesCommand"), exports);
32
- tslib_1.__exportStar(require("./commands/DetectKeyPhrasesCommand"), exports);
33
- tslib_1.__exportStar(require("./commands/DetectPiiEntitiesCommand"), exports);
34
- tslib_1.__exportStar(require("./commands/DetectSentimentCommand"), exports);
35
- tslib_1.__exportStar(require("./commands/DetectSyntaxCommand"), exports);
36
- tslib_1.__exportStar(require("./commands/ListDocumentClassificationJobsCommand"), exports);
37
- tslib_1.__exportStar(require("./pagination/ListDocumentClassificationJobsPaginator"), exports);
38
- tslib_1.__exportStar(require("./commands/ListDocumentClassifiersCommand"), exports);
39
- tslib_1.__exportStar(require("./pagination/ListDocumentClassifiersPaginator"), exports);
40
- tslib_1.__exportStar(require("./commands/ListDocumentClassifierSummariesCommand"), exports);
41
- tslib_1.__exportStar(require("./pagination/ListDocumentClassifierSummariesPaginator"), exports);
42
- tslib_1.__exportStar(require("./commands/ListDominantLanguageDetectionJobsCommand"), exports);
43
- tslib_1.__exportStar(require("./pagination/ListDominantLanguageDetectionJobsPaginator"), exports);
44
- tslib_1.__exportStar(require("./commands/ListEndpointsCommand"), exports);
45
- tslib_1.__exportStar(require("./commands/ListEntitiesDetectionJobsCommand"), exports);
46
- tslib_1.__exportStar(require("./pagination/ListEntitiesDetectionJobsPaginator"), exports);
47
- tslib_1.__exportStar(require("./commands/ListEntityRecognizersCommand"), exports);
48
- tslib_1.__exportStar(require("./pagination/ListEntityRecognizersPaginator"), exports);
49
- tslib_1.__exportStar(require("./commands/ListEntityRecognizerSummariesCommand"), exports);
50
- tslib_1.__exportStar(require("./pagination/ListEntityRecognizerSummariesPaginator"), exports);
51
- tslib_1.__exportStar(require("./commands/ListEventsDetectionJobsCommand"), exports);
52
- tslib_1.__exportStar(require("./pagination/ListEventsDetectionJobsPaginator"), exports);
53
- tslib_1.__exportStar(require("./commands/ListKeyPhrasesDetectionJobsCommand"), exports);
54
- tslib_1.__exportStar(require("./pagination/ListKeyPhrasesDetectionJobsPaginator"), exports);
55
- tslib_1.__exportStar(require("./commands/ListPiiEntitiesDetectionJobsCommand"), exports);
56
- tslib_1.__exportStar(require("./commands/ListSentimentDetectionJobsCommand"), exports);
57
- tslib_1.__exportStar(require("./pagination/ListSentimentDetectionJobsPaginator"), exports);
58
- tslib_1.__exportStar(require("./commands/ListTagsForResourceCommand"), exports);
59
- tslib_1.__exportStar(require("./commands/ListTopicsDetectionJobsCommand"), exports);
60
- tslib_1.__exportStar(require("./pagination/ListTopicsDetectionJobsPaginator"), exports);
61
- tslib_1.__exportStar(require("./commands/StartDocumentClassificationJobCommand"), exports);
62
- tslib_1.__exportStar(require("./commands/StartDominantLanguageDetectionJobCommand"), exports);
63
- tslib_1.__exportStar(require("./commands/StartEntitiesDetectionJobCommand"), exports);
64
- tslib_1.__exportStar(require("./commands/StartEventsDetectionJobCommand"), exports);
65
- tslib_1.__exportStar(require("./commands/StartKeyPhrasesDetectionJobCommand"), exports);
66
- tslib_1.__exportStar(require("./commands/StartPiiEntitiesDetectionJobCommand"), exports);
67
- tslib_1.__exportStar(require("./commands/StartSentimentDetectionJobCommand"), exports);
68
- tslib_1.__exportStar(require("./commands/StartTopicsDetectionJobCommand"), exports);
69
- tslib_1.__exportStar(require("./commands/StopDominantLanguageDetectionJobCommand"), exports);
70
- tslib_1.__exportStar(require("./commands/StopEntitiesDetectionJobCommand"), exports);
71
- tslib_1.__exportStar(require("./commands/StopEventsDetectionJobCommand"), exports);
72
- tslib_1.__exportStar(require("./commands/StopKeyPhrasesDetectionJobCommand"), exports);
73
- tslib_1.__exportStar(require("./commands/StopPiiEntitiesDetectionJobCommand"), exports);
74
- tslib_1.__exportStar(require("./commands/StopSentimentDetectionJobCommand"), exports);
75
- tslib_1.__exportStar(require("./commands/StopTrainingDocumentClassifierCommand"), exports);
76
- tslib_1.__exportStar(require("./commands/StopTrainingEntityRecognizerCommand"), exports);
77
- tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
78
- tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
79
- tslib_1.__exportStar(require("./commands/UpdateEndpointCommand"), exports);
80
- tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
81
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./ComprehendClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);