@aws-sdk/client-personalize 3.337.0 → 3.338.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 (277) hide show
  1. package/dist-cjs/PersonalizeClient.js +2 -1
  2. package/dist-cjs/commands/CreateBatchInferenceJobCommand.js +2 -1
  3. package/dist-cjs/commands/CreateBatchSegmentJobCommand.js +2 -1
  4. package/dist-cjs/commands/CreateCampaignCommand.js +2 -1
  5. package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
  6. package/dist-cjs/commands/CreateDatasetExportJobCommand.js +2 -1
  7. package/dist-cjs/commands/CreateDatasetGroupCommand.js +2 -1
  8. package/dist-cjs/commands/CreateDatasetImportJobCommand.js +2 -1
  9. package/dist-cjs/commands/CreateEventTrackerCommand.js +2 -1
  10. package/dist-cjs/commands/CreateFilterCommand.js +2 -1
  11. package/dist-cjs/commands/CreateMetricAttributionCommand.js +2 -1
  12. package/dist-cjs/commands/CreateRecommenderCommand.js +2 -1
  13. package/dist-cjs/commands/CreateSchemaCommand.js +2 -1
  14. package/dist-cjs/commands/CreateSolutionCommand.js +2 -1
  15. package/dist-cjs/commands/CreateSolutionVersionCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteCampaignCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteDatasetGroupCommand.js +2 -1
  19. package/dist-cjs/commands/DeleteEventTrackerCommand.js +2 -1
  20. package/dist-cjs/commands/DeleteFilterCommand.js +2 -1
  21. package/dist-cjs/commands/DeleteMetricAttributionCommand.js +2 -1
  22. package/dist-cjs/commands/DeleteRecommenderCommand.js +2 -1
  23. package/dist-cjs/commands/DeleteSchemaCommand.js +2 -1
  24. package/dist-cjs/commands/DeleteSolutionCommand.js +2 -1
  25. package/dist-cjs/commands/DescribeAlgorithmCommand.js +2 -1
  26. package/dist-cjs/commands/DescribeBatchInferenceJobCommand.js +2 -1
  27. package/dist-cjs/commands/DescribeBatchSegmentJobCommand.js +2 -1
  28. package/dist-cjs/commands/DescribeCampaignCommand.js +2 -1
  29. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
  30. package/dist-cjs/commands/DescribeDatasetExportJobCommand.js +2 -1
  31. package/dist-cjs/commands/DescribeDatasetGroupCommand.js +2 -1
  32. package/dist-cjs/commands/DescribeDatasetImportJobCommand.js +2 -1
  33. package/dist-cjs/commands/DescribeEventTrackerCommand.js +2 -1
  34. package/dist-cjs/commands/DescribeFeatureTransformationCommand.js +2 -1
  35. package/dist-cjs/commands/DescribeFilterCommand.js +2 -1
  36. package/dist-cjs/commands/DescribeMetricAttributionCommand.js +2 -1
  37. package/dist-cjs/commands/DescribeRecipeCommand.js +2 -1
  38. package/dist-cjs/commands/DescribeRecommenderCommand.js +2 -1
  39. package/dist-cjs/commands/DescribeSchemaCommand.js +2 -1
  40. package/dist-cjs/commands/DescribeSolutionCommand.js +2 -1
  41. package/dist-cjs/commands/DescribeSolutionVersionCommand.js +2 -1
  42. package/dist-cjs/commands/GetSolutionMetricsCommand.js +2 -1
  43. package/dist-cjs/commands/ListBatchInferenceJobsCommand.js +2 -1
  44. package/dist-cjs/commands/ListBatchSegmentJobsCommand.js +2 -1
  45. package/dist-cjs/commands/ListCampaignsCommand.js +2 -1
  46. package/dist-cjs/commands/ListDatasetExportJobsCommand.js +2 -1
  47. package/dist-cjs/commands/ListDatasetGroupsCommand.js +2 -1
  48. package/dist-cjs/commands/ListDatasetImportJobsCommand.js +2 -1
  49. package/dist-cjs/commands/ListDatasetsCommand.js +2 -1
  50. package/dist-cjs/commands/ListEventTrackersCommand.js +2 -1
  51. package/dist-cjs/commands/ListFiltersCommand.js +2 -1
  52. package/dist-cjs/commands/ListMetricAttributionMetricsCommand.js +2 -1
  53. package/dist-cjs/commands/ListMetricAttributionsCommand.js +2 -1
  54. package/dist-cjs/commands/ListRecipesCommand.js +2 -1
  55. package/dist-cjs/commands/ListRecommendersCommand.js +2 -1
  56. package/dist-cjs/commands/ListSchemasCommand.js +2 -1
  57. package/dist-cjs/commands/ListSolutionVersionsCommand.js +2 -1
  58. package/dist-cjs/commands/ListSolutionsCommand.js +2 -1
  59. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  60. package/dist-cjs/commands/StartRecommenderCommand.js +2 -1
  61. package/dist-cjs/commands/StopRecommenderCommand.js +2 -1
  62. package/dist-cjs/commands/StopSolutionVersionCreationCommand.js +2 -1
  63. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  64. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  65. package/dist-cjs/commands/UpdateCampaignCommand.js +2 -1
  66. package/dist-cjs/commands/UpdateMetricAttributionCommand.js +2 -1
  67. package/dist-cjs/commands/UpdateRecommenderCommand.js +2 -1
  68. package/dist-cjs/index.js +2 -2
  69. package/dist-cjs/models/PersonalizeServiceException.js +2 -1
  70. package/dist-es/PersonalizeClient.js +1 -0
  71. package/dist-es/commands/CreateBatchInferenceJobCommand.js +1 -0
  72. package/dist-es/commands/CreateBatchSegmentJobCommand.js +1 -0
  73. package/dist-es/commands/CreateCampaignCommand.js +1 -0
  74. package/dist-es/commands/CreateDatasetCommand.js +1 -0
  75. package/dist-es/commands/CreateDatasetExportJobCommand.js +1 -0
  76. package/dist-es/commands/CreateDatasetGroupCommand.js +1 -0
  77. package/dist-es/commands/CreateDatasetImportJobCommand.js +1 -0
  78. package/dist-es/commands/CreateEventTrackerCommand.js +1 -0
  79. package/dist-es/commands/CreateFilterCommand.js +1 -0
  80. package/dist-es/commands/CreateMetricAttributionCommand.js +1 -0
  81. package/dist-es/commands/CreateRecommenderCommand.js +1 -0
  82. package/dist-es/commands/CreateSchemaCommand.js +1 -0
  83. package/dist-es/commands/CreateSolutionCommand.js +1 -0
  84. package/dist-es/commands/CreateSolutionVersionCommand.js +1 -0
  85. package/dist-es/commands/DeleteCampaignCommand.js +1 -0
  86. package/dist-es/commands/DeleteDatasetCommand.js +1 -0
  87. package/dist-es/commands/DeleteDatasetGroupCommand.js +1 -0
  88. package/dist-es/commands/DeleteEventTrackerCommand.js +1 -0
  89. package/dist-es/commands/DeleteFilterCommand.js +1 -0
  90. package/dist-es/commands/DeleteMetricAttributionCommand.js +1 -0
  91. package/dist-es/commands/DeleteRecommenderCommand.js +1 -0
  92. package/dist-es/commands/DeleteSchemaCommand.js +1 -0
  93. package/dist-es/commands/DeleteSolutionCommand.js +1 -0
  94. package/dist-es/commands/DescribeAlgorithmCommand.js +1 -0
  95. package/dist-es/commands/DescribeBatchInferenceJobCommand.js +1 -0
  96. package/dist-es/commands/DescribeBatchSegmentJobCommand.js +1 -0
  97. package/dist-es/commands/DescribeCampaignCommand.js +1 -0
  98. package/dist-es/commands/DescribeDatasetCommand.js +1 -0
  99. package/dist-es/commands/DescribeDatasetExportJobCommand.js +1 -0
  100. package/dist-es/commands/DescribeDatasetGroupCommand.js +1 -0
  101. package/dist-es/commands/DescribeDatasetImportJobCommand.js +1 -0
  102. package/dist-es/commands/DescribeEventTrackerCommand.js +1 -0
  103. package/dist-es/commands/DescribeFeatureTransformationCommand.js +1 -0
  104. package/dist-es/commands/DescribeFilterCommand.js +1 -0
  105. package/dist-es/commands/DescribeMetricAttributionCommand.js +1 -0
  106. package/dist-es/commands/DescribeRecipeCommand.js +1 -0
  107. package/dist-es/commands/DescribeRecommenderCommand.js +1 -0
  108. package/dist-es/commands/DescribeSchemaCommand.js +1 -0
  109. package/dist-es/commands/DescribeSolutionCommand.js +1 -0
  110. package/dist-es/commands/DescribeSolutionVersionCommand.js +1 -0
  111. package/dist-es/commands/GetSolutionMetricsCommand.js +1 -0
  112. package/dist-es/commands/ListBatchInferenceJobsCommand.js +1 -0
  113. package/dist-es/commands/ListBatchSegmentJobsCommand.js +1 -0
  114. package/dist-es/commands/ListCampaignsCommand.js +1 -0
  115. package/dist-es/commands/ListDatasetExportJobsCommand.js +1 -0
  116. package/dist-es/commands/ListDatasetGroupsCommand.js +1 -0
  117. package/dist-es/commands/ListDatasetImportJobsCommand.js +1 -0
  118. package/dist-es/commands/ListDatasetsCommand.js +1 -0
  119. package/dist-es/commands/ListEventTrackersCommand.js +1 -0
  120. package/dist-es/commands/ListFiltersCommand.js +1 -0
  121. package/dist-es/commands/ListMetricAttributionMetricsCommand.js +1 -0
  122. package/dist-es/commands/ListMetricAttributionsCommand.js +1 -0
  123. package/dist-es/commands/ListRecipesCommand.js +1 -0
  124. package/dist-es/commands/ListRecommendersCommand.js +1 -0
  125. package/dist-es/commands/ListSchemasCommand.js +1 -0
  126. package/dist-es/commands/ListSolutionVersionsCommand.js +1 -0
  127. package/dist-es/commands/ListSolutionsCommand.js +1 -0
  128. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  129. package/dist-es/commands/StartRecommenderCommand.js +1 -0
  130. package/dist-es/commands/StopRecommenderCommand.js +1 -0
  131. package/dist-es/commands/StopSolutionVersionCreationCommand.js +1 -0
  132. package/dist-es/commands/TagResourceCommand.js +1 -0
  133. package/dist-es/commands/UntagResourceCommand.js +1 -0
  134. package/dist-es/commands/UpdateCampaignCommand.js +1 -0
  135. package/dist-es/commands/UpdateMetricAttributionCommand.js +1 -0
  136. package/dist-es/commands/UpdateRecommenderCommand.js +1 -0
  137. package/dist-es/index.js +2 -2
  138. package/dist-es/models/PersonalizeServiceException.js +1 -0
  139. package/dist-types/PersonalizeClient.d.ts +3 -3
  140. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +4 -0
  141. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +4 -0
  142. package/dist-types/commands/CreateCampaignCommand.d.ts +4 -0
  143. package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
  144. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +4 -0
  145. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +4 -0
  146. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +4 -0
  147. package/dist-types/commands/CreateEventTrackerCommand.d.ts +4 -0
  148. package/dist-types/commands/CreateFilterCommand.d.ts +4 -0
  149. package/dist-types/commands/CreateMetricAttributionCommand.d.ts +4 -0
  150. package/dist-types/commands/CreateRecommenderCommand.d.ts +4 -0
  151. package/dist-types/commands/CreateSchemaCommand.d.ts +4 -0
  152. package/dist-types/commands/CreateSolutionCommand.d.ts +4 -0
  153. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +4 -0
  154. package/dist-types/commands/DeleteCampaignCommand.d.ts +4 -0
  155. package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
  156. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +4 -0
  157. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +4 -0
  158. package/dist-types/commands/DeleteFilterCommand.d.ts +4 -0
  159. package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +4 -0
  160. package/dist-types/commands/DeleteRecommenderCommand.d.ts +4 -0
  161. package/dist-types/commands/DeleteSchemaCommand.d.ts +4 -0
  162. package/dist-types/commands/DeleteSolutionCommand.d.ts +4 -0
  163. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +4 -0
  164. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +4 -0
  165. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +4 -0
  166. package/dist-types/commands/DescribeCampaignCommand.d.ts +4 -0
  167. package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
  168. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +4 -0
  169. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +4 -0
  170. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +4 -0
  171. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +4 -0
  172. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +4 -0
  173. package/dist-types/commands/DescribeFilterCommand.d.ts +4 -0
  174. package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +4 -0
  175. package/dist-types/commands/DescribeRecipeCommand.d.ts +4 -0
  176. package/dist-types/commands/DescribeRecommenderCommand.d.ts +4 -0
  177. package/dist-types/commands/DescribeSchemaCommand.d.ts +4 -0
  178. package/dist-types/commands/DescribeSolutionCommand.d.ts +4 -0
  179. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +4 -0
  180. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +4 -0
  181. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +4 -0
  182. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +4 -0
  183. package/dist-types/commands/ListCampaignsCommand.d.ts +4 -0
  184. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +4 -0
  185. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +4 -0
  186. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +4 -0
  187. package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
  188. package/dist-types/commands/ListEventTrackersCommand.d.ts +4 -0
  189. package/dist-types/commands/ListFiltersCommand.d.ts +4 -0
  190. package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +4 -0
  191. package/dist-types/commands/ListMetricAttributionsCommand.d.ts +4 -0
  192. package/dist-types/commands/ListRecipesCommand.d.ts +4 -0
  193. package/dist-types/commands/ListRecommendersCommand.d.ts +4 -0
  194. package/dist-types/commands/ListSchemasCommand.d.ts +4 -0
  195. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +4 -0
  196. package/dist-types/commands/ListSolutionsCommand.d.ts +4 -0
  197. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  198. package/dist-types/commands/StartRecommenderCommand.d.ts +4 -0
  199. package/dist-types/commands/StopRecommenderCommand.d.ts +4 -0
  200. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +4 -0
  201. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  202. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  203. package/dist-types/commands/UpdateCampaignCommand.d.ts +4 -0
  204. package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +4 -0
  205. package/dist-types/commands/UpdateRecommenderCommand.d.ts +4 -0
  206. package/dist-types/index.d.ts +8 -2
  207. package/dist-types/models/PersonalizeServiceException.d.ts +1 -0
  208. package/dist-types/ts3.4/PersonalizeClient.d.ts +3 -3
  209. package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +1 -0
  216. package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +1 -0
  217. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +1 -0
  218. package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +1 -0
  219. package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +1 -0
  220. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +1 -0
  221. package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +1 -0
  222. package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +1 -0
  223. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +1 -0
  224. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +1 -0
  225. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +1 -0
  226. package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +1 -0
  227. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +1 -0
  248. package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +1 -0
  249. package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +1 -0
  250. package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +1 -0
  251. package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +1 -0
  252. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +1 -0
  253. package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +1 -0
  254. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +1 -0
  255. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +1 -0
  256. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +1 -0
  257. package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +1 -0
  258. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +1 -0
  259. package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +1 -0
  260. package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +1 -0
  261. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +1 -0
  262. package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +1 -0
  263. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -0
  264. package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +1 -0
  265. package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +1 -0
  266. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  267. package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +1 -0
  268. package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +1 -0
  269. package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +1 -0
  270. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  271. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  272. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +1 -0
  273. package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +1 -0
  274. package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +1 -0
  275. package/dist-types/ts3.4/index.d.ts +2 -2
  276. package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +1 -0
  277. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeFeatureTransformationCommand, se_DescribeFeatureTransformationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeFeatureTransformationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeFilterResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeFilterCommand, se_DescribeFilterCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DescribeFilterCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeMetricAttributionCommand, se_DescribeMetricAttributionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeMetricAttributionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeRecipeCommand, se_DescribeRecipeCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeRecipeCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeRecommenderCommand, se_DescribeRecommenderCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeRecommenderCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeSchemaCommand, se_DescribeSchemaCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeSchemaCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeSolutionCommand, se_DescribeSolutionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeSolutionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeSolutionVersionCommand, se_DescribeSolutionVersionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeSolutionVersionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetSolutionMetricsCommand, se_GetSolutionMetricsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetSolutionMetricsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListBatchInferenceJobsCommand, se_ListBatchInferenceJobsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListBatchInferenceJobsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListBatchSegmentJobsCommand, se_ListBatchSegmentJobsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListBatchSegmentJobsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListCampaignsCommand, se_ListCampaignsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListCampaignsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDatasetExportJobsCommand, se_ListDatasetExportJobsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDatasetExportJobsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDatasetGroupsCommand, se_ListDatasetGroupsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDatasetGroupsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDatasetImportJobsCommand, se_ListDatasetImportJobsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDatasetImportJobsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListDatasetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListEventTrackersCommand, se_ListEventTrackersCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListEventTrackersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListFiltersCommand, se_ListFiltersCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListFiltersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListMetricAttributionMetricsCommand, se_ListMetricAttributionMetricsCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListMetricAttributionMetricsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListMetricAttributionsCommand, se_ListMetricAttributionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListMetricAttributionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListRecipesCommand, se_ListRecipesCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListRecipesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListRecommendersCommand, se_ListRecommendersCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListRecommendersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSchemasCommand, se_ListSchemasCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListSchemasCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSolutionVersionsCommand, se_ListSolutionVersionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListSolutionVersionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSolutionsCommand, se_ListSolutionsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListSolutionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartRecommenderCommand, se_StartRecommenderCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartRecommenderCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopRecommenderCommand, se_StopRecommenderCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopRecommenderCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopSolutionVersionCreationCommand, se_StopSolutionVersionCreationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopSolutionVersionCreationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateCampaignCommand, se_UpdateCampaignCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateCampaignCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateMetricAttributionCommand, se_UpdateMetricAttributionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateMetricAttributionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateRecommenderCommand, se_UpdateRecommenderCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateRecommenderCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./Personalize";
2
1
  export * from "./PersonalizeClient";
2
+ export * from "./Personalize";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { PersonalizeServiceException } from "./models/PersonalizeServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class PersonalizeServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -75,6 +75,7 @@ import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "./comma
75
75
  import { UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutput } from "./commands/UpdateMetricAttributionCommand";
76
76
  import { UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput } from "./commands/UpdateRecommenderCommand";
77
77
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
78
+ export { __Client };
78
79
  /**
79
80
  * @public
80
81
  */
@@ -189,7 +190,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
189
190
  /**
190
191
  * @public
191
192
  */
192
- type PersonalizeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
193
+ export type PersonalizeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
193
194
  /**
194
195
  * @public
195
196
  *
@@ -200,7 +201,7 @@ export interface PersonalizeClientConfig extends PersonalizeClientConfigType {
200
201
  /**
201
202
  * @public
202
203
  */
203
- type PersonalizeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
204
+ export type PersonalizeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
204
205
  /**
205
206
  * @public
206
207
  *
@@ -226,4 +227,3 @@ export declare class PersonalizeClient extends __Client<__HttpHandlerOptions, Se
226
227
  */
227
228
  destroy(): void;
228
229
  }
229
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateBatchInferenceJobRequest, CreateBatchInferenceJobResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateBatchSegmentJobRequest, CreateBatchSegmentJobResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateDatasetExportJobRequest, CreateDatasetExportJobResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateDatasetImportJobRequest, CreateDatasetImportJobResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateEventTrackerRequest, CreateEventTrackerResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateMetricAttributionRequest, CreateMetricAttributionResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateRecommenderRequest, CreateRecommenderResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSolutionRequest, CreateSolutionResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSolutionVersionRequest, CreateSolutionVersionResponse } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteCampaignRequest } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteDatasetRequest } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteDatasetGroupRequest } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteEventTrackerRequest } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteFilterRequest } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteMetricAttributionRequest } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteRecommenderRequest } from "../models/models_0";
5
5
  import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *