@aws-sdk/client-comprehend 3.490.0 → 3.496.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/dist-cjs/Comprehend.js +1 -181
- package/dist-cjs/ComprehendClient.js +1 -43
- package/dist-cjs/commands/BatchDetectDominantLanguageCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectEntitiesCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectKeyPhrasesCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectSentimentCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectSyntaxCommand.js +1 -29
- package/dist-cjs/commands/BatchDetectTargetedSentimentCommand.js +1 -29
- package/dist-cjs/commands/ClassifyDocumentCommand.js +1 -29
- package/dist-cjs/commands/ContainsPiiEntitiesCommand.js +1 -28
- package/dist-cjs/commands/CreateDatasetCommand.js +1 -28
- package/dist-cjs/commands/CreateDocumentClassifierCommand.js +1 -28
- package/dist-cjs/commands/CreateEndpointCommand.js +1 -28
- package/dist-cjs/commands/CreateEntityRecognizerCommand.js +1 -28
- package/dist-cjs/commands/CreateFlywheelCommand.js +1 -28
- package/dist-cjs/commands/DeleteDocumentClassifierCommand.js +1 -28
- package/dist-cjs/commands/DeleteEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeleteEntityRecognizerCommand.js +1 -28
- package/dist-cjs/commands/DeleteFlywheelCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetCommand.js +1 -28
- package/dist-cjs/commands/DescribeDocumentClassificationJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeDocumentClassifierCommand.js +1 -29
- package/dist-cjs/commands/DescribeDominantLanguageDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeEndpointCommand.js +1 -28
- package/dist-cjs/commands/DescribeEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeEntityRecognizerCommand.js +1 -29
- package/dist-cjs/commands/DescribeEventsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlywheelCommand.js +1 -28
- package/dist-cjs/commands/DescribeFlywheelIterationCommand.js +1 -28
- package/dist-cjs/commands/DescribeKeyPhrasesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribePiiEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeTargetedSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeTopicsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/DetectDominantLanguageCommand.js +1 -29
- package/dist-cjs/commands/DetectEntitiesCommand.js +1 -29
- package/dist-cjs/commands/DetectKeyPhrasesCommand.js +1 -29
- package/dist-cjs/commands/DetectPiiEntitiesCommand.js +1 -28
- package/dist-cjs/commands/DetectSentimentCommand.js +1 -29
- package/dist-cjs/commands/DetectSyntaxCommand.js +1 -29
- package/dist-cjs/commands/DetectTargetedSentimentCommand.js +1 -29
- package/dist-cjs/commands/DetectToxicContentCommand.js +1 -29
- package/dist-cjs/commands/ImportModelCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetsCommand.js +1 -28
- package/dist-cjs/commands/ListDocumentClassificationJobsCommand.js +1 -28
- package/dist-cjs/commands/ListDocumentClassifierSummariesCommand.js +1 -28
- package/dist-cjs/commands/ListDocumentClassifiersCommand.js +1 -29
- package/dist-cjs/commands/ListDominantLanguageDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListEndpointsCommand.js +1 -28
- package/dist-cjs/commands/ListEntitiesDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListEntityRecognizerSummariesCommand.js +1 -28
- package/dist-cjs/commands/ListEntityRecognizersCommand.js +1 -29
- package/dist-cjs/commands/ListEventsDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListFlywheelIterationHistoryCommand.js +1 -28
- package/dist-cjs/commands/ListFlywheelsCommand.js +1 -28
- package/dist-cjs/commands/ListKeyPhrasesDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListPiiEntitiesDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListSentimentDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTargetedSentimentDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/ListTopicsDetectionJobsCommand.js +1 -28
- package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
- package/dist-cjs/commands/StartDocumentClassificationJobCommand.js +1 -28
- package/dist-cjs/commands/StartDominantLanguageDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartEventsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartFlywheelIterationCommand.js +1 -28
- package/dist-cjs/commands/StartKeyPhrasesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartPiiEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartTargetedSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StartTopicsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopDominantLanguageDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopEventsDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopKeyPhrasesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopPiiEntitiesDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopTargetedSentimentDetectionJobCommand.js +1 -28
- package/dist-cjs/commands/StopTrainingDocumentClassifierCommand.js +1 -28
- package/dist-cjs/commands/StopTrainingEntityRecognizerCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateEndpointCommand.js +1 -28
- package/dist-cjs/commands/UpdateFlywheelCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -88
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +8685 -11
- package/dist-cjs/models/ComprehendServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -5
- package/dist-cjs/models/models_0.js +1 -644
- package/dist-cjs/models/models_1.js +1 -32
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListDatasetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDocumentClassificationJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDocumentClassifierSummariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListDocumentClassifiersPaginator.js +1 -7
- package/dist-cjs/pagination/ListDominantLanguageDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEndpointsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntitiesDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntityRecognizerSummariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEntityRecognizersPaginator.js +1 -7
- package/dist-cjs/pagination/ListEventsDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFlywheelIterationHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/ListFlywheelsPaginator.js +1 -7
- package/dist-cjs/pagination/ListKeyPhrasesDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPiiEntitiesDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSentimentDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTargetedSentimentDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTopicsDetectionJobsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -21
- package/dist-cjs/protocols/Aws_json1_1.js +1 -6099
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,32 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TooManyTagKeysException = exports.ConcurrentModificationException = void 0;
|
|
4
|
-
const ComprehendServiceException_1 = require("./ComprehendServiceException");
|
|
5
|
-
class ConcurrentModificationException extends ComprehendServiceException_1.ComprehendServiceException {
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "ConcurrentModificationException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
this.name = "ConcurrentModificationException";
|
|
13
|
-
this.$fault = "client";
|
|
14
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
15
|
-
this.Message = opts.Message;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
19
|
-
class TooManyTagKeysException extends ComprehendServiceException_1.ComprehendServiceException {
|
|
20
|
-
constructor(opts) {
|
|
21
|
-
super({
|
|
22
|
-
name: "TooManyTagKeysException",
|
|
23
|
-
$fault: "client",
|
|
24
|
-
...opts,
|
|
25
|
-
});
|
|
26
|
-
this.name = "TooManyTagKeysException";
|
|
27
|
-
this.$fault = "client";
|
|
28
|
-
Object.setPrototypeOf(this, TooManyTagKeysException.prototype);
|
|
29
|
-
this.Message = opts.Message;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
exports.TooManyTagKeysException = TooManyTagKeysException;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDatasets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDatasetsCommand_1 = require("../commands/ListDatasetsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListDatasets = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListDatasetsCommand_1.ListDatasetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDocumentClassificationJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDocumentClassificationJobsCommand_1 = require("../commands/ListDocumentClassificationJobsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListDocumentClassificationJobs = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListDocumentClassificationJobsCommand_1.ListDocumentClassificationJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDocumentClassifierSummaries = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDocumentClassifierSummariesCommand_1 = require("../commands/ListDocumentClassifierSummariesCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListDocumentClassifierSummaries = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListDocumentClassifierSummariesCommand_1.ListDocumentClassifierSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDocumentClassifiers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDocumentClassifiersCommand_1 = require("../commands/ListDocumentClassifiersCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListDocumentClassifiers = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListDocumentClassifiersCommand_1.ListDocumentClassifiersCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDominantLanguageDetectionJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDominantLanguageDetectionJobsCommand_1 = require("../commands/ListDominantLanguageDetectionJobsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListDominantLanguageDetectionJobs = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListDominantLanguageDetectionJobsCommand_1.ListDominantLanguageDetectionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEndpoints = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEndpointsCommand_1 = require("../commands/ListEndpointsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListEndpoints = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListEndpointsCommand_1.ListEndpointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEntitiesDetectionJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEntitiesDetectionJobsCommand_1 = require("../commands/ListEntitiesDetectionJobsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListEntitiesDetectionJobs = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListEntitiesDetectionJobsCommand_1.ListEntitiesDetectionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEntityRecognizerSummaries = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEntityRecognizerSummariesCommand_1 = require("../commands/ListEntityRecognizerSummariesCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListEntityRecognizerSummaries = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListEntityRecognizerSummariesCommand_1.ListEntityRecognizerSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEntityRecognizers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEntityRecognizersCommand_1 = require("../commands/ListEntityRecognizersCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListEntityRecognizers = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListEntityRecognizersCommand_1.ListEntityRecognizersCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListEventsDetectionJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEventsDetectionJobsCommand_1 = require("../commands/ListEventsDetectionJobsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListEventsDetectionJobs = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListEventsDetectionJobsCommand_1.ListEventsDetectionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFlywheelIterationHistory = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFlywheelIterationHistoryCommand_1 = require("../commands/ListFlywheelIterationHistoryCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListFlywheelIterationHistory = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListFlywheelIterationHistoryCommand_1.ListFlywheelIterationHistoryCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFlywheels = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFlywheelsCommand_1 = require("../commands/ListFlywheelsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListFlywheels = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListFlywheelsCommand_1.ListFlywheelsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListKeyPhrasesDetectionJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListKeyPhrasesDetectionJobsCommand_1 = require("../commands/ListKeyPhrasesDetectionJobsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListKeyPhrasesDetectionJobs = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListKeyPhrasesDetectionJobsCommand_1.ListKeyPhrasesDetectionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPiiEntitiesDetectionJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListPiiEntitiesDetectionJobsCommand_1 = require("../commands/ListPiiEntitiesDetectionJobsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListPiiEntitiesDetectionJobs = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListPiiEntitiesDetectionJobsCommand_1.ListPiiEntitiesDetectionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListSentimentDetectionJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListSentimentDetectionJobsCommand_1 = require("../commands/ListSentimentDetectionJobsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListSentimentDetectionJobs = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListSentimentDetectionJobsCommand_1.ListSentimentDetectionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTargetedSentimentDetectionJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTargetedSentimentDetectionJobsCommand_1 = require("../commands/ListTargetedSentimentDetectionJobsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListTargetedSentimentDetectionJobs = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListTargetedSentimentDetectionJobsCommand_1.ListTargetedSentimentDetectionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTopicsDetectionJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTopicsDetectionJobsCommand_1 = require("../commands/ListTopicsDetectionJobsCommand");
|
|
6
|
-
const ComprehendClient_1 = require("../ComprehendClient");
|
|
7
|
-
exports.paginateListTopicsDetectionJobs = (0, core_1.createPaginator)(ComprehendClient_1.ComprehendClient, ListTopicsDetectionJobsCommand_1.ListTopicsDetectionJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListDatasetsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListDocumentClassificationJobsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListDocumentClassifierSummariesPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListDocumentClassifiersPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListDominantLanguageDetectionJobsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListEndpointsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListEntitiesDetectionJobsPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListEntityRecognizerSummariesPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListEntityRecognizersPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListEventsDetectionJobsPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListFlywheelIterationHistoryPaginator"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListFlywheelsPaginator"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListKeyPhrasesDetectionJobsPaginator"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ListPiiEntitiesDetectionJobsPaginator"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./ListSentimentDetectionJobsPaginator"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./ListTargetedSentimentDetectionJobsPaginator"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./ListTopicsDetectionJobsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|