@aws-sdk/client-comprehend 3.169.0 → 3.171.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.
Files changed (100) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Comprehend.d.ts +1259 -360
  3. package/dist-types/ts3.4/ComprehendClient.d.ts +530 -144
  4. package/dist-types/ts3.4/commands/BatchDetectDominantLanguageCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDetectEntitiesCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/BatchDetectKeyPhrasesCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchDetectSentimentCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchDetectSyntaxCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/ClassifyDocumentCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/ContainsPiiEntitiesCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateDocumentClassifierCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateEntityRecognizerCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteDocumentClassifierCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteEntityRecognizerCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeDocumentClassificationJobCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeDocumentClassifierCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionJobCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeEntityRecognizerCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeEventsDetectionJobCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeSentimentDetectionJobCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeTopicsDetectionJobCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/DetectDominantLanguageCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/DetectKeyPhrasesCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DetectPiiEntitiesCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/DetectSentimentCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/DetectSyntaxCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/ImportModelCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListDocumentClassificationJobsCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListDocumentClassifierSummariesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListDocumentClassifiersCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListDominantLanguageDetectionJobsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListEndpointsCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListEntitiesDetectionJobsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListEntityRecognizerSummariesCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/ListEntityRecognizersCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListEventsDetectionJobsCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListSentimentDetectionJobsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTopicsDetectionJobsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/StartDocumentClassificationJobCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/StartDominantLanguageDetectionJobCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/StartEntitiesDetectionJobCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/StartEventsDetectionJobCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/StartKeyPhrasesDetectionJobCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/StartPiiEntitiesDetectionJobCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/StartSentimentDetectionJobCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/StartTargetedSentimentDetectionJobCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/StartTopicsDetectionJobCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/StopDominantLanguageDetectionJobCommand.d.ts +39 -17
  64. package/dist-types/ts3.4/commands/StopEntitiesDetectionJobCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/StopEventsDetectionJobCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/StopKeyPhrasesDetectionJobCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/StopPiiEntitiesDetectionJobCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/StopSentimentDetectionJobCommand.d.ts +39 -17
  69. package/dist-types/ts3.4/commands/StopTargetedSentimentDetectionJobCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/StopTrainingDocumentClassifierCommand.d.ts +39 -17
  71. package/dist-types/ts3.4/commands/StopTrainingEntityRecognizerCommand.d.ts +39 -17
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  74. package/dist-types/ts3.4/commands/UpdateEndpointCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/index.d.ts +71 -71
  76. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  77. package/dist-types/ts3.4/index.d.ts +6 -6
  78. package/dist-types/ts3.4/models/ComprehendServiceException.d.ts +7 -6
  79. package/dist-types/ts3.4/models/index.d.ts +1 -1
  80. package/dist-types/ts3.4/models/models_0.d.ts +1969 -2509
  81. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  82. package/dist-types/ts3.4/pagination/ListDocumentClassificationJobsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListDocumentClassifierSummariesPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListDocumentClassifiersPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListDominantLanguageDetectionJobsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListEntitiesDetectionJobsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListEntityRecognizerSummariesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListEntityRecognizersPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListEventsDetectionJobsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListKeyPhrasesDetectionJobsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListSentimentDetectionJobsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListTargetedSentimentDetectionJobsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListTopicsDetectionJobsPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  95. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +857 -215
  96. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  97. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  98. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  99. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  100. package/package.json +34 -34
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { ListPiiEntitiesDetectionJobsRequest, ListPiiEntitiesDetectionJobsResponse } from "../models/models_0";
5
- export interface ListPiiEntitiesDetectionJobsCommandInput extends ListPiiEntitiesDetectionJobsRequest {
6
- }
7
- export interface ListPiiEntitiesDetectionJobsCommandOutput extends ListPiiEntitiesDetectionJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPiiEntitiesDetectionJobsCommand extends $Command<ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: ListPiiEntitiesDetectionJobsCommandInput;
12
- constructor(input: ListPiiEntitiesDetectionJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPiiEntitiesDetectionJobsCommandInput, ListPiiEntitiesDetectionJobsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListPiiEntitiesDetectionJobsRequest,
15
+ ListPiiEntitiesDetectionJobsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPiiEntitiesDetectionJobsCommandInput
18
+ extends ListPiiEntitiesDetectionJobsRequest {}
19
+ export interface ListPiiEntitiesDetectionJobsCommandOutput
20
+ extends ListPiiEntitiesDetectionJobsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListPiiEntitiesDetectionJobsCommand extends $Command<
23
+ ListPiiEntitiesDetectionJobsCommandInput,
24
+ ListPiiEntitiesDetectionJobsCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: ListPiiEntitiesDetectionJobsCommandInput;
28
+ constructor(input: ListPiiEntitiesDetectionJobsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListPiiEntitiesDetectionJobsCommandInput,
35
+ ListPiiEntitiesDetectionJobsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { ListSentimentDetectionJobsRequest, ListSentimentDetectionJobsResponse } from "../models/models_0";
5
- export interface ListSentimentDetectionJobsCommandInput extends ListSentimentDetectionJobsRequest {
6
- }
7
- export interface ListSentimentDetectionJobsCommandOutput extends ListSentimentDetectionJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSentimentDetectionJobsCommand extends $Command<ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: ListSentimentDetectionJobsCommandInput;
12
- constructor(input: ListSentimentDetectionJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSentimentDetectionJobsCommandInput, ListSentimentDetectionJobsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListSentimentDetectionJobsRequest,
15
+ ListSentimentDetectionJobsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListSentimentDetectionJobsCommandInput
18
+ extends ListSentimentDetectionJobsRequest {}
19
+ export interface ListSentimentDetectionJobsCommandOutput
20
+ extends ListSentimentDetectionJobsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListSentimentDetectionJobsCommand extends $Command<
23
+ ListSentimentDetectionJobsCommandInput,
24
+ ListSentimentDetectionJobsCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: ListSentimentDetectionJobsCommandInput;
28
+ constructor(input: ListSentimentDetectionJobsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListSentimentDetectionJobsCommandInput,
35
+ ListSentimentDetectionJobsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { ListTargetedSentimentDetectionJobsRequest, ListTargetedSentimentDetectionJobsResponse } from "../models/models_0";
5
- export interface ListTargetedSentimentDetectionJobsCommandInput extends ListTargetedSentimentDetectionJobsRequest {
6
- }
7
- export interface ListTargetedSentimentDetectionJobsCommandOutput extends ListTargetedSentimentDetectionJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTargetedSentimentDetectionJobsCommand extends $Command<ListTargetedSentimentDetectionJobsCommandInput, ListTargetedSentimentDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: ListTargetedSentimentDetectionJobsCommandInput;
12
- constructor(input: ListTargetedSentimentDetectionJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTargetedSentimentDetectionJobsCommandInput, ListTargetedSentimentDetectionJobsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListTargetedSentimentDetectionJobsRequest,
15
+ ListTargetedSentimentDetectionJobsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTargetedSentimentDetectionJobsCommandInput
18
+ extends ListTargetedSentimentDetectionJobsRequest {}
19
+ export interface ListTargetedSentimentDetectionJobsCommandOutput
20
+ extends ListTargetedSentimentDetectionJobsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTargetedSentimentDetectionJobsCommand extends $Command<
23
+ ListTargetedSentimentDetectionJobsCommandInput,
24
+ ListTargetedSentimentDetectionJobsCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: ListTargetedSentimentDetectionJobsCommandInput;
28
+ constructor(input: ListTargetedSentimentDetectionJobsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListTargetedSentimentDetectionJobsCommandInput,
35
+ ListTargetedSentimentDetectionJobsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { ListTopicsDetectionJobsRequest, ListTopicsDetectionJobsResponse } from "../models/models_0";
5
- export interface ListTopicsDetectionJobsCommandInput extends ListTopicsDetectionJobsRequest {
6
- }
7
- export interface ListTopicsDetectionJobsCommandOutput extends ListTopicsDetectionJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTopicsDetectionJobsCommand extends $Command<ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: ListTopicsDetectionJobsCommandInput;
12
- constructor(input: ListTopicsDetectionJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTopicsDetectionJobsCommandInput, ListTopicsDetectionJobsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ ListTopicsDetectionJobsRequest,
15
+ ListTopicsDetectionJobsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTopicsDetectionJobsCommandInput
18
+ extends ListTopicsDetectionJobsRequest {}
19
+ export interface ListTopicsDetectionJobsCommandOutput
20
+ extends ListTopicsDetectionJobsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTopicsDetectionJobsCommand extends $Command<
23
+ ListTopicsDetectionJobsCommandInput,
24
+ ListTopicsDetectionJobsCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: ListTopicsDetectionJobsCommandInput;
28
+ constructor(input: ListTopicsDetectionJobsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListTopicsDetectionJobsCommandInput,
35
+ ListTopicsDetectionJobsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
5
- export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest {
6
- }
7
- export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: PutResourcePolicyCommandInput;
12
- constructor(input: PutResourcePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ PutResourcePolicyRequest,
15
+ PutResourcePolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface PutResourcePolicyCommandInput
18
+ extends PutResourcePolicyRequest {}
19
+ export interface PutResourcePolicyCommandOutput
20
+ extends PutResourcePolicyResponse,
21
+ __MetadataBearer {}
22
+ export declare class PutResourcePolicyCommand extends $Command<
23
+ PutResourcePolicyCommandInput,
24
+ PutResourcePolicyCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: PutResourcePolicyCommandInput;
28
+ constructor(input: PutResourcePolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { StartDocumentClassificationJobRequest, StartDocumentClassificationJobResponse } from "../models/models_0";
5
- export interface StartDocumentClassificationJobCommandInput extends StartDocumentClassificationJobRequest {
6
- }
7
- export interface StartDocumentClassificationJobCommandOutput extends StartDocumentClassificationJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartDocumentClassificationJobCommand extends $Command<StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: StartDocumentClassificationJobCommandInput;
12
- constructor(input: StartDocumentClassificationJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDocumentClassificationJobCommandInput, StartDocumentClassificationJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ StartDocumentClassificationJobRequest,
15
+ StartDocumentClassificationJobResponse,
16
+ } from "../models/models_0";
17
+ export interface StartDocumentClassificationJobCommandInput
18
+ extends StartDocumentClassificationJobRequest {}
19
+ export interface StartDocumentClassificationJobCommandOutput
20
+ extends StartDocumentClassificationJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartDocumentClassificationJobCommand extends $Command<
23
+ StartDocumentClassificationJobCommandInput,
24
+ StartDocumentClassificationJobCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: StartDocumentClassificationJobCommandInput;
28
+ constructor(input: StartDocumentClassificationJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StartDocumentClassificationJobCommandInput,
35
+ StartDocumentClassificationJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { StartDominantLanguageDetectionJobRequest, StartDominantLanguageDetectionJobResponse } from "../models/models_0";
5
- export interface StartDominantLanguageDetectionJobCommandInput extends StartDominantLanguageDetectionJobRequest {
6
- }
7
- export interface StartDominantLanguageDetectionJobCommandOutput extends StartDominantLanguageDetectionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartDominantLanguageDetectionJobCommand extends $Command<StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: StartDominantLanguageDetectionJobCommandInput;
12
- constructor(input: StartDominantLanguageDetectionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDominantLanguageDetectionJobCommandInput, StartDominantLanguageDetectionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ StartDominantLanguageDetectionJobRequest,
15
+ StartDominantLanguageDetectionJobResponse,
16
+ } from "../models/models_0";
17
+ export interface StartDominantLanguageDetectionJobCommandInput
18
+ extends StartDominantLanguageDetectionJobRequest {}
19
+ export interface StartDominantLanguageDetectionJobCommandOutput
20
+ extends StartDominantLanguageDetectionJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartDominantLanguageDetectionJobCommand extends $Command<
23
+ StartDominantLanguageDetectionJobCommandInput,
24
+ StartDominantLanguageDetectionJobCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: StartDominantLanguageDetectionJobCommandInput;
28
+ constructor(input: StartDominantLanguageDetectionJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StartDominantLanguageDetectionJobCommandInput,
35
+ StartDominantLanguageDetectionJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { StartEntitiesDetectionJobRequest, StartEntitiesDetectionJobResponse } from "../models/models_0";
5
- export interface StartEntitiesDetectionJobCommandInput extends StartEntitiesDetectionJobRequest {
6
- }
7
- export interface StartEntitiesDetectionJobCommandOutput extends StartEntitiesDetectionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartEntitiesDetectionJobCommand extends $Command<StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: StartEntitiesDetectionJobCommandInput;
12
- constructor(input: StartEntitiesDetectionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartEntitiesDetectionJobCommandInput, StartEntitiesDetectionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ StartEntitiesDetectionJobRequest,
15
+ StartEntitiesDetectionJobResponse,
16
+ } from "../models/models_0";
17
+ export interface StartEntitiesDetectionJobCommandInput
18
+ extends StartEntitiesDetectionJobRequest {}
19
+ export interface StartEntitiesDetectionJobCommandOutput
20
+ extends StartEntitiesDetectionJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartEntitiesDetectionJobCommand extends $Command<
23
+ StartEntitiesDetectionJobCommandInput,
24
+ StartEntitiesDetectionJobCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: StartEntitiesDetectionJobCommandInput;
28
+ constructor(input: StartEntitiesDetectionJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StartEntitiesDetectionJobCommandInput,
35
+ StartEntitiesDetectionJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { StartEventsDetectionJobRequest, StartEventsDetectionJobResponse } from "../models/models_0";
5
- export interface StartEventsDetectionJobCommandInput extends StartEventsDetectionJobRequest {
6
- }
7
- export interface StartEventsDetectionJobCommandOutput extends StartEventsDetectionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartEventsDetectionJobCommand extends $Command<StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: StartEventsDetectionJobCommandInput;
12
- constructor(input: StartEventsDetectionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartEventsDetectionJobCommandInput, StartEventsDetectionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ StartEventsDetectionJobRequest,
15
+ StartEventsDetectionJobResponse,
16
+ } from "../models/models_0";
17
+ export interface StartEventsDetectionJobCommandInput
18
+ extends StartEventsDetectionJobRequest {}
19
+ export interface StartEventsDetectionJobCommandOutput
20
+ extends StartEventsDetectionJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartEventsDetectionJobCommand extends $Command<
23
+ StartEventsDetectionJobCommandInput,
24
+ StartEventsDetectionJobCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: StartEventsDetectionJobCommandInput;
28
+ constructor(input: StartEventsDetectionJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StartEventsDetectionJobCommandInput,
35
+ StartEventsDetectionJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendClient";
4
- import { StartKeyPhrasesDetectionJobRequest, StartKeyPhrasesDetectionJobResponse } from "../models/models_0";
5
- export interface StartKeyPhrasesDetectionJobCommandInput extends StartKeyPhrasesDetectionJobRequest {
6
- }
7
- export interface StartKeyPhrasesDetectionJobCommandOutput extends StartKeyPhrasesDetectionJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartKeyPhrasesDetectionJobCommand extends $Command<StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput, ComprehendClientResolvedConfig> {
11
- readonly input: StartKeyPhrasesDetectionJobCommandInput;
12
- constructor(input: StartKeyPhrasesDetectionJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComprehendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartKeyPhrasesDetectionJobCommandInput, StartKeyPhrasesDetectionJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ StartKeyPhrasesDetectionJobRequest,
15
+ StartKeyPhrasesDetectionJobResponse,
16
+ } from "../models/models_0";
17
+ export interface StartKeyPhrasesDetectionJobCommandInput
18
+ extends StartKeyPhrasesDetectionJobRequest {}
19
+ export interface StartKeyPhrasesDetectionJobCommandOutput
20
+ extends StartKeyPhrasesDetectionJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartKeyPhrasesDetectionJobCommand extends $Command<
23
+ StartKeyPhrasesDetectionJobCommandInput,
24
+ StartKeyPhrasesDetectionJobCommandOutput,
25
+ ComprehendClientResolvedConfig
26
+ > {
27
+ readonly input: StartKeyPhrasesDetectionJobCommandInput;
28
+ constructor(input: StartKeyPhrasesDetectionJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ComprehendClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StartKeyPhrasesDetectionJobCommandInput,
35
+ StartKeyPhrasesDetectionJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }