@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,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 { DetectSyntaxRequest, DetectSyntaxResponse } from "../models/models_0";
|
|
14
|
+
export interface DetectSyntaxCommandInput extends DetectSyntaxRequest {}
|
|
15
|
+
export interface DetectSyntaxCommandOutput
|
|
16
|
+
extends DetectSyntaxResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DetectSyntaxCommand extends $Command<
|
|
20
|
+
DetectSyntaxCommandInput,
|
|
21
|
+
DetectSyntaxCommandOutput,
|
|
22
|
+
ComprehendClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DetectSyntaxCommandInput;
|
|
25
|
+
constructor(input: DetectSyntaxCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ComprehendClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DetectSyntaxCommandInput, DetectSyntaxCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { ImportModelRequest, ImportModelResponse } from "../models/models_0";
|
|
14
|
+
export interface ImportModelCommandInput extends ImportModelRequest {}
|
|
15
|
+
export interface ImportModelCommandOutput
|
|
16
|
+
extends ImportModelResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ImportModelCommand extends $Command<
|
|
20
|
+
ImportModelCommandInput,
|
|
21
|
+
ImportModelCommandOutput,
|
|
22
|
+
ComprehendClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ImportModelCommandInput;
|
|
25
|
+
constructor(input: ImportModelCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ComprehendClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ImportModelCommandInput, ImportModelCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
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
|
+
ListDocumentClassificationJobsRequest,
|
|
15
|
+
ListDocumentClassificationJobsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDocumentClassificationJobsCommandInput
|
|
18
|
+
extends ListDocumentClassificationJobsRequest {}
|
|
19
|
+
export interface ListDocumentClassificationJobsCommandOutput
|
|
20
|
+
extends ListDocumentClassificationJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDocumentClassificationJobsCommand extends $Command<
|
|
24
|
+
ListDocumentClassificationJobsCommandInput,
|
|
25
|
+
ListDocumentClassificationJobsCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDocumentClassificationJobsCommandInput;
|
|
29
|
+
constructor(input: ListDocumentClassificationJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDocumentClassificationJobsCommandInput,
|
|
37
|
+
ListDocumentClassificationJobsCommandOutput
|
|
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
|
+
ListDocumentClassifierSummariesRequest,
|
|
15
|
+
ListDocumentClassifierSummariesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDocumentClassifierSummariesCommandInput
|
|
18
|
+
extends ListDocumentClassifierSummariesRequest {}
|
|
19
|
+
export interface ListDocumentClassifierSummariesCommandOutput
|
|
20
|
+
extends ListDocumentClassifierSummariesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDocumentClassifierSummariesCommand extends $Command<
|
|
24
|
+
ListDocumentClassifierSummariesCommandInput,
|
|
25
|
+
ListDocumentClassifierSummariesCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDocumentClassifierSummariesCommandInput;
|
|
29
|
+
constructor(input: ListDocumentClassifierSummariesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDocumentClassifierSummariesCommandInput,
|
|
37
|
+
ListDocumentClassifierSummariesCommandOutput
|
|
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
|
+
ListDocumentClassifiersRequest,
|
|
15
|
+
ListDocumentClassifiersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDocumentClassifiersCommandInput
|
|
18
|
+
extends ListDocumentClassifiersRequest {}
|
|
19
|
+
export interface ListDocumentClassifiersCommandOutput
|
|
20
|
+
extends ListDocumentClassifiersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDocumentClassifiersCommand extends $Command<
|
|
24
|
+
ListDocumentClassifiersCommandInput,
|
|
25
|
+
ListDocumentClassifiersCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDocumentClassifiersCommandInput;
|
|
29
|
+
constructor(input: ListDocumentClassifiersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDocumentClassifiersCommandInput,
|
|
37
|
+
ListDocumentClassifiersCommandOutput
|
|
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
|
+
ListDominantLanguageDetectionJobsRequest,
|
|
15
|
+
ListDominantLanguageDetectionJobsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDominantLanguageDetectionJobsCommandInput
|
|
18
|
+
extends ListDominantLanguageDetectionJobsRequest {}
|
|
19
|
+
export interface ListDominantLanguageDetectionJobsCommandOutput
|
|
20
|
+
extends ListDominantLanguageDetectionJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListDominantLanguageDetectionJobsCommand extends $Command<
|
|
24
|
+
ListDominantLanguageDetectionJobsCommandInput,
|
|
25
|
+
ListDominantLanguageDetectionJobsCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListDominantLanguageDetectionJobsCommandInput;
|
|
29
|
+
constructor(input: ListDominantLanguageDetectionJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListDominantLanguageDetectionJobsCommandInput,
|
|
37
|
+
ListDominantLanguageDetectionJobsCommandOutput
|
|
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
|
+
ListEndpointsRequest,
|
|
15
|
+
ListEndpointsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListEndpointsCommandInput extends ListEndpointsRequest {}
|
|
18
|
+
export interface ListEndpointsCommandOutput
|
|
19
|
+
extends ListEndpointsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListEndpointsCommand extends $Command<
|
|
23
|
+
ListEndpointsCommandInput,
|
|
24
|
+
ListEndpointsCommandOutput,
|
|
25
|
+
ComprehendClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListEndpointsCommandInput;
|
|
28
|
+
constructor(input: ListEndpointsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ComprehendClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListEndpointsCommandInput, ListEndpointsCommandOutput>;
|
|
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
|
+
ListEntitiesDetectionJobsRequest,
|
|
15
|
+
ListEntitiesDetectionJobsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListEntitiesDetectionJobsCommandInput
|
|
18
|
+
extends ListEntitiesDetectionJobsRequest {}
|
|
19
|
+
export interface ListEntitiesDetectionJobsCommandOutput
|
|
20
|
+
extends ListEntitiesDetectionJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListEntitiesDetectionJobsCommand extends $Command<
|
|
24
|
+
ListEntitiesDetectionJobsCommandInput,
|
|
25
|
+
ListEntitiesDetectionJobsCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListEntitiesDetectionJobsCommandInput;
|
|
29
|
+
constructor(input: ListEntitiesDetectionJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListEntitiesDetectionJobsCommandInput,
|
|
37
|
+
ListEntitiesDetectionJobsCommandOutput
|
|
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
|
+
ListEntityRecognizerSummariesRequest,
|
|
15
|
+
ListEntityRecognizerSummariesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListEntityRecognizerSummariesCommandInput
|
|
18
|
+
extends ListEntityRecognizerSummariesRequest {}
|
|
19
|
+
export interface ListEntityRecognizerSummariesCommandOutput
|
|
20
|
+
extends ListEntityRecognizerSummariesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListEntityRecognizerSummariesCommand extends $Command<
|
|
24
|
+
ListEntityRecognizerSummariesCommandInput,
|
|
25
|
+
ListEntityRecognizerSummariesCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListEntityRecognizerSummariesCommandInput;
|
|
29
|
+
constructor(input: ListEntityRecognizerSummariesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListEntityRecognizerSummariesCommandInput,
|
|
37
|
+
ListEntityRecognizerSummariesCommandOutput
|
|
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
|
+
ListEntityRecognizersRequest,
|
|
15
|
+
ListEntityRecognizersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListEntityRecognizersCommandInput
|
|
18
|
+
extends ListEntityRecognizersRequest {}
|
|
19
|
+
export interface ListEntityRecognizersCommandOutput
|
|
20
|
+
extends ListEntityRecognizersResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListEntityRecognizersCommand extends $Command<
|
|
24
|
+
ListEntityRecognizersCommandInput,
|
|
25
|
+
ListEntityRecognizersCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListEntityRecognizersCommandInput;
|
|
29
|
+
constructor(input: ListEntityRecognizersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListEntityRecognizersCommandInput,
|
|
37
|
+
ListEntityRecognizersCommandOutput
|
|
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
|
+
ListEventsDetectionJobsRequest,
|
|
15
|
+
ListEventsDetectionJobsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListEventsDetectionJobsCommandInput
|
|
18
|
+
extends ListEventsDetectionJobsRequest {}
|
|
19
|
+
export interface ListEventsDetectionJobsCommandOutput
|
|
20
|
+
extends ListEventsDetectionJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListEventsDetectionJobsCommand extends $Command<
|
|
24
|
+
ListEventsDetectionJobsCommandInput,
|
|
25
|
+
ListEventsDetectionJobsCommandOutput,
|
|
26
|
+
ComprehendClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListEventsDetectionJobsCommandInput;
|
|
29
|
+
constructor(input: ListEventsDetectionJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComprehendClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListEventsDetectionJobsCommandInput,
|
|
37
|
+
ListEventsDetectionJobsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|