@aws-sdk/client-personalize-runtime 3.489.0 → 3.493.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.
|
@@ -157,7 +157,7 @@ export interface GetPersonalizedRankingRequest {
|
|
|
157
157
|
* The map key is <code>ITEMS</code> and the value is a list of column names from your Items dataset.
|
|
158
158
|
* The maximum number of columns you can provide is 10.</p>
|
|
159
159
|
* <p>
|
|
160
|
-
* For information about enabling metadata for a campaign, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/create-campaign-return-metadata
|
|
160
|
+
* For information about enabling metadata for a campaign, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/campaigns.html#create-campaign-return-metadata">Enabling metadata in recommendations for a campaign</a>.
|
|
161
161
|
* </p>
|
|
162
162
|
*/
|
|
163
163
|
metadataColumns?: Record<string, string[]>;
|
|
@@ -315,8 +315,8 @@ export interface GetRecommendationsRequest {
|
|
|
315
315
|
* The map key is <code>ITEMS</code> and the value is a list of column names from your Items dataset.
|
|
316
316
|
* The maximum number of columns you can provide is 10.</p>
|
|
317
317
|
* <p>
|
|
318
|
-
* For information about enabling metadata for a campaign, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/create-campaign-return-metadata
|
|
319
|
-
* For information about enabling metadata for a recommender, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/create-recommender-return-metadata
|
|
318
|
+
* For information about enabling metadata for a campaign, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/campaigns.html#create-campaign-return-metadata">Enabling metadata in recommendations for a campaign</a>.
|
|
319
|
+
* For information about enabling metadata for a recommender, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/creating-recommenders.html#create-recommender-return-metadata">Enabling metadata in recommendations for a recommender</a>.
|
|
320
320
|
* </p>
|
|
321
321
|
*/
|
|
322
322
|
metadataColumns?: Record<string, string[]>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-personalize-runtime",
|
|
3
3
|
"description": "AWS SDK for JavaScript Personalize Runtime Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.493.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.490.0",
|
|
24
|
+
"@aws-sdk/core": "3.490.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.490.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.489.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.489.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.489.0",
|