@aws-sdk/client-personalize 3.40.0 → 3.41.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 +11 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateCampaignCommand.d.ts +1 -1
- 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 +1 -1
- 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/CreateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/CreateSolutionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +1 -1
- 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/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/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/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/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/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/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -78,6 +78,10 @@ const partitionHash = {
|
|
|
78
78
|
hostname: "personalize.{region}.c2s.ic.gov",
|
|
79
79
|
tags: [],
|
|
80
80
|
},
|
|
81
|
+
{
|
|
82
|
+
hostname: "personalize-fips.{region}.c2s.ic.gov",
|
|
83
|
+
tags: ["fips"],
|
|
84
|
+
},
|
|
81
85
|
],
|
|
82
86
|
},
|
|
83
87
|
"aws-iso-b": {
|
|
@@ -88,6 +92,10 @@ const partitionHash = {
|
|
|
88
92
|
hostname: "personalize.{region}.sc2s.sgov.gov",
|
|
89
93
|
tags: [],
|
|
90
94
|
},
|
|
95
|
+
{
|
|
96
|
+
hostname: "personalize-fips.{region}.sc2s.sgov.gov",
|
|
97
|
+
tags: ["fips"],
|
|
98
|
+
},
|
|
91
99
|
],
|
|
92
100
|
},
|
|
93
101
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -76,6 +76,10 @@ var partitionHash = {
|
|
|
76
76
|
hostname: "personalize.{region}.c2s.ic.gov",
|
|
77
77
|
tags: [],
|
|
78
78
|
},
|
|
79
|
+
{
|
|
80
|
+
hostname: "personalize-fips.{region}.c2s.ic.gov",
|
|
81
|
+
tags: ["fips"],
|
|
82
|
+
},
|
|
79
83
|
],
|
|
80
84
|
},
|
|
81
85
|
"aws-iso-b": {
|
|
@@ -86,6 +90,10 @@ var partitionHash = {
|
|
|
86
90
|
hostname: "personalize.{region}.sc2s.sgov.gov",
|
|
87
91
|
tags: [],
|
|
88
92
|
},
|
|
93
|
+
{
|
|
94
|
+
hostname: "personalize-fips.{region}.sc2s.sgov.gov",
|
|
95
|
+
tags: ["fips"],
|
|
96
|
+
},
|
|
89
97
|
],
|
|
90
98
|
},
|
|
91
99
|
"aws-us-gov": {
|
|
@@ -21,7 +21,7 @@ export interface CreateBatchInferenceJobCommandOutput extends CreateBatchInferen
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateBatchInferenceJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateBatchInferenceJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateBatchInferenceJobCommand extends $Command<CreateBatchInferenceJobCommandInput, CreateBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -90,7 +90,7 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
|
|
|
90
90
|
*
|
|
91
91
|
* @see {@link CreateCampaignCommandInput} for command's `input` shape.
|
|
92
92
|
* @see {@link CreateCampaignCommandOutput} for command's `response` shape.
|
|
93
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
93
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
94
94
|
*
|
|
95
95
|
*/
|
|
96
96
|
export declare class CreateCampaignCommand extends $Command<CreateCampaignCommandInput, CreateCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -70,7 +70,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
70
70
|
*
|
|
71
71
|
* @see {@link CreateDatasetCommandInput} for command's `input` shape.
|
|
72
72
|
* @see {@link CreateDatasetCommandOutput} for command's `response` shape.
|
|
73
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
73
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -41,7 +41,7 @@ export interface CreateDatasetExportJobCommandOutput extends CreateDatasetExport
|
|
|
41
41
|
*
|
|
42
42
|
* @see {@link CreateDatasetExportJobCommandInput} for command's `input` shape.
|
|
43
43
|
* @see {@link CreateDatasetExportJobCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
export declare class CreateDatasetExportJobCommand extends $Command<CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -95,7 +95,7 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo
|
|
|
95
95
|
*
|
|
96
96
|
* @see {@link CreateDatasetGroupCommandInput} for command's `input` shape.
|
|
97
97
|
* @see {@link CreateDatasetGroupCommandOutput} for command's `response` shape.
|
|
98
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
98
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
99
99
|
*
|
|
100
100
|
*/
|
|
101
101
|
export declare class CreateDatasetGroupCommand extends $Command<CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -61,7 +61,7 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
|
|
|
61
61
|
*
|
|
62
62
|
* @see {@link CreateDatasetImportJobCommandInput} for command's `input` shape.
|
|
63
63
|
* @see {@link CreateDatasetImportJobCommandOutput} for command's `response` shape.
|
|
64
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
64
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
67
|
export declare class CreateDatasetImportJobCommand extends $Command<CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -65,7 +65,7 @@ export interface CreateEventTrackerCommandOutput extends CreateEventTrackerRespo
|
|
|
65
65
|
*
|
|
66
66
|
* @see {@link CreateEventTrackerCommandInput} for command's `input` shape.
|
|
67
67
|
* @see {@link CreateEventTrackerCommandOutput} for command's `response` shape.
|
|
68
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
68
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
71
|
export declare class CreateEventTrackerCommand extends $Command<CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -45,7 +45,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
45
45
|
*
|
|
46
46
|
* @see {@link CreateSchemaCommandInput} for command's `input` shape.
|
|
47
47
|
* @see {@link CreateSchemaCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
48
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -92,7 +92,7 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
|
|
|
92
92
|
*
|
|
93
93
|
* @see {@link CreateSolutionCommandInput} for command's `input` shape.
|
|
94
94
|
* @see {@link CreateSolutionCommandOutput} for command's `response` shape.
|
|
95
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
95
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
96
96
|
*
|
|
97
97
|
*/
|
|
98
98
|
export declare class CreateSolutionCommand extends $Command<CreateSolutionCommandInput, CreateSolutionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -87,7 +87,7 @@ export interface CreateSolutionVersionCommandOutput extends CreateSolutionVersio
|
|
|
87
87
|
*
|
|
88
88
|
* @see {@link CreateSolutionVersionCommandInput} for command's `input` shape.
|
|
89
89
|
* @see {@link CreateSolutionVersionCommandOutput} for command's `response` shape.
|
|
90
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
90
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
91
91
|
*
|
|
92
92
|
*/
|
|
93
93
|
export declare class CreateSolutionVersionCommand extends $Command<CreateSolutionVersionCommandInput, CreateSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DeleteCampaignCommandOutput extends __MetadataBearer {
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DeleteCampaignCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DeleteCampaignCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DeleteCampaignCommand extends $Command<DeleteCampaignCommandInput, DeleteCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteDatasetCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link DeleteDatasetGroupCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link DeleteDatasetGroupCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class DeleteDatasetGroupCommand extends $Command<DeleteDatasetGroupCommandInput, DeleteDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteEventTrackerCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteEventTrackerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteEventTrackerCommand extends $Command<DeleteEventTrackerCommandInput, DeleteEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFilterCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteSchemaCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteSchemaCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteSchemaCommand extends $Command<DeleteSchemaCommandInput, DeleteSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DeleteSolutionCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DeleteSolutionCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DeleteSolutionCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DeleteSolutionCommand extends $Command<DeleteSolutionCommandInput, DeleteSolutionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeAlgorithmCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeAlgorithmCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeAlgorithmCommand extends $Command<DescribeAlgorithmCommandInput, DescribeAlgorithmCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeBatchInferenceJobCommandOutput extends DescribeBatchInf
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeBatchInferenceJobCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeBatchInferenceJobCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeBatchInferenceJobCommand extends $Command<DescribeBatchInferenceJobCommandInput, DescribeBatchInferenceJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse,
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link DescribeCampaignCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link DescribeCampaignCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class DescribeCampaignCommand extends $Command<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeDatasetCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetEx
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeDatasetExportJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeDatasetExportJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeDatasetExportJobCommand extends $Command<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeDatasetGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeDatasetGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeDatasetGroupCommand extends $Command<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeDatasetImportJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeDatasetImportJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeDatasetImportJobCommand extends $Command<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeEventTrackerCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeEventTrackerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeEventTrackerCommand extends $Command<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeFeatureTransformationCommandOutput extends DescribeFeat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeFeatureTransformationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeFeatureTransformationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeFeatureTransformationCommand extends $Command<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeFilterCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeFilterCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeFilterCommand extends $Command<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link DescribeRecipeCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link DescribeRecipeCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
export declare class DescribeRecipeCommand extends $Command<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeSchemaCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeSchemaCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeSchemaCommand extends $Command<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeSolutionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeSolutionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeSolutionCommand extends $Command<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeSolutionVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeSolutionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeSolutionVersionCommand extends $Command<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSolutionMetricsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSolutionMetricsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetSolutionMetricsCommand extends $Command<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJ
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListBatchInferenceJobsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListBatchInferenceJobsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListBatchInferenceJobsCommand extends $Command<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListCampaignsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListCampaignsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListCampaignsCommand extends $Command<ListCampaignsCommandInput, ListCampaignsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJob
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListDatasetExportJobsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListDatasetExportJobsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListDatasetExportJobsCommand extends $Command<ListDatasetExportJobsCommandInput, ListDatasetExportJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListDatasetGroupsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListDatasetGroupsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListDatasetGroupsCommand extends $Command<ListDatasetGroupsCommandInput, ListDatasetGroupsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListDatasetImportJobsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListDatasetImportJobsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListDatasetImportJobsCommand extends $Command<ListDatasetImportJobsCommandInput, ListDatasetImportJobsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListDatasetsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListDatasetsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListEventTrackersCommandOutput extends ListEventTrackersRespons
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListEventTrackersCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListEventTrackersCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListEventTrackersCommand extends $Command<ListEventTrackersCommandInput, ListEventTrackersCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFiltersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFiltersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListRecipesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListRecipesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListRecipesCommand extends $Command<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListSchemasCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListSchemasCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListSolutionVersionsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListSolutionVersionsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListSolutionVersionsCommand extends $Command<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __Met
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link ListSolutionsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link ListSolutionsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class ListSolutionsCommand extends $Command<ListSolutionsCommandInput, ListSolutionsCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface StopSolutionVersionCreationCommandOutput extends __MetadataBear
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link StopSolutionVersionCreationCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link StopSolutionVersionCreationCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class StopSolutionVersionCreationCommand extends $Command<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput, PersonalizeClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link UpdateCampaignCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link UpdateCampaignCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link PersonalizeClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class UpdateCampaignCommand extends $Command<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
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.41.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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.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",
|
|
@@ -38,7 +38,7 @@
|
|
|
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",
|