@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,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
|
+
DeleteEndpointRequest,
|
|
15
|
+
DeleteEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {}
|
|
18
|
+
export interface DeleteEndpointCommandOutput
|
|
19
|
+
extends DeleteEndpointResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteEndpointCommand extends $Command<
|
|
23
|
+
DeleteEndpointCommandInput,
|
|
24
|
+
DeleteEndpointCommandOutput,
|
|
25
|
+
ComprehendClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteEndpointCommandInput;
|
|
28
|
+
constructor(input: DeleteEndpointCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ComprehendClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
|
|
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
|
+
DeleteEntityRecognizerRequest,
|
|
15
|
+
DeleteEntityRecognizerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteEntityRecognizerCommandInput
|
|
18
|
+
extends DeleteEntityRecognizerRequest {}
|
|
19
|
+
export interface DeleteEntityRecognizerCommandOutput
|
|
20
|
+
extends DeleteEntityRecognizerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteEntityRecognizerCommand extends $Command<
|
|
24
|
+
DeleteEntityRecognizerCommandInput,
|
|
25
|
+
DeleteEntityRecognizerCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteEntityRecognizerCommandInput;
|
|
29
|
+
constructor(input: DeleteEntityRecognizerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteEntityRecognizerCommandInput,
|
|
37
|
+
DeleteEntityRecognizerCommandOutput
|
|
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
|
+
DeleteResourcePolicyRequest,
|
|
15
|
+
DeleteResourcePolicyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteResourcePolicyCommandInput
|
|
18
|
+
extends DeleteResourcePolicyRequest {}
|
|
19
|
+
export interface DeleteResourcePolicyCommandOutput
|
|
20
|
+
extends DeleteResourcePolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteResourcePolicyCommand extends $Command<
|
|
24
|
+
DeleteResourcePolicyCommandInput,
|
|
25
|
+
DeleteResourcePolicyCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteResourcePolicyCommandInput;
|
|
29
|
+
constructor(input: DeleteResourcePolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteResourcePolicyCommandInput,
|
|
37
|
+
DeleteResourcePolicyCommandOutput
|
|
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
|
+
DescribeDocumentClassificationJobRequest,
|
|
15
|
+
DescribeDocumentClassificationJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDocumentClassificationJobCommandInput
|
|
18
|
+
extends DescribeDocumentClassificationJobRequest {}
|
|
19
|
+
export interface DescribeDocumentClassificationJobCommandOutput
|
|
20
|
+
extends DescribeDocumentClassificationJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDocumentClassificationJobCommand extends $Command<
|
|
24
|
+
DescribeDocumentClassificationJobCommandInput,
|
|
25
|
+
DescribeDocumentClassificationJobCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDocumentClassificationJobCommandInput;
|
|
29
|
+
constructor(input: DescribeDocumentClassificationJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDocumentClassificationJobCommandInput,
|
|
37
|
+
DescribeDocumentClassificationJobCommandOutput
|
|
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
|
+
DescribeDocumentClassifierRequest,
|
|
15
|
+
DescribeDocumentClassifierResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDocumentClassifierCommandInput
|
|
18
|
+
extends DescribeDocumentClassifierRequest {}
|
|
19
|
+
export interface DescribeDocumentClassifierCommandOutput
|
|
20
|
+
extends DescribeDocumentClassifierResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDocumentClassifierCommand extends $Command<
|
|
24
|
+
DescribeDocumentClassifierCommandInput,
|
|
25
|
+
DescribeDocumentClassifierCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDocumentClassifierCommandInput;
|
|
29
|
+
constructor(input: DescribeDocumentClassifierCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDocumentClassifierCommandInput,
|
|
37
|
+
DescribeDocumentClassifierCommandOutput
|
|
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
|
+
DescribeDominantLanguageDetectionJobRequest,
|
|
15
|
+
DescribeDominantLanguageDetectionJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDominantLanguageDetectionJobCommandInput
|
|
18
|
+
extends DescribeDominantLanguageDetectionJobRequest {}
|
|
19
|
+
export interface DescribeDominantLanguageDetectionJobCommandOutput
|
|
20
|
+
extends DescribeDominantLanguageDetectionJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDominantLanguageDetectionJobCommand extends $Command<
|
|
24
|
+
DescribeDominantLanguageDetectionJobCommandInput,
|
|
25
|
+
DescribeDominantLanguageDetectionJobCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDominantLanguageDetectionJobCommandInput;
|
|
29
|
+
constructor(input: DescribeDominantLanguageDetectionJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDominantLanguageDetectionJobCommandInput,
|
|
37
|
+
DescribeDominantLanguageDetectionJobCommandOutput
|
|
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
|
+
DescribeEndpointRequest,
|
|
15
|
+
DescribeEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEndpointCommandInput extends DescribeEndpointRequest {}
|
|
18
|
+
export interface DescribeEndpointCommandOutput
|
|
19
|
+
extends DescribeEndpointResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeEndpointCommand extends $Command<
|
|
23
|
+
DescribeEndpointCommandInput,
|
|
24
|
+
DescribeEndpointCommandOutput,
|
|
25
|
+
ComprehendClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeEndpointCommandInput;
|
|
28
|
+
constructor(input: DescribeEndpointCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ComprehendClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeEndpointCommandInput, DescribeEndpointCommandOutput>;
|
|
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
|
+
DescribeEntitiesDetectionJobRequest,
|
|
15
|
+
DescribeEntitiesDetectionJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEntitiesDetectionJobCommandInput
|
|
18
|
+
extends DescribeEntitiesDetectionJobRequest {}
|
|
19
|
+
export interface DescribeEntitiesDetectionJobCommandOutput
|
|
20
|
+
extends DescribeEntitiesDetectionJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEntitiesDetectionJobCommand extends $Command<
|
|
24
|
+
DescribeEntitiesDetectionJobCommandInput,
|
|
25
|
+
DescribeEntitiesDetectionJobCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEntitiesDetectionJobCommandInput;
|
|
29
|
+
constructor(input: DescribeEntitiesDetectionJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeEntitiesDetectionJobCommandInput,
|
|
37
|
+
DescribeEntitiesDetectionJobCommandOutput
|
|
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
|
+
DescribeEntityRecognizerRequest,
|
|
15
|
+
DescribeEntityRecognizerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEntityRecognizerCommandInput
|
|
18
|
+
extends DescribeEntityRecognizerRequest {}
|
|
19
|
+
export interface DescribeEntityRecognizerCommandOutput
|
|
20
|
+
extends DescribeEntityRecognizerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEntityRecognizerCommand extends $Command<
|
|
24
|
+
DescribeEntityRecognizerCommandInput,
|
|
25
|
+
DescribeEntityRecognizerCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEntityRecognizerCommandInput;
|
|
29
|
+
constructor(input: DescribeEntityRecognizerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeEntityRecognizerCommandInput,
|
|
37
|
+
DescribeEntityRecognizerCommandOutput
|
|
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
|
+
DescribeEventsDetectionJobRequest,
|
|
15
|
+
DescribeEventsDetectionJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEventsDetectionJobCommandInput
|
|
18
|
+
extends DescribeEventsDetectionJobRequest {}
|
|
19
|
+
export interface DescribeEventsDetectionJobCommandOutput
|
|
20
|
+
extends DescribeEventsDetectionJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEventsDetectionJobCommand extends $Command<
|
|
24
|
+
DescribeEventsDetectionJobCommandInput,
|
|
25
|
+
DescribeEventsDetectionJobCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEventsDetectionJobCommandInput;
|
|
29
|
+
constructor(input: DescribeEventsDetectionJobCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeEventsDetectionJobCommandInput,
|
|
37
|
+
DescribeEventsDetectionJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|