@aws-sdk/client-personalize 3.300.0 → 3.303.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/models/models_0.js +26 -32
- package/dist-es/models/models_0.js +26 -32
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +8 -8
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +6 -6
- package/dist-types/commands/CreateCampaignCommand.d.ts +5 -5
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -3
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +4 -4
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +3 -3
- package/dist-types/commands/CreateFilterCommand.d.ts +3 -3
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +5 -5
- package/dist-types/commands/CreateRecommenderCommand.d.ts +5 -5
- package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/CreateSolutionCommand.d.ts +20 -20
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSolutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +1 -1
- 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/DescribeFeatureTransformationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFilterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecipeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecommenderCommand.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 +1 -1
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/ListEventTrackersCommand.d.ts +1 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +1 -1
- package/dist-types/commands/ListRecipesCommand.d.ts +1 -1
- package/dist-types/commands/ListRecommendersCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSolutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartRecommenderCommand.d.ts +1 -1
- package/dist-types/commands/StopRecommenderCommand.d.ts +1 -1
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateCampaignCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +56 -26
- package/dist-types/ts3.4/models/models_0.d.ts +34 -26
- package/package.json +34 -34
|
@@ -153,11 +153,12 @@ export interface CreateDatasetRequest {
|
|
|
153
153
|
export interface CreateDatasetResponse {
|
|
154
154
|
datasetArn?: string;
|
|
155
155
|
}
|
|
156
|
-
export declare
|
|
157
|
-
ALL
|
|
158
|
-
BULK
|
|
159
|
-
PUT
|
|
160
|
-
}
|
|
156
|
+
export declare const IngestionMode: {
|
|
157
|
+
readonly ALL: "ALL";
|
|
158
|
+
readonly BULK: "BULK";
|
|
159
|
+
readonly PUT: "PUT";
|
|
160
|
+
};
|
|
161
|
+
export type IngestionMode = (typeof IngestionMode)[keyof typeof IngestionMode];
|
|
161
162
|
export interface DatasetExportJobOutput {
|
|
162
163
|
s3DataDestination: S3DataConfig | undefined;
|
|
163
164
|
}
|
|
@@ -172,10 +173,11 @@ export interface CreateDatasetExportJobRequest {
|
|
|
172
173
|
export interface CreateDatasetExportJobResponse {
|
|
173
174
|
datasetExportJobArn?: string;
|
|
174
175
|
}
|
|
175
|
-
export declare
|
|
176
|
-
ECOMMERCE
|
|
177
|
-
VIDEO_ON_DEMAND
|
|
178
|
-
}
|
|
176
|
+
export declare const Domain: {
|
|
177
|
+
readonly ECOMMERCE: "ECOMMERCE";
|
|
178
|
+
readonly VIDEO_ON_DEMAND: "VIDEO_ON_DEMAND";
|
|
179
|
+
};
|
|
180
|
+
export type Domain = (typeof Domain)[keyof typeof Domain];
|
|
179
181
|
export interface CreateDatasetGroupRequest {
|
|
180
182
|
name: string | undefined;
|
|
181
183
|
roleArn?: string;
|
|
@@ -190,10 +192,11 @@ export interface CreateDatasetGroupResponse {
|
|
|
190
192
|
export interface DataSource {
|
|
191
193
|
dataLocation?: string;
|
|
192
194
|
}
|
|
193
|
-
export declare
|
|
194
|
-
FULL
|
|
195
|
-
INCREMENTAL
|
|
196
|
-
}
|
|
195
|
+
export declare const ImportMode: {
|
|
196
|
+
readonly FULL: "FULL";
|
|
197
|
+
readonly INCREMENTAL: "INCREMENTAL";
|
|
198
|
+
};
|
|
199
|
+
export type ImportMode = (typeof ImportMode)[keyof typeof ImportMode];
|
|
197
200
|
export interface CreateDatasetImportJobRequest {
|
|
198
201
|
jobName: string | undefined;
|
|
199
202
|
datasetArn: string | undefined;
|
|
@@ -301,12 +304,14 @@ export interface HPOConfig {
|
|
|
301
304
|
hpoResourceConfig?: HPOResourceConfig;
|
|
302
305
|
algorithmHyperParameterRanges?: HyperParameterRanges;
|
|
303
306
|
}
|
|
304
|
-
export declare
|
|
305
|
-
HIGH
|
|
306
|
-
LOW
|
|
307
|
-
MEDIUM
|
|
308
|
-
OFF
|
|
309
|
-
}
|
|
307
|
+
export declare const ObjectiveSensitivity: {
|
|
308
|
+
readonly HIGH: "HIGH";
|
|
309
|
+
readonly LOW: "LOW";
|
|
310
|
+
readonly MEDIUM: "MEDIUM";
|
|
311
|
+
readonly OFF: "OFF";
|
|
312
|
+
};
|
|
313
|
+
export type ObjectiveSensitivity =
|
|
314
|
+
(typeof ObjectiveSensitivity)[keyof typeof ObjectiveSensitivity];
|
|
310
315
|
export interface OptimizationObjective {
|
|
311
316
|
itemAttribute?: string;
|
|
312
317
|
objectiveSensitivity?: ObjectiveSensitivity | string;
|
|
@@ -332,10 +337,11 @@ export interface CreateSolutionRequest {
|
|
|
332
337
|
export interface CreateSolutionResponse {
|
|
333
338
|
solutionArn?: string;
|
|
334
339
|
}
|
|
335
|
-
export declare
|
|
336
|
-
FULL
|
|
337
|
-
UPDATE
|
|
338
|
-
}
|
|
340
|
+
export declare const TrainingMode: {
|
|
341
|
+
readonly FULL: "FULL";
|
|
342
|
+
readonly UPDATE: "UPDATE";
|
|
343
|
+
};
|
|
344
|
+
export type TrainingMode = (typeof TrainingMode)[keyof typeof TrainingMode];
|
|
339
345
|
export interface CreateSolutionVersionRequest {
|
|
340
346
|
name?: string;
|
|
341
347
|
solutionArn: string | undefined;
|
|
@@ -889,9 +895,11 @@ export interface ListMetricAttributionsResponse {
|
|
|
889
895
|
metricAttributions?: MetricAttributionSummary[];
|
|
890
896
|
nextToken?: string;
|
|
891
897
|
}
|
|
892
|
-
export declare
|
|
893
|
-
SERVICE
|
|
894
|
-
}
|
|
898
|
+
export declare const RecipeProvider: {
|
|
899
|
+
readonly SERVICE: "SERVICE";
|
|
900
|
+
};
|
|
901
|
+
export type RecipeProvider =
|
|
902
|
+
(typeof RecipeProvider)[keyof typeof RecipeProvider];
|
|
895
903
|
export interface ListRecipesRequest {
|
|
896
904
|
recipeProvider?: RecipeProvider | string;
|
|
897
905
|
nextToken?: string;
|
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.303.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,42 +21,42 @@
|
|
|
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/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|