@aws-sdk/client-personalize 3.890.0 → 3.891.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-types/commands/CreateBatchInferenceJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataDeletionJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -0
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +2 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +2 -0
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +2 -0
- package/dist-types/commands/CreateRecommenderCommand.d.ts +2 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +2 -0
- package/dist-types/commands/CreateSolutionCommand.d.ts +2 -0
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSolutionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +2 -0
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataDeletionJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFilterCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRecipeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSchemaCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSolutionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +2 -0
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataDeletionJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -0
- package/dist-types/commands/ListEventTrackersCommand.d.ts +2 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +2 -0
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +2 -0
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +2 -0
- package/dist-types/commands/ListRecipesCommand.d.ts +2 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +2 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +2 -0
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListSolutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/StartRecommenderCommand.d.ts +2 -0
- package/dist-types/commands/StopRecommenderCommand.d.ts +2 -0
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSolutionCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -50,6 +50,8 @@ declare const CreateBatchInferenceJobCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { PersonalizeClient, CreateBatchInferenceJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
52
52
|
* // const { PersonalizeClient, CreateBatchInferenceJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
53
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
54
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
53
55
|
* const client = new PersonalizeClient(config);
|
|
54
56
|
* const input = { // CreateBatchInferenceJobRequest
|
|
55
57
|
* jobName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateBatchSegmentJobCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { PersonalizeClient, CreateBatchSegmentJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
37
37
|
* // const { PersonalizeClient, CreateBatchSegmentJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
38
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
39
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
38
40
|
* const client = new PersonalizeClient(config);
|
|
39
41
|
* const input = { // CreateBatchSegmentJobRequest
|
|
40
42
|
* jobName: "STRING_VALUE", // required
|
|
@@ -107,6 +107,8 @@ declare const CreateCampaignCommand_base: {
|
|
|
107
107
|
* ```javascript
|
|
108
108
|
* import { PersonalizeClient, CreateCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
109
109
|
* // const { PersonalizeClient, CreateCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
110
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
111
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
110
112
|
* const client = new PersonalizeClient(config);
|
|
111
113
|
* const input = { // CreateCampaignRequest
|
|
112
114
|
* name: "STRING_VALUE", // required
|
|
@@ -83,6 +83,8 @@ declare const CreateDataDeletionJobCommand_base: {
|
|
|
83
83
|
* ```javascript
|
|
84
84
|
* import { PersonalizeClient, CreateDataDeletionJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
85
85
|
* // const { PersonalizeClient, CreateDataDeletionJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
86
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
87
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
86
88
|
* const client = new PersonalizeClient(config);
|
|
87
89
|
* const input = { // CreateDataDeletionJobRequest
|
|
88
90
|
* jobName: "STRING_VALUE", // required
|
|
@@ -92,6 +92,8 @@ declare const CreateDatasetCommand_base: {
|
|
|
92
92
|
* ```javascript
|
|
93
93
|
* import { PersonalizeClient, CreateDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
94
94
|
* // const { PersonalizeClient, CreateDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
95
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
96
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
95
97
|
* const client = new PersonalizeClient(config);
|
|
96
98
|
* const input = { // CreateDatasetRequest
|
|
97
99
|
* name: "STRING_VALUE", // required
|
|
@@ -51,6 +51,8 @@ declare const CreateDatasetExportJobCommand_base: {
|
|
|
51
51
|
* ```javascript
|
|
52
52
|
* import { PersonalizeClient, CreateDatasetExportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
53
53
|
* // const { PersonalizeClient, CreateDatasetExportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
54
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
55
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
54
56
|
* const client = new PersonalizeClient(config);
|
|
55
57
|
* const input = { // CreateDatasetExportJobRequest
|
|
56
58
|
* jobName: "STRING_VALUE", // required
|
|
@@ -119,6 +119,8 @@ declare const CreateDatasetGroupCommand_base: {
|
|
|
119
119
|
* ```javascript
|
|
120
120
|
* import { PersonalizeClient, CreateDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
121
121
|
* // const { PersonalizeClient, CreateDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
122
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
123
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
122
124
|
* const client = new PersonalizeClient(config);
|
|
123
125
|
* const input = { // CreateDatasetGroupRequest
|
|
124
126
|
* name: "STRING_VALUE", // required
|
|
@@ -82,6 +82,8 @@ declare const CreateDatasetImportJobCommand_base: {
|
|
|
82
82
|
* ```javascript
|
|
83
83
|
* import { PersonalizeClient, CreateDatasetImportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
84
84
|
* // const { PersonalizeClient, CreateDatasetImportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
85
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
86
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
85
87
|
* const client = new PersonalizeClient(config);
|
|
86
88
|
* const input = { // CreateDatasetImportJobRequest
|
|
87
89
|
* jobName: "STRING_VALUE", // required
|
|
@@ -78,6 +78,8 @@ declare const CreateEventTrackerCommand_base: {
|
|
|
78
78
|
* ```javascript
|
|
79
79
|
* import { PersonalizeClient, CreateEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
80
80
|
* // const { PersonalizeClient, CreateEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
81
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
82
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
81
83
|
* const client = new PersonalizeClient(config);
|
|
82
84
|
* const input = { // CreateEventTrackerRequest
|
|
83
85
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateFilterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, CreateFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, CreateFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // CreateFilterRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateMetricAttributionCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { PersonalizeClient, CreateMetricAttributionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
37
37
|
* // const { PersonalizeClient, CreateMetricAttributionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
38
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
39
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
38
40
|
* const client = new PersonalizeClient(config);
|
|
39
41
|
* const input = { // CreateMetricAttributionRequest
|
|
40
42
|
* name: "STRING_VALUE", // required
|
|
@@ -110,6 +110,8 @@ declare const CreateRecommenderCommand_base: {
|
|
|
110
110
|
* ```javascript
|
|
111
111
|
* import { PersonalizeClient, CreateRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
112
112
|
* // const { PersonalizeClient, CreateRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
113
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
114
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
113
115
|
* const client = new PersonalizeClient(config);
|
|
114
116
|
* const input = { // CreateRecommenderRequest
|
|
115
117
|
* name: "STRING_VALUE", // required
|
|
@@ -58,6 +58,8 @@ declare const CreateSchemaCommand_base: {
|
|
|
58
58
|
* ```javascript
|
|
59
59
|
* import { PersonalizeClient, CreateSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
60
60
|
* // const { PersonalizeClient, CreateSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
61
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
62
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
61
63
|
* const client = new PersonalizeClient(config);
|
|
62
64
|
* const input = { // CreateSchemaRequest
|
|
63
65
|
* name: "STRING_VALUE", // required
|
|
@@ -120,6 +120,8 @@ declare const CreateSolutionCommand_base: {
|
|
|
120
120
|
* ```javascript
|
|
121
121
|
* import { PersonalizeClient, CreateSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
122
122
|
* // const { PersonalizeClient, CreateSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
123
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
124
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
123
125
|
* const client = new PersonalizeClient(config);
|
|
124
126
|
* const input = { // CreateSolutionRequest
|
|
125
127
|
* name: "STRING_VALUE", // required
|
|
@@ -99,6 +99,8 @@ declare const CreateSolutionVersionCommand_base: {
|
|
|
99
99
|
* ```javascript
|
|
100
100
|
* import { PersonalizeClient, CreateSolutionVersionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
101
101
|
* // const { PersonalizeClient, CreateSolutionVersionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
102
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
103
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
102
104
|
* const client = new PersonalizeClient(config);
|
|
103
105
|
* const input = { // CreateSolutionVersionRequest
|
|
104
106
|
* name: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const DeleteCampaignCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { PersonalizeClient, DeleteCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
40
40
|
* // const { PersonalizeClient, DeleteCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
41
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
42
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
41
43
|
* const client = new PersonalizeClient(config);
|
|
42
44
|
* const input = { // DeleteCampaignRequest
|
|
43
45
|
* campaignArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteDatasetCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { PersonalizeClient, DeleteDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
39
39
|
* // const { PersonalizeClient, DeleteDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
40
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
41
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
40
42
|
* const client = new PersonalizeClient(config);
|
|
41
43
|
* const input = { // DeleteDatasetRequest
|
|
42
44
|
* datasetArn: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const DeleteDatasetGroupCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { PersonalizeClient, DeleteDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
47
47
|
* // const { PersonalizeClient, DeleteDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
48
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
49
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
48
50
|
* const client = new PersonalizeClient(config);
|
|
49
51
|
* const input = { // DeleteDatasetGroupRequest
|
|
50
52
|
* datasetGroupArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteEventTrackerCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { PersonalizeClient, DeleteEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
37
37
|
* // const { PersonalizeClient, DeleteEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
38
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
39
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
38
40
|
* const client = new PersonalizeClient(config);
|
|
39
41
|
* const input = { // DeleteEventTrackerRequest
|
|
40
42
|
* eventTrackerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteFilterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, DeleteFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, DeleteFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // DeleteFilterRequest
|
|
38
40
|
* filterArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteMetricAttributionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, DeleteMetricAttributionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, DeleteMetricAttributionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // DeleteMetricAttributionRequest
|
|
38
40
|
* metricAttributionArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteRecommenderCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { PersonalizeClient, DeleteRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
36
36
|
* // const { PersonalizeClient, DeleteRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
37
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
38
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
37
39
|
* const client = new PersonalizeClient(config);
|
|
38
40
|
* const input = { // DeleteRecommenderRequest
|
|
39
41
|
* recommenderArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteSchemaCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { PersonalizeClient, DeleteSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
37
37
|
* // const { PersonalizeClient, DeleteSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
38
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
39
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
38
40
|
* const client = new PersonalizeClient(config);
|
|
39
41
|
* const input = { // DeleteSchemaRequest
|
|
40
42
|
* schemaArn: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const DeleteSolutionCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { PersonalizeClient, DeleteSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
41
41
|
* // const { PersonalizeClient, DeleteSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
42
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
43
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
42
44
|
* const client = new PersonalizeClient(config);
|
|
43
45
|
* const input = { // DeleteSolutionRequest
|
|
44
46
|
* solutionArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeAlgorithmCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, DescribeAlgorithmCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, DescribeAlgorithmCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // DescribeAlgorithmRequest
|
|
38
40
|
* algorithmArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeBatchInferenceJobCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { PersonalizeClient, DescribeBatchInferenceJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
37
37
|
* // const { PersonalizeClient, DescribeBatchInferenceJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
38
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
39
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
38
40
|
* const client = new PersonalizeClient(config);
|
|
39
41
|
* const input = { // DescribeBatchInferenceJobRequest
|
|
40
42
|
* batchInferenceJobArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeBatchSegmentJobCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { PersonalizeClient, DescribeBatchSegmentJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
37
37
|
* // const { PersonalizeClient, DescribeBatchSegmentJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
38
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
39
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
38
40
|
* const client = new PersonalizeClient(config);
|
|
39
41
|
* const input = { // DescribeBatchSegmentJobRequest
|
|
40
42
|
* batchSegmentJobArn: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const DescribeCampaignCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { PersonalizeClient, DescribeCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
47
47
|
* // const { PersonalizeClient, DescribeCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
48
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
49
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
48
50
|
* const client = new PersonalizeClient(config);
|
|
49
51
|
* const input = { // DescribeCampaignRequest
|
|
50
52
|
* campaignArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeDataDeletionJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, DescribeDataDeletionJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, DescribeDataDeletionJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // DescribeDataDeletionJobRequest
|
|
38
40
|
* dataDeletionJobArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeDatasetCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { PersonalizeClient, DescribeDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
36
36
|
* // const { PersonalizeClient, DescribeDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
37
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
38
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
37
39
|
* const client = new PersonalizeClient(config);
|
|
38
40
|
* const input = { // DescribeDatasetRequest
|
|
39
41
|
* datasetArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeDatasetExportJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, DescribeDatasetExportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, DescribeDatasetExportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // DescribeDatasetExportJobRequest
|
|
38
40
|
* datasetExportJobArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeDatasetGroupCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { PersonalizeClient, DescribeDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
36
36
|
* // const { PersonalizeClient, DescribeDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
37
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
38
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
37
39
|
* const client = new PersonalizeClient(config);
|
|
38
40
|
* const input = { // DescribeDatasetGroupRequest
|
|
39
41
|
* datasetGroupArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeDatasetImportJobCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, DescribeDatasetImportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, DescribeDatasetImportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // DescribeDatasetImportJobRequest
|
|
38
40
|
* datasetImportJobArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeEventTrackerCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { PersonalizeClient, DescribeEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
37
37
|
* // const { PersonalizeClient, DescribeEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
38
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
39
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
38
40
|
* const client = new PersonalizeClient(config);
|
|
39
41
|
* const input = { // DescribeEventTrackerRequest
|
|
40
42
|
* eventTrackerArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeFeatureTransformationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, DescribeFeatureTransformationCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, DescribeFeatureTransformationCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // DescribeFeatureTransformationRequest
|
|
38
40
|
* featureTransformationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeFilterCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, DescribeFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, DescribeFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // DescribeFilterRequest
|
|
38
40
|
* filterArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeMetricAttributionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, DescribeMetricAttributionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, DescribeMetricAttributionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // DescribeMetricAttributionRequest
|
|
38
40
|
* metricAttributionArn: "STRING_VALUE", // required
|
|
@@ -51,6 +51,8 @@ declare const DescribeRecipeCommand_base: {
|
|
|
51
51
|
* ```javascript
|
|
52
52
|
* import { PersonalizeClient, DescribeRecipeCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
53
53
|
* // const { PersonalizeClient, DescribeRecipeCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
54
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
55
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
54
56
|
* const client = new PersonalizeClient(config);
|
|
55
57
|
* const input = { // DescribeRecipeRequest
|
|
56
58
|
* recipeArn: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const DescribeRecommenderCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { PersonalizeClient, DescribeRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
52
52
|
* // const { PersonalizeClient, DescribeRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
53
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
54
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
53
55
|
* const client = new PersonalizeClient(config);
|
|
54
56
|
* const input = { // DescribeRecommenderRequest
|
|
55
57
|
* recommenderArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeSchemaCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { PersonalizeClient, DescribeSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
36
36
|
* // const { PersonalizeClient, DescribeSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
37
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
38
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
37
39
|
* const client = new PersonalizeClient(config);
|
|
38
40
|
* const input = { // DescribeSchemaRequest
|
|
39
41
|
* schemaArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeSolutionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { PersonalizeClient, DescribeSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
36
36
|
* // const { PersonalizeClient, DescribeSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
37
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
38
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
37
39
|
* const client = new PersonalizeClient(config);
|
|
38
40
|
* const input = { // DescribeSolutionRequest
|
|
39
41
|
* solutionArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeSolutionVersionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { PersonalizeClient, DescribeSolutionVersionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
36
36
|
* // const { PersonalizeClient, DescribeSolutionVersionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
37
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
38
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
37
39
|
* const client = new PersonalizeClient(config);
|
|
38
40
|
* const input = { // DescribeSolutionVersionRequest
|
|
39
41
|
* solutionVersionArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSolutionMetricsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, GetSolutionMetricsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, GetSolutionMetricsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // GetSolutionMetricsRequest
|
|
38
40
|
* solutionVersionArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListBatchInferenceJobsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { PersonalizeClient, ListBatchInferenceJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
36
36
|
* // const { PersonalizeClient, ListBatchInferenceJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
37
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
38
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
37
39
|
* const client = new PersonalizeClient(config);
|
|
38
40
|
* const input = { // ListBatchInferenceJobsRequest
|
|
39
41
|
* solutionVersionArn: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListBatchSegmentJobsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { PersonalizeClient, ListBatchSegmentJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
36
36
|
* // const { PersonalizeClient, ListBatchSegmentJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
37
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
38
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
37
39
|
* const client = new PersonalizeClient(config);
|
|
38
40
|
* const input = { // ListBatchSegmentJobsRequest
|
|
39
41
|
* solutionVersionArn: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListCampaignsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { PersonalizeClient, ListCampaignsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
38
38
|
* // const { PersonalizeClient, ListCampaignsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
39
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
40
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
39
41
|
* const client = new PersonalizeClient(config);
|
|
40
42
|
* const input = { // ListCampaignsRequest
|
|
41
43
|
* solutionArn: "STRING_VALUE",
|
|
@@ -39,6 +39,8 @@ declare const ListDataDeletionJobsCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { PersonalizeClient, ListDataDeletionJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
41
41
|
* // const { PersonalizeClient, ListDataDeletionJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
42
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
43
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
42
44
|
* const client = new PersonalizeClient(config);
|
|
43
45
|
* const input = { // ListDataDeletionJobsRequest
|
|
44
46
|
* datasetGroupArn: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const ListDatasetExportJobsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { PersonalizeClient, ListDatasetExportJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
40
40
|
* // const { PersonalizeClient, ListDatasetExportJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
41
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
42
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
41
43
|
* const client = new PersonalizeClient(config);
|
|
42
44
|
* const input = { // ListDatasetExportJobsRequest
|
|
43
45
|
* datasetArn: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListDatasetGroupsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { PersonalizeClient, ListDatasetGroupsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
37
37
|
* // const { PersonalizeClient, ListDatasetGroupsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
38
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
39
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
38
40
|
* const client = new PersonalizeClient(config);
|
|
39
41
|
* const input = { // ListDatasetGroupsRequest
|
|
40
42
|
* nextToken: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const ListDatasetImportJobsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { PersonalizeClient, ListDatasetImportJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
40
40
|
* // const { PersonalizeClient, ListDatasetImportJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
41
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
42
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
41
43
|
* const client = new PersonalizeClient(config);
|
|
42
44
|
* const input = { // ListDatasetImportJobsRequest
|
|
43
45
|
* datasetArn: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListDatasetsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { PersonalizeClient, ListDatasetsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
37
37
|
* // const { PersonalizeClient, ListDatasetsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
38
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
39
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
38
40
|
* const client = new PersonalizeClient(config);
|
|
39
41
|
* const input = { // ListDatasetsRequest
|
|
40
42
|
* datasetGroupArn: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListEventTrackersCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { PersonalizeClient, ListEventTrackersCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
38
38
|
* // const { PersonalizeClient, ListEventTrackersCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
39
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
40
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
39
41
|
* const client = new PersonalizeClient(config);
|
|
40
42
|
* const input = { // ListEventTrackersRequest
|
|
41
43
|
* datasetGroupArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListFiltersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, ListFiltersCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, ListFiltersCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // ListFiltersRequest
|
|
38
40
|
* datasetGroupArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListMetricAttributionMetricsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, ListMetricAttributionMetricsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, ListMetricAttributionMetricsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // ListMetricAttributionMetricsRequest
|
|
38
40
|
* metricAttributionArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListMetricAttributionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, ListMetricAttributionsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, ListMetricAttributionsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // ListMetricAttributionsRequest
|
|
38
40
|
* datasetGroupArn: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListRecipesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { PersonalizeClient, ListRecipesCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
36
36
|
* // const { PersonalizeClient, ListRecipesCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
37
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
38
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
37
39
|
* const client = new PersonalizeClient(config);
|
|
38
40
|
* const input = { // ListRecipesRequest
|
|
39
41
|
* recipeProvider: "SERVICE",
|
|
@@ -36,6 +36,8 @@ declare const ListRecommendersCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { PersonalizeClient, ListRecommendersCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
38
38
|
* // const { PersonalizeClient, ListRecommendersCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
39
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
40
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
39
41
|
* const client = new PersonalizeClient(config);
|
|
40
42
|
* const input = { // ListRecommendersRequest
|
|
41
43
|
* datasetGroupArn: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListSchemasCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { PersonalizeClient, ListSchemasCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
37
37
|
* // const { PersonalizeClient, ListSchemasCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
38
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
39
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
38
40
|
* const client = new PersonalizeClient(config);
|
|
39
41
|
* const input = { // ListSchemasRequest
|
|
40
42
|
* nextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListSolutionVersionsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { PersonalizeClient, ListSolutionVersionsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
37
37
|
* // const { PersonalizeClient, ListSolutionVersionsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
38
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
39
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
38
40
|
* const client = new PersonalizeClient(config);
|
|
39
41
|
* const input = { // ListSolutionVersionsRequest
|
|
40
42
|
* solutionArn: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListSolutionsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { PersonalizeClient, ListSolutionsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
38
38
|
* // const { PersonalizeClient, ListSolutionsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
39
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
40
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
39
41
|
* const client = new PersonalizeClient(config);
|
|
40
42
|
* const input = { // ListSolutionsRequest
|
|
41
43
|
* datasetGroupArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, ListTagsForResourceCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, ListTagsForResourceCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const StartRecommenderCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { PersonalizeClient, StartRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
36
36
|
* // const { PersonalizeClient, StartRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
37
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
38
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
37
39
|
* const client = new PersonalizeClient(config);
|
|
38
40
|
* const input = { // StartRecommenderRequest
|
|
39
41
|
* recommenderArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopRecommenderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, StopRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, StopRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // StopRecommenderRequest
|
|
38
40
|
* recommenderArn: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const StopSolutionVersionCreationCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { PersonalizeClient, StopSolutionVersionCreationCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
48
48
|
* // const { PersonalizeClient, StopSolutionVersionCreationCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
49
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
50
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
49
51
|
* const client = new PersonalizeClient(config);
|
|
50
52
|
* const input = { // StopSolutionVersionCreationRequest
|
|
51
53
|
* solutionVersionArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, TagResourceCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, TagResourceCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, UntagResourceCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, UntagResourceCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -56,6 +56,8 @@ declare const UpdateCampaignCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { PersonalizeClient, UpdateCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
58
58
|
* // const { PersonalizeClient, UpdateCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
59
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
60
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
59
61
|
* const client = new PersonalizeClient(config);
|
|
60
62
|
* const input = { // UpdateCampaignRequest
|
|
61
63
|
* campaignArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateDatasetCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, UpdateDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, UpdateDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // UpdateDatasetRequest
|
|
38
40
|
* datasetArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateMetricAttributionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { PersonalizeClient, UpdateMetricAttributionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
35
35
|
* // const { PersonalizeClient, UpdateMetricAttributionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
36
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
37
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
36
38
|
* const client = new PersonalizeClient(config);
|
|
37
39
|
* const input = { // UpdateMetricAttributionRequest
|
|
38
40
|
* addMetrics: [ // MetricAttributes
|
|
@@ -40,6 +40,8 @@ declare const UpdateRecommenderCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { PersonalizeClient, UpdateRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
42
42
|
* // const { PersonalizeClient, UpdateRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
43
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
44
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
43
45
|
* const client = new PersonalizeClient(config);
|
|
44
46
|
* const input = { // UpdateRecommenderRequest
|
|
45
47
|
* recommenderArn: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const UpdateSolutionCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { PersonalizeClient, UpdateSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
44
44
|
* // const { PersonalizeClient, UpdateSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
45
|
+
* // import type { PersonalizeClientConfig } from "@aws-sdk/client-personalize";
|
|
46
|
+
* const config = {}; // type is PersonalizeClientConfig
|
|
45
47
|
* const client = new PersonalizeClient(config);
|
|
46
48
|
* const input = { // UpdateSolutionRequest
|
|
47
49
|
* solutionArn: "STRING_VALUE", // required
|
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.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-personalize",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|