@aws-sdk/client-comprehend 3.37.0 → 3.38.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/CHANGELOG.md +12 -0
- package/dist-cjs/commands/index.js +66 -0
- package/dist-cjs/index.js +4 -77
- package/dist-cjs/pagination/index.js +15 -0
- package/dist-es/commands/index.js +63 -0
- package/dist-es/index.js +4 -77
- package/dist-es/pagination/index.js +12 -0
- package/dist-types/commands/index.d.ts +63 -0
- package/dist-types/index.d.ts +4 -77
- package/dist-types/pagination/index.d.ts +12 -0
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/index.d.ts +4 -77
- package/dist-types/ts3.4/pagination/index.d.ts +12 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -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);
|
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("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
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);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListDocumentClassificationJobsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListDocumentClassifierSummariesPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListDocumentClassifiersPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListDominantLanguageDetectionJobsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListEntitiesDetectionJobsPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListEntityRecognizerSummariesPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListEntityRecognizersPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListEventsDetectionJobsPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListKeyPhrasesDetectionJobsPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListSentimentDetectionJobsPaginator"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListTopicsDetectionJobsPaginator"), exports);
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export * from "./BatchDetectDominantLanguageCommand";
|
|
2
|
+
export * from "./BatchDetectEntitiesCommand";
|
|
3
|
+
export * from "./BatchDetectKeyPhrasesCommand";
|
|
4
|
+
export * from "./BatchDetectSentimentCommand";
|
|
5
|
+
export * from "./BatchDetectSyntaxCommand";
|
|
6
|
+
export * from "./ClassifyDocumentCommand";
|
|
7
|
+
export * from "./ContainsPiiEntitiesCommand";
|
|
8
|
+
export * from "./CreateDocumentClassifierCommand";
|
|
9
|
+
export * from "./CreateEndpointCommand";
|
|
10
|
+
export * from "./CreateEntityRecognizerCommand";
|
|
11
|
+
export * from "./DeleteDocumentClassifierCommand";
|
|
12
|
+
export * from "./DeleteEndpointCommand";
|
|
13
|
+
export * from "./DeleteEntityRecognizerCommand";
|
|
14
|
+
export * from "./DescribeDocumentClassificationJobCommand";
|
|
15
|
+
export * from "./DescribeDocumentClassifierCommand";
|
|
16
|
+
export * from "./DescribeDominantLanguageDetectionJobCommand";
|
|
17
|
+
export * from "./DescribeEndpointCommand";
|
|
18
|
+
export * from "./DescribeEntitiesDetectionJobCommand";
|
|
19
|
+
export * from "./DescribeEntityRecognizerCommand";
|
|
20
|
+
export * from "./DescribeEventsDetectionJobCommand";
|
|
21
|
+
export * from "./DescribeKeyPhrasesDetectionJobCommand";
|
|
22
|
+
export * from "./DescribePiiEntitiesDetectionJobCommand";
|
|
23
|
+
export * from "./DescribeSentimentDetectionJobCommand";
|
|
24
|
+
export * from "./DescribeTopicsDetectionJobCommand";
|
|
25
|
+
export * from "./DetectDominantLanguageCommand";
|
|
26
|
+
export * from "./DetectEntitiesCommand";
|
|
27
|
+
export * from "./DetectKeyPhrasesCommand";
|
|
28
|
+
export * from "./DetectPiiEntitiesCommand";
|
|
29
|
+
export * from "./DetectSentimentCommand";
|
|
30
|
+
export * from "./DetectSyntaxCommand";
|
|
31
|
+
export * from "./ListDocumentClassificationJobsCommand";
|
|
32
|
+
export * from "./ListDocumentClassifierSummariesCommand";
|
|
33
|
+
export * from "./ListDocumentClassifiersCommand";
|
|
34
|
+
export * from "./ListDominantLanguageDetectionJobsCommand";
|
|
35
|
+
export * from "./ListEndpointsCommand";
|
|
36
|
+
export * from "./ListEntitiesDetectionJobsCommand";
|
|
37
|
+
export * from "./ListEntityRecognizerSummariesCommand";
|
|
38
|
+
export * from "./ListEntityRecognizersCommand";
|
|
39
|
+
export * from "./ListEventsDetectionJobsCommand";
|
|
40
|
+
export * from "./ListKeyPhrasesDetectionJobsCommand";
|
|
41
|
+
export * from "./ListPiiEntitiesDetectionJobsCommand";
|
|
42
|
+
export * from "./ListSentimentDetectionJobsCommand";
|
|
43
|
+
export * from "./ListTagsForResourceCommand";
|
|
44
|
+
export * from "./ListTopicsDetectionJobsCommand";
|
|
45
|
+
export * from "./StartDocumentClassificationJobCommand";
|
|
46
|
+
export * from "./StartDominantLanguageDetectionJobCommand";
|
|
47
|
+
export * from "./StartEntitiesDetectionJobCommand";
|
|
48
|
+
export * from "./StartEventsDetectionJobCommand";
|
|
49
|
+
export * from "./StartKeyPhrasesDetectionJobCommand";
|
|
50
|
+
export * from "./StartPiiEntitiesDetectionJobCommand";
|
|
51
|
+
export * from "./StartSentimentDetectionJobCommand";
|
|
52
|
+
export * from "./StartTopicsDetectionJobCommand";
|
|
53
|
+
export * from "./StopDominantLanguageDetectionJobCommand";
|
|
54
|
+
export * from "./StopEntitiesDetectionJobCommand";
|
|
55
|
+
export * from "./StopEventsDetectionJobCommand";
|
|
56
|
+
export * from "./StopKeyPhrasesDetectionJobCommand";
|
|
57
|
+
export * from "./StopPiiEntitiesDetectionJobCommand";
|
|
58
|
+
export * from "./StopSentimentDetectionJobCommand";
|
|
59
|
+
export * from "./StopTrainingDocumentClassifierCommand";
|
|
60
|
+
export * from "./StopTrainingEntityRecognizerCommand";
|
|
61
|
+
export * from "./TagResourceCommand";
|
|
62
|
+
export * from "./UntagResourceCommand";
|
|
63
|
+
export * from "./UpdateEndpointCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,78 +1,5 @@
|
|
|
1
|
-
export * from "./ComprehendClient";
|
|
2
1
|
export * from "./Comprehend";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/BatchDetectSyntaxCommand";
|
|
8
|
-
export * from "./commands/ClassifyDocumentCommand";
|
|
9
|
-
export * from "./commands/ContainsPiiEntitiesCommand";
|
|
10
|
-
export * from "./commands/CreateDocumentClassifierCommand";
|
|
11
|
-
export * from "./commands/CreateEndpointCommand";
|
|
12
|
-
export * from "./commands/CreateEntityRecognizerCommand";
|
|
13
|
-
export * from "./commands/DeleteDocumentClassifierCommand";
|
|
14
|
-
export * from "./commands/DeleteEndpointCommand";
|
|
15
|
-
export * from "./commands/DeleteEntityRecognizerCommand";
|
|
16
|
-
export * from "./commands/DescribeDocumentClassificationJobCommand";
|
|
17
|
-
export * from "./commands/DescribeDocumentClassifierCommand";
|
|
18
|
-
export * from "./commands/DescribeDominantLanguageDetectionJobCommand";
|
|
19
|
-
export * from "./commands/DescribeEndpointCommand";
|
|
20
|
-
export * from "./commands/DescribeEntitiesDetectionJobCommand";
|
|
21
|
-
export * from "./commands/DescribeEntityRecognizerCommand";
|
|
22
|
-
export * from "./commands/DescribeEventsDetectionJobCommand";
|
|
23
|
-
export * from "./commands/DescribeKeyPhrasesDetectionJobCommand";
|
|
24
|
-
export * from "./commands/DescribePiiEntitiesDetectionJobCommand";
|
|
25
|
-
export * from "./commands/DescribeSentimentDetectionJobCommand";
|
|
26
|
-
export * from "./commands/DescribeTopicsDetectionJobCommand";
|
|
27
|
-
export * from "./commands/DetectDominantLanguageCommand";
|
|
28
|
-
export * from "./commands/DetectEntitiesCommand";
|
|
29
|
-
export * from "./commands/DetectKeyPhrasesCommand";
|
|
30
|
-
export * from "./commands/DetectPiiEntitiesCommand";
|
|
31
|
-
export * from "./commands/DetectSentimentCommand";
|
|
32
|
-
export * from "./commands/DetectSyntaxCommand";
|
|
33
|
-
export * from "./commands/ListDocumentClassificationJobsCommand";
|
|
34
|
-
export * from "./pagination/ListDocumentClassificationJobsPaginator";
|
|
35
|
-
export * from "./commands/ListDocumentClassifiersCommand";
|
|
36
|
-
export * from "./pagination/ListDocumentClassifiersPaginator";
|
|
37
|
-
export * from "./commands/ListDocumentClassifierSummariesCommand";
|
|
38
|
-
export * from "./pagination/ListDocumentClassifierSummariesPaginator";
|
|
39
|
-
export * from "./commands/ListDominantLanguageDetectionJobsCommand";
|
|
40
|
-
export * from "./pagination/ListDominantLanguageDetectionJobsPaginator";
|
|
41
|
-
export * from "./commands/ListEndpointsCommand";
|
|
42
|
-
export * from "./commands/ListEntitiesDetectionJobsCommand";
|
|
43
|
-
export * from "./pagination/ListEntitiesDetectionJobsPaginator";
|
|
44
|
-
export * from "./commands/ListEntityRecognizersCommand";
|
|
45
|
-
export * from "./pagination/ListEntityRecognizersPaginator";
|
|
46
|
-
export * from "./commands/ListEntityRecognizerSummariesCommand";
|
|
47
|
-
export * from "./pagination/ListEntityRecognizerSummariesPaginator";
|
|
48
|
-
export * from "./commands/ListEventsDetectionJobsCommand";
|
|
49
|
-
export * from "./pagination/ListEventsDetectionJobsPaginator";
|
|
50
|
-
export * from "./commands/ListKeyPhrasesDetectionJobsCommand";
|
|
51
|
-
export * from "./pagination/ListKeyPhrasesDetectionJobsPaginator";
|
|
52
|
-
export * from "./commands/ListPiiEntitiesDetectionJobsCommand";
|
|
53
|
-
export * from "./commands/ListSentimentDetectionJobsCommand";
|
|
54
|
-
export * from "./pagination/ListSentimentDetectionJobsPaginator";
|
|
55
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
56
|
-
export * from "./commands/ListTopicsDetectionJobsCommand";
|
|
57
|
-
export * from "./pagination/ListTopicsDetectionJobsPaginator";
|
|
58
|
-
export * from "./commands/StartDocumentClassificationJobCommand";
|
|
59
|
-
export * from "./commands/StartDominantLanguageDetectionJobCommand";
|
|
60
|
-
export * from "./commands/StartEntitiesDetectionJobCommand";
|
|
61
|
-
export * from "./commands/StartEventsDetectionJobCommand";
|
|
62
|
-
export * from "./commands/StartKeyPhrasesDetectionJobCommand";
|
|
63
|
-
export * from "./commands/StartPiiEntitiesDetectionJobCommand";
|
|
64
|
-
export * from "./commands/StartSentimentDetectionJobCommand";
|
|
65
|
-
export * from "./commands/StartTopicsDetectionJobCommand";
|
|
66
|
-
export * from "./commands/StopDominantLanguageDetectionJobCommand";
|
|
67
|
-
export * from "./commands/StopEntitiesDetectionJobCommand";
|
|
68
|
-
export * from "./commands/StopEventsDetectionJobCommand";
|
|
69
|
-
export * from "./commands/StopKeyPhrasesDetectionJobCommand";
|
|
70
|
-
export * from "./commands/StopPiiEntitiesDetectionJobCommand";
|
|
71
|
-
export * from "./commands/StopSentimentDetectionJobCommand";
|
|
72
|
-
export * from "./commands/StopTrainingDocumentClassifierCommand";
|
|
73
|
-
export * from "./commands/StopTrainingEntityRecognizerCommand";
|
|
74
|
-
export * from "./commands/TagResourceCommand";
|
|
75
|
-
export * from "./commands/UntagResourceCommand";
|
|
76
|
-
export * from "./commands/UpdateEndpointCommand";
|
|
77
|
-
export * from "./pagination/Interfaces";
|
|
78
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ComprehendClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListDocumentClassificationJobsPaginator";
|
|
3
|
+
export * from "./ListDocumentClassifierSummariesPaginator";
|
|
4
|
+
export * from "./ListDocumentClassifiersPaginator";
|
|
5
|
+
export * from "./ListDominantLanguageDetectionJobsPaginator";
|
|
6
|
+
export * from "./ListEntitiesDetectionJobsPaginator";
|
|
7
|
+
export * from "./ListEntityRecognizerSummariesPaginator";
|
|
8
|
+
export * from "./ListEntityRecognizersPaginator";
|
|
9
|
+
export * from "./ListEventsDetectionJobsPaginator";
|
|
10
|
+
export * from "./ListKeyPhrasesDetectionJobsPaginator";
|
|
11
|
+
export * from "./ListSentimentDetectionJobsPaginator";
|
|
12
|
+
export * from "./ListTopicsDetectionJobsPaginator";
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export * from "./BatchDetectDominantLanguageCommand";
|
|
2
|
+
export * from "./BatchDetectEntitiesCommand";
|
|
3
|
+
export * from "./BatchDetectKeyPhrasesCommand";
|
|
4
|
+
export * from "./BatchDetectSentimentCommand";
|
|
5
|
+
export * from "./BatchDetectSyntaxCommand";
|
|
6
|
+
export * from "./ClassifyDocumentCommand";
|
|
7
|
+
export * from "./ContainsPiiEntitiesCommand";
|
|
8
|
+
export * from "./CreateDocumentClassifierCommand";
|
|
9
|
+
export * from "./CreateEndpointCommand";
|
|
10
|
+
export * from "./CreateEntityRecognizerCommand";
|
|
11
|
+
export * from "./DeleteDocumentClassifierCommand";
|
|
12
|
+
export * from "./DeleteEndpointCommand";
|
|
13
|
+
export * from "./DeleteEntityRecognizerCommand";
|
|
14
|
+
export * from "./DescribeDocumentClassificationJobCommand";
|
|
15
|
+
export * from "./DescribeDocumentClassifierCommand";
|
|
16
|
+
export * from "./DescribeDominantLanguageDetectionJobCommand";
|
|
17
|
+
export * from "./DescribeEndpointCommand";
|
|
18
|
+
export * from "./DescribeEntitiesDetectionJobCommand";
|
|
19
|
+
export * from "./DescribeEntityRecognizerCommand";
|
|
20
|
+
export * from "./DescribeEventsDetectionJobCommand";
|
|
21
|
+
export * from "./DescribeKeyPhrasesDetectionJobCommand";
|
|
22
|
+
export * from "./DescribePiiEntitiesDetectionJobCommand";
|
|
23
|
+
export * from "./DescribeSentimentDetectionJobCommand";
|
|
24
|
+
export * from "./DescribeTopicsDetectionJobCommand";
|
|
25
|
+
export * from "./DetectDominantLanguageCommand";
|
|
26
|
+
export * from "./DetectEntitiesCommand";
|
|
27
|
+
export * from "./DetectKeyPhrasesCommand";
|
|
28
|
+
export * from "./DetectPiiEntitiesCommand";
|
|
29
|
+
export * from "./DetectSentimentCommand";
|
|
30
|
+
export * from "./DetectSyntaxCommand";
|
|
31
|
+
export * from "./ListDocumentClassificationJobsCommand";
|
|
32
|
+
export * from "./ListDocumentClassifierSummariesCommand";
|
|
33
|
+
export * from "./ListDocumentClassifiersCommand";
|
|
34
|
+
export * from "./ListDominantLanguageDetectionJobsCommand";
|
|
35
|
+
export * from "./ListEndpointsCommand";
|
|
36
|
+
export * from "./ListEntitiesDetectionJobsCommand";
|
|
37
|
+
export * from "./ListEntityRecognizerSummariesCommand";
|
|
38
|
+
export * from "./ListEntityRecognizersCommand";
|
|
39
|
+
export * from "./ListEventsDetectionJobsCommand";
|
|
40
|
+
export * from "./ListKeyPhrasesDetectionJobsCommand";
|
|
41
|
+
export * from "./ListPiiEntitiesDetectionJobsCommand";
|
|
42
|
+
export * from "./ListSentimentDetectionJobsCommand";
|
|
43
|
+
export * from "./ListTagsForResourceCommand";
|
|
44
|
+
export * from "./ListTopicsDetectionJobsCommand";
|
|
45
|
+
export * from "./StartDocumentClassificationJobCommand";
|
|
46
|
+
export * from "./StartDominantLanguageDetectionJobCommand";
|
|
47
|
+
export * from "./StartEntitiesDetectionJobCommand";
|
|
48
|
+
export * from "./StartEventsDetectionJobCommand";
|
|
49
|
+
export * from "./StartKeyPhrasesDetectionJobCommand";
|
|
50
|
+
export * from "./StartPiiEntitiesDetectionJobCommand";
|
|
51
|
+
export * from "./StartSentimentDetectionJobCommand";
|
|
52
|
+
export * from "./StartTopicsDetectionJobCommand";
|
|
53
|
+
export * from "./StopDominantLanguageDetectionJobCommand";
|
|
54
|
+
export * from "./StopEntitiesDetectionJobCommand";
|
|
55
|
+
export * from "./StopEventsDetectionJobCommand";
|
|
56
|
+
export * from "./StopKeyPhrasesDetectionJobCommand";
|
|
57
|
+
export * from "./StopPiiEntitiesDetectionJobCommand";
|
|
58
|
+
export * from "./StopSentimentDetectionJobCommand";
|
|
59
|
+
export * from "./StopTrainingDocumentClassifierCommand";
|
|
60
|
+
export * from "./StopTrainingEntityRecognizerCommand";
|
|
61
|
+
export * from "./TagResourceCommand";
|
|
62
|
+
export * from "./UntagResourceCommand";
|
|
63
|
+
export * from "./UpdateEndpointCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,78 +1,5 @@
|
|
|
1
|
-
export * from "./ComprehendClient";
|
|
2
1
|
export * from "./Comprehend";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/BatchDetectSyntaxCommand";
|
|
8
|
-
export * from "./commands/ClassifyDocumentCommand";
|
|
9
|
-
export * from "./commands/ContainsPiiEntitiesCommand";
|
|
10
|
-
export * from "./commands/CreateDocumentClassifierCommand";
|
|
11
|
-
export * from "./commands/CreateEndpointCommand";
|
|
12
|
-
export * from "./commands/CreateEntityRecognizerCommand";
|
|
13
|
-
export * from "./commands/DeleteDocumentClassifierCommand";
|
|
14
|
-
export * from "./commands/DeleteEndpointCommand";
|
|
15
|
-
export * from "./commands/DeleteEntityRecognizerCommand";
|
|
16
|
-
export * from "./commands/DescribeDocumentClassificationJobCommand";
|
|
17
|
-
export * from "./commands/DescribeDocumentClassifierCommand";
|
|
18
|
-
export * from "./commands/DescribeDominantLanguageDetectionJobCommand";
|
|
19
|
-
export * from "./commands/DescribeEndpointCommand";
|
|
20
|
-
export * from "./commands/DescribeEntitiesDetectionJobCommand";
|
|
21
|
-
export * from "./commands/DescribeEntityRecognizerCommand";
|
|
22
|
-
export * from "./commands/DescribeEventsDetectionJobCommand";
|
|
23
|
-
export * from "./commands/DescribeKeyPhrasesDetectionJobCommand";
|
|
24
|
-
export * from "./commands/DescribePiiEntitiesDetectionJobCommand";
|
|
25
|
-
export * from "./commands/DescribeSentimentDetectionJobCommand";
|
|
26
|
-
export * from "./commands/DescribeTopicsDetectionJobCommand";
|
|
27
|
-
export * from "./commands/DetectDominantLanguageCommand";
|
|
28
|
-
export * from "./commands/DetectEntitiesCommand";
|
|
29
|
-
export * from "./commands/DetectKeyPhrasesCommand";
|
|
30
|
-
export * from "./commands/DetectPiiEntitiesCommand";
|
|
31
|
-
export * from "./commands/DetectSentimentCommand";
|
|
32
|
-
export * from "./commands/DetectSyntaxCommand";
|
|
33
|
-
export * from "./commands/ListDocumentClassificationJobsCommand";
|
|
34
|
-
export * from "./pagination/ListDocumentClassificationJobsPaginator";
|
|
35
|
-
export * from "./commands/ListDocumentClassifiersCommand";
|
|
36
|
-
export * from "./pagination/ListDocumentClassifiersPaginator";
|
|
37
|
-
export * from "./commands/ListDocumentClassifierSummariesCommand";
|
|
38
|
-
export * from "./pagination/ListDocumentClassifierSummariesPaginator";
|
|
39
|
-
export * from "./commands/ListDominantLanguageDetectionJobsCommand";
|
|
40
|
-
export * from "./pagination/ListDominantLanguageDetectionJobsPaginator";
|
|
41
|
-
export * from "./commands/ListEndpointsCommand";
|
|
42
|
-
export * from "./commands/ListEntitiesDetectionJobsCommand";
|
|
43
|
-
export * from "./pagination/ListEntitiesDetectionJobsPaginator";
|
|
44
|
-
export * from "./commands/ListEntityRecognizersCommand";
|
|
45
|
-
export * from "./pagination/ListEntityRecognizersPaginator";
|
|
46
|
-
export * from "./commands/ListEntityRecognizerSummariesCommand";
|
|
47
|
-
export * from "./pagination/ListEntityRecognizerSummariesPaginator";
|
|
48
|
-
export * from "./commands/ListEventsDetectionJobsCommand";
|
|
49
|
-
export * from "./pagination/ListEventsDetectionJobsPaginator";
|
|
50
|
-
export * from "./commands/ListKeyPhrasesDetectionJobsCommand";
|
|
51
|
-
export * from "./pagination/ListKeyPhrasesDetectionJobsPaginator";
|
|
52
|
-
export * from "./commands/ListPiiEntitiesDetectionJobsCommand";
|
|
53
|
-
export * from "./commands/ListSentimentDetectionJobsCommand";
|
|
54
|
-
export * from "./pagination/ListSentimentDetectionJobsPaginator";
|
|
55
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
56
|
-
export * from "./commands/ListTopicsDetectionJobsCommand";
|
|
57
|
-
export * from "./pagination/ListTopicsDetectionJobsPaginator";
|
|
58
|
-
export * from "./commands/StartDocumentClassificationJobCommand";
|
|
59
|
-
export * from "./commands/StartDominantLanguageDetectionJobCommand";
|
|
60
|
-
export * from "./commands/StartEntitiesDetectionJobCommand";
|
|
61
|
-
export * from "./commands/StartEventsDetectionJobCommand";
|
|
62
|
-
export * from "./commands/StartKeyPhrasesDetectionJobCommand";
|
|
63
|
-
export * from "./commands/StartPiiEntitiesDetectionJobCommand";
|
|
64
|
-
export * from "./commands/StartSentimentDetectionJobCommand";
|
|
65
|
-
export * from "./commands/StartTopicsDetectionJobCommand";
|
|
66
|
-
export * from "./commands/StopDominantLanguageDetectionJobCommand";
|
|
67
|
-
export * from "./commands/StopEntitiesDetectionJobCommand";
|
|
68
|
-
export * from "./commands/StopEventsDetectionJobCommand";
|
|
69
|
-
export * from "./commands/StopKeyPhrasesDetectionJobCommand";
|
|
70
|
-
export * from "./commands/StopPiiEntitiesDetectionJobCommand";
|
|
71
|
-
export * from "./commands/StopSentimentDetectionJobCommand";
|
|
72
|
-
export * from "./commands/StopTrainingDocumentClassifierCommand";
|
|
73
|
-
export * from "./commands/StopTrainingEntityRecognizerCommand";
|
|
74
|
-
export * from "./commands/TagResourceCommand";
|
|
75
|
-
export * from "./commands/UntagResourceCommand";
|
|
76
|
-
export * from "./commands/UpdateEndpointCommand";
|
|
77
|
-
export * from "./pagination/Interfaces";
|
|
78
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ComprehendClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListDocumentClassificationJobsPaginator";
|
|
3
|
+
export * from "./ListDocumentClassifierSummariesPaginator";
|
|
4
|
+
export * from "./ListDocumentClassifiersPaginator";
|
|
5
|
+
export * from "./ListDominantLanguageDetectionJobsPaginator";
|
|
6
|
+
export * from "./ListEntitiesDetectionJobsPaginator";
|
|
7
|
+
export * from "./ListEntityRecognizerSummariesPaginator";
|
|
8
|
+
export * from "./ListEntityRecognizersPaginator";
|
|
9
|
+
export * from "./ListEventsDetectionJobsPaginator";
|
|
10
|
+
export * from "./ListKeyPhrasesDetectionJobsPaginator";
|
|
11
|
+
export * from "./ListSentimentDetectionJobsPaginator";
|
|
12
|
+
export * from "./ListTopicsDetectionJobsPaginator";
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export * from "./BatchDetectDominantLanguageCommand";
|
|
2
|
+
export * from "./BatchDetectEntitiesCommand";
|
|
3
|
+
export * from "./BatchDetectKeyPhrasesCommand";
|
|
4
|
+
export * from "./BatchDetectSentimentCommand";
|
|
5
|
+
export * from "./BatchDetectSyntaxCommand";
|
|
6
|
+
export * from "./ClassifyDocumentCommand";
|
|
7
|
+
export * from "./ContainsPiiEntitiesCommand";
|
|
8
|
+
export * from "./CreateDocumentClassifierCommand";
|
|
9
|
+
export * from "./CreateEndpointCommand";
|
|
10
|
+
export * from "./CreateEntityRecognizerCommand";
|
|
11
|
+
export * from "./DeleteDocumentClassifierCommand";
|
|
12
|
+
export * from "./DeleteEndpointCommand";
|
|
13
|
+
export * from "./DeleteEntityRecognizerCommand";
|
|
14
|
+
export * from "./DescribeDocumentClassificationJobCommand";
|
|
15
|
+
export * from "./DescribeDocumentClassifierCommand";
|
|
16
|
+
export * from "./DescribeDominantLanguageDetectionJobCommand";
|
|
17
|
+
export * from "./DescribeEndpointCommand";
|
|
18
|
+
export * from "./DescribeEntitiesDetectionJobCommand";
|
|
19
|
+
export * from "./DescribeEntityRecognizerCommand";
|
|
20
|
+
export * from "./DescribeEventsDetectionJobCommand";
|
|
21
|
+
export * from "./DescribeKeyPhrasesDetectionJobCommand";
|
|
22
|
+
export * from "./DescribePiiEntitiesDetectionJobCommand";
|
|
23
|
+
export * from "./DescribeSentimentDetectionJobCommand";
|
|
24
|
+
export * from "./DescribeTopicsDetectionJobCommand";
|
|
25
|
+
export * from "./DetectDominantLanguageCommand";
|
|
26
|
+
export * from "./DetectEntitiesCommand";
|
|
27
|
+
export * from "./DetectKeyPhrasesCommand";
|
|
28
|
+
export * from "./DetectPiiEntitiesCommand";
|
|
29
|
+
export * from "./DetectSentimentCommand";
|
|
30
|
+
export * from "./DetectSyntaxCommand";
|
|
31
|
+
export * from "./ListDocumentClassificationJobsCommand";
|
|
32
|
+
export * from "./ListDocumentClassifierSummariesCommand";
|
|
33
|
+
export * from "./ListDocumentClassifiersCommand";
|
|
34
|
+
export * from "./ListDominantLanguageDetectionJobsCommand";
|
|
35
|
+
export * from "./ListEndpointsCommand";
|
|
36
|
+
export * from "./ListEntitiesDetectionJobsCommand";
|
|
37
|
+
export * from "./ListEntityRecognizerSummariesCommand";
|
|
38
|
+
export * from "./ListEntityRecognizersCommand";
|
|
39
|
+
export * from "./ListEventsDetectionJobsCommand";
|
|
40
|
+
export * from "./ListKeyPhrasesDetectionJobsCommand";
|
|
41
|
+
export * from "./ListPiiEntitiesDetectionJobsCommand";
|
|
42
|
+
export * from "./ListSentimentDetectionJobsCommand";
|
|
43
|
+
export * from "./ListTagsForResourceCommand";
|
|
44
|
+
export * from "./ListTopicsDetectionJobsCommand";
|
|
45
|
+
export * from "./StartDocumentClassificationJobCommand";
|
|
46
|
+
export * from "./StartDominantLanguageDetectionJobCommand";
|
|
47
|
+
export * from "./StartEntitiesDetectionJobCommand";
|
|
48
|
+
export * from "./StartEventsDetectionJobCommand";
|
|
49
|
+
export * from "./StartKeyPhrasesDetectionJobCommand";
|
|
50
|
+
export * from "./StartPiiEntitiesDetectionJobCommand";
|
|
51
|
+
export * from "./StartSentimentDetectionJobCommand";
|
|
52
|
+
export * from "./StartTopicsDetectionJobCommand";
|
|
53
|
+
export * from "./StopDominantLanguageDetectionJobCommand";
|
|
54
|
+
export * from "./StopEntitiesDetectionJobCommand";
|
|
55
|
+
export * from "./StopEventsDetectionJobCommand";
|
|
56
|
+
export * from "./StopKeyPhrasesDetectionJobCommand";
|
|
57
|
+
export * from "./StopPiiEntitiesDetectionJobCommand";
|
|
58
|
+
export * from "./StopSentimentDetectionJobCommand";
|
|
59
|
+
export * from "./StopTrainingDocumentClassifierCommand";
|
|
60
|
+
export * from "./StopTrainingEntityRecognizerCommand";
|
|
61
|
+
export * from "./TagResourceCommand";
|
|
62
|
+
export * from "./UntagResourceCommand";
|
|
63
|
+
export * from "./UpdateEndpointCommand";
|
|
@@ -1,78 +1,5 @@
|
|
|
1
|
-
export * from "./ComprehendClient";
|
|
2
1
|
export * from "./Comprehend";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/BatchDetectSyntaxCommand";
|
|
8
|
-
export * from "./commands/ClassifyDocumentCommand";
|
|
9
|
-
export * from "./commands/ContainsPiiEntitiesCommand";
|
|
10
|
-
export * from "./commands/CreateDocumentClassifierCommand";
|
|
11
|
-
export * from "./commands/CreateEndpointCommand";
|
|
12
|
-
export * from "./commands/CreateEntityRecognizerCommand";
|
|
13
|
-
export * from "./commands/DeleteDocumentClassifierCommand";
|
|
14
|
-
export * from "./commands/DeleteEndpointCommand";
|
|
15
|
-
export * from "./commands/DeleteEntityRecognizerCommand";
|
|
16
|
-
export * from "./commands/DescribeDocumentClassificationJobCommand";
|
|
17
|
-
export * from "./commands/DescribeDocumentClassifierCommand";
|
|
18
|
-
export * from "./commands/DescribeDominantLanguageDetectionJobCommand";
|
|
19
|
-
export * from "./commands/DescribeEndpointCommand";
|
|
20
|
-
export * from "./commands/DescribeEntitiesDetectionJobCommand";
|
|
21
|
-
export * from "./commands/DescribeEntityRecognizerCommand";
|
|
22
|
-
export * from "./commands/DescribeEventsDetectionJobCommand";
|
|
23
|
-
export * from "./commands/DescribeKeyPhrasesDetectionJobCommand";
|
|
24
|
-
export * from "./commands/DescribePiiEntitiesDetectionJobCommand";
|
|
25
|
-
export * from "./commands/DescribeSentimentDetectionJobCommand";
|
|
26
|
-
export * from "./commands/DescribeTopicsDetectionJobCommand";
|
|
27
|
-
export * from "./commands/DetectDominantLanguageCommand";
|
|
28
|
-
export * from "./commands/DetectEntitiesCommand";
|
|
29
|
-
export * from "./commands/DetectKeyPhrasesCommand";
|
|
30
|
-
export * from "./commands/DetectPiiEntitiesCommand";
|
|
31
|
-
export * from "./commands/DetectSentimentCommand";
|
|
32
|
-
export * from "./commands/DetectSyntaxCommand";
|
|
33
|
-
export * from "./commands/ListDocumentClassificationJobsCommand";
|
|
34
|
-
export * from "./pagination/ListDocumentClassificationJobsPaginator";
|
|
35
|
-
export * from "./commands/ListDocumentClassifiersCommand";
|
|
36
|
-
export * from "./pagination/ListDocumentClassifiersPaginator";
|
|
37
|
-
export * from "./commands/ListDocumentClassifierSummariesCommand";
|
|
38
|
-
export * from "./pagination/ListDocumentClassifierSummariesPaginator";
|
|
39
|
-
export * from "./commands/ListDominantLanguageDetectionJobsCommand";
|
|
40
|
-
export * from "./pagination/ListDominantLanguageDetectionJobsPaginator";
|
|
41
|
-
export * from "./commands/ListEndpointsCommand";
|
|
42
|
-
export * from "./commands/ListEntitiesDetectionJobsCommand";
|
|
43
|
-
export * from "./pagination/ListEntitiesDetectionJobsPaginator";
|
|
44
|
-
export * from "./commands/ListEntityRecognizersCommand";
|
|
45
|
-
export * from "./pagination/ListEntityRecognizersPaginator";
|
|
46
|
-
export * from "./commands/ListEntityRecognizerSummariesCommand";
|
|
47
|
-
export * from "./pagination/ListEntityRecognizerSummariesPaginator";
|
|
48
|
-
export * from "./commands/ListEventsDetectionJobsCommand";
|
|
49
|
-
export * from "./pagination/ListEventsDetectionJobsPaginator";
|
|
50
|
-
export * from "./commands/ListKeyPhrasesDetectionJobsCommand";
|
|
51
|
-
export * from "./pagination/ListKeyPhrasesDetectionJobsPaginator";
|
|
52
|
-
export * from "./commands/ListPiiEntitiesDetectionJobsCommand";
|
|
53
|
-
export * from "./commands/ListSentimentDetectionJobsCommand";
|
|
54
|
-
export * from "./pagination/ListSentimentDetectionJobsPaginator";
|
|
55
|
-
export * from "./commands/ListTagsForResourceCommand";
|
|
56
|
-
export * from "./commands/ListTopicsDetectionJobsCommand";
|
|
57
|
-
export * from "./pagination/ListTopicsDetectionJobsPaginator";
|
|
58
|
-
export * from "./commands/StartDocumentClassificationJobCommand";
|
|
59
|
-
export * from "./commands/StartDominantLanguageDetectionJobCommand";
|
|
60
|
-
export * from "./commands/StartEntitiesDetectionJobCommand";
|
|
61
|
-
export * from "./commands/StartEventsDetectionJobCommand";
|
|
62
|
-
export * from "./commands/StartKeyPhrasesDetectionJobCommand";
|
|
63
|
-
export * from "./commands/StartPiiEntitiesDetectionJobCommand";
|
|
64
|
-
export * from "./commands/StartSentimentDetectionJobCommand";
|
|
65
|
-
export * from "./commands/StartTopicsDetectionJobCommand";
|
|
66
|
-
export * from "./commands/StopDominantLanguageDetectionJobCommand";
|
|
67
|
-
export * from "./commands/StopEntitiesDetectionJobCommand";
|
|
68
|
-
export * from "./commands/StopEventsDetectionJobCommand";
|
|
69
|
-
export * from "./commands/StopKeyPhrasesDetectionJobCommand";
|
|
70
|
-
export * from "./commands/StopPiiEntitiesDetectionJobCommand";
|
|
71
|
-
export * from "./commands/StopSentimentDetectionJobCommand";
|
|
72
|
-
export * from "./commands/StopTrainingDocumentClassifierCommand";
|
|
73
|
-
export * from "./commands/StopTrainingEntityRecognizerCommand";
|
|
74
|
-
export * from "./commands/TagResourceCommand";
|
|
75
|
-
export * from "./commands/UntagResourceCommand";
|
|
76
|
-
export * from "./commands/UpdateEndpointCommand";
|
|
77
|
-
export * from "./pagination/Interfaces";
|
|
78
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./ComprehendClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListDocumentClassificationJobsPaginator";
|
|
3
|
+
export * from "./ListDocumentClassifierSummariesPaginator";
|
|
4
|
+
export * from "./ListDocumentClassifiersPaginator";
|
|
5
|
+
export * from "./ListDominantLanguageDetectionJobsPaginator";
|
|
6
|
+
export * from "./ListEntitiesDetectionJobsPaginator";
|
|
7
|
+
export * from "./ListEntityRecognizerSummariesPaginator";
|
|
8
|
+
export * from "./ListEntityRecognizersPaginator";
|
|
9
|
+
export * from "./ListEventsDetectionJobsPaginator";
|
|
10
|
+
export * from "./ListKeyPhrasesDetectionJobsPaginator";
|
|
11
|
+
export * from "./ListSentimentDetectionJobsPaginator";
|
|
12
|
+
export * from "./ListTopicsDetectionJobsPaginator";
|
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.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
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",
|
|
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.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.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",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
59
59
|
"downlevel-dts": "0.7.0",
|