@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
|
+
BatchDetectDominantLanguageRequest,
|
|
15
|
+
BatchDetectDominantLanguageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDetectDominantLanguageCommandInput
|
|
18
|
+
extends BatchDetectDominantLanguageRequest {}
|
|
19
|
+
export interface BatchDetectDominantLanguageCommandOutput
|
|
20
|
+
extends BatchDetectDominantLanguageResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDetectDominantLanguageCommand extends $Command<
|
|
24
|
+
BatchDetectDominantLanguageCommandInput,
|
|
25
|
+
BatchDetectDominantLanguageCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDetectDominantLanguageCommandInput;
|
|
29
|
+
constructor(input: BatchDetectDominantLanguageCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDetectDominantLanguageCommandInput,
|
|
37
|
+
BatchDetectDominantLanguageCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
BatchDetectEntitiesRequest,
|
|
15
|
+
BatchDetectEntitiesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDetectEntitiesCommandInput
|
|
18
|
+
extends BatchDetectEntitiesRequest {}
|
|
19
|
+
export interface BatchDetectEntitiesCommandOutput
|
|
20
|
+
extends BatchDetectEntitiesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDetectEntitiesCommand extends $Command<
|
|
24
|
+
BatchDetectEntitiesCommandInput,
|
|
25
|
+
BatchDetectEntitiesCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDetectEntitiesCommandInput;
|
|
29
|
+
constructor(input: BatchDetectEntitiesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<BatchDetectEntitiesCommandInput, BatchDetectEntitiesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
BatchDetectKeyPhrasesRequest,
|
|
15
|
+
BatchDetectKeyPhrasesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDetectKeyPhrasesCommandInput
|
|
18
|
+
extends BatchDetectKeyPhrasesRequest {}
|
|
19
|
+
export interface BatchDetectKeyPhrasesCommandOutput
|
|
20
|
+
extends BatchDetectKeyPhrasesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDetectKeyPhrasesCommand extends $Command<
|
|
24
|
+
BatchDetectKeyPhrasesCommandInput,
|
|
25
|
+
BatchDetectKeyPhrasesCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDetectKeyPhrasesCommandInput;
|
|
29
|
+
constructor(input: BatchDetectKeyPhrasesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDetectKeyPhrasesCommandInput,
|
|
37
|
+
BatchDetectKeyPhrasesCommandOutput
|
|
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
|
+
BatchDetectSentimentRequest,
|
|
15
|
+
BatchDetectSentimentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDetectSentimentCommandInput
|
|
18
|
+
extends BatchDetectSentimentRequest {}
|
|
19
|
+
export interface BatchDetectSentimentCommandOutput
|
|
20
|
+
extends BatchDetectSentimentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDetectSentimentCommand extends $Command<
|
|
24
|
+
BatchDetectSentimentCommandInput,
|
|
25
|
+
BatchDetectSentimentCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDetectSentimentCommandInput;
|
|
29
|
+
constructor(input: BatchDetectSentimentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDetectSentimentCommandInput,
|
|
37
|
+
BatchDetectSentimentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
BatchDetectSyntaxRequest,
|
|
15
|
+
BatchDetectSyntaxResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDetectSyntaxCommandInput
|
|
18
|
+
extends BatchDetectSyntaxRequest {}
|
|
19
|
+
export interface BatchDetectSyntaxCommandOutput
|
|
20
|
+
extends BatchDetectSyntaxResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDetectSyntaxCommand extends $Command<
|
|
24
|
+
BatchDetectSyntaxCommandInput,
|
|
25
|
+
BatchDetectSyntaxCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDetectSyntaxCommandInput;
|
|
29
|
+
constructor(input: BatchDetectSyntaxCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<BatchDetectSyntaxCommandInput, BatchDetectSyntaxCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
ClassifyDocumentRequest,
|
|
15
|
+
ClassifyDocumentResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ClassifyDocumentCommandInput extends ClassifyDocumentRequest {}
|
|
18
|
+
export interface ClassifyDocumentCommandOutput
|
|
19
|
+
extends ClassifyDocumentResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ClassifyDocumentCommand extends $Command<
|
|
23
|
+
ClassifyDocumentCommandInput,
|
|
24
|
+
ClassifyDocumentCommandOutput,
|
|
25
|
+
ComprehendClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ClassifyDocumentCommandInput;
|
|
28
|
+
constructor(input: ClassifyDocumentCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ComprehendClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ClassifyDocumentCommandInput, ClassifyDocumentCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
ContainsPiiEntitiesRequest,
|
|
15
|
+
ContainsPiiEntitiesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ContainsPiiEntitiesCommandInput
|
|
18
|
+
extends ContainsPiiEntitiesRequest {}
|
|
19
|
+
export interface ContainsPiiEntitiesCommandOutput
|
|
20
|
+
extends ContainsPiiEntitiesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ContainsPiiEntitiesCommand extends $Command<
|
|
24
|
+
ContainsPiiEntitiesCommandInput,
|
|
25
|
+
ContainsPiiEntitiesCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ContainsPiiEntitiesCommandInput;
|
|
29
|
+
constructor(input: ContainsPiiEntitiesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ContainsPiiEntitiesCommandInput, ContainsPiiEntitiesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
CreateDocumentClassifierRequest,
|
|
15
|
+
CreateDocumentClassifierResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDocumentClassifierCommandInput
|
|
18
|
+
extends CreateDocumentClassifierRequest {}
|
|
19
|
+
export interface CreateDocumentClassifierCommandOutput
|
|
20
|
+
extends CreateDocumentClassifierResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDocumentClassifierCommand extends $Command<
|
|
24
|
+
CreateDocumentClassifierCommandInput,
|
|
25
|
+
CreateDocumentClassifierCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDocumentClassifierCommandInput;
|
|
29
|
+
constructor(input: CreateDocumentClassifierCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDocumentClassifierCommandInput,
|
|
37
|
+
CreateDocumentClassifierCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
CreateEndpointRequest,
|
|
15
|
+
CreateEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateEndpointCommandInput extends CreateEndpointRequest {}
|
|
18
|
+
export interface CreateEndpointCommandOutput
|
|
19
|
+
extends CreateEndpointResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateEndpointCommand extends $Command<
|
|
23
|
+
CreateEndpointCommandInput,
|
|
24
|
+
CreateEndpointCommandOutput,
|
|
25
|
+
ComprehendClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateEndpointCommandInput;
|
|
28
|
+
constructor(input: CreateEndpointCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ComprehendClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateEndpointCommandInput, CreateEndpointCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
CreateEntityRecognizerRequest,
|
|
15
|
+
CreateEntityRecognizerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateEntityRecognizerCommandInput
|
|
18
|
+
extends CreateEntityRecognizerRequest {}
|
|
19
|
+
export interface CreateEntityRecognizerCommandOutput
|
|
20
|
+
extends CreateEntityRecognizerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateEntityRecognizerCommand extends $Command<
|
|
24
|
+
CreateEntityRecognizerCommandInput,
|
|
25
|
+
CreateEntityRecognizerCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateEntityRecognizerCommandInput;
|
|
29
|
+
constructor(input: CreateEntityRecognizerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateEntityRecognizerCommandInput,
|
|
37
|
+
CreateEntityRecognizerCommandOutput
|
|
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
|
+
DeleteDocumentClassifierRequest,
|
|
15
|
+
DeleteDocumentClassifierResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDocumentClassifierCommandInput
|
|
18
|
+
extends DeleteDocumentClassifierRequest {}
|
|
19
|
+
export interface DeleteDocumentClassifierCommandOutput
|
|
20
|
+
extends DeleteDocumentClassifierResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteDocumentClassifierCommand extends $Command<
|
|
24
|
+
DeleteDocumentClassifierCommandInput,
|
|
25
|
+
DeleteDocumentClassifierCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDocumentClassifierCommandInput;
|
|
29
|
+
constructor(input: DeleteDocumentClassifierCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDocumentClassifierCommandInput,
|
|
37
|
+
DeleteDocumentClassifierCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|