@aws-sdk/client-comprehend 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Comprehend.d.ts +1330 -360
- package/dist-types/ts3.4/ComprehendClient.d.ts +555 -144
- package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +71 -71
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2738 -2509
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTargetedSentimentDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +857 -215
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,144 +1,555 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
import {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
import {
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
BatchDetectDominantLanguageCommandInput,
|
|
47
|
+
BatchDetectDominantLanguageCommandOutput,
|
|
48
|
+
} from "./commands/BatchDetectDominantLanguageCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchDetectEntitiesCommandInput,
|
|
51
|
+
BatchDetectEntitiesCommandOutput,
|
|
52
|
+
} from "./commands/BatchDetectEntitiesCommand";
|
|
53
|
+
import {
|
|
54
|
+
BatchDetectKeyPhrasesCommandInput,
|
|
55
|
+
BatchDetectKeyPhrasesCommandOutput,
|
|
56
|
+
} from "./commands/BatchDetectKeyPhrasesCommand";
|
|
57
|
+
import {
|
|
58
|
+
BatchDetectSentimentCommandInput,
|
|
59
|
+
BatchDetectSentimentCommandOutput,
|
|
60
|
+
} from "./commands/BatchDetectSentimentCommand";
|
|
61
|
+
import {
|
|
62
|
+
BatchDetectSyntaxCommandInput,
|
|
63
|
+
BatchDetectSyntaxCommandOutput,
|
|
64
|
+
} from "./commands/BatchDetectSyntaxCommand";
|
|
65
|
+
import {
|
|
66
|
+
ClassifyDocumentCommandInput,
|
|
67
|
+
ClassifyDocumentCommandOutput,
|
|
68
|
+
} from "./commands/ClassifyDocumentCommand";
|
|
69
|
+
import {
|
|
70
|
+
ContainsPiiEntitiesCommandInput,
|
|
71
|
+
ContainsPiiEntitiesCommandOutput,
|
|
72
|
+
} from "./commands/ContainsPiiEntitiesCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateDocumentClassifierCommandInput,
|
|
75
|
+
CreateDocumentClassifierCommandOutput,
|
|
76
|
+
} from "./commands/CreateDocumentClassifierCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateEndpointCommandInput,
|
|
79
|
+
CreateEndpointCommandOutput,
|
|
80
|
+
} from "./commands/CreateEndpointCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateEntityRecognizerCommandInput,
|
|
83
|
+
CreateEntityRecognizerCommandOutput,
|
|
84
|
+
} from "./commands/CreateEntityRecognizerCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteDocumentClassifierCommandInput,
|
|
87
|
+
DeleteDocumentClassifierCommandOutput,
|
|
88
|
+
} from "./commands/DeleteDocumentClassifierCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteEndpointCommandInput,
|
|
91
|
+
DeleteEndpointCommandOutput,
|
|
92
|
+
} from "./commands/DeleteEndpointCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteEntityRecognizerCommandInput,
|
|
95
|
+
DeleteEntityRecognizerCommandOutput,
|
|
96
|
+
} from "./commands/DeleteEntityRecognizerCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteResourcePolicyCommandInput,
|
|
99
|
+
DeleteResourcePolicyCommandOutput,
|
|
100
|
+
} from "./commands/DeleteResourcePolicyCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeDocumentClassificationJobCommandInput,
|
|
103
|
+
DescribeDocumentClassificationJobCommandOutput,
|
|
104
|
+
} from "./commands/DescribeDocumentClassificationJobCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeDocumentClassifierCommandInput,
|
|
107
|
+
DescribeDocumentClassifierCommandOutput,
|
|
108
|
+
} from "./commands/DescribeDocumentClassifierCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeDominantLanguageDetectionJobCommandInput,
|
|
111
|
+
DescribeDominantLanguageDetectionJobCommandOutput,
|
|
112
|
+
} from "./commands/DescribeDominantLanguageDetectionJobCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeEndpointCommandInput,
|
|
115
|
+
DescribeEndpointCommandOutput,
|
|
116
|
+
} from "./commands/DescribeEndpointCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeEntitiesDetectionJobCommandInput,
|
|
119
|
+
DescribeEntitiesDetectionJobCommandOutput,
|
|
120
|
+
} from "./commands/DescribeEntitiesDetectionJobCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeEntityRecognizerCommandInput,
|
|
123
|
+
DescribeEntityRecognizerCommandOutput,
|
|
124
|
+
} from "./commands/DescribeEntityRecognizerCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeEventsDetectionJobCommandInput,
|
|
127
|
+
DescribeEventsDetectionJobCommandOutput,
|
|
128
|
+
} from "./commands/DescribeEventsDetectionJobCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeKeyPhrasesDetectionJobCommandInput,
|
|
131
|
+
DescribeKeyPhrasesDetectionJobCommandOutput,
|
|
132
|
+
} from "./commands/DescribeKeyPhrasesDetectionJobCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribePiiEntitiesDetectionJobCommandInput,
|
|
135
|
+
DescribePiiEntitiesDetectionJobCommandOutput,
|
|
136
|
+
} from "./commands/DescribePiiEntitiesDetectionJobCommand";
|
|
137
|
+
import {
|
|
138
|
+
DescribeResourcePolicyCommandInput,
|
|
139
|
+
DescribeResourcePolicyCommandOutput,
|
|
140
|
+
} from "./commands/DescribeResourcePolicyCommand";
|
|
141
|
+
import {
|
|
142
|
+
DescribeSentimentDetectionJobCommandInput,
|
|
143
|
+
DescribeSentimentDetectionJobCommandOutput,
|
|
144
|
+
} from "./commands/DescribeSentimentDetectionJobCommand";
|
|
145
|
+
import {
|
|
146
|
+
DescribeTargetedSentimentDetectionJobCommandInput,
|
|
147
|
+
DescribeTargetedSentimentDetectionJobCommandOutput,
|
|
148
|
+
} from "./commands/DescribeTargetedSentimentDetectionJobCommand";
|
|
149
|
+
import {
|
|
150
|
+
DescribeTopicsDetectionJobCommandInput,
|
|
151
|
+
DescribeTopicsDetectionJobCommandOutput,
|
|
152
|
+
} from "./commands/DescribeTopicsDetectionJobCommand";
|
|
153
|
+
import {
|
|
154
|
+
DetectDominantLanguageCommandInput,
|
|
155
|
+
DetectDominantLanguageCommandOutput,
|
|
156
|
+
} from "./commands/DetectDominantLanguageCommand";
|
|
157
|
+
import {
|
|
158
|
+
DetectEntitiesCommandInput,
|
|
159
|
+
DetectEntitiesCommandOutput,
|
|
160
|
+
} from "./commands/DetectEntitiesCommand";
|
|
161
|
+
import {
|
|
162
|
+
DetectKeyPhrasesCommandInput,
|
|
163
|
+
DetectKeyPhrasesCommandOutput,
|
|
164
|
+
} from "./commands/DetectKeyPhrasesCommand";
|
|
165
|
+
import {
|
|
166
|
+
DetectPiiEntitiesCommandInput,
|
|
167
|
+
DetectPiiEntitiesCommandOutput,
|
|
168
|
+
} from "./commands/DetectPiiEntitiesCommand";
|
|
169
|
+
import {
|
|
170
|
+
DetectSentimentCommandInput,
|
|
171
|
+
DetectSentimentCommandOutput,
|
|
172
|
+
} from "./commands/DetectSentimentCommand";
|
|
173
|
+
import {
|
|
174
|
+
DetectSyntaxCommandInput,
|
|
175
|
+
DetectSyntaxCommandOutput,
|
|
176
|
+
} from "./commands/DetectSyntaxCommand";
|
|
177
|
+
import {
|
|
178
|
+
ImportModelCommandInput,
|
|
179
|
+
ImportModelCommandOutput,
|
|
180
|
+
} from "./commands/ImportModelCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListDocumentClassificationJobsCommandInput,
|
|
183
|
+
ListDocumentClassificationJobsCommandOutput,
|
|
184
|
+
} from "./commands/ListDocumentClassificationJobsCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListDocumentClassifiersCommandInput,
|
|
187
|
+
ListDocumentClassifiersCommandOutput,
|
|
188
|
+
} from "./commands/ListDocumentClassifiersCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListDocumentClassifierSummariesCommandInput,
|
|
191
|
+
ListDocumentClassifierSummariesCommandOutput,
|
|
192
|
+
} from "./commands/ListDocumentClassifierSummariesCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListDominantLanguageDetectionJobsCommandInput,
|
|
195
|
+
ListDominantLanguageDetectionJobsCommandOutput,
|
|
196
|
+
} from "./commands/ListDominantLanguageDetectionJobsCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListEndpointsCommandInput,
|
|
199
|
+
ListEndpointsCommandOutput,
|
|
200
|
+
} from "./commands/ListEndpointsCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListEntitiesDetectionJobsCommandInput,
|
|
203
|
+
ListEntitiesDetectionJobsCommandOutput,
|
|
204
|
+
} from "./commands/ListEntitiesDetectionJobsCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListEntityRecognizersCommandInput,
|
|
207
|
+
ListEntityRecognizersCommandOutput,
|
|
208
|
+
} from "./commands/ListEntityRecognizersCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListEntityRecognizerSummariesCommandInput,
|
|
211
|
+
ListEntityRecognizerSummariesCommandOutput,
|
|
212
|
+
} from "./commands/ListEntityRecognizerSummariesCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListEventsDetectionJobsCommandInput,
|
|
215
|
+
ListEventsDetectionJobsCommandOutput,
|
|
216
|
+
} from "./commands/ListEventsDetectionJobsCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListKeyPhrasesDetectionJobsCommandInput,
|
|
219
|
+
ListKeyPhrasesDetectionJobsCommandOutput,
|
|
220
|
+
} from "./commands/ListKeyPhrasesDetectionJobsCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListPiiEntitiesDetectionJobsCommandInput,
|
|
223
|
+
ListPiiEntitiesDetectionJobsCommandOutput,
|
|
224
|
+
} from "./commands/ListPiiEntitiesDetectionJobsCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListSentimentDetectionJobsCommandInput,
|
|
227
|
+
ListSentimentDetectionJobsCommandOutput,
|
|
228
|
+
} from "./commands/ListSentimentDetectionJobsCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListTagsForResourceCommandInput,
|
|
231
|
+
ListTagsForResourceCommandOutput,
|
|
232
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListTargetedSentimentDetectionJobsCommandInput,
|
|
235
|
+
ListTargetedSentimentDetectionJobsCommandOutput,
|
|
236
|
+
} from "./commands/ListTargetedSentimentDetectionJobsCommand";
|
|
237
|
+
import {
|
|
238
|
+
ListTopicsDetectionJobsCommandInput,
|
|
239
|
+
ListTopicsDetectionJobsCommandOutput,
|
|
240
|
+
} from "./commands/ListTopicsDetectionJobsCommand";
|
|
241
|
+
import {
|
|
242
|
+
PutResourcePolicyCommandInput,
|
|
243
|
+
PutResourcePolicyCommandOutput,
|
|
244
|
+
} from "./commands/PutResourcePolicyCommand";
|
|
245
|
+
import {
|
|
246
|
+
StartDocumentClassificationJobCommandInput,
|
|
247
|
+
StartDocumentClassificationJobCommandOutput,
|
|
248
|
+
} from "./commands/StartDocumentClassificationJobCommand";
|
|
249
|
+
import {
|
|
250
|
+
StartDominantLanguageDetectionJobCommandInput,
|
|
251
|
+
StartDominantLanguageDetectionJobCommandOutput,
|
|
252
|
+
} from "./commands/StartDominantLanguageDetectionJobCommand";
|
|
253
|
+
import {
|
|
254
|
+
StartEntitiesDetectionJobCommandInput,
|
|
255
|
+
StartEntitiesDetectionJobCommandOutput,
|
|
256
|
+
} from "./commands/StartEntitiesDetectionJobCommand";
|
|
257
|
+
import {
|
|
258
|
+
StartEventsDetectionJobCommandInput,
|
|
259
|
+
StartEventsDetectionJobCommandOutput,
|
|
260
|
+
} from "./commands/StartEventsDetectionJobCommand";
|
|
261
|
+
import {
|
|
262
|
+
StartKeyPhrasesDetectionJobCommandInput,
|
|
263
|
+
StartKeyPhrasesDetectionJobCommandOutput,
|
|
264
|
+
} from "./commands/StartKeyPhrasesDetectionJobCommand";
|
|
265
|
+
import {
|
|
266
|
+
StartPiiEntitiesDetectionJobCommandInput,
|
|
267
|
+
StartPiiEntitiesDetectionJobCommandOutput,
|
|
268
|
+
} from "./commands/StartPiiEntitiesDetectionJobCommand";
|
|
269
|
+
import {
|
|
270
|
+
StartSentimentDetectionJobCommandInput,
|
|
271
|
+
StartSentimentDetectionJobCommandOutput,
|
|
272
|
+
} from "./commands/StartSentimentDetectionJobCommand";
|
|
273
|
+
import {
|
|
274
|
+
StartTargetedSentimentDetectionJobCommandInput,
|
|
275
|
+
StartTargetedSentimentDetectionJobCommandOutput,
|
|
276
|
+
} from "./commands/StartTargetedSentimentDetectionJobCommand";
|
|
277
|
+
import {
|
|
278
|
+
StartTopicsDetectionJobCommandInput,
|
|
279
|
+
StartTopicsDetectionJobCommandOutput,
|
|
280
|
+
} from "./commands/StartTopicsDetectionJobCommand";
|
|
281
|
+
import {
|
|
282
|
+
StopDominantLanguageDetectionJobCommandInput,
|
|
283
|
+
StopDominantLanguageDetectionJobCommandOutput,
|
|
284
|
+
} from "./commands/StopDominantLanguageDetectionJobCommand";
|
|
285
|
+
import {
|
|
286
|
+
StopEntitiesDetectionJobCommandInput,
|
|
287
|
+
StopEntitiesDetectionJobCommandOutput,
|
|
288
|
+
} from "./commands/StopEntitiesDetectionJobCommand";
|
|
289
|
+
import {
|
|
290
|
+
StopEventsDetectionJobCommandInput,
|
|
291
|
+
StopEventsDetectionJobCommandOutput,
|
|
292
|
+
} from "./commands/StopEventsDetectionJobCommand";
|
|
293
|
+
import {
|
|
294
|
+
StopKeyPhrasesDetectionJobCommandInput,
|
|
295
|
+
StopKeyPhrasesDetectionJobCommandOutput,
|
|
296
|
+
} from "./commands/StopKeyPhrasesDetectionJobCommand";
|
|
297
|
+
import {
|
|
298
|
+
StopPiiEntitiesDetectionJobCommandInput,
|
|
299
|
+
StopPiiEntitiesDetectionJobCommandOutput,
|
|
300
|
+
} from "./commands/StopPiiEntitiesDetectionJobCommand";
|
|
301
|
+
import {
|
|
302
|
+
StopSentimentDetectionJobCommandInput,
|
|
303
|
+
StopSentimentDetectionJobCommandOutput,
|
|
304
|
+
} from "./commands/StopSentimentDetectionJobCommand";
|
|
305
|
+
import {
|
|
306
|
+
StopTargetedSentimentDetectionJobCommandInput,
|
|
307
|
+
StopTargetedSentimentDetectionJobCommandOutput,
|
|
308
|
+
} from "./commands/StopTargetedSentimentDetectionJobCommand";
|
|
309
|
+
import {
|
|
310
|
+
StopTrainingDocumentClassifierCommandInput,
|
|
311
|
+
StopTrainingDocumentClassifierCommandOutput,
|
|
312
|
+
} from "./commands/StopTrainingDocumentClassifierCommand";
|
|
313
|
+
import {
|
|
314
|
+
StopTrainingEntityRecognizerCommandInput,
|
|
315
|
+
StopTrainingEntityRecognizerCommandOutput,
|
|
316
|
+
} from "./commands/StopTrainingEntityRecognizerCommand";
|
|
317
|
+
import {
|
|
318
|
+
TagResourceCommandInput,
|
|
319
|
+
TagResourceCommandOutput,
|
|
320
|
+
} from "./commands/TagResourceCommand";
|
|
321
|
+
import {
|
|
322
|
+
UntagResourceCommandInput,
|
|
323
|
+
UntagResourceCommandOutput,
|
|
324
|
+
} from "./commands/UntagResourceCommand";
|
|
325
|
+
import {
|
|
326
|
+
UpdateEndpointCommandInput,
|
|
327
|
+
UpdateEndpointCommandOutput,
|
|
328
|
+
} from "./commands/UpdateEndpointCommand";
|
|
329
|
+
export declare type ServiceInputTypes =
|
|
330
|
+
| BatchDetectDominantLanguageCommandInput
|
|
331
|
+
| BatchDetectEntitiesCommandInput
|
|
332
|
+
| BatchDetectKeyPhrasesCommandInput
|
|
333
|
+
| BatchDetectSentimentCommandInput
|
|
334
|
+
| BatchDetectSyntaxCommandInput
|
|
335
|
+
| ClassifyDocumentCommandInput
|
|
336
|
+
| ContainsPiiEntitiesCommandInput
|
|
337
|
+
| CreateDocumentClassifierCommandInput
|
|
338
|
+
| CreateEndpointCommandInput
|
|
339
|
+
| CreateEntityRecognizerCommandInput
|
|
340
|
+
| DeleteDocumentClassifierCommandInput
|
|
341
|
+
| DeleteEndpointCommandInput
|
|
342
|
+
| DeleteEntityRecognizerCommandInput
|
|
343
|
+
| DeleteResourcePolicyCommandInput
|
|
344
|
+
| DescribeDocumentClassificationJobCommandInput
|
|
345
|
+
| DescribeDocumentClassifierCommandInput
|
|
346
|
+
| DescribeDominantLanguageDetectionJobCommandInput
|
|
347
|
+
| DescribeEndpointCommandInput
|
|
348
|
+
| DescribeEntitiesDetectionJobCommandInput
|
|
349
|
+
| DescribeEntityRecognizerCommandInput
|
|
350
|
+
| DescribeEventsDetectionJobCommandInput
|
|
351
|
+
| DescribeKeyPhrasesDetectionJobCommandInput
|
|
352
|
+
| DescribePiiEntitiesDetectionJobCommandInput
|
|
353
|
+
| DescribeResourcePolicyCommandInput
|
|
354
|
+
| DescribeSentimentDetectionJobCommandInput
|
|
355
|
+
| DescribeTargetedSentimentDetectionJobCommandInput
|
|
356
|
+
| DescribeTopicsDetectionJobCommandInput
|
|
357
|
+
| DetectDominantLanguageCommandInput
|
|
358
|
+
| DetectEntitiesCommandInput
|
|
359
|
+
| DetectKeyPhrasesCommandInput
|
|
360
|
+
| DetectPiiEntitiesCommandInput
|
|
361
|
+
| DetectSentimentCommandInput
|
|
362
|
+
| DetectSyntaxCommandInput
|
|
363
|
+
| ImportModelCommandInput
|
|
364
|
+
| ListDocumentClassificationJobsCommandInput
|
|
365
|
+
| ListDocumentClassifierSummariesCommandInput
|
|
366
|
+
| ListDocumentClassifiersCommandInput
|
|
367
|
+
| ListDominantLanguageDetectionJobsCommandInput
|
|
368
|
+
| ListEndpointsCommandInput
|
|
369
|
+
| ListEntitiesDetectionJobsCommandInput
|
|
370
|
+
| ListEntityRecognizerSummariesCommandInput
|
|
371
|
+
| ListEntityRecognizersCommandInput
|
|
372
|
+
| ListEventsDetectionJobsCommandInput
|
|
373
|
+
| ListKeyPhrasesDetectionJobsCommandInput
|
|
374
|
+
| ListPiiEntitiesDetectionJobsCommandInput
|
|
375
|
+
| ListSentimentDetectionJobsCommandInput
|
|
376
|
+
| ListTagsForResourceCommandInput
|
|
377
|
+
| ListTargetedSentimentDetectionJobsCommandInput
|
|
378
|
+
| ListTopicsDetectionJobsCommandInput
|
|
379
|
+
| PutResourcePolicyCommandInput
|
|
380
|
+
| StartDocumentClassificationJobCommandInput
|
|
381
|
+
| StartDominantLanguageDetectionJobCommandInput
|
|
382
|
+
| StartEntitiesDetectionJobCommandInput
|
|
383
|
+
| StartEventsDetectionJobCommandInput
|
|
384
|
+
| StartKeyPhrasesDetectionJobCommandInput
|
|
385
|
+
| StartPiiEntitiesDetectionJobCommandInput
|
|
386
|
+
| StartSentimentDetectionJobCommandInput
|
|
387
|
+
| StartTargetedSentimentDetectionJobCommandInput
|
|
388
|
+
| StartTopicsDetectionJobCommandInput
|
|
389
|
+
| StopDominantLanguageDetectionJobCommandInput
|
|
390
|
+
| StopEntitiesDetectionJobCommandInput
|
|
391
|
+
| StopEventsDetectionJobCommandInput
|
|
392
|
+
| StopKeyPhrasesDetectionJobCommandInput
|
|
393
|
+
| StopPiiEntitiesDetectionJobCommandInput
|
|
394
|
+
| StopSentimentDetectionJobCommandInput
|
|
395
|
+
| StopTargetedSentimentDetectionJobCommandInput
|
|
396
|
+
| StopTrainingDocumentClassifierCommandInput
|
|
397
|
+
| StopTrainingEntityRecognizerCommandInput
|
|
398
|
+
| TagResourceCommandInput
|
|
399
|
+
| UntagResourceCommandInput
|
|
400
|
+
| UpdateEndpointCommandInput;
|
|
401
|
+
export declare type ServiceOutputTypes =
|
|
402
|
+
| BatchDetectDominantLanguageCommandOutput
|
|
403
|
+
| BatchDetectEntitiesCommandOutput
|
|
404
|
+
| BatchDetectKeyPhrasesCommandOutput
|
|
405
|
+
| BatchDetectSentimentCommandOutput
|
|
406
|
+
| BatchDetectSyntaxCommandOutput
|
|
407
|
+
| ClassifyDocumentCommandOutput
|
|
408
|
+
| ContainsPiiEntitiesCommandOutput
|
|
409
|
+
| CreateDocumentClassifierCommandOutput
|
|
410
|
+
| CreateEndpointCommandOutput
|
|
411
|
+
| CreateEntityRecognizerCommandOutput
|
|
412
|
+
| DeleteDocumentClassifierCommandOutput
|
|
413
|
+
| DeleteEndpointCommandOutput
|
|
414
|
+
| DeleteEntityRecognizerCommandOutput
|
|
415
|
+
| DeleteResourcePolicyCommandOutput
|
|
416
|
+
| DescribeDocumentClassificationJobCommandOutput
|
|
417
|
+
| DescribeDocumentClassifierCommandOutput
|
|
418
|
+
| DescribeDominantLanguageDetectionJobCommandOutput
|
|
419
|
+
| DescribeEndpointCommandOutput
|
|
420
|
+
| DescribeEntitiesDetectionJobCommandOutput
|
|
421
|
+
| DescribeEntityRecognizerCommandOutput
|
|
422
|
+
| DescribeEventsDetectionJobCommandOutput
|
|
423
|
+
| DescribeKeyPhrasesDetectionJobCommandOutput
|
|
424
|
+
| DescribePiiEntitiesDetectionJobCommandOutput
|
|
425
|
+
| DescribeResourcePolicyCommandOutput
|
|
426
|
+
| DescribeSentimentDetectionJobCommandOutput
|
|
427
|
+
| DescribeTargetedSentimentDetectionJobCommandOutput
|
|
428
|
+
| DescribeTopicsDetectionJobCommandOutput
|
|
429
|
+
| DetectDominantLanguageCommandOutput
|
|
430
|
+
| DetectEntitiesCommandOutput
|
|
431
|
+
| DetectKeyPhrasesCommandOutput
|
|
432
|
+
| DetectPiiEntitiesCommandOutput
|
|
433
|
+
| DetectSentimentCommandOutput
|
|
434
|
+
| DetectSyntaxCommandOutput
|
|
435
|
+
| ImportModelCommandOutput
|
|
436
|
+
| ListDocumentClassificationJobsCommandOutput
|
|
437
|
+
| ListDocumentClassifierSummariesCommandOutput
|
|
438
|
+
| ListDocumentClassifiersCommandOutput
|
|
439
|
+
| ListDominantLanguageDetectionJobsCommandOutput
|
|
440
|
+
| ListEndpointsCommandOutput
|
|
441
|
+
| ListEntitiesDetectionJobsCommandOutput
|
|
442
|
+
| ListEntityRecognizerSummariesCommandOutput
|
|
443
|
+
| ListEntityRecognizersCommandOutput
|
|
444
|
+
| ListEventsDetectionJobsCommandOutput
|
|
445
|
+
| ListKeyPhrasesDetectionJobsCommandOutput
|
|
446
|
+
| ListPiiEntitiesDetectionJobsCommandOutput
|
|
447
|
+
| ListSentimentDetectionJobsCommandOutput
|
|
448
|
+
| ListTagsForResourceCommandOutput
|
|
449
|
+
| ListTargetedSentimentDetectionJobsCommandOutput
|
|
450
|
+
| ListTopicsDetectionJobsCommandOutput
|
|
451
|
+
| PutResourcePolicyCommandOutput
|
|
452
|
+
| StartDocumentClassificationJobCommandOutput
|
|
453
|
+
| StartDominantLanguageDetectionJobCommandOutput
|
|
454
|
+
| StartEntitiesDetectionJobCommandOutput
|
|
455
|
+
| StartEventsDetectionJobCommandOutput
|
|
456
|
+
| StartKeyPhrasesDetectionJobCommandOutput
|
|
457
|
+
| StartPiiEntitiesDetectionJobCommandOutput
|
|
458
|
+
| StartSentimentDetectionJobCommandOutput
|
|
459
|
+
| StartTargetedSentimentDetectionJobCommandOutput
|
|
460
|
+
| StartTopicsDetectionJobCommandOutput
|
|
461
|
+
| StopDominantLanguageDetectionJobCommandOutput
|
|
462
|
+
| StopEntitiesDetectionJobCommandOutput
|
|
463
|
+
| StopEventsDetectionJobCommandOutput
|
|
464
|
+
| StopKeyPhrasesDetectionJobCommandOutput
|
|
465
|
+
| StopPiiEntitiesDetectionJobCommandOutput
|
|
466
|
+
| StopSentimentDetectionJobCommandOutput
|
|
467
|
+
| StopTargetedSentimentDetectionJobCommandOutput
|
|
468
|
+
| StopTrainingDocumentClassifierCommandOutput
|
|
469
|
+
| StopTrainingEntityRecognizerCommandOutput
|
|
470
|
+
| TagResourceCommandOutput
|
|
471
|
+
| UntagResourceCommandOutput
|
|
472
|
+
| UpdateEndpointCommandOutput;
|
|
473
|
+
export interface ClientDefaults
|
|
474
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
475
|
+
requestHandler?: __HttpHandler;
|
|
476
|
+
|
|
477
|
+
sha256?: __HashConstructor;
|
|
478
|
+
|
|
479
|
+
urlParser?: __UrlParser;
|
|
480
|
+
|
|
481
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
482
|
+
|
|
483
|
+
streamCollector?: __StreamCollector;
|
|
484
|
+
|
|
485
|
+
base64Decoder?: __Decoder;
|
|
486
|
+
|
|
487
|
+
base64Encoder?: __Encoder;
|
|
488
|
+
|
|
489
|
+
utf8Decoder?: __Decoder;
|
|
490
|
+
|
|
491
|
+
utf8Encoder?: __Encoder;
|
|
492
|
+
|
|
493
|
+
runtime?: string;
|
|
494
|
+
|
|
495
|
+
disableHostPrefix?: boolean;
|
|
496
|
+
|
|
497
|
+
maxAttempts?: number | __Provider<number>;
|
|
498
|
+
|
|
499
|
+
retryMode?: string | __Provider<string>;
|
|
500
|
+
|
|
501
|
+
logger?: __Logger;
|
|
502
|
+
|
|
503
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
504
|
+
|
|
505
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
506
|
+
|
|
507
|
+
serviceId?: string;
|
|
508
|
+
|
|
509
|
+
region?: string | __Provider<string>;
|
|
510
|
+
|
|
511
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
512
|
+
|
|
513
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
514
|
+
|
|
515
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
516
|
+
|
|
517
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
518
|
+
}
|
|
519
|
+
declare type ComprehendClientConfigType = Partial<
|
|
520
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
521
|
+
> &
|
|
522
|
+
ClientDefaults &
|
|
523
|
+
RegionInputConfig &
|
|
524
|
+
EndpointsInputConfig &
|
|
525
|
+
RetryInputConfig &
|
|
526
|
+
HostHeaderInputConfig &
|
|
527
|
+
AwsAuthInputConfig &
|
|
528
|
+
UserAgentInputConfig;
|
|
529
|
+
|
|
530
|
+
export interface ComprehendClientConfig extends ComprehendClientConfigType {}
|
|
531
|
+
declare type ComprehendClientResolvedConfigType =
|
|
532
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
533
|
+
Required<ClientDefaults> &
|
|
534
|
+
RegionResolvedConfig &
|
|
535
|
+
EndpointsResolvedConfig &
|
|
536
|
+
RetryResolvedConfig &
|
|
537
|
+
HostHeaderResolvedConfig &
|
|
538
|
+
AwsAuthResolvedConfig &
|
|
539
|
+
UserAgentResolvedConfig;
|
|
540
|
+
|
|
541
|
+
export interface ComprehendClientResolvedConfig
|
|
542
|
+
extends ComprehendClientResolvedConfigType {}
|
|
543
|
+
|
|
544
|
+
export declare class ComprehendClient extends __Client<
|
|
545
|
+
__HttpHandlerOptions,
|
|
546
|
+
ServiceInputTypes,
|
|
547
|
+
ServiceOutputTypes,
|
|
548
|
+
ComprehendClientResolvedConfig
|
|
549
|
+
> {
|
|
550
|
+
readonly config: ComprehendClientResolvedConfig;
|
|
551
|
+
constructor(configuration: ComprehendClientConfig);
|
|
552
|
+
|
|
553
|
+
destroy(): void;
|
|
554
|
+
}
|
|
555
|
+
export {};
|