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