@aws-sdk/client-personalize 3.493.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/Personalize.js +1 -145
- package/dist-cjs/PersonalizeClient.js +1 -43
- package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +1 -28
- package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +1 -28
- package/dist-cjs/commands/CreateCampaignCommand.js +1 -28
- package/dist-cjs/commands/CreateDatasetCommand.js +1 -28
- package/dist-cjs/commands/CreateDatasetExportJobCommand.js +1 -28
- package/dist-cjs/commands/CreateDatasetGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateDatasetImportJobCommand.js +1 -28
- package/dist-cjs/commands/CreateEventTrackerCommand.js +1 -28
- package/dist-cjs/commands/CreateFilterCommand.js +1 -29
- package/dist-cjs/commands/CreateMetricAttributionCommand.js +1 -28
- package/dist-cjs/commands/CreateRecommenderCommand.js +1 -28
- package/dist-cjs/commands/CreateSchemaCommand.js +1 -28
- package/dist-cjs/commands/CreateSolutionCommand.js +1 -28
- package/dist-cjs/commands/CreateSolutionVersionCommand.js +1 -28
- package/dist-cjs/commands/DeleteCampaignCommand.js +1 -28
- package/dist-cjs/commands/DeleteDatasetCommand.js +1 -28
- package/dist-cjs/commands/DeleteDatasetGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteEventTrackerCommand.js +1 -28
- package/dist-cjs/commands/DeleteFilterCommand.js +1 -28
- package/dist-cjs/commands/DeleteMetricAttributionCommand.js +1 -28
- package/dist-cjs/commands/DeleteRecommenderCommand.js +1 -28
- package/dist-cjs/commands/DeleteSchemaCommand.js +1 -28
- package/dist-cjs/commands/DeleteSolutionCommand.js +1 -28
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +1 -28
- package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeCampaignCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetGroupCommand.js +1 -28
- package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeEventTrackerCommand.js +1 -28
- package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +1 -28
- package/dist-cjs/commands/DescribeFilterCommand.js +1 -29
- package/dist-cjs/commands/DescribeMetricAttributionCommand.js +1 -28
- package/dist-cjs/commands/DescribeRecipeCommand.js +1 -28
- package/dist-cjs/commands/DescribeRecommenderCommand.js +1 -28
- package/dist-cjs/commands/DescribeSchemaCommand.js +1 -28
- package/dist-cjs/commands/DescribeSolutionCommand.js +1 -28
- package/dist-cjs/commands/DescribeSolutionVersionCommand.js +1 -28
- package/dist-cjs/commands/GetSolutionMetricsCommand.js +1 -28
- package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +1 -28
- package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +1 -28
- package/dist-cjs/commands/ListCampaignsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetExportJobsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetGroupsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetImportJobsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetsCommand.js +1 -28
- package/dist-cjs/commands/ListEventTrackersCommand.js +1 -28
- package/dist-cjs/commands/ListFiltersCommand.js +1 -28
- package/dist-cjs/commands/ListMetricAttributionMetricsCommand.js +1 -28
- package/dist-cjs/commands/ListMetricAttributionsCommand.js +1 -28
- package/dist-cjs/commands/ListRecipesCommand.js +1 -28
- package/dist-cjs/commands/ListRecommendersCommand.js +1 -28
- package/dist-cjs/commands/ListSchemasCommand.js +1 -28
- package/dist-cjs/commands/ListSolutionVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListSolutionsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/StartRecommenderCommand.js +1 -28
- package/dist-cjs/commands/StopRecommenderCommand.js +1 -28
- package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateCampaignCommand.js +1 -28
- package/dist-cjs/commands/UpdateDatasetCommand.js +1 -28
- package/dist-cjs/commands/UpdateMetricAttributionCommand.js +1 -28
- package/dist-cjs/commands/UpdateRecommenderCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -70
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5704 -11
- package/dist-cjs/models/PersonalizeServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -154
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListBatchInferenceJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListBatchSegmentJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCampaignsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatasetExportJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatasetGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatasetImportJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatasetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListEventTrackersPaginator.js +1 -7
- package/dist-cjs/pagination/ListFiltersPaginator.js +1 -7
- package/dist-cjs/pagination/ListMetricAttributionMetricsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMetricAttributionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListRecipesPaginator.js +1 -7
- package/dist-cjs/pagination/ListRecommendersPaginator.js +1 -7
- package/dist-cjs/pagination/ListSchemasPaginator.js +1 -7
- package/dist-cjs/pagination/ListSolutionVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListSolutionsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -20
- package/dist-cjs/protocols/Aws_json1_1.js +1 -4068
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PersonalizeServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class PersonalizeServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, PersonalizeServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.PersonalizeServiceException = PersonalizeServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,154 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeFilterResponseFilterSensitiveLog = exports.FilterFilterSensitiveLog = exports.CreateFilterRequestFilterSensitiveLog = exports.TooManyTagKeysException = exports.RecipeProvider = exports.InvalidNextTokenException = exports.TrainingMode = exports.ObjectiveSensitivity = exports.ImportMode = exports.Domain = exports.IngestionMode = exports.TooManyTagsException = exports.ResourceNotFoundException = exports.ResourceInUseException = exports.ResourceAlreadyExistsException = exports.LimitExceededException = exports.InvalidInputException = exports.BatchInferenceJobMode = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const PersonalizeServiceException_1 = require("./PersonalizeServiceException");
|
|
6
|
-
exports.BatchInferenceJobMode = {
|
|
7
|
-
BATCH_INFERENCE: "BATCH_INFERENCE",
|
|
8
|
-
THEME_GENERATION: "THEME_GENERATION",
|
|
9
|
-
};
|
|
10
|
-
class InvalidInputException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
11
|
-
constructor(opts) {
|
|
12
|
-
super({
|
|
13
|
-
name: "InvalidInputException",
|
|
14
|
-
$fault: "client",
|
|
15
|
-
...opts,
|
|
16
|
-
});
|
|
17
|
-
this.name = "InvalidInputException";
|
|
18
|
-
this.$fault = "client";
|
|
19
|
-
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
exports.InvalidInputException = InvalidInputException;
|
|
23
|
-
class LimitExceededException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
24
|
-
constructor(opts) {
|
|
25
|
-
super({
|
|
26
|
-
name: "LimitExceededException",
|
|
27
|
-
$fault: "client",
|
|
28
|
-
...opts,
|
|
29
|
-
});
|
|
30
|
-
this.name = "LimitExceededException";
|
|
31
|
-
this.$fault = "client";
|
|
32
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
exports.LimitExceededException = LimitExceededException;
|
|
36
|
-
class ResourceAlreadyExistsException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
37
|
-
constructor(opts) {
|
|
38
|
-
super({
|
|
39
|
-
name: "ResourceAlreadyExistsException",
|
|
40
|
-
$fault: "client",
|
|
41
|
-
...opts,
|
|
42
|
-
});
|
|
43
|
-
this.name = "ResourceAlreadyExistsException";
|
|
44
|
-
this.$fault = "client";
|
|
45
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
|
|
49
|
-
class ResourceInUseException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
50
|
-
constructor(opts) {
|
|
51
|
-
super({
|
|
52
|
-
name: "ResourceInUseException",
|
|
53
|
-
$fault: "client",
|
|
54
|
-
...opts,
|
|
55
|
-
});
|
|
56
|
-
this.name = "ResourceInUseException";
|
|
57
|
-
this.$fault = "client";
|
|
58
|
-
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
exports.ResourceInUseException = ResourceInUseException;
|
|
62
|
-
class ResourceNotFoundException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
63
|
-
constructor(opts) {
|
|
64
|
-
super({
|
|
65
|
-
name: "ResourceNotFoundException",
|
|
66
|
-
$fault: "client",
|
|
67
|
-
...opts,
|
|
68
|
-
});
|
|
69
|
-
this.name = "ResourceNotFoundException";
|
|
70
|
-
this.$fault = "client";
|
|
71
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
75
|
-
class TooManyTagsException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
76
|
-
constructor(opts) {
|
|
77
|
-
super({
|
|
78
|
-
name: "TooManyTagsException",
|
|
79
|
-
$fault: "client",
|
|
80
|
-
...opts,
|
|
81
|
-
});
|
|
82
|
-
this.name = "TooManyTagsException";
|
|
83
|
-
this.$fault = "client";
|
|
84
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
88
|
-
exports.IngestionMode = {
|
|
89
|
-
ALL: "ALL",
|
|
90
|
-
BULK: "BULK",
|
|
91
|
-
PUT: "PUT",
|
|
92
|
-
};
|
|
93
|
-
exports.Domain = {
|
|
94
|
-
ECOMMERCE: "ECOMMERCE",
|
|
95
|
-
VIDEO_ON_DEMAND: "VIDEO_ON_DEMAND",
|
|
96
|
-
};
|
|
97
|
-
exports.ImportMode = {
|
|
98
|
-
FULL: "FULL",
|
|
99
|
-
INCREMENTAL: "INCREMENTAL",
|
|
100
|
-
};
|
|
101
|
-
exports.ObjectiveSensitivity = {
|
|
102
|
-
HIGH: "HIGH",
|
|
103
|
-
LOW: "LOW",
|
|
104
|
-
MEDIUM: "MEDIUM",
|
|
105
|
-
OFF: "OFF",
|
|
106
|
-
};
|
|
107
|
-
exports.TrainingMode = {
|
|
108
|
-
FULL: "FULL",
|
|
109
|
-
UPDATE: "UPDATE",
|
|
110
|
-
};
|
|
111
|
-
class InvalidNextTokenException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
112
|
-
constructor(opts) {
|
|
113
|
-
super({
|
|
114
|
-
name: "InvalidNextTokenException",
|
|
115
|
-
$fault: "client",
|
|
116
|
-
...opts,
|
|
117
|
-
});
|
|
118
|
-
this.name = "InvalidNextTokenException";
|
|
119
|
-
this.$fault = "client";
|
|
120
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
124
|
-
exports.RecipeProvider = {
|
|
125
|
-
SERVICE: "SERVICE",
|
|
126
|
-
};
|
|
127
|
-
class TooManyTagKeysException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
128
|
-
constructor(opts) {
|
|
129
|
-
super({
|
|
130
|
-
name: "TooManyTagKeysException",
|
|
131
|
-
$fault: "client",
|
|
132
|
-
...opts,
|
|
133
|
-
});
|
|
134
|
-
this.name = "TooManyTagKeysException";
|
|
135
|
-
this.$fault = "client";
|
|
136
|
-
Object.setPrototypeOf(this, TooManyTagKeysException.prototype);
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
exports.TooManyTagKeysException = TooManyTagKeysException;
|
|
140
|
-
const CreateFilterRequestFilterSensitiveLog = (obj) => ({
|
|
141
|
-
...obj,
|
|
142
|
-
...(obj.filterExpression && { filterExpression: smithy_client_1.SENSITIVE_STRING }),
|
|
143
|
-
});
|
|
144
|
-
exports.CreateFilterRequestFilterSensitiveLog = CreateFilterRequestFilterSensitiveLog;
|
|
145
|
-
const FilterFilterSensitiveLog = (obj) => ({
|
|
146
|
-
...obj,
|
|
147
|
-
...(obj.filterExpression && { filterExpression: smithy_client_1.SENSITIVE_STRING }),
|
|
148
|
-
});
|
|
149
|
-
exports.FilterFilterSensitiveLog = FilterFilterSensitiveLog;
|
|
150
|
-
const DescribeFilterResponseFilterSensitiveLog = (obj) => ({
|
|
151
|
-
...obj,
|
|
152
|
-
...(obj.filter && { filter: (0, exports.FilterFilterSensitiveLog)(obj.filter) }),
|
|
153
|
-
});
|
|
154
|
-
exports.DescribeFilterResponseFilterSensitiveLog = DescribeFilterResponseFilterSensitiveLog;
|
|
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.paginateListBatchInferenceJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListBatchInferenceJobsCommand_1 = require("../commands/ListBatchInferenceJobsCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListBatchInferenceJobs = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListBatchInferenceJobsCommand_1.ListBatchInferenceJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBatchSegmentJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListBatchSegmentJobsCommand_1 = require("../commands/ListBatchSegmentJobsCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListBatchSegmentJobs = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListBatchSegmentJobsCommand_1.ListBatchSegmentJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListCampaigns = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListCampaignsCommand_1 = require("../commands/ListCampaignsCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListCampaigns = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListCampaignsCommand_1.ListCampaignsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDatasetExportJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDatasetExportJobsCommand_1 = require("../commands/ListDatasetExportJobsCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListDatasetExportJobs = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListDatasetExportJobsCommand_1.ListDatasetExportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDatasetGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDatasetGroupsCommand_1 = require("../commands/ListDatasetGroupsCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListDatasetGroups = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListDatasetGroupsCommand_1.ListDatasetGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDatasetImportJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDatasetImportJobsCommand_1 = require("../commands/ListDatasetImportJobsCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListDatasetImportJobs = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListDatasetImportJobsCommand_1.ListDatasetImportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
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 PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListDatasets = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, 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.paginateListEventTrackers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListEventTrackersCommand_1 = require("../commands/ListEventTrackersCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListEventTrackers = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListEventTrackersCommand_1.ListEventTrackersCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListFilters = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListFiltersCommand_1 = require("../commands/ListFiltersCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListFilters = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListFiltersCommand_1.ListFiltersCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListMetricAttributionMetrics = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListMetricAttributionMetricsCommand_1 = require("../commands/ListMetricAttributionMetricsCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListMetricAttributionMetrics = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListMetricAttributionMetricsCommand_1.ListMetricAttributionMetricsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListMetricAttributions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListMetricAttributionsCommand_1 = require("../commands/ListMetricAttributionsCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListMetricAttributions = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListMetricAttributionsCommand_1.ListMetricAttributionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListRecipes = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListRecipesCommand_1 = require("../commands/ListRecipesCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListRecipes = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListRecipesCommand_1.ListRecipesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListRecommenders = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListRecommendersCommand_1 = require("../commands/ListRecommendersCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListRecommenders = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListRecommendersCommand_1.ListRecommendersCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListSchemas = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListSchemasCommand_1 = require("../commands/ListSchemasCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListSchemas = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListSchemasCommand_1.ListSchemasCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListSolutionVersions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListSolutionVersionsCommand_1 = require("../commands/ListSolutionVersionsCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListSolutionVersions = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListSolutionVersionsCommand_1.ListSolutionVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListSolutions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListSolutionsCommand_1 = require("../commands/ListSolutionsCommand");
|
|
6
|
-
const PersonalizeClient_1 = require("../PersonalizeClient");
|
|
7
|
-
exports.paginateListSolutions = (0, core_1.createPaginator)(PersonalizeClient_1.PersonalizeClient, ListSolutionsCommand_1.ListSolutionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,20 +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("./ListBatchInferenceJobsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListBatchSegmentJobsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListCampaignsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListDatasetExportJobsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListDatasetGroupsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListDatasetImportJobsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListDatasetsPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListEventTrackersPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListFiltersPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListMetricAttributionMetricsPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListMetricAttributionsPaginator"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListRecipesPaginator"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListRecommendersPaginator"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ListSchemasPaginator"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./ListSolutionVersionsPaginator"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./ListSolutionsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|