@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,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendClient";
|
|
13
|
+
import {
|
|
14
|
+
StopPiiEntitiesDetectionJobRequest,
|
|
15
|
+
StopPiiEntitiesDetectionJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StopPiiEntitiesDetectionJobCommandInput
|
|
18
|
+
extends StopPiiEntitiesDetectionJobRequest {}
|
|
19
|
+
export interface StopPiiEntitiesDetectionJobCommandOutput
|
|
20
|
+
extends StopPiiEntitiesDetectionJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StopPiiEntitiesDetectionJobCommand extends $Command<
|
|
24
|
+
StopPiiEntitiesDetectionJobCommandInput,
|
|
25
|
+
StopPiiEntitiesDetectionJobCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StopPiiEntitiesDetectionJobCommandInput;
|
|
29
|
+
constructor(input: StopPiiEntitiesDetectionJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StopPiiEntitiesDetectionJobCommandInput,
|
|
37
|
+
StopPiiEntitiesDetectionJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendClient";
|
|
13
|
+
import {
|
|
14
|
+
StopSentimentDetectionJobRequest,
|
|
15
|
+
StopSentimentDetectionJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StopSentimentDetectionJobCommandInput
|
|
18
|
+
extends StopSentimentDetectionJobRequest {}
|
|
19
|
+
export interface StopSentimentDetectionJobCommandOutput
|
|
20
|
+
extends StopSentimentDetectionJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StopSentimentDetectionJobCommand extends $Command<
|
|
24
|
+
StopSentimentDetectionJobCommandInput,
|
|
25
|
+
StopSentimentDetectionJobCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StopSentimentDetectionJobCommandInput;
|
|
29
|
+
constructor(input: StopSentimentDetectionJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StopSentimentDetectionJobCommandInput,
|
|
37
|
+
StopSentimentDetectionJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendClient";
|
|
13
|
+
import {
|
|
14
|
+
StopTargetedSentimentDetectionJobRequest,
|
|
15
|
+
StopTargetedSentimentDetectionJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StopTargetedSentimentDetectionJobCommandInput
|
|
18
|
+
extends StopTargetedSentimentDetectionJobRequest {}
|
|
19
|
+
export interface StopTargetedSentimentDetectionJobCommandOutput
|
|
20
|
+
extends StopTargetedSentimentDetectionJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StopTargetedSentimentDetectionJobCommand extends $Command<
|
|
24
|
+
StopTargetedSentimentDetectionJobCommandInput,
|
|
25
|
+
StopTargetedSentimentDetectionJobCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StopTargetedSentimentDetectionJobCommandInput;
|
|
29
|
+
constructor(input: StopTargetedSentimentDetectionJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StopTargetedSentimentDetectionJobCommandInput,
|
|
37
|
+
StopTargetedSentimentDetectionJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendClient";
|
|
13
|
+
import {
|
|
14
|
+
StopTrainingDocumentClassifierRequest,
|
|
15
|
+
StopTrainingDocumentClassifierResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StopTrainingDocumentClassifierCommandInput
|
|
18
|
+
extends StopTrainingDocumentClassifierRequest {}
|
|
19
|
+
export interface StopTrainingDocumentClassifierCommandOutput
|
|
20
|
+
extends StopTrainingDocumentClassifierResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StopTrainingDocumentClassifierCommand extends $Command<
|
|
24
|
+
StopTrainingDocumentClassifierCommandInput,
|
|
25
|
+
StopTrainingDocumentClassifierCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StopTrainingDocumentClassifierCommandInput;
|
|
29
|
+
constructor(input: StopTrainingDocumentClassifierCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StopTrainingDocumentClassifierCommandInput,
|
|
37
|
+
StopTrainingDocumentClassifierCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendClient";
|
|
13
|
+
import {
|
|
14
|
+
StopTrainingEntityRecognizerRequest,
|
|
15
|
+
StopTrainingEntityRecognizerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StopTrainingEntityRecognizerCommandInput
|
|
18
|
+
extends StopTrainingEntityRecognizerRequest {}
|
|
19
|
+
export interface StopTrainingEntityRecognizerCommandOutput
|
|
20
|
+
extends StopTrainingEntityRecognizerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StopTrainingEntityRecognizerCommand extends $Command<
|
|
24
|
+
StopTrainingEntityRecognizerCommandInput,
|
|
25
|
+
StopTrainingEntityRecognizerCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StopTrainingEntityRecognizerCommandInput;
|
|
29
|
+
constructor(input: StopTrainingEntityRecognizerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StopTrainingEntityRecognizerCommandInput,
|
|
37
|
+
StopTrainingEntityRecognizerCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendClient";
|
|
13
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class TagResourceCommand extends $Command<
|
|
20
|
+
TagResourceCommandInput,
|
|
21
|
+
TagResourceCommandOutput,
|
|
22
|
+
ComprehendClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: TagResourceCommandInput;
|
|
25
|
+
constructor(input: TagResourceCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ComprehendClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendClient";
|
|
13
|
+
import {
|
|
14
|
+
UntagResourceRequest,
|
|
15
|
+
UntagResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UntagResourceCommand extends $Command<
|
|
23
|
+
UntagResourceCommandInput,
|
|
24
|
+
UntagResourceCommandOutput,
|
|
25
|
+
ComprehendClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UntagResourceCommandInput;
|
|
28
|
+
constructor(input: UntagResourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ComprehendClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComprehendClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComprehendClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateEndpointRequest,
|
|
15
|
+
UpdateEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateEndpointCommandInput extends UpdateEndpointRequest {}
|
|
18
|
+
export interface UpdateEndpointCommandOutput
|
|
19
|
+
extends UpdateEndpointResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class UpdateEndpointCommand extends $Command<
|
|
23
|
+
UpdateEndpointCommandInput,
|
|
24
|
+
UpdateEndpointCommandOutput,
|
|
25
|
+
ComprehendClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateEndpointCommandInput;
|
|
28
|
+
constructor(input: UpdateEndpointCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ComprehendClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<UpdateEndpointCommandInput, UpdateEndpointCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,71 +1,71 @@
|
|
|
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 "./DeleteResourcePolicyCommand";
|
|
15
|
-
export * from "./DescribeDocumentClassificationJobCommand";
|
|
16
|
-
export * from "./DescribeDocumentClassifierCommand";
|
|
17
|
-
export * from "./DescribeDominantLanguageDetectionJobCommand";
|
|
18
|
-
export * from "./DescribeEndpointCommand";
|
|
19
|
-
export * from "./DescribeEntitiesDetectionJobCommand";
|
|
20
|
-
export * from "./DescribeEntityRecognizerCommand";
|
|
21
|
-
export * from "./DescribeEventsDetectionJobCommand";
|
|
22
|
-
export * from "./DescribeKeyPhrasesDetectionJobCommand";
|
|
23
|
-
export * from "./DescribePiiEntitiesDetectionJobCommand";
|
|
24
|
-
export * from "./DescribeResourcePolicyCommand";
|
|
25
|
-
export * from "./DescribeSentimentDetectionJobCommand";
|
|
26
|
-
export * from "./DescribeTargetedSentimentDetectionJobCommand";
|
|
27
|
-
export * from "./DescribeTopicsDetectionJobCommand";
|
|
28
|
-
export * from "./DetectDominantLanguageCommand";
|
|
29
|
-
export * from "./DetectEntitiesCommand";
|
|
30
|
-
export * from "./DetectKeyPhrasesCommand";
|
|
31
|
-
export * from "./DetectPiiEntitiesCommand";
|
|
32
|
-
export * from "./DetectSentimentCommand";
|
|
33
|
-
export * from "./DetectSyntaxCommand";
|
|
34
|
-
export * from "./ImportModelCommand";
|
|
35
|
-
export * from "./ListDocumentClassificationJobsCommand";
|
|
36
|
-
export * from "./ListDocumentClassifierSummariesCommand";
|
|
37
|
-
export * from "./ListDocumentClassifiersCommand";
|
|
38
|
-
export * from "./ListDominantLanguageDetectionJobsCommand";
|
|
39
|
-
export * from "./ListEndpointsCommand";
|
|
40
|
-
export * from "./ListEntitiesDetectionJobsCommand";
|
|
41
|
-
export * from "./ListEntityRecognizerSummariesCommand";
|
|
42
|
-
export * from "./ListEntityRecognizersCommand";
|
|
43
|
-
export * from "./ListEventsDetectionJobsCommand";
|
|
44
|
-
export * from "./ListKeyPhrasesDetectionJobsCommand";
|
|
45
|
-
export * from "./ListPiiEntitiesDetectionJobsCommand";
|
|
46
|
-
export * from "./ListSentimentDetectionJobsCommand";
|
|
47
|
-
export * from "./ListTagsForResourceCommand";
|
|
48
|
-
export * from "./ListTargetedSentimentDetectionJobsCommand";
|
|
49
|
-
export * from "./ListTopicsDetectionJobsCommand";
|
|
50
|
-
export * from "./PutResourcePolicyCommand";
|
|
51
|
-
export * from "./StartDocumentClassificationJobCommand";
|
|
52
|
-
export * from "./StartDominantLanguageDetectionJobCommand";
|
|
53
|
-
export * from "./StartEntitiesDetectionJobCommand";
|
|
54
|
-
export * from "./StartEventsDetectionJobCommand";
|
|
55
|
-
export * from "./StartKeyPhrasesDetectionJobCommand";
|
|
56
|
-
export * from "./StartPiiEntitiesDetectionJobCommand";
|
|
57
|
-
export * from "./StartSentimentDetectionJobCommand";
|
|
58
|
-
export * from "./StartTargetedSentimentDetectionJobCommand";
|
|
59
|
-
export * from "./StartTopicsDetectionJobCommand";
|
|
60
|
-
export * from "./StopDominantLanguageDetectionJobCommand";
|
|
61
|
-
export * from "./StopEntitiesDetectionJobCommand";
|
|
62
|
-
export * from "./StopEventsDetectionJobCommand";
|
|
63
|
-
export * from "./StopKeyPhrasesDetectionJobCommand";
|
|
64
|
-
export * from "./StopPiiEntitiesDetectionJobCommand";
|
|
65
|
-
export * from "./StopSentimentDetectionJobCommand";
|
|
66
|
-
export * from "./StopTargetedSentimentDetectionJobCommand";
|
|
67
|
-
export * from "./StopTrainingDocumentClassifierCommand";
|
|
68
|
-
export * from "./StopTrainingEntityRecognizerCommand";
|
|
69
|
-
export * from "./TagResourceCommand";
|
|
70
|
-
export * from "./UntagResourceCommand";
|
|
71
|
-
export * from "./UpdateEndpointCommand";
|
|
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 "./DeleteResourcePolicyCommand";
|
|
15
|
+
export * from "./DescribeDocumentClassificationJobCommand";
|
|
16
|
+
export * from "./DescribeDocumentClassifierCommand";
|
|
17
|
+
export * from "./DescribeDominantLanguageDetectionJobCommand";
|
|
18
|
+
export * from "./DescribeEndpointCommand";
|
|
19
|
+
export * from "./DescribeEntitiesDetectionJobCommand";
|
|
20
|
+
export * from "./DescribeEntityRecognizerCommand";
|
|
21
|
+
export * from "./DescribeEventsDetectionJobCommand";
|
|
22
|
+
export * from "./DescribeKeyPhrasesDetectionJobCommand";
|
|
23
|
+
export * from "./DescribePiiEntitiesDetectionJobCommand";
|
|
24
|
+
export * from "./DescribeResourcePolicyCommand";
|
|
25
|
+
export * from "./DescribeSentimentDetectionJobCommand";
|
|
26
|
+
export * from "./DescribeTargetedSentimentDetectionJobCommand";
|
|
27
|
+
export * from "./DescribeTopicsDetectionJobCommand";
|
|
28
|
+
export * from "./DetectDominantLanguageCommand";
|
|
29
|
+
export * from "./DetectEntitiesCommand";
|
|
30
|
+
export * from "./DetectKeyPhrasesCommand";
|
|
31
|
+
export * from "./DetectPiiEntitiesCommand";
|
|
32
|
+
export * from "./DetectSentimentCommand";
|
|
33
|
+
export * from "./DetectSyntaxCommand";
|
|
34
|
+
export * from "./ImportModelCommand";
|
|
35
|
+
export * from "./ListDocumentClassificationJobsCommand";
|
|
36
|
+
export * from "./ListDocumentClassifierSummariesCommand";
|
|
37
|
+
export * from "./ListDocumentClassifiersCommand";
|
|
38
|
+
export * from "./ListDominantLanguageDetectionJobsCommand";
|
|
39
|
+
export * from "./ListEndpointsCommand";
|
|
40
|
+
export * from "./ListEntitiesDetectionJobsCommand";
|
|
41
|
+
export * from "./ListEntityRecognizerSummariesCommand";
|
|
42
|
+
export * from "./ListEntityRecognizersCommand";
|
|
43
|
+
export * from "./ListEventsDetectionJobsCommand";
|
|
44
|
+
export * from "./ListKeyPhrasesDetectionJobsCommand";
|
|
45
|
+
export * from "./ListPiiEntitiesDetectionJobsCommand";
|
|
46
|
+
export * from "./ListSentimentDetectionJobsCommand";
|
|
47
|
+
export * from "./ListTagsForResourceCommand";
|
|
48
|
+
export * from "./ListTargetedSentimentDetectionJobsCommand";
|
|
49
|
+
export * from "./ListTopicsDetectionJobsCommand";
|
|
50
|
+
export * from "./PutResourcePolicyCommand";
|
|
51
|
+
export * from "./StartDocumentClassificationJobCommand";
|
|
52
|
+
export * from "./StartDominantLanguageDetectionJobCommand";
|
|
53
|
+
export * from "./StartEntitiesDetectionJobCommand";
|
|
54
|
+
export * from "./StartEventsDetectionJobCommand";
|
|
55
|
+
export * from "./StartKeyPhrasesDetectionJobCommand";
|
|
56
|
+
export * from "./StartPiiEntitiesDetectionJobCommand";
|
|
57
|
+
export * from "./StartSentimentDetectionJobCommand";
|
|
58
|
+
export * from "./StartTargetedSentimentDetectionJobCommand";
|
|
59
|
+
export * from "./StartTopicsDetectionJobCommand";
|
|
60
|
+
export * from "./StopDominantLanguageDetectionJobCommand";
|
|
61
|
+
export * from "./StopEntitiesDetectionJobCommand";
|
|
62
|
+
export * from "./StopEventsDetectionJobCommand";
|
|
63
|
+
export * from "./StopKeyPhrasesDetectionJobCommand";
|
|
64
|
+
export * from "./StopPiiEntitiesDetectionJobCommand";
|
|
65
|
+
export * from "./StopSentimentDetectionJobCommand";
|
|
66
|
+
export * from "./StopTargetedSentimentDetectionJobCommand";
|
|
67
|
+
export * from "./StopTrainingDocumentClassifierCommand";
|
|
68
|
+
export * from "./StopTrainingEntityRecognizerCommand";
|
|
69
|
+
export * from "./TagResourceCommand";
|
|
70
|
+
export * from "./UntagResourceCommand";
|
|
71
|
+
export * from "./UpdateEndpointCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Comprehend";
|
|
2
|
-
export * from "./ComprehendClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { ComprehendServiceException } from "./models/ComprehendServiceException";
|
|
1
|
+
export * from "./Comprehend";
|
|
2
|
+
export * from "./ComprehendClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { ComprehendServiceException } from "./models/ComprehendServiceException";
|