@aws-sdk/client-personalize 3.300.0 → 3.303.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist-cjs/models/models_0.js +26 -32
  2. package/dist-es/models/models_0.js +26 -32
  3. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +8 -8
  4. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +6 -6
  5. package/dist-types/commands/CreateCampaignCommand.d.ts +5 -5
  6. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -3
  7. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +5 -5
  8. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +4 -4
  10. package/dist-types/commands/CreateEventTrackerCommand.d.ts +3 -3
  11. package/dist-types/commands/CreateFilterCommand.d.ts +3 -3
  12. package/dist-types/commands/CreateMetricAttributionCommand.d.ts +5 -5
  13. package/dist-types/commands/CreateRecommenderCommand.d.ts +5 -5
  14. package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateSolutionCommand.d.ts +20 -20
  16. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteFilterCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteRecommenderCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteSolutionCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeCampaignCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeFilterCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeRecipeCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeRecommenderCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeSchemaCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeSolutionCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +1 -1
  43. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListEventTrackersCommand.d.ts +1 -1
  52. package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
  53. package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListMetricAttributionsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListRecipesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListRecommendersCommand.d.ts +1 -1
  57. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  58. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListSolutionsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  61. package/dist-types/commands/StartRecommenderCommand.d.ts +1 -1
  62. package/dist-types/commands/StopRecommenderCommand.d.ts +1 -1
  63. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +1 -1
  64. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  65. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  66. package/dist-types/commands/UpdateCampaignCommand.d.ts +3 -3
  67. package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +6 -6
  68. package/dist-types/commands/UpdateRecommenderCommand.d.ts +3 -3
  69. package/dist-types/models/models_0.d.ts +56 -26
  70. package/dist-types/ts3.4/models/models_0.d.ts +34 -26
  71. package/package.json +34 -34
@@ -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"),
@@ -508,12 +508,17 @@ export interface CreateDatasetResponse {
508
508
  }
509
509
  /**
510
510
  * @public
511
+ * @enum
511
512
  */
512
- export declare enum IngestionMode {
513
- ALL = "ALL",
514
- BULK = "BULK",
515
- PUT = "PUT"
516
- }
513
+ export declare const IngestionMode: {
514
+ readonly ALL: "ALL";
515
+ readonly BULK: "BULK";
516
+ readonly PUT: "PUT";
517
+ };
518
+ /**
519
+ * @public
520
+ */
521
+ export type IngestionMode = (typeof IngestionMode)[keyof typeof IngestionMode];
517
522
  /**
518
523
  * @public
519
524
  * <p>The output configuration parameters of a dataset export job.</p>
@@ -571,11 +576,16 @@ export interface CreateDatasetExportJobResponse {
571
576
  }
572
577
  /**
573
578
  * @public
579
+ * @enum
574
580
  */
575
- export declare enum Domain {
576
- ECOMMERCE = "ECOMMERCE",
577
- VIDEO_ON_DEMAND = "VIDEO_ON_DEMAND"
578
- }
581
+ export declare const Domain: {
582
+ readonly ECOMMERCE: "ECOMMERCE";
583
+ readonly VIDEO_ON_DEMAND: "VIDEO_ON_DEMAND";
584
+ };
585
+ /**
586
+ * @public
587
+ */
588
+ export type Domain = (typeof Domain)[keyof typeof Domain];
579
589
  /**
580
590
  * @public
581
591
  */
@@ -638,11 +648,16 @@ export interface DataSource {
638
648
  }
639
649
  /**
640
650
  * @public
651
+ * @enum
641
652
  */
642
- export declare enum ImportMode {
643
- FULL = "FULL",
644
- INCREMENTAL = "INCREMENTAL"
645
- }
653
+ export declare const ImportMode: {
654
+ readonly FULL: "FULL";
655
+ readonly INCREMENTAL: "INCREMENTAL";
656
+ };
657
+ /**
658
+ * @public
659
+ */
660
+ export type ImportMode = (typeof ImportMode)[keyof typeof ImportMode];
646
661
  /**
647
662
  * @public
648
663
  */
@@ -1064,13 +1079,18 @@ export interface HPOConfig {
1064
1079
  }
1065
1080
  /**
1066
1081
  * @public
1082
+ * @enum
1067
1083
  */
1068
- export declare enum ObjectiveSensitivity {
1069
- HIGH = "HIGH",
1070
- LOW = "LOW",
1071
- MEDIUM = "MEDIUM",
1072
- OFF = "OFF"
1073
- }
1084
+ export declare const ObjectiveSensitivity: {
1085
+ readonly HIGH: "HIGH";
1086
+ readonly LOW: "LOW";
1087
+ readonly MEDIUM: "MEDIUM";
1088
+ readonly OFF: "OFF";
1089
+ };
1090
+ /**
1091
+ * @public
1092
+ */
1093
+ export type ObjectiveSensitivity = (typeof ObjectiveSensitivity)[keyof typeof ObjectiveSensitivity];
1074
1094
  /**
1075
1095
  * @public
1076
1096
  * <p>Describes the additional objective for the solution, such as maximizing streaming
@@ -1187,11 +1207,16 @@ export interface CreateSolutionResponse {
1187
1207
  }
1188
1208
  /**
1189
1209
  * @public
1210
+ * @enum
1190
1211
  */
1191
- export declare enum TrainingMode {
1192
- FULL = "FULL",
1193
- UPDATE = "UPDATE"
1194
- }
1212
+ export declare const TrainingMode: {
1213
+ readonly FULL: "FULL";
1214
+ readonly UPDATE: "UPDATE";
1215
+ };
1216
+ /**
1217
+ * @public
1218
+ */
1219
+ export type TrainingMode = (typeof TrainingMode)[keyof typeof TrainingMode];
1195
1220
  /**
1196
1221
  * @public
1197
1222
  */
@@ -3570,10 +3595,15 @@ export interface ListMetricAttributionsResponse {
3570
3595
  }
3571
3596
  /**
3572
3597
  * @public
3598
+ * @enum
3573
3599
  */
3574
- export declare enum RecipeProvider {
3575
- SERVICE = "SERVICE"
3576
- }
3600
+ export declare const RecipeProvider: {
3601
+ readonly SERVICE: "SERVICE";
3602
+ };
3603
+ /**
3604
+ * @public
3605
+ */
3606
+ export type RecipeProvider = (typeof RecipeProvider)[keyof typeof RecipeProvider];
3577
3607
  /**
3578
3608
  * @public
3579
3609
  */