@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,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Comprehend } from "../Comprehend";
|
|
3
|
-
import { ComprehendClient } from "../ComprehendClient";
|
|
4
|
-
export interface ComprehendPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Comprehend } from "../Comprehend";
|
|
3
|
+
import { ComprehendClient } from "../ComprehendClient";
|
|
4
|
+
export interface ComprehendPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: Comprehend | ComprehendClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDocumentClassificationJobsCommandInput,
|
|
4
|
+
ListDocumentClassificationJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListDocumentClassificationJobsCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDocumentClassificationJobs(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListDocumentClassificationJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDocumentClassificationJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDocumentClassifierSummariesCommandInput,
|
|
4
|
+
ListDocumentClassifierSummariesCommandOutput,
|
|
5
|
+
} from "../commands/ListDocumentClassifierSummariesCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDocumentClassifierSummaries(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListDocumentClassifierSummariesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDocumentClassifierSummariesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDocumentClassifiersCommandInput,
|
|
4
|
+
ListDocumentClassifiersCommandOutput,
|
|
5
|
+
} from "../commands/ListDocumentClassifiersCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDocumentClassifiers(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListDocumentClassifiersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDocumentClassifiersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDominantLanguageDetectionJobsCommandInput,
|
|
4
|
+
ListDominantLanguageDetectionJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListDominantLanguageDetectionJobsCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDominantLanguageDetectionJobs(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListDominantLanguageDetectionJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDominantLanguageDetectionJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEntitiesDetectionJobsCommandInput,
|
|
4
|
+
ListEntitiesDetectionJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListEntitiesDetectionJobsCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEntitiesDetectionJobs(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListEntitiesDetectionJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEntitiesDetectionJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEntityRecognizerSummariesCommandInput,
|
|
4
|
+
ListEntityRecognizerSummariesCommandOutput,
|
|
5
|
+
} from "../commands/ListEntityRecognizerSummariesCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEntityRecognizerSummaries(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListEntityRecognizerSummariesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEntityRecognizerSummariesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEntityRecognizersCommandInput,
|
|
4
|
+
ListEntityRecognizersCommandOutput,
|
|
5
|
+
} from "../commands/ListEntityRecognizersCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEntityRecognizers(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListEntityRecognizersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEntityRecognizersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListEventsDetectionJobsCommandInput,
|
|
4
|
+
ListEventsDetectionJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListEventsDetectionJobsCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListEventsDetectionJobs(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListEventsDetectionJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListEventsDetectionJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListKeyPhrasesDetectionJobsCommandInput,
|
|
4
|
+
ListKeyPhrasesDetectionJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListKeyPhrasesDetectionJobsCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListKeyPhrasesDetectionJobs(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListKeyPhrasesDetectionJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListKeyPhrasesDetectionJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSentimentDetectionJobsCommandInput,
|
|
4
|
+
ListSentimentDetectionJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListSentimentDetectionJobsCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSentimentDetectionJobs(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListSentimentDetectionJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSentimentDetectionJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTargetedSentimentDetectionJobsCommandInput,
|
|
4
|
+
ListTargetedSentimentDetectionJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListTargetedSentimentDetectionJobsCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTargetedSentimentDetectionJobs(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListTargetedSentimentDetectionJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTargetedSentimentDetectionJobsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTopicsDetectionJobsCommandInput,
|
|
4
|
+
ListTopicsDetectionJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListTopicsDetectionJobsCommand";
|
|
6
|
+
import { ComprehendPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTopicsDetectionJobs(
|
|
8
|
+
config: ComprehendPaginationConfiguration,
|
|
9
|
+
input: ListTopicsDetectionJobsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTopicsDetectionJobsCommandOutput>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListDocumentClassificationJobsPaginator";
|
|
3
|
-
export * from "./ListDocumentClassifierSummariesPaginator";
|
|
4
|
-
export * from "./ListDocumentClassifiersPaginator";
|
|
5
|
-
export * from "./ListDominantLanguageDetectionJobsPaginator";
|
|
6
|
-
export * from "./ListEntitiesDetectionJobsPaginator";
|
|
7
|
-
export * from "./ListEntityRecognizerSummariesPaginator";
|
|
8
|
-
export * from "./ListEntityRecognizersPaginator";
|
|
9
|
-
export * from "./ListEventsDetectionJobsPaginator";
|
|
10
|
-
export * from "./ListKeyPhrasesDetectionJobsPaginator";
|
|
11
|
-
export * from "./ListSentimentDetectionJobsPaginator";
|
|
12
|
-
export * from "./ListTargetedSentimentDetectionJobsPaginator";
|
|
13
|
-
export * from "./ListTopicsDetectionJobsPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListDocumentClassificationJobsPaginator";
|
|
3
|
+
export * from "./ListDocumentClassifierSummariesPaginator";
|
|
4
|
+
export * from "./ListDocumentClassifiersPaginator";
|
|
5
|
+
export * from "./ListDominantLanguageDetectionJobsPaginator";
|
|
6
|
+
export * from "./ListEntitiesDetectionJobsPaginator";
|
|
7
|
+
export * from "./ListEntityRecognizerSummariesPaginator";
|
|
8
|
+
export * from "./ListEntityRecognizersPaginator";
|
|
9
|
+
export * from "./ListEventsDetectionJobsPaginator";
|
|
10
|
+
export * from "./ListKeyPhrasesDetectionJobsPaginator";
|
|
11
|
+
export * from "./ListSentimentDetectionJobsPaginator";
|
|
12
|
+
export * from "./ListTargetedSentimentDetectionJobsPaginator";
|
|
13
|
+
export * from "./ListTopicsDetectionJobsPaginator";
|