@aws-sdk/client-personalize 3.300.0 → 3.301.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.
Files changed (67) hide show
  1. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +8 -8
  2. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +6 -6
  3. package/dist-types/commands/CreateCampaignCommand.d.ts +5 -5
  4. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -3
  5. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +5 -5
  6. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -3
  7. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +4 -4
  8. package/dist-types/commands/CreateEventTrackerCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateFilterCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateMetricAttributionCommand.d.ts +5 -5
  11. package/dist-types/commands/CreateRecommenderCommand.d.ts +5 -5
  12. package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateSolutionCommand.d.ts +20 -20
  14. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +3 -3
  15. package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteFilterCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteRecommenderCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteSolutionCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeCampaignCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeFilterCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeRecipeCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeRecommenderCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeSchemaCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeSolutionCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +1 -1
  41. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListEventTrackersCommand.d.ts +1 -1
  50. package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
  51. package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListMetricAttributionsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListRecipesCommand.d.ts +1 -1
  54. package/dist-types/commands/ListRecommendersCommand.d.ts +1 -1
  55. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  56. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListSolutionsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  59. package/dist-types/commands/StartRecommenderCommand.d.ts +1 -1
  60. package/dist-types/commands/StopRecommenderCommand.d.ts +1 -1
  61. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +1 -1
  62. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  63. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateCampaignCommand.d.ts +3 -3
  65. package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +6 -6
  66. package/dist-types/commands/UpdateRecommenderCommand.d.ts +3 -3
  67. package/package.json +3 -3
@@ -29,31 +29,31 @@ export interface CreateBatchInferenceJobCommandOutput extends CreateBatchInferen
29
29
  * import { PersonalizeClient, CreateBatchInferenceJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
30
30
  * // const { PersonalizeClient, CreateBatchInferenceJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
31
31
  * const client = new PersonalizeClient(config);
32
- * const input = {
32
+ * const input = { // CreateBatchInferenceJobRequest
33
33
  * jobName: "STRING_VALUE", // required
34
34
  * solutionVersionArn: "STRING_VALUE", // required
35
35
  * filterArn: "STRING_VALUE",
36
36
  * numResults: Number("int"),
37
- * jobInput: {
38
- * s3DataSource: {
37
+ * jobInput: { // BatchInferenceJobInput
38
+ * s3DataSource: { // S3DataConfig
39
39
  * path: "STRING_VALUE", // required
40
40
  * kmsKeyArn: "STRING_VALUE",
41
41
  * },
42
42
  * },
43
- * jobOutput: {
43
+ * jobOutput: { // BatchInferenceJobOutput
44
44
  * s3DataDestination: {
45
45
  * path: "STRING_VALUE", // required
46
46
  * kmsKeyArn: "STRING_VALUE",
47
47
  * },
48
48
  * },
49
49
  * roleArn: "STRING_VALUE", // required
50
- * batchInferenceJobConfig: {
51
- * itemExplorationConfig: {
50
+ * batchInferenceJobConfig: { // BatchInferenceJobConfig
51
+ * itemExplorationConfig: { // HyperParameters
52
52
  * "<keys>": "STRING_VALUE",
53
53
  * },
54
54
  * },
55
- * tags: [
56
- * {
55
+ * tags: [ // Tags
56
+ * { // Tag
57
57
  * tagKey: "STRING_VALUE", // required
58
58
  * tagValue: "STRING_VALUE", // required
59
59
  * },
@@ -28,26 +28,26 @@ export interface CreateBatchSegmentJobCommandOutput extends CreateBatchSegmentJo
28
28
  * import { PersonalizeClient, CreateBatchSegmentJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
29
29
  * // const { PersonalizeClient, CreateBatchSegmentJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
30
30
  * const client = new PersonalizeClient(config);
31
- * const input = {
31
+ * const input = { // CreateBatchSegmentJobRequest
32
32
  * jobName: "STRING_VALUE", // required
33
33
  * solutionVersionArn: "STRING_VALUE", // required
34
34
  * filterArn: "STRING_VALUE",
35
35
  * numResults: Number("int"),
36
- * jobInput: {
37
- * s3DataSource: {
36
+ * jobInput: { // BatchSegmentJobInput
37
+ * s3DataSource: { // S3DataConfig
38
38
  * path: "STRING_VALUE", // required
39
39
  * kmsKeyArn: "STRING_VALUE",
40
40
  * },
41
41
  * },
42
- * jobOutput: {
42
+ * jobOutput: { // BatchSegmentJobOutput
43
43
  * s3DataDestination: {
44
44
  * path: "STRING_VALUE", // required
45
45
  * kmsKeyArn: "STRING_VALUE",
46
46
  * },
47
47
  * },
48
48
  * roleArn: "STRING_VALUE", // required
49
- * tags: [
50
- * {
49
+ * tags: [ // Tags
50
+ * { // Tag
51
51
  * tagKey: "STRING_VALUE", // required
52
52
  * tagValue: "STRING_VALUE", // required
53
53
  * },
@@ -95,17 +95,17 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
95
95
  * import { PersonalizeClient, CreateCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
96
96
  * // const { PersonalizeClient, CreateCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
97
97
  * const client = new PersonalizeClient(config);
98
- * const input = {
98
+ * const input = { // CreateCampaignRequest
99
99
  * name: "STRING_VALUE", // required
100
100
  * solutionVersionArn: "STRING_VALUE", // required
101
101
  * minProvisionedTPS: Number("int"),
102
- * campaignConfig: {
103
- * itemExplorationConfig: {
102
+ * campaignConfig: { // CampaignConfig
103
+ * itemExplorationConfig: { // HyperParameters
104
104
  * "<keys>": "STRING_VALUE",
105
105
  * },
106
106
  * },
107
- * tags: [
108
- * {
107
+ * tags: [ // Tags
108
+ * { // Tag
109
109
  * tagKey: "STRING_VALUE", // required
110
110
  * tagValue: "STRING_VALUE", // required
111
111
  * },
@@ -80,13 +80,13 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
80
80
  * import { PersonalizeClient, CreateDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import
81
81
  * // const { PersonalizeClient, CreateDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
82
82
  * const client = new PersonalizeClient(config);
83
- * const input = {
83
+ * const input = { // CreateDatasetRequest
84
84
  * name: "STRING_VALUE", // required
85
85
  * schemaArn: "STRING_VALUE", // required
86
86
  * datasetGroupArn: "STRING_VALUE", // required
87
87
  * datasetType: "STRING_VALUE", // required
88
- * tags: [
89
- * {
88
+ * tags: [ // Tags
89
+ * { // Tag
90
90
  * tagKey: "STRING_VALUE", // required
91
91
  * tagValue: "STRING_VALUE", // required
92
92
  * },
@@ -44,19 +44,19 @@ export interface CreateDatasetExportJobCommandOutput extends CreateDatasetExport
44
44
  * import { PersonalizeClient, CreateDatasetExportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
45
45
  * // const { PersonalizeClient, CreateDatasetExportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
46
46
  * const client = new PersonalizeClient(config);
47
- * const input = {
47
+ * const input = { // CreateDatasetExportJobRequest
48
48
  * jobName: "STRING_VALUE", // required
49
49
  * datasetArn: "STRING_VALUE", // required
50
50
  * ingestionMode: "BULK" || "PUT" || "ALL",
51
51
  * roleArn: "STRING_VALUE", // required
52
- * jobOutput: {
53
- * s3DataDestination: {
52
+ * jobOutput: { // DatasetExportJobOutput
53
+ * s3DataDestination: { // S3DataConfig
54
54
  * path: "STRING_VALUE", // required
55
55
  * kmsKeyArn: "STRING_VALUE",
56
56
  * },
57
57
  * },
58
- * tags: [
59
- * {
58
+ * tags: [ // Tags
59
+ * { // Tag
60
60
  * tagKey: "STRING_VALUE", // required
61
61
  * tagValue: "STRING_VALUE", // required
62
62
  * },
@@ -106,13 +106,13 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo
106
106
  * import { PersonalizeClient, CreateDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import
107
107
  * // const { PersonalizeClient, CreateDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
108
108
  * const client = new PersonalizeClient(config);
109
- * const input = {
109
+ * const input = { // CreateDatasetGroupRequest
110
110
  * name: "STRING_VALUE", // required
111
111
  * roleArn: "STRING_VALUE",
112
112
  * kmsKeyArn: "STRING_VALUE",
113
113
  * domain: "ECOMMERCE" || "VIDEO_ON_DEMAND",
114
- * tags: [
115
- * {
114
+ * tags: [ // Tags
115
+ * { // Tag
116
116
  * tagKey: "STRING_VALUE", // required
117
117
  * tagValue: "STRING_VALUE", // required
118
118
  * },
@@ -73,15 +73,15 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
73
73
  * import { PersonalizeClient, CreateDatasetImportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
74
74
  * // const { PersonalizeClient, CreateDatasetImportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
75
75
  * const client = new PersonalizeClient(config);
76
- * const input = {
76
+ * const input = { // CreateDatasetImportJobRequest
77
77
  * jobName: "STRING_VALUE", // required
78
78
  * datasetArn: "STRING_VALUE", // required
79
- * dataSource: {
79
+ * dataSource: { // DataSource
80
80
  * dataLocation: "STRING_VALUE",
81
81
  * },
82
82
  * roleArn: "STRING_VALUE", // required
83
- * tags: [
84
- * {
83
+ * tags: [ // Tags
84
+ * { // Tag
85
85
  * tagKey: "STRING_VALUE", // required
86
86
  * tagValue: "STRING_VALUE", // required
87
87
  * },
@@ -71,11 +71,11 @@ export interface CreateEventTrackerCommandOutput extends CreateEventTrackerRespo
71
71
  * import { PersonalizeClient, CreateEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import
72
72
  * // const { PersonalizeClient, CreateEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
73
73
  * const client = new PersonalizeClient(config);
74
- * const input = {
74
+ * const input = { // CreateEventTrackerRequest
75
75
  * name: "STRING_VALUE", // required
76
76
  * datasetGroupArn: "STRING_VALUE", // required
77
- * tags: [
78
- * {
77
+ * tags: [ // Tags
78
+ * { // Tag
79
79
  * tagKey: "STRING_VALUE", // required
80
80
  * tagValue: "STRING_VALUE", // required
81
81
  * },
@@ -26,12 +26,12 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
26
26
  * import { PersonalizeClient, CreateFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, CreateFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // CreateFilterRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * datasetGroupArn: "STRING_VALUE", // required
32
32
  * filterExpression: "STRING_VALUE", // required
33
- * tags: [
34
- * {
33
+ * tags: [ // Tags
34
+ * { // Tag
35
35
  * tagKey: "STRING_VALUE", // required
36
36
  * tagValue: "STRING_VALUE", // required
37
37
  * },
@@ -28,18 +28,18 @@ export interface CreateMetricAttributionCommandOutput extends CreateMetricAttrib
28
28
  * import { PersonalizeClient, CreateMetricAttributionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
29
29
  * // const { PersonalizeClient, CreateMetricAttributionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
30
30
  * const client = new PersonalizeClient(config);
31
- * const input = {
31
+ * const input = { // CreateMetricAttributionRequest
32
32
  * name: "STRING_VALUE", // required
33
33
  * datasetGroupArn: "STRING_VALUE", // required
34
- * metrics: [ // required
35
- * {
34
+ * metrics: [ // MetricAttributes // required
35
+ * { // MetricAttribute
36
36
  * eventType: "STRING_VALUE", // required
37
37
  * metricName: "STRING_VALUE", // required
38
38
  * expression: "STRING_VALUE", // required
39
39
  * },
40
40
  * ],
41
- * metricsOutputConfig: {
42
- * s3DataDestination: {
41
+ * metricsOutputConfig: { // MetricAttributionOutput
42
+ * s3DataDestination: { // S3DataConfig
43
43
  * path: "STRING_VALUE", // required
44
44
  * kmsKeyArn: "STRING_VALUE",
45
45
  * },
@@ -101,18 +101,18 @@ export interface CreateRecommenderCommandOutput extends CreateRecommenderRespons
101
101
  * import { PersonalizeClient, CreateRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
102
102
  * // const { PersonalizeClient, CreateRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
103
103
  * const client = new PersonalizeClient(config);
104
- * const input = {
104
+ * const input = { // CreateRecommenderRequest
105
105
  * name: "STRING_VALUE", // required
106
106
  * datasetGroupArn: "STRING_VALUE", // required
107
107
  * recipeArn: "STRING_VALUE", // required
108
- * recommenderConfig: {
109
- * itemExplorationConfig: {
108
+ * recommenderConfig: { // RecommenderConfig
109
+ * itemExplorationConfig: { // HyperParameters
110
110
  * "<keys>": "STRING_VALUE",
111
111
  * },
112
112
  * minRecommendationRequestsPerSecond: Number("int"),
113
113
  * },
114
- * tags: [
115
- * {
114
+ * tags: [ // Tags
115
+ * { // Tag
116
116
  * tagKey: "STRING_VALUE", // required
117
117
  * tagValue: "STRING_VALUE", // required
118
118
  * },
@@ -52,7 +52,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
52
52
  * import { PersonalizeClient, CreateSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import
53
53
  * // const { PersonalizeClient, CreateSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
54
54
  * const client = new PersonalizeClient(config);
55
- * const input = {
55
+ * const input = { // CreateSchemaRequest
56
56
  * name: "STRING_VALUE", // required
57
57
  * schema: "STRING_VALUE", // required
58
58
  * domain: "ECOMMERCE" || "VIDEO_ON_DEMAND",
@@ -98,69 +98,69 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
98
98
  * import { PersonalizeClient, CreateSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
99
99
  * // const { PersonalizeClient, CreateSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
100
100
  * const client = new PersonalizeClient(config);
101
- * const input = {
101
+ * const input = { // CreateSolutionRequest
102
102
  * name: "STRING_VALUE", // required
103
103
  * performHPO: true || false,
104
104
  * performAutoML: true || false,
105
105
  * recipeArn: "STRING_VALUE",
106
106
  * datasetGroupArn: "STRING_VALUE", // required
107
107
  * eventType: "STRING_VALUE",
108
- * solutionConfig: {
108
+ * solutionConfig: { // SolutionConfig
109
109
  * eventValueThreshold: "STRING_VALUE",
110
- * hpoConfig: {
111
- * hpoObjective: {
110
+ * hpoConfig: { // HPOConfig
111
+ * hpoObjective: { // HPOObjective
112
112
  * type: "STRING_VALUE",
113
113
  * metricName: "STRING_VALUE",
114
114
  * metricRegex: "STRING_VALUE",
115
115
  * },
116
- * hpoResourceConfig: {
116
+ * hpoResourceConfig: { // HPOResourceConfig
117
117
  * maxNumberOfTrainingJobs: "STRING_VALUE",
118
118
  * maxParallelTrainingJobs: "STRING_VALUE",
119
119
  * },
120
- * algorithmHyperParameterRanges: {
121
- * integerHyperParameterRanges: [
122
- * {
120
+ * algorithmHyperParameterRanges: { // HyperParameterRanges
121
+ * integerHyperParameterRanges: [ // IntegerHyperParameterRanges
122
+ * { // IntegerHyperParameterRange
123
123
  * name: "STRING_VALUE",
124
124
  * minValue: Number("int"),
125
125
  * maxValue: Number("int"),
126
126
  * },
127
127
  * ],
128
- * continuousHyperParameterRanges: [
129
- * {
128
+ * continuousHyperParameterRanges: [ // ContinuousHyperParameterRanges
129
+ * { // ContinuousHyperParameterRange
130
130
  * name: "STRING_VALUE",
131
131
  * minValue: Number("double"),
132
132
  * maxValue: Number("double"),
133
133
  * },
134
134
  * ],
135
- * categoricalHyperParameterRanges: [
136
- * {
135
+ * categoricalHyperParameterRanges: [ // CategoricalHyperParameterRanges
136
+ * { // CategoricalHyperParameterRange
137
137
  * name: "STRING_VALUE",
138
- * values: [
138
+ * values: [ // CategoricalValues
139
139
  * "STRING_VALUE",
140
140
  * ],
141
141
  * },
142
142
  * ],
143
143
  * },
144
144
  * },
145
- * algorithmHyperParameters: {
145
+ * algorithmHyperParameters: { // HyperParameters
146
146
  * "<keys>": "STRING_VALUE",
147
147
  * },
148
- * featureTransformationParameters: {
148
+ * featureTransformationParameters: { // FeatureTransformationParameters
149
149
  * "<keys>": "STRING_VALUE",
150
150
  * },
151
- * autoMLConfig: {
151
+ * autoMLConfig: { // AutoMLConfig
152
152
  * metricName: "STRING_VALUE",
153
- * recipeList: [
153
+ * recipeList: [ // ArnList
154
154
  * "STRING_VALUE",
155
155
  * ],
156
156
  * },
157
- * optimizationObjective: {
157
+ * optimizationObjective: { // OptimizationObjective
158
158
  * itemAttribute: "STRING_VALUE",
159
159
  * objectiveSensitivity: "LOW" || "MEDIUM" || "HIGH" || "OFF",
160
160
  * },
161
161
  * },
162
- * tags: [
163
- * {
162
+ * tags: [ // Tags
163
+ * { // Tag
164
164
  * tagKey: "STRING_VALUE", // required
165
165
  * tagValue: "STRING_VALUE", // required
166
166
  * },
@@ -92,12 +92,12 @@ export interface CreateSolutionVersionCommandOutput extends CreateSolutionVersio
92
92
  * import { PersonalizeClient, CreateSolutionVersionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
93
93
  * // const { PersonalizeClient, CreateSolutionVersionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
94
94
  * const client = new PersonalizeClient(config);
95
- * const input = {
95
+ * const input = { // CreateSolutionVersionRequest
96
96
  * name: "STRING_VALUE",
97
97
  * solutionArn: "STRING_VALUE", // required
98
98
  * trainingMode: "FULL" || "UPDATE",
99
- * tags: [
100
- * {
99
+ * tags: [ // Tags
100
+ * { // Tag
101
101
  * tagKey: "STRING_VALUE", // required
102
102
  * tagValue: "STRING_VALUE", // required
103
103
  * },
@@ -31,7 +31,7 @@ export interface DeleteCampaignCommandOutput extends __MetadataBearer {
31
31
  * import { PersonalizeClient, DeleteCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
32
32
  * // const { PersonalizeClient, DeleteCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
33
33
  * const client = new PersonalizeClient(config);
34
- * const input = {
34
+ * const input = { // DeleteCampaignRequest
35
35
  * campaignArn: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new DeleteCampaignCommand(input);
@@ -29,7 +29,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
29
29
  * import { PersonalizeClient, DeleteDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import
30
30
  * // const { PersonalizeClient, DeleteDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
31
31
  * const client = new PersonalizeClient(config);
32
- * const input = {
32
+ * const input = { // DeleteDatasetRequest
33
33
  * datasetArn: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteDatasetCommand(input);
@@ -38,7 +38,7 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
38
38
  * import { PersonalizeClient, DeleteDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import
39
39
  * // const { PersonalizeClient, DeleteDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
40
40
  * const client = new PersonalizeClient(config);
41
- * const input = {
41
+ * const input = { // DeleteDatasetGroupRequest
42
42
  * datasetGroupArn: "STRING_VALUE", // required
43
43
  * };
44
44
  * const command = new DeleteDatasetGroupCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {
28
28
  * import { PersonalizeClient, DeleteEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import
29
29
  * // const { PersonalizeClient, DeleteEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
30
30
  * const client = new PersonalizeClient(config);
31
- * const input = {
31
+ * const input = { // DeleteEventTrackerRequest
32
32
  * eventTrackerArn: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteEventTrackerCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteFilterCommandOutput extends __MetadataBearer {
26
26
  * import { PersonalizeClient, DeleteFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, DeleteFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // DeleteFilterRequest
30
30
  * filterArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteFilterCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteMetricAttributionCommandOutput extends __MetadataBearer {
26
26
  * import { PersonalizeClient, DeleteMetricAttributionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, DeleteMetricAttributionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // DeleteMetricAttributionRequest
30
30
  * metricAttributionArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteMetricAttributionCommand(input);
@@ -27,7 +27,7 @@ export interface DeleteRecommenderCommandOutput extends __MetadataBearer {
27
27
  * import { PersonalizeClient, DeleteRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
28
28
  * // const { PersonalizeClient, DeleteRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
29
29
  * const client = new PersonalizeClient(config);
30
- * const input = {
30
+ * const input = { // DeleteRecommenderRequest
31
31
  * recommenderArn: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeleteRecommenderCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {
28
28
  * import { PersonalizeClient, DeleteSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import
29
29
  * // const { PersonalizeClient, DeleteSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
30
30
  * const client = new PersonalizeClient(config);
31
- * const input = {
31
+ * const input = { // DeleteSchemaRequest
32
32
  * schemaArn: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteSchemaCommand(input);
@@ -32,7 +32,7 @@ export interface DeleteSolutionCommandOutput extends __MetadataBearer {
32
32
  * import { PersonalizeClient, DeleteSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
33
33
  * // const { PersonalizeClient, DeleteSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
34
34
  * const client = new PersonalizeClient(config);
35
- * const input = {
35
+ * const input = { // DeleteSolutionRequest
36
36
  * solutionArn: "STRING_VALUE", // required
37
37
  * };
38
38
  * const command = new DeleteSolutionCommand(input);
@@ -26,7 +26,7 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmRespons
26
26
  * import { PersonalizeClient, DescribeAlgorithmCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, DescribeAlgorithmCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // DescribeAlgorithmRequest
30
30
  * algorithmArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeAlgorithmCommand(input);
@@ -28,7 +28,7 @@ export interface DescribeBatchInferenceJobCommandOutput extends DescribeBatchInf
28
28
  * import { PersonalizeClient, DescribeBatchInferenceJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
29
29
  * // const { PersonalizeClient, DescribeBatchInferenceJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
30
30
  * const client = new PersonalizeClient(config);
31
- * const input = {
31
+ * const input = { // DescribeBatchInferenceJobRequest
32
32
  * batchInferenceJobArn: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DescribeBatchInferenceJobCommand(input);
@@ -28,7 +28,7 @@ export interface DescribeBatchSegmentJobCommandOutput extends DescribeBatchSegme
28
28
  * import { PersonalizeClient, DescribeBatchSegmentJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
29
29
  * // const { PersonalizeClient, DescribeBatchSegmentJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
30
30
  * const client = new PersonalizeClient(config);
31
- * const input = {
31
+ * const input = { // DescribeBatchSegmentJobRequest
32
32
  * batchSegmentJobArn: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DescribeBatchSegmentJobCommand(input);
@@ -38,7 +38,7 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse,
38
38
  * import { PersonalizeClient, DescribeCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
39
39
  * // const { PersonalizeClient, DescribeCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
40
40
  * const client = new PersonalizeClient(config);
41
- * const input = {
41
+ * const input = { // DescribeCampaignRequest
42
42
  * campaignArn: "STRING_VALUE", // required
43
43
  * };
44
44
  * const command = new DescribeCampaignCommand(input);
@@ -27,7 +27,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
27
27
  * import { PersonalizeClient, DescribeDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import
28
28
  * // const { PersonalizeClient, DescribeDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
29
29
  * const client = new PersonalizeClient(config);
30
- * const input = {
30
+ * const input = { // DescribeDatasetRequest
31
31
  * datasetArn: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DescribeDatasetCommand(input);
@@ -26,7 +26,7 @@ export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetEx
26
26
  * import { PersonalizeClient, DescribeDatasetExportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, DescribeDatasetExportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // DescribeDatasetExportJobRequest
30
30
  * datasetExportJobArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeDatasetExportJobCommand(input);
@@ -27,7 +27,7 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
27
27
  * import { PersonalizeClient, DescribeDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import
28
28
  * // const { PersonalizeClient, DescribeDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
29
29
  * const client = new PersonalizeClient(config);
30
- * const input = {
30
+ * const input = { // DescribeDatasetGroupRequest
31
31
  * datasetGroupArn: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DescribeDatasetGroupCommand(input);
@@ -26,7 +26,7 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
26
26
  * import { PersonalizeClient, DescribeDatasetImportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, DescribeDatasetImportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // DescribeDatasetImportJobRequest
30
30
  * datasetImportJobArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeDatasetImportJobCommand(input);
@@ -28,7 +28,7 @@ export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerR
28
28
  * import { PersonalizeClient, DescribeEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import
29
29
  * // const { PersonalizeClient, DescribeEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
30
30
  * const client = new PersonalizeClient(config);
31
- * const input = {
31
+ * const input = { // DescribeEventTrackerRequest
32
32
  * eventTrackerArn: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DescribeEventTrackerCommand(input);
@@ -26,7 +26,7 @@ export interface DescribeFeatureTransformationCommandOutput extends DescribeFeat
26
26
  * import { PersonalizeClient, DescribeFeatureTransformationCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, DescribeFeatureTransformationCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // DescribeFeatureTransformationRequest
30
30
  * featureTransformationArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeFeatureTransformationCommand(input);
@@ -26,7 +26,7 @@ export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __M
26
26
  * import { PersonalizeClient, DescribeFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, DescribeFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // DescribeFilterRequest
30
30
  * filterArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeFilterCommand(input);
@@ -26,7 +26,7 @@ export interface DescribeMetricAttributionCommandOutput extends DescribeMetricAt
26
26
  * import { PersonalizeClient, DescribeMetricAttributionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, DescribeMetricAttributionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // DescribeMetricAttributionRequest
30
30
  * metricAttributionArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DescribeMetricAttributionCommand(input);
@@ -44,7 +44,7 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
44
44
  * import { PersonalizeClient, DescribeRecipeCommand } from "@aws-sdk/client-personalize"; // ES Modules import
45
45
  * // const { PersonalizeClient, DescribeRecipeCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
46
46
  * const client = new PersonalizeClient(config);
47
- * const input = {
47
+ * const input = { // DescribeRecipeRequest
48
48
  * recipeArn: "STRING_VALUE", // required
49
49
  * };
50
50
  * const command = new DescribeRecipeCommand(input);
@@ -43,7 +43,7 @@ export interface DescribeRecommenderCommandOutput extends DescribeRecommenderRes
43
43
  * import { PersonalizeClient, DescribeRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
44
44
  * // const { PersonalizeClient, DescribeRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
45
45
  * const client = new PersonalizeClient(config);
46
- * const input = {
46
+ * const input = { // DescribeRecommenderRequest
47
47
  * recommenderArn: "STRING_VALUE", // required
48
48
  * };
49
49
  * const command = new DescribeRecommenderCommand(input);
@@ -27,7 +27,7 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
27
27
  * import { PersonalizeClient, DescribeSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import
28
28
  * // const { PersonalizeClient, DescribeSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
29
29
  * const client = new PersonalizeClient(config);
30
- * const input = {
30
+ * const input = { // DescribeSchemaRequest
31
31
  * schemaArn: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DescribeSchemaCommand(input);
@@ -27,7 +27,7 @@ export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse,
27
27
  * import { PersonalizeClient, DescribeSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
28
28
  * // const { PersonalizeClient, DescribeSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
29
29
  * const client = new PersonalizeClient(config);
30
- * const input = {
30
+ * const input = { // DescribeSolutionRequest
31
31
  * solutionArn: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DescribeSolutionCommand(input);
@@ -27,7 +27,7 @@ export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVe
27
27
  * import { PersonalizeClient, DescribeSolutionVersionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
28
28
  * // const { PersonalizeClient, DescribeSolutionVersionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
29
29
  * const client = new PersonalizeClient(config);
30
- * const input = {
30
+ * const input = { // DescribeSolutionVersionRequest
31
31
  * solutionVersionArn: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DescribeSolutionVersionCommand(input);
@@ -26,7 +26,7 @@ export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsRespo
26
26
  * import { PersonalizeClient, GetSolutionMetricsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, GetSolutionMetricsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // GetSolutionMetricsRequest
30
30
  * solutionVersionArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetSolutionMetricsCommand(input);
@@ -27,7 +27,7 @@ export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJ
27
27
  * import { PersonalizeClient, ListBatchInferenceJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
28
28
  * // const { PersonalizeClient, ListBatchInferenceJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
29
29
  * const client = new PersonalizeClient(config);
30
- * const input = {
30
+ * const input = { // ListBatchInferenceJobsRequest
31
31
  * solutionVersionArn: "STRING_VALUE",
32
32
  * nextToken: "STRING_VALUE",
33
33
  * maxResults: Number("int"),
@@ -27,7 +27,7 @@ export interface ListBatchSegmentJobsCommandOutput extends ListBatchSegmentJobsR
27
27
  * import { PersonalizeClient, ListBatchSegmentJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
28
28
  * // const { PersonalizeClient, ListBatchSegmentJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
29
29
  * const client = new PersonalizeClient(config);
30
- * const input = {
30
+ * const input = { // ListBatchSegmentJobsRequest
31
31
  * solutionVersionArn: "STRING_VALUE",
32
32
  * nextToken: "STRING_VALUE",
33
33
  * maxResults: Number("int"),
@@ -29,7 +29,7 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
29
29
  * import { PersonalizeClient, ListCampaignsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
30
30
  * // const { PersonalizeClient, ListCampaignsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
31
31
  * const client = new PersonalizeClient(config);
32
- * const input = {
32
+ * const input = { // ListCampaignsRequest
33
33
  * solutionArn: "STRING_VALUE",
34
34
  * nextToken: "STRING_VALUE",
35
35
  * maxResults: Number("int"),
@@ -31,7 +31,7 @@ export interface ListDatasetExportJobsCommandOutput extends ListDatasetExportJob
31
31
  * import { PersonalizeClient, ListDatasetExportJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
32
32
  * // const { PersonalizeClient, ListDatasetExportJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
33
33
  * const client = new PersonalizeClient(config);
34
- * const input = {
34
+ * const input = { // ListDatasetExportJobsRequest
35
35
  * datasetArn: "STRING_VALUE",
36
36
  * nextToken: "STRING_VALUE",
37
37
  * maxResults: Number("int"),
@@ -28,7 +28,7 @@ export interface ListDatasetGroupsCommandOutput extends ListDatasetGroupsRespons
28
28
  * import { PersonalizeClient, ListDatasetGroupsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
29
29
  * // const { PersonalizeClient, ListDatasetGroupsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
30
30
  * const client = new PersonalizeClient(config);
31
- * const input = {
31
+ * const input = { // ListDatasetGroupsRequest
32
32
  * nextToken: "STRING_VALUE",
33
33
  * maxResults: Number("int"),
34
34
  * };
@@ -31,7 +31,7 @@ export interface ListDatasetImportJobsCommandOutput extends ListDatasetImportJob
31
31
  * import { PersonalizeClient, ListDatasetImportJobsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
32
32
  * // const { PersonalizeClient, ListDatasetImportJobsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
33
33
  * const client = new PersonalizeClient(config);
34
- * const input = {
34
+ * const input = { // ListDatasetImportJobsRequest
35
35
  * datasetArn: "STRING_VALUE",
36
36
  * nextToken: "STRING_VALUE",
37
37
  * maxResults: Number("int"),
@@ -28,7 +28,7 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
28
28
  * import { PersonalizeClient, ListDatasetsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
29
29
  * // const { PersonalizeClient, ListDatasetsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
30
30
  * const client = new PersonalizeClient(config);
31
- * const input = {
31
+ * const input = { // ListDatasetsRequest
32
32
  * datasetGroupArn: "STRING_VALUE",
33
33
  * nextToken: "STRING_VALUE",
34
34
  * maxResults: Number("int"),
@@ -29,7 +29,7 @@ export interface ListEventTrackersCommandOutput extends ListEventTrackersRespons
29
29
  * import { PersonalizeClient, ListEventTrackersCommand } from "@aws-sdk/client-personalize"; // ES Modules import
30
30
  * // const { PersonalizeClient, ListEventTrackersCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
31
31
  * const client = new PersonalizeClient(config);
32
- * const input = {
32
+ * const input = { // ListEventTrackersRequest
33
33
  * datasetGroupArn: "STRING_VALUE",
34
34
  * nextToken: "STRING_VALUE",
35
35
  * maxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
26
26
  * import { PersonalizeClient, ListFiltersCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, ListFiltersCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // ListFiltersRequest
30
30
  * datasetGroupArn: "STRING_VALUE",
31
31
  * nextToken: "STRING_VALUE",
32
32
  * maxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListMetricAttributionMetricsCommandOutput extends ListMetricAtt
26
26
  * import { PersonalizeClient, ListMetricAttributionMetricsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, ListMetricAttributionMetricsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // ListMetricAttributionMetricsRequest
30
30
  * metricAttributionArn: "STRING_VALUE",
31
31
  * nextToken: "STRING_VALUE",
32
32
  * maxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListMetricAttributionsCommandOutput extends ListMetricAttributi
26
26
  * import { PersonalizeClient, ListMetricAttributionsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, ListMetricAttributionsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // ListMetricAttributionsRequest
30
30
  * datasetGroupArn: "STRING_VALUE",
31
31
  * nextToken: "STRING_VALUE",
32
32
  * maxResults: Number("int"),
@@ -27,7 +27,7 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
27
27
  * import { PersonalizeClient, ListRecipesCommand } from "@aws-sdk/client-personalize"; // ES Modules import
28
28
  * // const { PersonalizeClient, ListRecipesCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
29
29
  * const client = new PersonalizeClient(config);
30
- * const input = {
30
+ * const input = { // ListRecipesRequest
31
31
  * recipeProvider: "SERVICE",
32
32
  * nextToken: "STRING_VALUE",
33
33
  * maxResults: Number("int"),
@@ -29,7 +29,7 @@ export interface ListRecommendersCommandOutput extends ListRecommendersResponse,
29
29
  * import { PersonalizeClient, ListRecommendersCommand } from "@aws-sdk/client-personalize"; // ES Modules import
30
30
  * // const { PersonalizeClient, ListRecommendersCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
31
31
  * const client = new PersonalizeClient(config);
32
- * const input = {
32
+ * const input = { // ListRecommendersRequest
33
33
  * datasetGroupArn: "STRING_VALUE",
34
34
  * nextToken: "STRING_VALUE",
35
35
  * maxResults: Number("int"),
@@ -28,7 +28,7 @@ export interface ListSchemasCommandOutput extends ListSchemasResponse, __Metadat
28
28
  * import { PersonalizeClient, ListSchemasCommand } from "@aws-sdk/client-personalize"; // ES Modules import
29
29
  * // const { PersonalizeClient, ListSchemasCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
30
30
  * const client = new PersonalizeClient(config);
31
- * const input = {
31
+ * const input = { // ListSchemasRequest
32
32
  * nextToken: "STRING_VALUE",
33
33
  * maxResults: Number("int"),
34
34
  * };
@@ -28,7 +28,7 @@ export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsR
28
28
  * import { PersonalizeClient, ListSolutionVersionsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
29
29
  * // const { PersonalizeClient, ListSolutionVersionsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
30
30
  * const client = new PersonalizeClient(config);
31
- * const input = {
31
+ * const input = { // ListSolutionVersionsRequest
32
32
  * solutionArn: "STRING_VALUE",
33
33
  * nextToken: "STRING_VALUE",
34
34
  * maxResults: Number("int"),
@@ -29,7 +29,7 @@ export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __Met
29
29
  * import { PersonalizeClient, ListSolutionsCommand } from "@aws-sdk/client-personalize"; // ES Modules import
30
30
  * // const { PersonalizeClient, ListSolutionsCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
31
31
  * const client = new PersonalizeClient(config);
32
- * const input = {
32
+ * const input = { // ListSolutionsRequest
33
33
  * datasetGroupArn: "STRING_VALUE",
34
34
  * nextToken: "STRING_VALUE",
35
35
  * maxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { PersonalizeClient, ListTagsForResourceCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, ListTagsForResourceCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -27,7 +27,7 @@ export interface StartRecommenderCommandOutput extends StartRecommenderResponse,
27
27
  * import { PersonalizeClient, StartRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
28
28
  * // const { PersonalizeClient, StartRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
29
29
  * const client = new PersonalizeClient(config);
30
- * const input = {
30
+ * const input = { // StartRecommenderRequest
31
31
  * recommenderArn: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new StartRecommenderCommand(input);
@@ -26,7 +26,7 @@ export interface StopRecommenderCommandOutput extends StopRecommenderResponse, _
26
26
  * import { PersonalizeClient, StopRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, StopRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // StopRecommenderRequest
30
30
  * recommenderArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new StopRecommenderCommand(input);
@@ -39,7 +39,7 @@ export interface StopSolutionVersionCreationCommandOutput extends __MetadataBear
39
39
  * import { PersonalizeClient, StopSolutionVersionCreationCommand } from "@aws-sdk/client-personalize"; // ES Modules import
40
40
  * // const { PersonalizeClient, StopSolutionVersionCreationCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
41
41
  * const client = new PersonalizeClient(config);
42
- * const input = {
42
+ * const input = { // StopSolutionVersionCreationRequest
43
43
  * solutionVersionArn: "STRING_VALUE", // required
44
44
  * };
45
45
  * const command = new StopSolutionVersionCreationCommand(input);
@@ -26,10 +26,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { PersonalizeClient, TagResourceCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, TagResourceCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tags: [ // required
32
- * {
31
+ * tags: [ // Tags // required
32
+ * { // Tag
33
33
  * tagKey: "STRING_VALUE", // required
34
34
  * tagValue: "STRING_VALUE", // required
35
35
  * },
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { PersonalizeClient, UntagResourceCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, UntagResourceCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tagKeys: [ // required
31
+ * tagKeys: [ // TagKeys // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -37,12 +37,12 @@ export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __M
37
37
  * import { PersonalizeClient, UpdateCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
38
38
  * // const { PersonalizeClient, UpdateCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
39
39
  * const client = new PersonalizeClient(config);
40
- * const input = {
40
+ * const input = { // UpdateCampaignRequest
41
41
  * campaignArn: "STRING_VALUE", // required
42
42
  * solutionVersionArn: "STRING_VALUE",
43
43
  * minProvisionedTPS: Number("int"),
44
- * campaignConfig: {
45
- * itemExplorationConfig: {
44
+ * campaignConfig: { // CampaignConfig
45
+ * itemExplorationConfig: { // HyperParameters
46
46
  * "<keys>": "STRING_VALUE",
47
47
  * },
48
48
  * },
@@ -26,19 +26,19 @@ export interface UpdateMetricAttributionCommandOutput extends UpdateMetricAttrib
26
26
  * import { PersonalizeClient, UpdateMetricAttributionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, UpdateMetricAttributionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
30
- * addMetrics: [
31
- * {
29
+ * const input = { // UpdateMetricAttributionRequest
30
+ * addMetrics: [ // MetricAttributes
31
+ * { // MetricAttribute
32
32
  * eventType: "STRING_VALUE", // required
33
33
  * metricName: "STRING_VALUE", // required
34
34
  * expression: "STRING_VALUE", // required
35
35
  * },
36
36
  * ],
37
- * removeMetrics: [
37
+ * removeMetrics: [ // MetricAttributesNamesList
38
38
  * "STRING_VALUE",
39
39
  * ],
40
- * metricsOutputConfig: {
41
- * s3DataDestination: {
40
+ * metricsOutputConfig: { // MetricAttributionOutput
41
+ * s3DataDestination: { // S3DataConfig
42
42
  * path: "STRING_VALUE", // required
43
43
  * kmsKeyArn: "STRING_VALUE",
44
44
  * },
@@ -26,10 +26,10 @@ export interface UpdateRecommenderCommandOutput extends UpdateRecommenderRespons
26
26
  * import { PersonalizeClient, UpdateRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
27
27
  * // const { PersonalizeClient, UpdateRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
28
28
  * const client = new PersonalizeClient(config);
29
- * const input = {
29
+ * const input = { // UpdateRecommenderRequest
30
30
  * recommenderArn: "STRING_VALUE", // required
31
- * recommenderConfig: {
32
- * itemExplorationConfig: {
31
+ * recommenderConfig: { // RecommenderConfig
32
+ * itemExplorationConfig: { // HyperParameters
33
33
  * "<keys>": "STRING_VALUE",
34
34
  * },
35
35
  * minRecommendationRequestsPerSecond: Number("int"),
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.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",