@aws-sdk/client-personalize 3.341.0 → 3.344.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/protocols/Aws_json1_1.js +2 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +2 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +5 -3
- package/dist-types/commands/CreateDatasetCommand.d.ts +0 -1
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +0 -1
- package/dist-types/commands/CreateRecommenderCommand.d.ts +12 -3
- package/dist-types/commands/CreateSchemaCommand.d.ts +0 -1
- package/dist-types/commands/CreateSolutionCommand.d.ts +9 -7
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +14 -0
- package/dist-types/commands/DescribeSolutionCommand.d.ts +7 -0
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +7 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +7 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCampaignCommand.d.ts +0 -2
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +15 -1
- package/dist-types/models/models_0.d.ts +65 -22
- package/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/package.json +28 -28
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a = "
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://personalize-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://personalize-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://personalize.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://personalize.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -3148,6 +3148,7 @@ const se_SolutionConfig = (input, context) => {
|
|
|
3148
3148
|
featureTransformationParameters: smithy_client_1._json,
|
|
3149
3149
|
hpoConfig: (_) => se_HPOConfig(_, context),
|
|
3150
3150
|
optimizationObjective: smithy_client_1._json,
|
|
3151
|
+
trainingDataConfig: smithy_client_1._json,
|
|
3151
3152
|
});
|
|
3152
3153
|
};
|
|
3153
3154
|
const de_Algorithm = (output, context) => {
|
|
@@ -3875,6 +3876,7 @@ const de_SolutionConfig = (output, context) => {
|
|
|
3875
3876
|
featureTransformationParameters: smithy_client_1._json,
|
|
3876
3877
|
hpoConfig: (_) => de_HPOConfig(_, context),
|
|
3877
3878
|
optimizationObjective: smithy_client_1._json,
|
|
3879
|
+
trainingDataConfig: smithy_client_1._json,
|
|
3878
3880
|
});
|
|
3879
3881
|
};
|
|
3880
3882
|
const de_Solutions = (output, context) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a = "
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://personalize-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://personalize-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://personalize.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://personalize.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -3011,6 +3011,7 @@ const se_SolutionConfig = (input, context) => {
|
|
|
3011
3011
|
featureTransformationParameters: _json,
|
|
3012
3012
|
hpoConfig: (_) => se_HPOConfig(_, context),
|
|
3013
3013
|
optimizationObjective: _json,
|
|
3014
|
+
trainingDataConfig: _json,
|
|
3014
3015
|
});
|
|
3015
3016
|
};
|
|
3016
3017
|
const de_Algorithm = (output, context) => {
|
|
@@ -3738,6 +3739,7 @@ const de_SolutionConfig = (output, context) => {
|
|
|
3738
3739
|
featureTransformationParameters: _json,
|
|
3739
3740
|
hpoConfig: (_) => de_HPOConfig(_, context),
|
|
3740
3741
|
optimizationObjective: _json,
|
|
3742
|
+
trainingDataConfig: _json,
|
|
3741
3743
|
});
|
|
3742
3744
|
};
|
|
3743
3745
|
const de_Solutions = (output, context) => {
|
|
@@ -28,11 +28,14 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
|
|
|
28
28
|
* and
|
|
29
29
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetPersonalizedRanking.html">GetPersonalizedRanking</a>
|
|
30
30
|
* APIs, a campaign is specified in the request.</p>
|
|
31
|
-
*
|
|
32
31
|
* <p>
|
|
33
32
|
* <b>Minimum Provisioned TPS and Auto-Scaling</b>
|
|
34
33
|
* </p>
|
|
35
|
-
*
|
|
34
|
+
* <important>
|
|
35
|
+
* <p> A high <code>minProvisionedTPS</code> will increase your bill. We recommend starting with 1 for <code>minProvisionedTPS</code> (the default). Track
|
|
36
|
+
* your usage using Amazon CloudWatch metrics, and increase the <code>minProvisionedTPS</code>
|
|
37
|
+
* as necessary.</p>
|
|
38
|
+
* </important>
|
|
36
39
|
* <p>A transaction is a single <code>GetRecommendations</code> or
|
|
37
40
|
* <code>GetPersonalizedRanking</code> call. Transactions per second (TPS) is the throughput
|
|
38
41
|
* and unit of billing for Amazon Personalize. The minimum provisioned TPS
|
|
@@ -50,7 +53,6 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
|
|
|
50
53
|
* We recommend starting with a low <code>minProvisionedTPS</code>, track
|
|
51
54
|
* your usage using Amazon CloudWatch metrics, and then increase the <code>minProvisionedTPS</code>
|
|
52
55
|
* as necessary.</p>
|
|
53
|
-
*
|
|
54
56
|
* <p>
|
|
55
57
|
* <b>Status</b>
|
|
56
58
|
* </p>
|
|
@@ -26,7 +26,6 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
26
26
|
* <p>Creates an empty dataset and adds it to the specified dataset group.
|
|
27
27
|
* Use <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a> to import your training data to a
|
|
28
28
|
* dataset.</p>
|
|
29
|
-
*
|
|
30
29
|
* <p>There are three types of datasets:</p>
|
|
31
30
|
* <ul>
|
|
32
31
|
* <li>
|
|
@@ -55,7 +55,6 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
|
|
|
55
55
|
* <p>Importing takes time. You must wait until the status shows as ACTIVE
|
|
56
56
|
* before training a model using the dataset.</p>
|
|
57
57
|
* </note>
|
|
58
|
-
*
|
|
59
58
|
* <p class="title">
|
|
60
59
|
* <b>Related APIs</b>
|
|
61
60
|
* </p>
|
|
@@ -28,11 +28,14 @@ export interface CreateRecommenderCommandOutput extends CreateRecommenderRespons
|
|
|
28
28
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html">GetRecommendations</a>
|
|
29
29
|
* request.
|
|
30
30
|
* </p>
|
|
31
|
-
*
|
|
32
31
|
* <p>
|
|
33
32
|
* <b>Minimum recommendation requests per second</b>
|
|
34
33
|
* </p>
|
|
35
|
-
*
|
|
34
|
+
* <important>
|
|
35
|
+
* <p>A high <code>minRecommendationRequestsPerSecond</code> will increase your bill. We recommend starting with 1 for <code>minRecommendationRequestsPerSecond</code> (the default). Track
|
|
36
|
+
* your usage using Amazon CloudWatch metrics, and increase the <code>minRecommendationRequestsPerSecond</code>
|
|
37
|
+
* as necessary.</p>
|
|
38
|
+
* </important>
|
|
36
39
|
* <p>When you create a recommender, you can configure the recommender's minimum recommendation requests per second. The minimum recommendation requests per second
|
|
37
40
|
* (<code>minRecommendationRequestsPerSecond</code>) specifies the baseline recommendation request throughput provisioned by
|
|
38
41
|
* Amazon Personalize. The default minRecommendationRequestsPerSecond is <code>1</code>. A recommendation request is a single <code>GetRecommendations</code> operation.
|
|
@@ -53,7 +56,6 @@ export interface CreateRecommenderCommandOutput extends CreateRecommenderRespons
|
|
|
53
56
|
* your usage using Amazon CloudWatch metrics, and then increase the <code>minRecommendationRequestsPerSecond</code>
|
|
54
57
|
* as necessary.
|
|
55
58
|
* </p>
|
|
56
|
-
*
|
|
57
59
|
* <p>
|
|
58
60
|
* <b>Status</b>
|
|
59
61
|
* </p>
|
|
@@ -114,6 +116,13 @@ export interface CreateRecommenderCommandOutput extends CreateRecommenderRespons
|
|
|
114
116
|
* "<keys>": "STRING_VALUE",
|
|
115
117
|
* },
|
|
116
118
|
* minRecommendationRequestsPerSecond: Number("int"),
|
|
119
|
+
* trainingDataConfig: { // TrainingDataConfig
|
|
120
|
+
* excludedDatasetColumns: { // ExcludedDatasetColumns
|
|
121
|
+
* "<keys>": [ // ColumnNamesList
|
|
122
|
+
* "STRING_VALUE",
|
|
123
|
+
* ],
|
|
124
|
+
* },
|
|
125
|
+
* },
|
|
117
126
|
* },
|
|
118
127
|
* tags: [ // Tags
|
|
119
128
|
* { // Tag
|
|
@@ -29,7 +29,6 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
29
29
|
* type and has a set of required field and keywords. If you are creating a schema for a dataset in a Domain dataset group, you
|
|
30
30
|
* provide the domain of the Domain dataset group.
|
|
31
31
|
* You specify a schema when you call <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDataset.html">CreateDataset</a>.</p>
|
|
32
|
-
*
|
|
33
32
|
* <p class="title">
|
|
34
33
|
* <b>Related APIs</b>
|
|
35
34
|
* </p>
|
|
@@ -24,7 +24,7 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Creates the configuration for training a model. A trained model is known as
|
|
27
|
-
* a solution. After the configuration is created, you train the model (create a solution)
|
|
27
|
+
* a solution version. After the configuration is created, you train the model (create a solution version)
|
|
28
28
|
* by calling the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolutionVersion.html">CreateSolutionVersion</a> operation. Every time you call
|
|
29
29
|
* <code>CreateSolutionVersion</code>, a new version of the solution is created.</p>
|
|
30
30
|
* <p>After creating a solution version, you check its accuracy by calling
|
|
@@ -35,9 +35,7 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
|
|
|
35
35
|
* <p>To train a model, Amazon Personalize requires training data and a recipe. The training data
|
|
36
36
|
* comes from the dataset group that you provide in the request. A recipe specifies
|
|
37
37
|
* the training algorithm and a feature transformation. You can specify one of the predefined
|
|
38
|
-
* recipes provided by Amazon Personalize.
|
|
39
|
-
* <code>performAutoML</code> and Amazon Personalize will analyze your data and select the
|
|
40
|
-
* optimum USER_PERSONALIZATION recipe for you.</p>
|
|
38
|
+
* recipes provided by Amazon Personalize. </p>
|
|
41
39
|
* <note>
|
|
42
40
|
* <p>Amazon Personalize doesn't support configuring the <code>hpoObjective</code>
|
|
43
41
|
* for solution hyperparameter optimization at this time.</p>
|
|
@@ -56,9 +54,6 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
|
|
|
56
54
|
* </ul>
|
|
57
55
|
* <p>To get the status of the solution, call <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeSolution.html">DescribeSolution</a>. Wait
|
|
58
56
|
* until the status shows as ACTIVE before calling <code>CreateSolutionVersion</code>.</p>
|
|
59
|
-
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
57
|
* <p class="title">
|
|
63
58
|
* <b>Related APIs</b>
|
|
64
59
|
* </p>
|
|
@@ -162,6 +157,13 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
|
|
|
162
157
|
* itemAttribute: "STRING_VALUE",
|
|
163
158
|
* objectiveSensitivity: "LOW" || "MEDIUM" || "HIGH" || "OFF",
|
|
164
159
|
* },
|
|
160
|
+
* trainingDataConfig: { // TrainingDataConfig
|
|
161
|
+
* excludedDatasetColumns: { // ExcludedDatasetColumns
|
|
162
|
+
* "<keys>": [ // ColumnNamesList
|
|
163
|
+
* "STRING_VALUE",
|
|
164
|
+
* ],
|
|
165
|
+
* },
|
|
166
|
+
* },
|
|
165
167
|
* },
|
|
166
168
|
* tags: [ // Tags
|
|
167
169
|
* { // Tag
|
|
@@ -63,6 +63,13 @@ export interface DescribeRecommenderCommandOutput extends DescribeRecommenderRes
|
|
|
63
63
|
* // "<keys>": "STRING_VALUE",
|
|
64
64
|
* // },
|
|
65
65
|
* // minRecommendationRequestsPerSecond: Number("int"),
|
|
66
|
+
* // trainingDataConfig: { // TrainingDataConfig
|
|
67
|
+
* // excludedDatasetColumns: { // ExcludedDatasetColumns
|
|
68
|
+
* // "<keys>": [ // ColumnNamesList
|
|
69
|
+
* // "STRING_VALUE",
|
|
70
|
+
* // ],
|
|
71
|
+
* // },
|
|
72
|
+
* // },
|
|
66
73
|
* // },
|
|
67
74
|
* // creationDateTime: new Date("TIMESTAMP"),
|
|
68
75
|
* // lastUpdatedDateTime: new Date("TIMESTAMP"),
|
|
@@ -74,6 +81,13 @@ export interface DescribeRecommenderCommandOutput extends DescribeRecommenderRes
|
|
|
74
81
|
* // "<keys>": "STRING_VALUE",
|
|
75
82
|
* // },
|
|
76
83
|
* // minRecommendationRequestsPerSecond: Number("int"),
|
|
84
|
+
* // trainingDataConfig: {
|
|
85
|
+
* // excludedDatasetColumns: {
|
|
86
|
+
* // "<keys>": [
|
|
87
|
+
* // "STRING_VALUE",
|
|
88
|
+
* // ],
|
|
89
|
+
* // },
|
|
90
|
+
* // },
|
|
77
91
|
* // },
|
|
78
92
|
* // creationDateTime: new Date("TIMESTAMP"),
|
|
79
93
|
* // lastUpdatedDateTime: new Date("TIMESTAMP"),
|
|
@@ -98,6 +98,13 @@ export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse,
|
|
|
98
98
|
* // itemAttribute: "STRING_VALUE",
|
|
99
99
|
* // objectiveSensitivity: "LOW" || "MEDIUM" || "HIGH" || "OFF",
|
|
100
100
|
* // },
|
|
101
|
+
* // trainingDataConfig: { // TrainingDataConfig
|
|
102
|
+
* // excludedDatasetColumns: { // ExcludedDatasetColumns
|
|
103
|
+
* // "<keys>": [ // ColumnNamesList
|
|
104
|
+
* // "STRING_VALUE",
|
|
105
|
+
* // ],
|
|
106
|
+
* // },
|
|
107
|
+
* // },
|
|
101
108
|
* // },
|
|
102
109
|
* // autoMLResult: { // AutoMLResult
|
|
103
110
|
* // bestRecipeArn: "STRING_VALUE",
|
|
@@ -99,6 +99,13 @@ export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVe
|
|
|
99
99
|
* // itemAttribute: "STRING_VALUE",
|
|
100
100
|
* // objectiveSensitivity: "LOW" || "MEDIUM" || "HIGH" || "OFF",
|
|
101
101
|
* // },
|
|
102
|
+
* // trainingDataConfig: { // TrainingDataConfig
|
|
103
|
+
* // excludedDatasetColumns: { // ExcludedDatasetColumns
|
|
104
|
+
* // "<keys>": [ // ColumnNamesList
|
|
105
|
+
* // "STRING_VALUE",
|
|
106
|
+
* // ],
|
|
107
|
+
* // },
|
|
108
|
+
* // },
|
|
102
109
|
* // },
|
|
103
110
|
* // trainingHours: Number("double"),
|
|
104
111
|
* // trainingMode: "FULL" || "UPDATE",
|
|
@@ -52,6 +52,13 @@ export interface ListRecommendersCommandOutput extends ListRecommendersResponse,
|
|
|
52
52
|
* // "<keys>": "STRING_VALUE",
|
|
53
53
|
* // },
|
|
54
54
|
* // minRecommendationRequestsPerSecond: Number("int"),
|
|
55
|
+
* // trainingDataConfig: { // TrainingDataConfig
|
|
56
|
+
* // excludedDatasetColumns: { // ExcludedDatasetColumns
|
|
57
|
+
* // "<keys>": [ // ColumnNamesList
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // },
|
|
61
|
+
* // },
|
|
55
62
|
* // },
|
|
56
63
|
* // status: "STRING_VALUE",
|
|
57
64
|
* // creationDateTime: new Date("TIMESTAMP"),
|
|
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Get a list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
26
|
+
* <p>Get a list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> attached to a resource.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Remove <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
26
|
+
* <p>Remove <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> that are attached to a resource.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -27,13 +27,11 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
|
|
|
27
27
|
* campaign's <code>minProvisionedTPS</code> parameter.</p>
|
|
28
28
|
* <p>To update a campaign, the campaign status must be ACTIVE or CREATE FAILED.
|
|
29
29
|
* Check the campaign status using the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeCampaign.html">DescribeCampaign</a> operation.</p>
|
|
30
|
-
*
|
|
31
30
|
* <note>
|
|
32
31
|
* <p>You can still get recommendations from a campaign while an update is in progress.
|
|
33
32
|
* The campaign will use the previous solution version and campaign configuration to generate recommendations until the latest campaign update status is <code>Active</code>.
|
|
34
33
|
* </p>
|
|
35
34
|
* </note>
|
|
36
|
-
*
|
|
37
35
|
* <p>For more information on campaigns, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateCampaign.html">CreateCampaign</a>.</p>
|
|
38
36
|
* @example
|
|
39
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,7 +23,14 @@ export interface UpdateRecommenderCommandOutput extends UpdateRecommenderRespons
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Updates the recommender to modify the recommender configuration
|
|
26
|
+
* <p>Updates the recommender to modify the recommender configuration.
|
|
27
|
+
* If you update the recommender to modify the columns used in training, Amazon Personalize automatically starts a full retraining of
|
|
28
|
+
* the models backing your recommender. While the update completes, you can still get recommendations from the recommender. The recommender
|
|
29
|
+
* uses the previous configuration until the update completes.
|
|
30
|
+
* To track the status of this update,
|
|
31
|
+
* use the <code>latestRecommenderUpdate</code> returned in the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_DescribeRecommender.html">DescribeRecommender</a>
|
|
32
|
+
* operation.
|
|
33
|
+
* </p>
|
|
27
34
|
* @example
|
|
28
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
36
|
* ```javascript
|
|
@@ -37,6 +44,13 @@ export interface UpdateRecommenderCommandOutput extends UpdateRecommenderRespons
|
|
|
37
44
|
* "<keys>": "STRING_VALUE",
|
|
38
45
|
* },
|
|
39
46
|
* minRecommendationRequestsPerSecond: Number("int"),
|
|
47
|
+
* trainingDataConfig: { // TrainingDataConfig
|
|
48
|
+
* excludedDatasetColumns: { // ExcludedDatasetColumns
|
|
49
|
+
* "<keys>": [ // ColumnNamesList
|
|
50
|
+
* "STRING_VALUE",
|
|
51
|
+
* ],
|
|
52
|
+
* },
|
|
53
|
+
* },
|
|
40
54
|
* },
|
|
41
55
|
* };
|
|
42
56
|
* const command = new UpdateRecommenderCommand(input);
|
|
@@ -201,7 +201,7 @@ export interface BatchInferenceJobOutput {
|
|
|
201
201
|
/**
|
|
202
202
|
* @public
|
|
203
203
|
* <p>The optional metadata that you apply to resources to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.
|
|
204
|
-
* For more information see <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
204
|
+
* For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">Tagging Amazon Personalize recources</a>.
|
|
205
205
|
* </p>
|
|
206
206
|
*/
|
|
207
207
|
export interface Tag {
|
|
@@ -256,7 +256,7 @@ export interface CreateBatchInferenceJobRequest {
|
|
|
256
256
|
*/
|
|
257
257
|
batchInferenceJobConfig?: BatchInferenceJobConfig;
|
|
258
258
|
/**
|
|
259
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
259
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the batch inference job.</p>
|
|
260
260
|
*/
|
|
261
261
|
tags?: Tag[];
|
|
262
262
|
}
|
|
@@ -380,7 +380,7 @@ export interface CreateBatchSegmentJobRequest {
|
|
|
380
380
|
*/
|
|
381
381
|
filterArn?: string;
|
|
382
382
|
/**
|
|
383
|
-
* <p>The number of predicted users generated by the batch segment job for each line of input data.</p>
|
|
383
|
+
* <p>The number of predicted users generated by the batch segment job for each line of input data. The maximum number of users per segment is 5 million.</p>
|
|
384
384
|
*/
|
|
385
385
|
numResults?: number;
|
|
386
386
|
/**
|
|
@@ -397,7 +397,7 @@ export interface CreateBatchSegmentJobRequest {
|
|
|
397
397
|
*/
|
|
398
398
|
roleArn: string | undefined;
|
|
399
399
|
/**
|
|
400
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
400
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the batch segment job.</p>
|
|
401
401
|
*/
|
|
402
402
|
tags?: Tag[];
|
|
403
403
|
}
|
|
@@ -437,7 +437,8 @@ export interface CreateCampaignRequest {
|
|
|
437
437
|
solutionVersionArn: string | undefined;
|
|
438
438
|
/**
|
|
439
439
|
* <p>Specifies the requested minimum provisioned transactions (recommendations) per second that
|
|
440
|
-
* Amazon Personalize will support
|
|
440
|
+
* Amazon Personalize will support. A high <code>minProvisionedTPS</code> will increase your bill. We recommend starting with 1 for <code>minProvisionedTPS</code> (the default). Track
|
|
441
|
+
* your usage using Amazon CloudWatch metrics, and increase the <code>minProvisionedTPS</code> as necessary.</p>
|
|
441
442
|
*/
|
|
442
443
|
minProvisionedTPS?: number;
|
|
443
444
|
/**
|
|
@@ -445,7 +446,7 @@ export interface CreateCampaignRequest {
|
|
|
445
446
|
*/
|
|
446
447
|
campaignConfig?: CampaignConfig;
|
|
447
448
|
/**
|
|
448
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
449
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the campaign.</p>
|
|
449
450
|
*/
|
|
450
451
|
tags?: Tag[];
|
|
451
452
|
}
|
|
@@ -493,7 +494,7 @@ export interface CreateDatasetRequest {
|
|
|
493
494
|
*/
|
|
494
495
|
datasetType: string | undefined;
|
|
495
496
|
/**
|
|
496
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
497
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the dataset.</p>
|
|
497
498
|
*/
|
|
498
499
|
tags?: Tag[];
|
|
499
500
|
}
|
|
@@ -561,7 +562,7 @@ export interface CreateDatasetExportJobRequest {
|
|
|
561
562
|
*/
|
|
562
563
|
jobOutput: DatasetExportJobOutput | undefined;
|
|
563
564
|
/**
|
|
564
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
565
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the dataset export job.</p>
|
|
565
566
|
*/
|
|
566
567
|
tags?: Tag[];
|
|
567
568
|
}
|
|
@@ -614,7 +615,7 @@ export interface CreateDatasetGroupRequest {
|
|
|
614
615
|
*/
|
|
615
616
|
domain?: Domain | string;
|
|
616
617
|
/**
|
|
617
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
618
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the dataset group.</p>
|
|
618
619
|
*/
|
|
619
620
|
tags?: Tag[];
|
|
620
621
|
}
|
|
@@ -680,7 +681,7 @@ export interface CreateDatasetImportJobRequest {
|
|
|
680
681
|
*/
|
|
681
682
|
roleArn: string | undefined;
|
|
682
683
|
/**
|
|
683
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
684
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the dataset import job.</p>
|
|
684
685
|
*/
|
|
685
686
|
tags?: Tag[];
|
|
686
687
|
/**
|
|
@@ -727,7 +728,7 @@ export interface CreateEventTrackerRequest {
|
|
|
727
728
|
*/
|
|
728
729
|
datasetGroupArn: string | undefined;
|
|
729
730
|
/**
|
|
730
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
731
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the event tracker.</p>
|
|
731
732
|
*/
|
|
732
733
|
tags?: Tag[];
|
|
733
734
|
}
|
|
@@ -764,7 +765,7 @@ export interface CreateFilterRequest {
|
|
|
764
765
|
*/
|
|
765
766
|
filterExpression: string | undefined;
|
|
766
767
|
/**
|
|
767
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
768
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the filter.</p>
|
|
768
769
|
*/
|
|
769
770
|
tags?: Tag[];
|
|
770
771
|
}
|
|
@@ -842,6 +843,20 @@ export interface CreateMetricAttributionResponse {
|
|
|
842
843
|
*/
|
|
843
844
|
metricAttributionArn?: string;
|
|
844
845
|
}
|
|
846
|
+
/**
|
|
847
|
+
* @public
|
|
848
|
+
* <p>The training data configuration to use when creating a domain recommender or custom solution version (trained model).</p>
|
|
849
|
+
*/
|
|
850
|
+
export interface TrainingDataConfig {
|
|
851
|
+
/**
|
|
852
|
+
* <p>Specifies the columns to exclude from training. Each key is a dataset type, and each value is a list of columns.
|
|
853
|
+
* Exclude columns to control what data Amazon Personalize uses to generate recommendations.
|
|
854
|
+
* For example, you might have a column that you want to use only to filter recommendations. You can
|
|
855
|
+
* exclude this column from training and Amazon Personalize considers it only when filtering.
|
|
856
|
+
* </p>
|
|
857
|
+
*/
|
|
858
|
+
excludedDatasetColumns?: Record<string, string[]>;
|
|
859
|
+
}
|
|
845
860
|
/**
|
|
846
861
|
* @public
|
|
847
862
|
* <p>The configuration details of the recommender.</p>
|
|
@@ -856,9 +871,17 @@ export interface RecommenderConfig {
|
|
|
856
871
|
itemExplorationConfig?: Record<string, string>;
|
|
857
872
|
/**
|
|
858
873
|
* <p>Specifies the requested minimum provisioned recommendation requests per second that
|
|
859
|
-
* Amazon Personalize will support
|
|
874
|
+
* Amazon Personalize will support. A high <code>minRecommendationRequestsPerSecond</code> will increase your bill. We recommend starting with 1 for <code>minRecommendationRequestsPerSecond</code> (the default). Track
|
|
875
|
+
* your usage using Amazon CloudWatch metrics, and increase the <code>minRecommendationRequestsPerSecond</code>
|
|
876
|
+
* as necessary.</p>
|
|
860
877
|
*/
|
|
861
878
|
minRecommendationRequestsPerSecond?: number;
|
|
879
|
+
/**
|
|
880
|
+
* <p>
|
|
881
|
+
* Specifies the training data configuration to use when creating a domain recommender.
|
|
882
|
+
* </p>
|
|
883
|
+
*/
|
|
884
|
+
trainingDataConfig?: TrainingDataConfig;
|
|
862
885
|
}
|
|
863
886
|
/**
|
|
864
887
|
* @public
|
|
@@ -883,7 +906,7 @@ export interface CreateRecommenderRequest {
|
|
|
883
906
|
*/
|
|
884
907
|
recommenderConfig?: RecommenderConfig;
|
|
885
908
|
/**
|
|
886
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
909
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the recommender.</p>
|
|
887
910
|
*/
|
|
888
911
|
tags?: Tag[];
|
|
889
912
|
}
|
|
@@ -1138,6 +1161,12 @@ export interface SolutionConfig {
|
|
|
1138
1161
|
* minutes or increasing revenue. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/optimizing-solution-for-objective.html">Optimizing a solution</a>.</p>
|
|
1139
1162
|
*/
|
|
1140
1163
|
optimizationObjective?: OptimizationObjective;
|
|
1164
|
+
/**
|
|
1165
|
+
* <p>
|
|
1166
|
+
* Specifies the training data configuration to use when creating a custom solution version (trained model).
|
|
1167
|
+
* </p>
|
|
1168
|
+
*/
|
|
1169
|
+
trainingDataConfig?: TrainingDataConfig;
|
|
1141
1170
|
}
|
|
1142
1171
|
/**
|
|
1143
1172
|
* @public
|
|
@@ -1155,7 +1184,12 @@ export interface CreateSolutionRequest {
|
|
|
1155
1184
|
*/
|
|
1156
1185
|
performHPO?: boolean;
|
|
1157
1186
|
/**
|
|
1158
|
-
* <
|
|
1187
|
+
* <important>
|
|
1188
|
+
* <p>We don't recommend enabling automated machine learning. Instead, match your use case to the available Amazon Personalize
|
|
1189
|
+
* recipes. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/determining-use-case.html">Determining your use case.</a>
|
|
1190
|
+
* </p>
|
|
1191
|
+
* </important>
|
|
1192
|
+
* <p>Whether to perform automated machine learning (AutoML). The default is <code>false</code>.
|
|
1159
1193
|
* For this case, you must specify <code>recipeArn</code>.</p>
|
|
1160
1194
|
* <p>When set to <code>true</code>, Amazon Personalize analyzes your training data and selects
|
|
1161
1195
|
* the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit
|
|
@@ -1192,7 +1226,7 @@ export interface CreateSolutionRequest {
|
|
|
1192
1226
|
*/
|
|
1193
1227
|
solutionConfig?: SolutionConfig;
|
|
1194
1228
|
/**
|
|
1195
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
1229
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the solution.</p>
|
|
1196
1230
|
*/
|
|
1197
1231
|
tags?: Tag[];
|
|
1198
1232
|
}
|
|
@@ -1247,7 +1281,7 @@ export interface CreateSolutionVersionRequest {
|
|
|
1247
1281
|
*/
|
|
1248
1282
|
trainingMode?: TrainingMode | string;
|
|
1249
1283
|
/**
|
|
1250
|
-
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
1284
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> to apply to the solution version.</p>
|
|
1251
1285
|
*/
|
|
1252
1286
|
tags?: Tag[];
|
|
1253
1287
|
}
|
|
@@ -1487,7 +1521,7 @@ export interface BatchSegmentJob {
|
|
|
1487
1521
|
*/
|
|
1488
1522
|
solutionVersionArn?: string;
|
|
1489
1523
|
/**
|
|
1490
|
-
* <p>The number of predicted users generated by the batch segment job for each line of input data.</p>
|
|
1524
|
+
* <p>The number of predicted users generated by the batch segment job for each line of input data. The maximum number of users per segment is 5 million.</p>
|
|
1491
1525
|
*/
|
|
1492
1526
|
numResults?: number;
|
|
1493
1527
|
/**
|
|
@@ -1611,7 +1645,9 @@ export interface Campaign {
|
|
|
1611
1645
|
*/
|
|
1612
1646
|
solutionVersionArn?: string;
|
|
1613
1647
|
/**
|
|
1614
|
-
* <p>Specifies the requested minimum provisioned transactions (recommendations) per second
|
|
1648
|
+
* <p>Specifies the requested minimum provisioned transactions (recommendations) per second. A high <code>minProvisionedTPS</code> will increase your bill. We recommend starting with 1 for <code>minProvisionedTPS</code> (the default). Track
|
|
1649
|
+
* your usage using Amazon CloudWatch metrics, and increase the <code>minProvisionedTPS</code>
|
|
1650
|
+
* as necessary.</p>
|
|
1615
1651
|
*/
|
|
1616
1652
|
minProvisionedTPS?: number;
|
|
1617
1653
|
/**
|
|
@@ -2584,7 +2620,12 @@ export interface Solution {
|
|
|
2584
2620
|
*/
|
|
2585
2621
|
performHPO?: boolean;
|
|
2586
2622
|
/**
|
|
2587
|
-
* <
|
|
2623
|
+
* <important>
|
|
2624
|
+
* <p>We don't recommend enabling automated machine learning. Instead, match your use case to the available Amazon Personalize
|
|
2625
|
+
* recipes. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/determining-use-case.html">Determining your use case.</a>
|
|
2626
|
+
* </p>
|
|
2627
|
+
* </important>
|
|
2628
|
+
* <p>When true, Amazon Personalize performs a search for the best USER_PERSONALIZATION recipe from
|
|
2588
2629
|
* the list specified in the solution configuration (<code>recipeArn</code> must not be specified).
|
|
2589
2630
|
* When false (the default), Amazon Personalize uses <code>recipeArn</code> for training.</p>
|
|
2590
2631
|
*/
|
|
@@ -3982,7 +4023,7 @@ export interface TagResourceRequest {
|
|
|
3982
4023
|
*/
|
|
3983
4024
|
resourceArn: string | undefined;
|
|
3984
4025
|
/**
|
|
3985
|
-
* <p>Tags to apply to the resource. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/
|
|
4026
|
+
* <p>Tags to apply to the resource. For more information see <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">Tagging Amazon Personalize recources</a>.</p>
|
|
3986
4027
|
*/
|
|
3987
4028
|
tags: Tag[] | undefined;
|
|
3988
4029
|
}
|
|
@@ -4035,7 +4076,9 @@ export interface UpdateCampaignRequest {
|
|
|
4035
4076
|
solutionVersionArn?: string;
|
|
4036
4077
|
/**
|
|
4037
4078
|
* <p>Specifies the requested minimum provisioned transactions (recommendations) per second that
|
|
4038
|
-
* Amazon Personalize will support
|
|
4079
|
+
* Amazon Personalize will support. A high <code>minProvisionedTPS</code> will increase your bill. We recommend starting with 1 for <code>minProvisionedTPS</code> (the default). Track
|
|
4080
|
+
* your usage using Amazon CloudWatch metrics, and increase the <code>minProvisionedTPS</code>
|
|
4081
|
+
* as necessary.</p>
|
|
4039
4082
|
*/
|
|
4040
4083
|
minProvisionedTPS?: number;
|
|
4041
4084
|
/**
|
|
@@ -245,9 +245,13 @@ export interface CreateMetricAttributionRequest {
|
|
|
245
245
|
export interface CreateMetricAttributionResponse {
|
|
246
246
|
metricAttributionArn?: string;
|
|
247
247
|
}
|
|
248
|
+
export interface TrainingDataConfig {
|
|
249
|
+
excludedDatasetColumns?: Record<string, string[]>;
|
|
250
|
+
}
|
|
248
251
|
export interface RecommenderConfig {
|
|
249
252
|
itemExplorationConfig?: Record<string, string>;
|
|
250
253
|
minRecommendationRequestsPerSecond?: number;
|
|
254
|
+
trainingDataConfig?: TrainingDataConfig;
|
|
251
255
|
}
|
|
252
256
|
export interface CreateRecommenderRequest {
|
|
253
257
|
name: string | undefined;
|
|
@@ -323,6 +327,7 @@ export interface SolutionConfig {
|
|
|
323
327
|
featureTransformationParameters?: Record<string, string>;
|
|
324
328
|
autoMLConfig?: AutoMLConfig;
|
|
325
329
|
optimizationObjective?: OptimizationObjective;
|
|
330
|
+
trainingDataConfig?: TrainingDataConfig;
|
|
326
331
|
}
|
|
327
332
|
export interface CreateSolutionRequest {
|
|
328
333
|
name: string | undefined;
|
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.344.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",
|
|
@@ -21,36 +21,36 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.344.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.342.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.344.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.342.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.344.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.342.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.342.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.344.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.342.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.342.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.342.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.342.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.342.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.342.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.342.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.342.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.342.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.344.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.342.0",
|
|
43
|
+
"@aws-sdk/types": "3.342.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.342.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.342.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.342.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.342.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.342.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.342.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.342.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
55
55
|
"@smithy/protocol-http": "^1.0.1",
|
|
56
56
|
"@smithy/types": "^1.0.0",
|