@aws-sdk/client-comprehend 3.774.0 → 3.777.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/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-cjs/index.js +17 -18
- package/dist-es/ComprehendClient.js +2 -1
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist-es/runtimeExtensions.js +2 -14
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +1 -0
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +1 -0
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +1 -0
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +1 -0
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +1 -0
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +1 -0
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +1 -0
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +1 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +1 -0
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +1 -0
- package/dist-types/commands/CreateEndpointCommand.d.ts +1 -0
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +1 -0
- package/dist-types/commands/CreateFlywheelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFlywheelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFlywheelCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +1 -0
- package/dist-types/commands/DetectEntitiesCommand.d.ts +1 -0
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +1 -0
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +1 -0
- package/dist-types/commands/DetectSentimentCommand.d.ts +1 -0
- package/dist-types/commands/DetectSyntaxCommand.d.ts +1 -0
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +1 -0
- package/dist-types/commands/DetectToxicContentCommand.d.ts +1 -0
- package/dist-types/commands/ImportModelCommand.d.ts +1 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -0
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +1 -0
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +1 -0
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +1 -0
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +1 -0
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +1 -0
- package/dist-types/commands/ListFlywheelsCommand.d.ts +1 -0
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +1 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +1 -0
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StartFlywheelIterationCommand.d.ts +1 -0
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +1 -0
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +1 -0
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFlywheelCommand.d.ts +1 -0
- package/package.json +33 -33
|
@@ -40,8 +40,6 @@ const defaultComprehendHttpAuthSchemeProvider = (authParameters) => {
|
|
|
40
40
|
exports.defaultComprehendHttpAuthSchemeProvider = defaultComprehendHttpAuthSchemeProvider;
|
|
41
41
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
42
42
|
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
|
43
|
-
return {
|
|
44
|
-
...config_0,
|
|
45
|
-
};
|
|
43
|
+
return Object.assign(config_0, {});
|
|
46
44
|
};
|
|
47
45
|
exports.resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig;
|
package/dist-cjs/index.js
CHANGED
|
@@ -233,12 +233,11 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
|
|
|
233
233
|
|
|
234
234
|
// src/endpoint/EndpointParameters.ts
|
|
235
235
|
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
236
|
-
return {
|
|
237
|
-
...options,
|
|
236
|
+
return Object.assign(options, {
|
|
238
237
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
239
238
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
240
239
|
defaultSigningName: "comprehend"
|
|
241
|
-
};
|
|
240
|
+
});
|
|
242
241
|
}, "resolveClientEndpointParameters");
|
|
243
242
|
var commonParams = {
|
|
244
243
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -295,22 +294,21 @@ var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {
|
|
|
295
294
|
}, "resolveHttpAuthRuntimeConfig");
|
|
296
295
|
|
|
297
296
|
// src/runtimeExtensions.ts
|
|
298
|
-
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
299
297
|
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
300
|
-
const extensionConfiguration =
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
298
|
+
const extensionConfiguration = Object.assign(
|
|
299
|
+
(0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),
|
|
300
|
+
(0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),
|
|
301
|
+
(0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),
|
|
302
|
+
getHttpAuthExtensionConfiguration(runtimeConfig)
|
|
303
|
+
);
|
|
306
304
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
307
|
-
return
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
305
|
+
return Object.assign(
|
|
306
|
+
runtimeConfig,
|
|
307
|
+
(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
308
|
+
(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
309
|
+
(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
310
|
+
resolveHttpAuthRuntimeConfig(extensionConfiguration)
|
|
311
|
+
);
|
|
314
312
|
}, "resolveRuntimeExtensions");
|
|
315
313
|
|
|
316
314
|
// src/ComprehendClient.ts
|
|
@@ -324,6 +322,8 @@ var ComprehendClient = class extends import_smithy_client.Client {
|
|
|
324
322
|
config;
|
|
325
323
|
constructor(...[configuration]) {
|
|
326
324
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
325
|
+
super(_config_0);
|
|
326
|
+
this.initConfig = _config_0;
|
|
327
327
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
328
328
|
const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);
|
|
329
329
|
const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);
|
|
@@ -332,7 +332,6 @@ var ComprehendClient = class extends import_smithy_client.Client {
|
|
|
332
332
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
333
333
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
334
334
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
335
|
-
super(_config_8);
|
|
336
335
|
this.config = _config_8;
|
|
337
336
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
338
337
|
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
@@ -17,6 +17,8 @@ export class ComprehendClient extends __Client {
|
|
|
17
17
|
config;
|
|
18
18
|
constructor(...[configuration]) {
|
|
19
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
20
|
+
super(_config_0);
|
|
21
|
+
this.initConfig = _config_0;
|
|
20
22
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
21
23
|
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
22
24
|
const _config_3 = resolveRetryConfig(_config_2);
|
|
@@ -25,7 +27,6 @@ export class ComprehendClient extends __Client {
|
|
|
25
27
|
const _config_6 = resolveEndpointConfig(_config_5);
|
|
26
28
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
27
29
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
28
|
-
super(_config_8);
|
|
29
30
|
this.config = _config_8;
|
|
30
31
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
31
32
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -35,7 +35,5 @@ export const defaultComprehendHttpAuthSchemeProvider = (authParameters) => {
|
|
|
35
35
|
};
|
|
36
36
|
export const resolveHttpAuthSchemeConfig = (config) => {
|
|
37
37
|
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
38
|
-
return {
|
|
39
|
-
...config_0,
|
|
40
|
-
};
|
|
38
|
+
return Object.assign(config_0, {});
|
|
41
39
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
export const resolveClientEndpointParameters = (options) => {
|
|
2
|
-
return {
|
|
3
|
-
...options,
|
|
2
|
+
return Object.assign(options, {
|
|
4
3
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
5
4
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
6
5
|
defaultSigningName: "comprehend",
|
|
7
|
-
};
|
|
6
|
+
});
|
|
8
7
|
};
|
|
9
8
|
export const commonParams = {
|
|
10
9
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
@@ -2,20 +2,8 @@ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfigurat
|
|
|
2
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
3
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
|
-
const asPartial = (t) => t;
|
|
6
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
-
const extensionConfiguration =
|
|
8
|
-
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
9
|
-
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
10
|
-
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
11
|
-
...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),
|
|
12
|
-
};
|
|
6
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
13
7
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
14
|
-
return
|
|
15
|
-
...runtimeConfig,
|
|
16
|
-
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
17
|
-
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
18
|
-
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
19
|
-
...resolveHttpAuthRuntimeConfig(extensionConfiguration),
|
|
20
|
-
};
|
|
8
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
21
9
|
};
|
|
@@ -88,6 +88,7 @@ declare const BatchDetectDominantLanguageCommand_base: {
|
|
|
88
88
|
* @throws {@link ComprehendServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class BatchDetectDominantLanguageCommand extends BatchDetectDominantLanguageCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const BatchDetectEntitiesCommand_base: {
|
|
|
112
112
|
* @throws {@link ComprehendServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class BatchDetectEntitiesCommand extends BatchDetectEntitiesCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const BatchDetectKeyPhrasesCommand_base: {
|
|
|
94
94
|
* @throws {@link ComprehendServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class BatchDetectKeyPhrasesCommand extends BatchDetectKeyPhrasesCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const BatchDetectSentimentCommand_base: {
|
|
|
95
95
|
* @throws {@link ComprehendServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class BatchDetectSentimentCommand extends BatchDetectSentimentCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const BatchDetectSyntaxCommand_base: {
|
|
|
101
101
|
* @throws {@link ComprehendServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class BatchDetectSyntaxCommand extends BatchDetectSyntaxCommand_base {
|
|
@@ -114,6 +114,7 @@ declare const BatchDetectTargetedSentimentCommand_base: {
|
|
|
114
114
|
* @throws {@link ComprehendServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
116
116
|
*
|
|
117
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class BatchDetectTargetedSentimentCommand extends BatchDetectTargetedSentimentCommand_base {
|
|
@@ -141,6 +141,7 @@ declare const ClassifyDocumentCommand_base: {
|
|
|
141
141
|
* @throws {@link ComprehendServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
143
143
|
*
|
|
144
|
+
*
|
|
144
145
|
* @public
|
|
145
146
|
*/
|
|
146
147
|
export declare class ClassifyDocumentCommand extends ClassifyDocumentCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ContainsPiiEntitiesCommand_base: {
|
|
|
76
76
|
* @throws {@link ComprehendServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ContainsPiiEntitiesCommand extends ContainsPiiEntitiesCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const CreateDatasetCommand_base: {
|
|
|
121
121
|
* @throws {@link ComprehendServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
@@ -147,6 +147,7 @@ declare const CreateDocumentClassifierCommand_base: {
|
|
|
147
147
|
* @throws {@link ComprehendServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
149
149
|
*
|
|
150
|
+
*
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class CreateDocumentClassifierCommand extends CreateDocumentClassifierCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const CreateEndpointCommand_base: {
|
|
|
97
97
|
* @throws {@link ComprehendServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class CreateEndpointCommand extends CreateEndpointCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const CreateEntityRecognizerCommand_base: {
|
|
|
140
140
|
* @throws {@link ComprehendServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class CreateEntityRecognizerCommand extends CreateEntityRecognizerCommand_base {
|
|
@@ -143,6 +143,7 @@ declare const CreateFlywheelCommand_base: {
|
|
|
143
143
|
* @throws {@link ComprehendServiceException}
|
|
144
144
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
145
145
|
*
|
|
146
|
+
*
|
|
146
147
|
* @public
|
|
147
148
|
*/
|
|
148
149
|
export declare class CreateFlywheelCommand extends CreateFlywheelCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DeleteDocumentClassifierCommand_base: {
|
|
|
78
78
|
* @throws {@link ComprehendServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteDocumentClassifierCommand extends DeleteDocumentClassifierCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteEndpointCommand_base: {
|
|
|
70
70
|
* @throws {@link ComprehendServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteEndpointCommand extends DeleteEndpointCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DeleteEntityRecognizerCommand_base: {
|
|
|
78
78
|
* @throws {@link ComprehendServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DeleteEntityRecognizerCommand extends DeleteEntityRecognizerCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteFlywheelCommand_base: {
|
|
|
75
75
|
* @throws {@link ComprehendServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteFlywheelCommand extends DeleteFlywheelCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
62
62
|
* @throws {@link ComprehendServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DescribeDatasetCommand_base: {
|
|
|
79
79
|
* @throws {@link ComprehendServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const DescribeDocumentClassificationJobCommand_base: {
|
|
|
102
102
|
* @throws {@link ComprehendServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class DescribeDocumentClassificationJobCommand extends DescribeDocumentClassificationJobCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const DescribeDocumentClassifierCommand_base: {
|
|
|
140
140
|
* @throws {@link ComprehendServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class DescribeDocumentClassifierCommand extends DescribeDocumentClassifierCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const DescribeDominantLanguageDetectionJobCommand_base: {
|
|
|
100
100
|
* @throws {@link ComprehendServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DescribeDominantLanguageDetectionJobCommand extends DescribeDominantLanguageDetectionJobCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const DescribeEndpointCommand_base: {
|
|
|
81
81
|
* @throws {@link ComprehendServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DescribeEndpointCommand extends DescribeEndpointCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const DescribeEntitiesDetectionJobCommand_base: {
|
|
|
103
103
|
* @throws {@link ComprehendServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class DescribeEntitiesDetectionJobCommand extends DescribeEntitiesDetectionJobCommand_base {
|
|
@@ -145,6 +145,7 @@ declare const DescribeEntityRecognizerCommand_base: {
|
|
|
145
145
|
* @throws {@link ComprehendServiceException}
|
|
146
146
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
147
147
|
*
|
|
148
|
+
*
|
|
148
149
|
* @public
|
|
149
150
|
*/
|
|
150
151
|
export declare class DescribeEntityRecognizerCommand extends DescribeEntityRecognizerCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const DescribeEventsDetectionJobCommand_base: {
|
|
|
94
94
|
* @throws {@link ComprehendServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class DescribeEventsDetectionJobCommand extends DescribeEventsDetectionJobCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const DescribeFlywheelCommand_base: {
|
|
|
107
107
|
* @throws {@link ComprehendServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class DescribeFlywheelCommand extends DescribeFlywheelCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const DescribeFlywheelIterationCommand_base: {
|
|
|
91
91
|
* @throws {@link ComprehendServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeFlywheelIterationCommand extends DescribeFlywheelIterationCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const DescribeKeyPhrasesDetectionJobCommand_base: {
|
|
|
101
101
|
* @throws {@link ComprehendServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DescribeKeyPhrasesDetectionJobCommand extends DescribeKeyPhrasesDetectionJobCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const DescribePiiEntitiesDetectionJobCommand_base: {
|
|
|
100
100
|
* @throws {@link ComprehendServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DescribePiiEntitiesDetectionJobCommand extends DescribePiiEntitiesDetectionJobCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
67
67
|
* @throws {@link ComprehendServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const DescribeSentimentDetectionJobCommand_base: {
|
|
|
101
101
|
* @throws {@link ComprehendServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DescribeSentimentDetectionJobCommand extends DescribeSentimentDetectionJobCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const DescribeTargetedSentimentDetectionJobCommand_base: {
|
|
|
101
101
|
* @throws {@link ComprehendServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DescribeTargetedSentimentDetectionJobCommand extends DescribeTargetedSentimentDetectionJobCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const DescribeTopicsDetectionJobCommand_base: {
|
|
|
101
101
|
* @throws {@link ComprehendServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DescribeTopicsDetectionJobCommand extends DescribeTopicsDetectionJobCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DetectDominantLanguageCommand_base: {
|
|
|
69
69
|
* @throws {@link ComprehendServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DetectDominantLanguageCommand extends DetectDominantLanguageCommand_base {
|
|
@@ -171,6 +171,7 @@ declare const DetectEntitiesCommand_base: {
|
|
|
171
171
|
* @throws {@link ComprehendServiceException}
|
|
172
172
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
173
173
|
*
|
|
174
|
+
*
|
|
174
175
|
* @public
|
|
175
176
|
*/
|
|
176
177
|
export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DetectKeyPhrasesCommand_base: {
|
|
|
76
76
|
* @throws {@link ComprehendServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DetectKeyPhrasesCommand extends DetectKeyPhrasesCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DetectPiiEntitiesCommand_base: {
|
|
|
77
77
|
* @throws {@link ComprehendServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DetectPiiEntitiesCommand extends DetectPiiEntitiesCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DetectSentimentCommand_base: {
|
|
|
76
76
|
* @throws {@link ComprehendServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DetectSentimentCommand extends DetectSentimentCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DetectSyntaxCommand_base: {
|
|
|
83
83
|
* @throws {@link ComprehendServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DetectSyntaxCommand extends DetectSyntaxCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const DetectTargetedSentimentCommand_base: {
|
|
|
95
95
|
* @throws {@link ComprehendServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class DetectTargetedSentimentCommand extends DetectTargetedSentimentCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const DetectToxicContentCommand_base: {
|
|
|
86
86
|
* @throws {@link ComprehendServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DetectToxicContentCommand extends DetectToxicContentCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const ImportModelCommand_base: {
|
|
|
102
102
|
* @throws {@link ComprehendServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class ImportModelCommand extends ImportModelCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListDatasetsCommand_base: {
|
|
|
93
93
|
* @throws {@link ComprehendServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const ListDocumentClassificationJobsCommand_base: {
|
|
|
112
112
|
* @throws {@link ComprehendServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class ListDocumentClassificationJobsCommand extends ListDocumentClassificationJobsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListDocumentClassifierSummariesCommand_base: {
|
|
|
73
73
|
* @throws {@link ComprehendServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListDocumentClassifierSummariesCommand extends ListDocumentClassifierSummariesCommand_base {
|
|
@@ -151,6 +151,7 @@ declare const ListDocumentClassifiersCommand_base: {
|
|
|
151
151
|
* @throws {@link ComprehendServiceException}
|
|
152
152
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
153
153
|
*
|
|
154
|
+
*
|
|
154
155
|
* @public
|
|
155
156
|
*/
|
|
156
157
|
export declare class ListDocumentClassifiersCommand extends ListDocumentClassifiersCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const ListDominantLanguageDetectionJobsCommand_base: {
|
|
|
110
110
|
* @throws {@link ComprehendServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class ListDominantLanguageDetectionJobsCommand extends ListDominantLanguageDetectionJobsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListEndpointsCommand_base: {
|
|
|
87
87
|
* @throws {@link ComprehendServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListEndpointsCommand extends ListEndpointsCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const ListEntitiesDetectionJobsCommand_base: {
|
|
|
113
113
|
* @throws {@link ComprehendServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class ListEntitiesDetectionJobsCommand extends ListEntitiesDetectionJobsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListEntityRecognizerSummariesCommand_base: {
|
|
|
73
73
|
* @throws {@link ComprehendServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListEntityRecognizerSummariesCommand extends ListEntityRecognizerSummariesCommand_base {
|
|
@@ -160,6 +160,7 @@ declare const ListEntityRecognizersCommand_base: {
|
|
|
160
160
|
* @throws {@link ComprehendServiceException}
|
|
161
161
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
162
162
|
*
|
|
163
|
+
*
|
|
163
164
|
* @public
|
|
164
165
|
*/
|
|
165
166
|
export declare class ListEntityRecognizersCommand extends ListEntityRecognizersCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const ListEventsDetectionJobsCommand_base: {
|
|
|
105
105
|
* @throws {@link ComprehendServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class ListEventsDetectionJobsCommand extends ListEventsDetectionJobsCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const ListFlywheelIterationHistoryCommand_base: {
|
|
|
103
103
|
* @throws {@link ComprehendServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class ListFlywheelIterationHistoryCommand extends ListFlywheelIterationHistoryCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const ListFlywheelsCommand_base: {
|
|
|
86
86
|
* @throws {@link ComprehendServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class ListFlywheelsCommand extends ListFlywheelsCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const ListKeyPhrasesDetectionJobsCommand_base: {
|
|
|
111
111
|
* @throws {@link ComprehendServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class ListKeyPhrasesDetectionJobsCommand extends ListKeyPhrasesDetectionJobsCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const ListPiiEntitiesDetectionJobsCommand_base: {
|
|
|
110
110
|
* @throws {@link ComprehendServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class ListPiiEntitiesDetectionJobsCommand extends ListPiiEntitiesDetectionJobsCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const ListSentimentDetectionJobsCommand_base: {
|
|
|
111
111
|
* @throws {@link ComprehendServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class ListSentimentDetectionJobsCommand extends ListSentimentDetectionJobsCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link ComprehendServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const ListTargetedSentimentDetectionJobsCommand_base: {
|
|
|
111
111
|
* @throws {@link ComprehendServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class ListTargetedSentimentDetectionJobsCommand extends ListTargetedSentimentDetectionJobsCommand_base {
|
|
@@ -111,6 +111,7 @@ declare const ListTopicsDetectionJobsCommand_base: {
|
|
|
111
111
|
* @throws {@link ComprehendServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
113
113
|
*
|
|
114
|
+
*
|
|
114
115
|
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class ListTopicsDetectionJobsCommand extends ListTopicsDetectionJobsCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
67
67
|
* @throws {@link ComprehendServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const StartDocumentClassificationJobCommand_base: {
|
|
|
122
122
|
* @throws {@link ComprehendServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class StartDocumentClassificationJobCommand extends StartDocumentClassificationJobCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const StartDominantLanguageDetectionJobCommand_base: {
|
|
|
112
112
|
* @throws {@link ComprehendServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class StartDominantLanguageDetectionJobCommand extends StartDominantLanguageDetectionJobCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const StartEntitiesDetectionJobCommand_base: {
|
|
|
125
125
|
* @throws {@link ComprehendServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class StartEntitiesDetectionJobCommand extends StartEntitiesDetectionJobCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const StartEventsDetectionJobCommand_base: {
|
|
|
105
105
|
* @throws {@link ComprehendServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class StartEventsDetectionJobCommand extends StartEventsDetectionJobCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const StartFlywheelIterationCommand_base: {
|
|
|
74
74
|
* @throws {@link ComprehendServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class StartFlywheelIterationCommand extends StartFlywheelIterationCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const StartKeyPhrasesDetectionJobCommand_base: {
|
|
|
113
113
|
* @throws {@link ComprehendServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class StartKeyPhrasesDetectionJobCommand extends StartKeyPhrasesDetectionJobCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const StartPiiEntitiesDetectionJobCommand_base: {
|
|
|
110
110
|
* @throws {@link ComprehendServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class StartPiiEntitiesDetectionJobCommand extends StartPiiEntitiesDetectionJobCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const StartSentimentDetectionJobCommand_base: {
|
|
|
113
113
|
* @throws {@link ComprehendServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class StartSentimentDetectionJobCommand extends StartSentimentDetectionJobCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const StartTargetedSentimentDetectionJobCommand_base: {
|
|
|
113
113
|
* @throws {@link ComprehendServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class StartTargetedSentimentDetectionJobCommand extends StartTargetedSentimentDetectionJobCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const StartTopicsDetectionJobCommand_base: {
|
|
|
112
112
|
* @throws {@link ComprehendServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class StartTopicsDetectionJobCommand extends StartTopicsDetectionJobCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const StopDominantLanguageDetectionJobCommand_base: {
|
|
|
73
73
|
* @throws {@link ComprehendServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class StopDominantLanguageDetectionJobCommand extends StopDominantLanguageDetectionJobCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const StopEntitiesDetectionJobCommand_base: {
|
|
|
73
73
|
* @throws {@link ComprehendServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class StopEntitiesDetectionJobCommand extends StopEntitiesDetectionJobCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const StopEventsDetectionJobCommand_base: {
|
|
|
64
64
|
* @throws {@link ComprehendServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class StopEventsDetectionJobCommand extends StopEventsDetectionJobCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const StopKeyPhrasesDetectionJobCommand_base: {
|
|
|
73
73
|
* @throws {@link ComprehendServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class StopKeyPhrasesDetectionJobCommand extends StopKeyPhrasesDetectionJobCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const StopPiiEntitiesDetectionJobCommand_base: {
|
|
|
64
64
|
* @throws {@link ComprehendServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class StopPiiEntitiesDetectionJobCommand extends StopPiiEntitiesDetectionJobCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const StopSentimentDetectionJobCommand_base: {
|
|
|
73
73
|
* @throws {@link ComprehendServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class StopSentimentDetectionJobCommand extends StopSentimentDetectionJobCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const StopTargetedSentimentDetectionJobCommand_base: {
|
|
|
73
73
|
* @throws {@link ComprehendServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class StopTargetedSentimentDetectionJobCommand extends StopTargetedSentimentDetectionJobCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const StopTrainingDocumentClassifierCommand_base: {
|
|
|
69
69
|
* @throws {@link ComprehendServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class StopTrainingDocumentClassifierCommand extends StopTrainingDocumentClassifierCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const StopTrainingEntityRecognizerCommand_base: {
|
|
|
69
69
|
* @throws {@link ComprehendServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class StopTrainingEntityRecognizerCommand extends StopTrainingEntityRecognizerCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const TagResourceCommand_base: {
|
|
|
79
79
|
* @throws {@link ComprehendServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link ComprehendServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const UpdateEndpointCommand_base: {
|
|
|
83
83
|
* @throws {@link ComprehendServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateEndpointCommand extends UpdateEndpointCommand_base {
|
|
@@ -124,6 +124,7 @@ declare const UpdateFlywheelCommand_base: {
|
|
|
124
124
|
* @throws {@link ComprehendServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from Comprehend service.</p>
|
|
126
126
|
*
|
|
127
|
+
*
|
|
127
128
|
* @public
|
|
128
129
|
*/
|
|
129
130
|
export declare class UpdateFlywheelCommand extends UpdateFlywheelCommand_base {
|
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.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-comprehend",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.0
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.0.
|
|
37
|
-
"@smithy/hash-node": "^4.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0
|
|
41
|
-
"@smithy/middleware-retry": "^4.0
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
|
44
|
-
"@smithy/node-config-provider": "^4.0.
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
46
|
-
"@smithy/protocol-http": "^5.0
|
|
47
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.775.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.775.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
|
+
"@aws-sdk/types": "3.775.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.775.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.775.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.1.0",
|
|
35
|
+
"@smithy/core": "^3.2.0",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.0.2",
|
|
37
|
+
"@smithy/hash-node": "^4.0.2",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.0.2",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.0.2",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.0",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.0",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.3",
|
|
43
|
+
"@smithy/middleware-stack": "^4.0.2",
|
|
44
|
+
"@smithy/node-config-provider": "^4.0.2",
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.4",
|
|
46
|
+
"@smithy/protocol-http": "^5.1.0",
|
|
47
|
+
"@smithy/smithy-client": "^4.2.0",
|
|
48
|
+
"@smithy/types": "^4.2.0",
|
|
49
|
+
"@smithy/url-parser": "^4.0.2",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.8",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.2",
|
|
56
|
+
"@smithy/util-middleware": "^4.0.2",
|
|
57
|
+
"@smithy/util-retry": "^4.0.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|