@aws-sdk/client-personalize 3.40.0 → 3.45.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 +41 -0
- package/dist-cjs/Personalize.js +120 -0
- package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +36 -0
- package/dist-cjs/commands/CreateRecommenderCommand.js +36 -0
- package/dist-cjs/commands/DeleteRecommenderCommand.js +36 -0
- package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeRecommenderCommand.js +36 -0
- package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +36 -0
- package/dist-cjs/commands/ListRecommendersCommand.js +36 -0
- package/dist-cjs/commands/UpdateRecommenderCommand.js +36 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +147 -3
- package/dist-cjs/pagination/ListBatchSegmentJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListRecommendersPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_json1_1.js +891 -28
- package/dist-es/Personalize.js +120 -0
- package/dist-es/commands/CreateBatchSegmentJobCommand.js +39 -0
- package/dist-es/commands/CreateRecommenderCommand.js +39 -0
- package/dist-es/commands/DeleteRecommenderCommand.js +39 -0
- package/dist-es/commands/DescribeBatchSegmentJobCommand.js +39 -0
- package/dist-es/commands/DescribeRecommenderCommand.js +39 -0
- package/dist-es/commands/ListBatchSegmentJobsCommand.js +39 -0
- package/dist-es/commands/ListRecommendersCommand.js +39 -0
- package/dist-es/commands/UpdateRecommenderCommand.js +39 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +97 -0
- package/dist-es/pagination/ListBatchSegmentJobsPaginator.js +74 -0
- package/dist-es/pagination/ListRecommendersPaginator.js +74 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +944 -38
- package/dist-types/Personalize.d.ts +137 -8
- package/dist-types/PersonalizeClient.d.ts +10 -2
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +36 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -2
- package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +9 -6
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +1 -1
- package/dist-types/commands/CreateFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateRecommenderCommand.d.ts +84 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +3 -2
- package/dist-types/commands/CreateSolutionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +2 -2
- 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/DeleteRecommenderCommand.d.ts +36 -0
- 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 +37 -0
- 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/DescribeRecipeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +47 -0
- 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 +36 -0
- 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/ListRecipesCommand.d.ts +1 -1
- package/dist-types/commands/ListRecommendersCommand.d.ts +38 -0
- 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/StopSolutionVersionCreationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCampaignCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +634 -3
- package/dist-types/pagination/ListBatchSegmentJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRecommendersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +24 -0
- package/dist-types/ts3.4/Personalize.d.ts +40 -0
- package/dist-types/ts3.4/PersonalizeClient.d.ts +10 -2
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +322 -0
- package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +6 -6
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput } from "../commands/CreateBatchInferenceJobCommand";
|
|
4
|
+
import { CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput } from "../commands/CreateBatchSegmentJobCommand";
|
|
4
5
|
import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "../commands/CreateCampaignCommand";
|
|
5
6
|
import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "../commands/CreateDatasetCommand";
|
|
6
7
|
import { CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput } from "../commands/CreateDatasetExportJobCommand";
|
|
@@ -8,6 +9,7 @@ import { CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput } from
|
|
|
8
9
|
import { CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput } from "../commands/CreateDatasetImportJobCommand";
|
|
9
10
|
import { CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput } from "../commands/CreateEventTrackerCommand";
|
|
10
11
|
import { CreateFilterCommandInput, CreateFilterCommandOutput } from "../commands/CreateFilterCommand";
|
|
12
|
+
import { CreateRecommenderCommandInput, CreateRecommenderCommandOutput } from "../commands/CreateRecommenderCommand";
|
|
11
13
|
import { CreateSchemaCommandInput, CreateSchemaCommandOutput } from "../commands/CreateSchemaCommand";
|
|
12
14
|
import { CreateSolutionCommandInput, CreateSolutionCommandOutput } from "../commands/CreateSolutionCommand";
|
|
13
15
|
import { CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput } from "../commands/CreateSolutionVersionCommand";
|
|
@@ -16,10 +18,12 @@ import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "../comman
|
|
|
16
18
|
import { DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput } from "../commands/DeleteDatasetGroupCommand";
|
|
17
19
|
import { DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput } from "../commands/DeleteEventTrackerCommand";
|
|
18
20
|
import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "../commands/DeleteFilterCommand";
|
|
21
|
+
import { DeleteRecommenderCommandInput, DeleteRecommenderCommandOutput } from "../commands/DeleteRecommenderCommand";
|
|
19
22
|
import { DeleteSchemaCommandInput, DeleteSchemaCommandOutput } from "../commands/DeleteSchemaCommand";
|
|
20
23
|
import { DeleteSolutionCommandInput, DeleteSolutionCommandOutput } from "../commands/DeleteSolutionCommand";
|
|
21
24
|
import { DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput } from "../commands/DescribeAlgorithmCommand";
|
|
22
25
|
import { DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput } from "../commands/DescribeBatchInferenceJobCommand";
|
|
26
|
+
import { DescribeBatchSegmentJobCommandInput, DescribeBatchSegmentJobCommandOutput } from "../commands/DescribeBatchSegmentJobCommand";
|
|
23
27
|
import { DescribeCampaignCommandInput, DescribeCampaignCommandOutput } from "../commands/DescribeCampaignCommand";
|
|
24
28
|
import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "../commands/DescribeDatasetCommand";
|
|
25
29
|
import { DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput } from "../commands/DescribeDatasetExportJobCommand";
|
|
@@ -29,11 +33,13 @@ import { DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput } f
|
|
|
29
33
|
import { DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput } from "../commands/DescribeFeatureTransformationCommand";
|
|
30
34
|
import { DescribeFilterCommandInput, DescribeFilterCommandOutput } from "../commands/DescribeFilterCommand";
|
|
31
35
|
import { DescribeRecipeCommandInput, DescribeRecipeCommandOutput } from "../commands/DescribeRecipeCommand";
|
|
36
|
+
import { DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput } from "../commands/DescribeRecommenderCommand";
|
|
32
37
|
import { DescribeSchemaCommandInput, DescribeSchemaCommandOutput } from "../commands/DescribeSchemaCommand";
|
|
33
38
|
import { DescribeSolutionCommandInput, DescribeSolutionCommandOutput } from "../commands/DescribeSolutionCommand";
|
|
34
39
|
import { DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput } from "../commands/DescribeSolutionVersionCommand";
|
|
35
40
|
import { GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput } from "../commands/GetSolutionMetricsCommand";
|
|
36
41
|
import { ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput } from "../commands/ListBatchInferenceJobsCommand";
|
|
42
|
+
import { ListBatchSegmentJobsCommandInput, ListBatchSegmentJobsCommandOutput } from "../commands/ListBatchSegmentJobsCommand";
|
|
37
43
|
import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "../commands/ListCampaignsCommand";
|
|
38
44
|
import { ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput } from "../commands/ListDatasetExportJobsCommand";
|
|
39
45
|
import { ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput } from "../commands/ListDatasetGroupsCommand";
|
|
@@ -42,12 +48,15 @@ import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands
|
|
|
42
48
|
import { ListEventTrackersCommandInput, ListEventTrackersCommandOutput } from "../commands/ListEventTrackersCommand";
|
|
43
49
|
import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
|
|
44
50
|
import { ListRecipesCommandInput, ListRecipesCommandOutput } from "../commands/ListRecipesCommand";
|
|
51
|
+
import { ListRecommendersCommandInput, ListRecommendersCommandOutput } from "../commands/ListRecommendersCommand";
|
|
45
52
|
import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
|
|
46
53
|
import { ListSolutionsCommandInput, ListSolutionsCommandOutput } from "../commands/ListSolutionsCommand";
|
|
47
54
|
import { ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput } from "../commands/ListSolutionVersionsCommand";
|
|
48
55
|
import { StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput } from "../commands/StopSolutionVersionCreationCommand";
|
|
49
56
|
import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "../commands/UpdateCampaignCommand";
|
|
57
|
+
import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "../commands/UpdateRecommenderCommand";
|
|
50
58
|
export declare const serializeAws_json1_1CreateBatchInferenceJobCommand: (input: CreateBatchInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
export declare const serializeAws_json1_1CreateBatchSegmentJobCommand: (input: CreateBatchSegmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
60
|
export declare const serializeAws_json1_1CreateCampaignCommand: (input: CreateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
61
|
export declare const serializeAws_json1_1CreateDatasetCommand: (input: CreateDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
62
|
export declare const serializeAws_json1_1CreateDatasetExportJobCommand: (input: CreateDatasetExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -55,6 +64,7 @@ export declare const serializeAws_json1_1CreateDatasetGroupCommand: (input: Crea
|
|
|
55
64
|
export declare const serializeAws_json1_1CreateDatasetImportJobCommand: (input: CreateDatasetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
65
|
export declare const serializeAws_json1_1CreateEventTrackerCommand: (input: CreateEventTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
66
|
export declare const serializeAws_json1_1CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
export declare const serializeAws_json1_1CreateRecommenderCommand: (input: CreateRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
68
|
export declare const serializeAws_json1_1CreateSchemaCommand: (input: CreateSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
69
|
export declare const serializeAws_json1_1CreateSolutionCommand: (input: CreateSolutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
70
|
export declare const serializeAws_json1_1CreateSolutionVersionCommand: (input: CreateSolutionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -63,10 +73,12 @@ export declare const serializeAws_json1_1DeleteDatasetCommand: (input: DeleteDat
|
|
|
63
73
|
export declare const serializeAws_json1_1DeleteDatasetGroupCommand: (input: DeleteDatasetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
74
|
export declare const serializeAws_json1_1DeleteEventTrackerCommand: (input: DeleteEventTrackerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
75
|
export declare const serializeAws_json1_1DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_json1_1DeleteRecommenderCommand: (input: DeleteRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
77
|
export declare const serializeAws_json1_1DeleteSchemaCommand: (input: DeleteSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
78
|
export declare const serializeAws_json1_1DeleteSolutionCommand: (input: DeleteSolutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
79
|
export declare const serializeAws_json1_1DescribeAlgorithmCommand: (input: DescribeAlgorithmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
80
|
export declare const serializeAws_json1_1DescribeBatchInferenceJobCommand: (input: DescribeBatchInferenceJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const serializeAws_json1_1DescribeBatchSegmentJobCommand: (input: DescribeBatchSegmentJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
82
|
export declare const serializeAws_json1_1DescribeCampaignCommand: (input: DescribeCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
83
|
export declare const serializeAws_json1_1DescribeDatasetCommand: (input: DescribeDatasetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
84
|
export declare const serializeAws_json1_1DescribeDatasetExportJobCommand: (input: DescribeDatasetExportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -76,11 +88,13 @@ export declare const serializeAws_json1_1DescribeEventTrackerCommand: (input: De
|
|
|
76
88
|
export declare const serializeAws_json1_1DescribeFeatureTransformationCommand: (input: DescribeFeatureTransformationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
89
|
export declare const serializeAws_json1_1DescribeFilterCommand: (input: DescribeFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
90
|
export declare const serializeAws_json1_1DescribeRecipeCommand: (input: DescribeRecipeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_json1_1DescribeRecommenderCommand: (input: DescribeRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
92
|
export declare const serializeAws_json1_1DescribeSchemaCommand: (input: DescribeSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
93
|
export declare const serializeAws_json1_1DescribeSolutionCommand: (input: DescribeSolutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
94
|
export declare const serializeAws_json1_1DescribeSolutionVersionCommand: (input: DescribeSolutionVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
95
|
export declare const serializeAws_json1_1GetSolutionMetricsCommand: (input: GetSolutionMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
96
|
export declare const serializeAws_json1_1ListBatchInferenceJobsCommand: (input: ListBatchInferenceJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const serializeAws_json1_1ListBatchSegmentJobsCommand: (input: ListBatchSegmentJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
98
|
export declare const serializeAws_json1_1ListCampaignsCommand: (input: ListCampaignsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
99
|
export declare const serializeAws_json1_1ListDatasetExportJobsCommand: (input: ListDatasetExportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
100
|
export declare const serializeAws_json1_1ListDatasetGroupsCommand: (input: ListDatasetGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -89,12 +103,15 @@ export declare const serializeAws_json1_1ListDatasetsCommand: (input: ListDatase
|
|
|
89
103
|
export declare const serializeAws_json1_1ListEventTrackersCommand: (input: ListEventTrackersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
104
|
export declare const serializeAws_json1_1ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
105
|
export declare const serializeAws_json1_1ListRecipesCommand: (input: ListRecipesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_json1_1ListRecommendersCommand: (input: ListRecommendersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
107
|
export declare const serializeAws_json1_1ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
108
|
export declare const serializeAws_json1_1ListSolutionsCommand: (input: ListSolutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
109
|
export declare const serializeAws_json1_1ListSolutionVersionsCommand: (input: ListSolutionVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
110
|
export declare const serializeAws_json1_1StopSolutionVersionCreationCommand: (input: StopSolutionVersionCreationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
111
|
export declare const serializeAws_json1_1UpdateCampaignCommand: (input: UpdateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
export declare const serializeAws_json1_1UpdateRecommenderCommand: (input: UpdateRecommenderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
113
|
export declare const deserializeAws_json1_1CreateBatchInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBatchInferenceJobCommandOutput>;
|
|
114
|
+
export declare const deserializeAws_json1_1CreateBatchSegmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBatchSegmentJobCommandOutput>;
|
|
98
115
|
export declare const deserializeAws_json1_1CreateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCampaignCommandOutput>;
|
|
99
116
|
export declare const deserializeAws_json1_1CreateDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetCommandOutput>;
|
|
100
117
|
export declare const deserializeAws_json1_1CreateDatasetExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetExportJobCommandOutput>;
|
|
@@ -102,6 +119,7 @@ export declare const deserializeAws_json1_1CreateDatasetGroupCommand: (output: _
|
|
|
102
119
|
export declare const deserializeAws_json1_1CreateDatasetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatasetImportJobCommandOutput>;
|
|
103
120
|
export declare const deserializeAws_json1_1CreateEventTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventTrackerCommandOutput>;
|
|
104
121
|
export declare const deserializeAws_json1_1CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
|
|
122
|
+
export declare const deserializeAws_json1_1CreateRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRecommenderCommandOutput>;
|
|
105
123
|
export declare const deserializeAws_json1_1CreateSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSchemaCommandOutput>;
|
|
106
124
|
export declare const deserializeAws_json1_1CreateSolutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSolutionCommandOutput>;
|
|
107
125
|
export declare const deserializeAws_json1_1CreateSolutionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSolutionVersionCommandOutput>;
|
|
@@ -110,10 +128,12 @@ export declare const deserializeAws_json1_1DeleteDatasetCommand: (output: __Http
|
|
|
110
128
|
export declare const deserializeAws_json1_1DeleteDatasetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatasetGroupCommandOutput>;
|
|
111
129
|
export declare const deserializeAws_json1_1DeleteEventTrackerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventTrackerCommandOutput>;
|
|
112
130
|
export declare const deserializeAws_json1_1DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
|
|
131
|
+
export declare const deserializeAws_json1_1DeleteRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecommenderCommandOutput>;
|
|
113
132
|
export declare const deserializeAws_json1_1DeleteSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSchemaCommandOutput>;
|
|
114
133
|
export declare const deserializeAws_json1_1DeleteSolutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSolutionCommandOutput>;
|
|
115
134
|
export declare const deserializeAws_json1_1DescribeAlgorithmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAlgorithmCommandOutput>;
|
|
116
135
|
export declare const deserializeAws_json1_1DescribeBatchInferenceJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBatchInferenceJobCommandOutput>;
|
|
136
|
+
export declare const deserializeAws_json1_1DescribeBatchSegmentJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBatchSegmentJobCommandOutput>;
|
|
117
137
|
export declare const deserializeAws_json1_1DescribeCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCampaignCommandOutput>;
|
|
118
138
|
export declare const deserializeAws_json1_1DescribeDatasetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetCommandOutput>;
|
|
119
139
|
export declare const deserializeAws_json1_1DescribeDatasetExportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDatasetExportJobCommandOutput>;
|
|
@@ -123,11 +143,13 @@ export declare const deserializeAws_json1_1DescribeEventTrackerCommand: (output:
|
|
|
123
143
|
export declare const deserializeAws_json1_1DescribeFeatureTransformationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFeatureTransformationCommandOutput>;
|
|
124
144
|
export declare const deserializeAws_json1_1DescribeFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFilterCommandOutput>;
|
|
125
145
|
export declare const deserializeAws_json1_1DescribeRecipeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecipeCommandOutput>;
|
|
146
|
+
export declare const deserializeAws_json1_1DescribeRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecommenderCommandOutput>;
|
|
126
147
|
export declare const deserializeAws_json1_1DescribeSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSchemaCommandOutput>;
|
|
127
148
|
export declare const deserializeAws_json1_1DescribeSolutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSolutionCommandOutput>;
|
|
128
149
|
export declare const deserializeAws_json1_1DescribeSolutionVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSolutionVersionCommandOutput>;
|
|
129
150
|
export declare const deserializeAws_json1_1GetSolutionMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSolutionMetricsCommandOutput>;
|
|
130
151
|
export declare const deserializeAws_json1_1ListBatchInferenceJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchInferenceJobsCommandOutput>;
|
|
152
|
+
export declare const deserializeAws_json1_1ListBatchSegmentJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBatchSegmentJobsCommandOutput>;
|
|
131
153
|
export declare const deserializeAws_json1_1ListCampaignsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCampaignsCommandOutput>;
|
|
132
154
|
export declare const deserializeAws_json1_1ListDatasetExportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetExportJobsCommandOutput>;
|
|
133
155
|
export declare const deserializeAws_json1_1ListDatasetGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasetGroupsCommandOutput>;
|
|
@@ -136,8 +158,10 @@ export declare const deserializeAws_json1_1ListDatasetsCommand: (output: __HttpR
|
|
|
136
158
|
export declare const deserializeAws_json1_1ListEventTrackersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventTrackersCommandOutput>;
|
|
137
159
|
export declare const deserializeAws_json1_1ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
|
|
138
160
|
export declare const deserializeAws_json1_1ListRecipesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecipesCommandOutput>;
|
|
161
|
+
export declare const deserializeAws_json1_1ListRecommendersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendersCommandOutput>;
|
|
139
162
|
export declare const deserializeAws_json1_1ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
|
|
140
163
|
export declare const deserializeAws_json1_1ListSolutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolutionsCommandOutput>;
|
|
141
164
|
export declare const deserializeAws_json1_1ListSolutionVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSolutionVersionsCommandOutput>;
|
|
142
165
|
export declare const deserializeAws_json1_1StopSolutionVersionCreationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSolutionVersionCreationCommandOutput>;
|
|
143
166
|
export declare const deserializeAws_json1_1UpdateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignCommandOutput>;
|
|
167
|
+
export declare const deserializeAws_json1_1UpdateRecommenderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecommenderCommandOutput>;
|
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.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|