@aws-sdk/client-personalize 3.55.0 → 3.66.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 +27 -0
- package/dist-cjs/Personalize.js +45 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +72 -4
- package/dist-cjs/protocols/Aws_json1_1.js +315 -2
- package/dist-es/Personalize.js +45 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +52 -0
- package/dist-es/protocols/Aws_json1_1.js +403 -47
- package/dist-types/Personalize.d.ts +113 -89
- package/dist-types/PersonalizeClient.d.ts +5 -2
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +3 -1
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateCampaignCommand.d.ts +5 -6
- package/dist-types/commands/CreateDatasetCommand.d.ts +8 -6
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +7 -7
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +4 -4
- package/dist-types/commands/CreateFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateRecommenderCommand.d.ts +5 -5
- package/dist-types/commands/CreateSchemaCommand.d.ts +4 -4
- package/dist-types/commands/CreateSolutionCommand.d.ts +10 -10
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +9 -10
- package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSolutionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCampaignCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecipeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSolutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +2 -1
- package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/ListEventTrackersCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +1 -2
- package/dist-types/commands/ListSolutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +199 -34
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/Personalize.d.ts +15 -0
- package/dist-types/ts3.4/PersonalizeClient.d.ts +5 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +97 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.66.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.65.0...v3.66.0) (2022-04-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 04/07/2022 ([#3520](https://github.com/aws/aws-sdk-js-v3/issues/3520)) ([4aaf58a](https://github.com/aws/aws-sdk-js-v3/commit/4aaf58aa983f1c30430e5ce57cb47a36837c590b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-personalize
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.56.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.55.0...v3.56.0) (2022-03-24)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-personalize
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-personalize
|
package/dist-cjs/Personalize.js
CHANGED
|
@@ -53,7 +53,10 @@ const ListRecommendersCommand_1 = require("./commands/ListRecommendersCommand");
|
|
|
53
53
|
const ListSchemasCommand_1 = require("./commands/ListSchemasCommand");
|
|
54
54
|
const ListSolutionsCommand_1 = require("./commands/ListSolutionsCommand");
|
|
55
55
|
const ListSolutionVersionsCommand_1 = require("./commands/ListSolutionVersionsCommand");
|
|
56
|
+
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
56
57
|
const StopSolutionVersionCreationCommand_1 = require("./commands/StopSolutionVersionCreationCommand");
|
|
58
|
+
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
59
|
+
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
57
60
|
const UpdateCampaignCommand_1 = require("./commands/UpdateCampaignCommand");
|
|
58
61
|
const UpdateRecommenderCommand_1 = require("./commands/UpdateRecommenderCommand");
|
|
59
62
|
const PersonalizeClient_1 = require("./PersonalizeClient");
|
|
@@ -786,6 +789,20 @@ class Personalize extends PersonalizeClient_1.PersonalizeClient {
|
|
|
786
789
|
return this.send(command, optionsOrCb);
|
|
787
790
|
}
|
|
788
791
|
}
|
|
792
|
+
listTagsForResource(args, optionsOrCb, cb) {
|
|
793
|
+
const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
|
|
794
|
+
if (typeof optionsOrCb === "function") {
|
|
795
|
+
this.send(command, optionsOrCb);
|
|
796
|
+
}
|
|
797
|
+
else if (typeof cb === "function") {
|
|
798
|
+
if (typeof optionsOrCb !== "object")
|
|
799
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
800
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
801
|
+
}
|
|
802
|
+
else {
|
|
803
|
+
return this.send(command, optionsOrCb);
|
|
804
|
+
}
|
|
805
|
+
}
|
|
789
806
|
stopSolutionVersionCreation(args, optionsOrCb, cb) {
|
|
790
807
|
const command = new StopSolutionVersionCreationCommand_1.StopSolutionVersionCreationCommand(args);
|
|
791
808
|
if (typeof optionsOrCb === "function") {
|
|
@@ -800,6 +817,34 @@ class Personalize extends PersonalizeClient_1.PersonalizeClient {
|
|
|
800
817
|
return this.send(command, optionsOrCb);
|
|
801
818
|
}
|
|
802
819
|
}
|
|
820
|
+
tagResource(args, optionsOrCb, cb) {
|
|
821
|
+
const command = new TagResourceCommand_1.TagResourceCommand(args);
|
|
822
|
+
if (typeof optionsOrCb === "function") {
|
|
823
|
+
this.send(command, optionsOrCb);
|
|
824
|
+
}
|
|
825
|
+
else if (typeof cb === "function") {
|
|
826
|
+
if (typeof optionsOrCb !== "object")
|
|
827
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
828
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
829
|
+
}
|
|
830
|
+
else {
|
|
831
|
+
return this.send(command, optionsOrCb);
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
untagResource(args, optionsOrCb, cb) {
|
|
835
|
+
const command = new UntagResourceCommand_1.UntagResourceCommand(args);
|
|
836
|
+
if (typeof optionsOrCb === "function") {
|
|
837
|
+
this.send(command, optionsOrCb);
|
|
838
|
+
}
|
|
839
|
+
else if (typeof cb === "function") {
|
|
840
|
+
if (typeof optionsOrCb !== "object")
|
|
841
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
842
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
843
|
+
}
|
|
844
|
+
else {
|
|
845
|
+
return this.send(command, optionsOrCb);
|
|
846
|
+
}
|
|
847
|
+
}
|
|
803
848
|
updateCampaign(args, optionsOrCb, cb) {
|
|
804
849
|
const command = new UpdateCampaignCommand_1.UpdateCampaignCommand(args);
|
|
805
850
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListTagsForResourceCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "PersonalizeClient";
|
|
18
|
+
const commandName = "ListTagsForResourceCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListTagsForResourceRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TagResourceCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class TagResourceCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "PersonalizeClient";
|
|
18
|
+
const commandName = "TagResourceCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.TagResourceRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.TagResourceResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UntagResourceCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class UntagResourceCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "PersonalizeClient";
|
|
18
|
+
const commandName = "UntagResourceCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UntagResourceRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UntagResourceResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -53,6 +53,9 @@ tslib_1.__exportStar(require("./ListRecommendersCommand"), exports);
|
|
|
53
53
|
tslib_1.__exportStar(require("./ListSchemasCommand"), exports);
|
|
54
54
|
tslib_1.__exportStar(require("./ListSolutionVersionsCommand"), exports);
|
|
55
55
|
tslib_1.__exportStar(require("./ListSolutionsCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
56
57
|
tslib_1.__exportStar(require("./StopSolutionVersionCreationCommand"), exports);
|
|
58
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
59
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
57
60
|
tslib_1.__exportStar(require("./UpdateCampaignCommand"), exports);
|
|
58
61
|
tslib_1.__exportStar(require("./UpdateRecommenderCommand"), exports);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateRecommenderResponse = exports.UpdateRecommenderRequest = exports.UpdateCampaignResponse = exports.UpdateCampaignRequest = exports.StopSolutionVersionCreationRequest = exports.ListSolutionVersionsResponse = exports.ListSolutionVersionsRequest = exports.ListSolutionsResponse = exports.SolutionSummary = exports.ListSolutionsRequest = exports.ListSchemasResponse = exports.DatasetSchemaSummary = exports.ListSchemasRequest = exports.ListRecommendersResponse = exports.RecommenderSummary = exports.ListRecommendersRequest = exports.ListRecipesResponse = exports.RecipeSummary = exports.ListRecipesRequest = exports.RecipeProvider = exports.ListFiltersResponse = void 0;
|
|
3
|
+
exports.ContinuousHyperParameterRange = exports.CategoricalHyperParameterRange = exports.AutoMLConfig = exports.CreateSchemaResponse = exports.CreateSchemaRequest = exports.CreateRecommenderResponse = exports.CreateRecommenderRequest = exports.RecommenderConfig = exports.CreateFilterResponse = exports.CreateFilterRequest = exports.CreateEventTrackerResponse = exports.CreateEventTrackerRequest = exports.CreateDatasetImportJobResponse = exports.CreateDatasetImportJobRequest = exports.DataSource = exports.CreateDatasetGroupResponse = exports.CreateDatasetGroupRequest = exports.Domain = exports.CreateDatasetExportJobResponse = exports.CreateDatasetExportJobRequest = exports.DatasetExportJobOutput = exports.IngestionMode = exports.CreateDatasetResponse = exports.CreateDatasetRequest = exports.CreateCampaignResponse = exports.CreateCampaignRequest = exports.CampaignConfig = exports.CreateBatchSegmentJobResponse = exports.CreateBatchSegmentJobRequest = exports.BatchSegmentJobOutput = exports.BatchSegmentJobInput = exports.TooManyTagsException = exports.ResourceNotFoundException = exports.ResourceInUseException = exports.ResourceAlreadyExistsException = exports.LimitExceededException = exports.InvalidInputException = exports.CreateBatchInferenceJobResponse = exports.CreateBatchInferenceJobRequest = exports.Tag = exports.BatchInferenceJobOutput = exports.BatchInferenceJobInput = exports.S3DataConfig = exports.BatchInferenceJobConfig = exports.Algorithm = exports.DefaultHyperParameterRanges = exports.DefaultIntegerHyperParameterRange = exports.DefaultContinuousHyperParameterRange = exports.DefaultCategoricalHyperParameterRange = exports.AlgorithmImage = void 0;
|
|
4
|
+
exports.FeatureTransformation = exports.DescribeFeatureTransformationRequest = exports.DescribeEventTrackerResponse = exports.EventTracker = exports.DescribeEventTrackerRequest = exports.DescribeDatasetImportJobResponse = exports.DatasetImportJob = exports.DescribeDatasetImportJobRequest = exports.DescribeDatasetGroupResponse = exports.DatasetGroup = exports.DescribeDatasetGroupRequest = exports.DescribeDatasetExportJobResponse = exports.DatasetExportJob = exports.DescribeDatasetExportJobRequest = exports.DescribeDatasetResponse = exports.Dataset = exports.DescribeDatasetRequest = exports.DescribeCampaignResponse = exports.Campaign = exports.CampaignUpdateSummary = exports.DescribeCampaignRequest = exports.DescribeBatchSegmentJobResponse = exports.BatchSegmentJob = exports.DescribeBatchSegmentJobRequest = exports.DescribeBatchInferenceJobResponse = exports.BatchInferenceJob = exports.DescribeBatchInferenceJobRequest = exports.DescribeAlgorithmResponse = exports.DescribeAlgorithmRequest = exports.DeleteSolutionRequest = exports.DeleteSchemaRequest = exports.DeleteRecommenderRequest = exports.DeleteFilterRequest = exports.DeleteEventTrackerRequest = exports.DeleteDatasetGroupRequest = exports.DeleteDatasetRequest = exports.DeleteCampaignRequest = exports.CreateSolutionVersionResponse = exports.CreateSolutionVersionRequest = exports.TrainingMode = exports.CreateSolutionResponse = exports.CreateSolutionRequest = exports.SolutionConfig = exports.OptimizationObjective = exports.ObjectiveSensitivity = exports.HPOConfig = exports.HPOResourceConfig = exports.HPOObjective = exports.HyperParameterRanges = exports.IntegerHyperParameterRange = void 0;
|
|
5
|
+
exports.ListEventTrackersResponse = exports.EventTrackerSummary = exports.ListEventTrackersRequest = exports.ListDatasetsResponse = exports.DatasetSummary = exports.ListDatasetsRequest = exports.ListDatasetImportJobsResponse = exports.DatasetImportJobSummary = exports.ListDatasetImportJobsRequest = exports.ListDatasetGroupsResponse = exports.DatasetGroupSummary = exports.ListDatasetGroupsRequest = exports.ListDatasetExportJobsResponse = exports.DatasetExportJobSummary = exports.ListDatasetExportJobsRequest = exports.ListCampaignsResponse = exports.CampaignSummary = exports.ListCampaignsRequest = exports.ListBatchSegmentJobsResponse = exports.BatchSegmentJobSummary = exports.ListBatchSegmentJobsRequest = exports.ListBatchInferenceJobsResponse = exports.BatchInferenceJobSummary = exports.ListBatchInferenceJobsRequest = exports.InvalidNextTokenException = exports.GetSolutionMetricsResponse = exports.GetSolutionMetricsRequest = exports.DescribeSolutionVersionResponse = exports.SolutionVersion = exports.TunedHPOParams = exports.DescribeSolutionVersionRequest = exports.DescribeSolutionResponse = exports.Solution = exports.SolutionVersionSummary = exports.AutoMLResult = exports.DescribeSolutionRequest = exports.DescribeSchemaResponse = exports.DatasetSchema = exports.DescribeSchemaRequest = exports.DescribeRecommenderResponse = exports.Recommender = exports.RecommenderUpdateSummary = exports.DescribeRecommenderRequest = exports.DescribeRecipeResponse = exports.Recipe = exports.DescribeRecipeRequest = exports.DescribeFilterResponse = exports.Filter = exports.DescribeFilterRequest = exports.DescribeFeatureTransformationResponse = void 0;
|
|
6
|
+
exports.UpdateRecommenderResponse = exports.UpdateRecommenderRequest = exports.UpdateCampaignResponse = exports.UpdateCampaignRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TooManyTagKeysException = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopSolutionVersionCreationRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListSolutionVersionsResponse = exports.ListSolutionVersionsRequest = exports.ListSolutionsResponse = exports.SolutionSummary = exports.ListSolutionsRequest = exports.ListSchemasResponse = exports.DatasetSchemaSummary = exports.ListSchemasRequest = exports.ListRecommendersResponse = exports.RecommenderSummary = exports.ListRecommendersRequest = exports.ListRecipesResponse = exports.RecipeSummary = exports.ListRecipesRequest = exports.RecipeProvider = exports.ListFiltersResponse = exports.FilterSummary = exports.ListFiltersRequest = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
const PersonalizeServiceException_1 = require("./PersonalizeServiceException");
|
|
9
9
|
var AlgorithmImage;
|
|
@@ -66,6 +66,12 @@ var BatchInferenceJobOutput;
|
|
|
66
66
|
...obj,
|
|
67
67
|
});
|
|
68
68
|
})(BatchInferenceJobOutput = exports.BatchInferenceJobOutput || (exports.BatchInferenceJobOutput = {}));
|
|
69
|
+
var Tag;
|
|
70
|
+
(function (Tag) {
|
|
71
|
+
Tag.filterSensitiveLog = (obj) => ({
|
|
72
|
+
...obj,
|
|
73
|
+
});
|
|
74
|
+
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
69
75
|
var CreateBatchInferenceJobRequest;
|
|
70
76
|
(function (CreateBatchInferenceJobRequest) {
|
|
71
77
|
CreateBatchInferenceJobRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -143,6 +149,19 @@ class ResourceNotFoundException extends PersonalizeServiceException_1.Personaliz
|
|
|
143
149
|
}
|
|
144
150
|
}
|
|
145
151
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
152
|
+
class TooManyTagsException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
153
|
+
constructor(opts) {
|
|
154
|
+
super({
|
|
155
|
+
name: "TooManyTagsException",
|
|
156
|
+
$fault: "client",
|
|
157
|
+
...opts,
|
|
158
|
+
});
|
|
159
|
+
this.name = "TooManyTagsException";
|
|
160
|
+
this.$fault = "client";
|
|
161
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
146
165
|
var BatchSegmentJobInput;
|
|
147
166
|
(function (BatchSegmentJobInput) {
|
|
148
167
|
BatchSegmentJobInput.filterSensitiveLog = (obj) => ({
|
|
@@ -1044,12 +1063,61 @@ var ListSolutionVersionsResponse;
|
|
|
1044
1063
|
...obj,
|
|
1045
1064
|
});
|
|
1046
1065
|
})(ListSolutionVersionsResponse = exports.ListSolutionVersionsResponse || (exports.ListSolutionVersionsResponse = {}));
|
|
1066
|
+
var ListTagsForResourceRequest;
|
|
1067
|
+
(function (ListTagsForResourceRequest) {
|
|
1068
|
+
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1069
|
+
...obj,
|
|
1070
|
+
});
|
|
1071
|
+
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1072
|
+
var ListTagsForResourceResponse;
|
|
1073
|
+
(function (ListTagsForResourceResponse) {
|
|
1074
|
+
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1075
|
+
...obj,
|
|
1076
|
+
});
|
|
1077
|
+
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1047
1078
|
var StopSolutionVersionCreationRequest;
|
|
1048
1079
|
(function (StopSolutionVersionCreationRequest) {
|
|
1049
1080
|
StopSolutionVersionCreationRequest.filterSensitiveLog = (obj) => ({
|
|
1050
1081
|
...obj,
|
|
1051
1082
|
});
|
|
1052
1083
|
})(StopSolutionVersionCreationRequest = exports.StopSolutionVersionCreationRequest || (exports.StopSolutionVersionCreationRequest = {}));
|
|
1084
|
+
var TagResourceRequest;
|
|
1085
|
+
(function (TagResourceRequest) {
|
|
1086
|
+
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1087
|
+
...obj,
|
|
1088
|
+
});
|
|
1089
|
+
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1090
|
+
var TagResourceResponse;
|
|
1091
|
+
(function (TagResourceResponse) {
|
|
1092
|
+
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1093
|
+
...obj,
|
|
1094
|
+
});
|
|
1095
|
+
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1096
|
+
class TooManyTagKeysException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
1097
|
+
constructor(opts) {
|
|
1098
|
+
super({
|
|
1099
|
+
name: "TooManyTagKeysException",
|
|
1100
|
+
$fault: "client",
|
|
1101
|
+
...opts,
|
|
1102
|
+
});
|
|
1103
|
+
this.name = "TooManyTagKeysException";
|
|
1104
|
+
this.$fault = "client";
|
|
1105
|
+
Object.setPrototypeOf(this, TooManyTagKeysException.prototype);
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
exports.TooManyTagKeysException = TooManyTagKeysException;
|
|
1109
|
+
var UntagResourceRequest;
|
|
1110
|
+
(function (UntagResourceRequest) {
|
|
1111
|
+
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1112
|
+
...obj,
|
|
1113
|
+
});
|
|
1114
|
+
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1115
|
+
var UntagResourceResponse;
|
|
1116
|
+
(function (UntagResourceResponse) {
|
|
1117
|
+
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1118
|
+
...obj,
|
|
1119
|
+
});
|
|
1120
|
+
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1053
1121
|
var UpdateCampaignRequest;
|
|
1054
1122
|
(function (UpdateCampaignRequest) {
|
|
1055
1123
|
UpdateCampaignRequest.filterSensitiveLog = (obj) => ({
|