@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,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListSolutionsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListSolutionsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonPersonalize", "ListSolutions", {})
|
|
22
|
-
.n("PersonalizeClient", "ListSolutionsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListSolutionsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListSolutionsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListSolutionsCommand = ListSolutionsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class ListTagsForResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonPersonalize", "ListTagsForResource", {})
|
|
22
|
-
.n("PersonalizeClient", "ListTagsForResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_ListTagsForResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartRecommenderCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StartRecommenderCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonPersonalize", "StartRecommender", {})
|
|
22
|
-
.n("PersonalizeClient", "StartRecommenderCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StartRecommenderCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StartRecommenderCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StartRecommenderCommand = StartRecommenderCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopRecommenderCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopRecommenderCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonPersonalize", "StopRecommender", {})
|
|
22
|
-
.n("PersonalizeClient", "StopRecommenderCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopRecommenderCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopRecommenderCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopRecommenderCommand = StopRecommenderCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopSolutionVersionCreationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class StopSolutionVersionCreationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonPersonalize", "StopSolutionVersionCreation", {})
|
|
22
|
-
.n("PersonalizeClient", "StopSolutionVersionCreationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_StopSolutionVersionCreationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_StopSolutionVersionCreationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.StopSolutionVersionCreationCommand = StopSolutionVersionCreationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonPersonalize", "TagResource", {})
|
|
22
|
-
.n("PersonalizeClient", "TagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_TagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_TagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonPersonalize", "UntagResource", {})
|
|
22
|
-
.n("PersonalizeClient", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateCampaignCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateCampaignCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonPersonalize", "UpdateCampaign", {})
|
|
22
|
-
.n("PersonalizeClient", "UpdateCampaignCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateCampaignCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateCampaignCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateCampaignCommand = UpdateCampaignCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDatasetCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateDatasetCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonPersonalize", "UpdateDataset", {})
|
|
22
|
-
.n("PersonalizeClient", "UpdateDatasetCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateDatasetCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateDatasetCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateDatasetCommand = UpdateDatasetCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateMetricAttributionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateMetricAttributionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonPersonalize", "UpdateMetricAttribution", {})
|
|
22
|
-
.n("PersonalizeClient", "UpdateMetricAttributionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateMetricAttributionCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateMetricAttributionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateMetricAttributionCommand = UpdateMetricAttributionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateRecommenderCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class UpdateRecommenderCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonPersonalize", "UpdateRecommender", {})
|
|
22
|
-
.n("PersonalizeClient", "UpdateRecommenderCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_UpdateRecommenderCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_UpdateRecommenderCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateRecommenderCommand = UpdateRecommenderCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,70 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateBatchInferenceJobCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateBatchSegmentJobCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateCampaignCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateDatasetCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateDatasetExportJobCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./CreateDatasetGroupCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./CreateDatasetImportJobCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CreateEventTrackerCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CreateFilterCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateMetricAttributionCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateRecommenderCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./CreateSchemaCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./CreateSolutionCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./CreateSolutionVersionCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DeleteCampaignCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DeleteDatasetCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DeleteDatasetGroupCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./DeleteEventTrackerCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./DeleteFilterCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./DeleteMetricAttributionCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./DeleteRecommenderCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./DeleteSchemaCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./DeleteSolutionCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./DescribeAlgorithmCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./DescribeBatchInferenceJobCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./DescribeBatchSegmentJobCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./DescribeCampaignCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./DescribeDatasetCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./DescribeDatasetExportJobCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./DescribeDatasetGroupCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./DescribeDatasetImportJobCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./DescribeEventTrackerCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./DescribeFeatureTransformationCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./DescribeFilterCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./DescribeMetricAttributionCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./DescribeRecipeCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./DescribeRecommenderCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./DescribeSchemaCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./DescribeSolutionCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./DescribeSolutionVersionCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./GetSolutionMetricsCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./ListBatchInferenceJobsCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./ListBatchSegmentJobsCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./ListCampaignsCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./ListDatasetExportJobsCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./ListDatasetGroupsCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./ListDatasetImportJobsCommand"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./ListDatasetsCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./ListEventTrackersCommand"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./ListFiltersCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./ListMetricAttributionMetricsCommand"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./ListMetricAttributionsCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./ListRecipesCommand"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./ListRecommendersCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./ListSchemasCommand"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./ListSolutionVersionsCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./ListSolutionsCommand"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./StartRecommenderCommand"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./StopRecommenderCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./StopSolutionVersionCreationCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
67
|
-
tslib_1.__exportStar(require("./UpdateCampaignCommand"), exports);
|
|
68
|
-
tslib_1.__exportStar(require("./UpdateDatasetCommand"), exports);
|
|
69
|
-
tslib_1.__exportStar(require("./UpdateMetricAttributionCommand"), exports);
|
|
70
|
-
tslib_1.__exportStar(require("./UpdateRecommenderCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "personalize",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|