@aws-sdk/client-personalize 3.496.0 → 3.499.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/index.js +24 -23
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -5596,7 +5596,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5596
5596
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5597
5597
|
|
|
5598
5598
|
0 && (module.exports = {
|
|
5599
|
-
|
|
5599
|
+
PersonalizeServiceException,
|
|
5600
|
+
__Client,
|
|
5601
|
+
PersonalizeClient,
|
|
5602
|
+
Personalize,
|
|
5603
|
+
$Command,
|
|
5600
5604
|
CreateBatchInferenceJobCommand,
|
|
5601
5605
|
CreateBatchSegmentJobCommand,
|
|
5602
5606
|
CreateCampaignCommand,
|
|
@@ -5606,7 +5610,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5606
5610
|
CreateDatasetImportJobCommand,
|
|
5607
5611
|
CreateEventTrackerCommand,
|
|
5608
5612
|
CreateFilterCommand,
|
|
5609
|
-
CreateFilterRequestFilterSensitiveLog,
|
|
5610
5613
|
CreateMetricAttributionCommand,
|
|
5611
5614
|
CreateRecommenderCommand,
|
|
5612
5615
|
CreateSchemaCommand,
|
|
@@ -5632,21 +5635,13 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5632
5635
|
DescribeEventTrackerCommand,
|
|
5633
5636
|
DescribeFeatureTransformationCommand,
|
|
5634
5637
|
DescribeFilterCommand,
|
|
5635
|
-
DescribeFilterResponseFilterSensitiveLog,
|
|
5636
5638
|
DescribeMetricAttributionCommand,
|
|
5637
5639
|
DescribeRecipeCommand,
|
|
5638
5640
|
DescribeRecommenderCommand,
|
|
5639
5641
|
DescribeSchemaCommand,
|
|
5640
5642
|
DescribeSolutionCommand,
|
|
5641
5643
|
DescribeSolutionVersionCommand,
|
|
5642
|
-
Domain,
|
|
5643
|
-
FilterFilterSensitiveLog,
|
|
5644
5644
|
GetSolutionMetricsCommand,
|
|
5645
|
-
ImportMode,
|
|
5646
|
-
IngestionMode,
|
|
5647
|
-
InvalidInputException,
|
|
5648
|
-
InvalidNextTokenException,
|
|
5649
|
-
LimitExceededException,
|
|
5650
5645
|
ListBatchInferenceJobsCommand,
|
|
5651
5646
|
ListBatchSegmentJobsCommand,
|
|
5652
5647
|
ListCampaignsCommand,
|
|
@@ -5664,27 +5659,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5664
5659
|
ListSolutionVersionsCommand,
|
|
5665
5660
|
ListSolutionsCommand,
|
|
5666
5661
|
ListTagsForResourceCommand,
|
|
5667
|
-
ObjectiveSensitivity,
|
|
5668
|
-
Personalize,
|
|
5669
|
-
PersonalizeClient,
|
|
5670
|
-
PersonalizeServiceException,
|
|
5671
|
-
RecipeProvider,
|
|
5672
|
-
ResourceAlreadyExistsException,
|
|
5673
|
-
ResourceInUseException,
|
|
5674
|
-
ResourceNotFoundException,
|
|
5675
5662
|
StartRecommenderCommand,
|
|
5676
5663
|
StopRecommenderCommand,
|
|
5677
5664
|
StopSolutionVersionCreationCommand,
|
|
5678
5665
|
TagResourceCommand,
|
|
5679
|
-
TooManyTagKeysException,
|
|
5680
|
-
TooManyTagsException,
|
|
5681
|
-
TrainingMode,
|
|
5682
5666
|
UntagResourceCommand,
|
|
5683
5667
|
UpdateCampaignCommand,
|
|
5684
5668
|
UpdateDatasetCommand,
|
|
5685
5669
|
UpdateMetricAttributionCommand,
|
|
5686
5670
|
UpdateRecommenderCommand,
|
|
5687
|
-
__Client,
|
|
5688
5671
|
paginateListBatchInferenceJobs,
|
|
5689
5672
|
paginateListBatchSegmentJobs,
|
|
5690
5673
|
paginateListCampaigns,
|
|
@@ -5700,6 +5683,24 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5700
5683
|
paginateListRecommenders,
|
|
5701
5684
|
paginateListSchemas,
|
|
5702
5685
|
paginateListSolutionVersions,
|
|
5703
|
-
paginateListSolutions
|
|
5686
|
+
paginateListSolutions,
|
|
5687
|
+
BatchInferenceJobMode,
|
|
5688
|
+
InvalidInputException,
|
|
5689
|
+
LimitExceededException,
|
|
5690
|
+
ResourceAlreadyExistsException,
|
|
5691
|
+
ResourceInUseException,
|
|
5692
|
+
ResourceNotFoundException,
|
|
5693
|
+
TooManyTagsException,
|
|
5694
|
+
IngestionMode,
|
|
5695
|
+
Domain,
|
|
5696
|
+
ImportMode,
|
|
5697
|
+
ObjectiveSensitivity,
|
|
5698
|
+
TrainingMode,
|
|
5699
|
+
InvalidNextTokenException,
|
|
5700
|
+
RecipeProvider,
|
|
5701
|
+
TooManyTagKeysException,
|
|
5702
|
+
CreateFilterRequestFilterSensitiveLog,
|
|
5703
|
+
FilterFilterSensitiveLog,
|
|
5704
|
+
DescribeFilterResponseFilterSensitiveLog
|
|
5704
5705
|
});
|
|
5705
5706
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-personalize",
|
|
3
3
|
"description": "AWS SDK for JavaScript Personalize Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-personalize",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|