@aws-sdk/client-personalize 3.1076.0 → 3.1078.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 (233) hide show
  1. package/dist-cjs/index.js +222 -855
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateBatchInferenceJobCommand.js +2 -14
  4. package/dist-es/commands/CreateBatchSegmentJobCommand.js +2 -14
  5. package/dist-es/commands/CreateCampaignCommand.js +2 -14
  6. package/dist-es/commands/CreateDataDeletionJobCommand.js +2 -14
  7. package/dist-es/commands/CreateDatasetCommand.js +2 -14
  8. package/dist-es/commands/CreateDatasetExportJobCommand.js +2 -14
  9. package/dist-es/commands/CreateDatasetGroupCommand.js +2 -14
  10. package/dist-es/commands/CreateDatasetImportJobCommand.js +2 -14
  11. package/dist-es/commands/CreateEventTrackerCommand.js +2 -14
  12. package/dist-es/commands/CreateFilterCommand.js +2 -14
  13. package/dist-es/commands/CreateMetricAttributionCommand.js +2 -14
  14. package/dist-es/commands/CreateRecommenderCommand.js +2 -14
  15. package/dist-es/commands/CreateSchemaCommand.js +2 -14
  16. package/dist-es/commands/CreateSolutionCommand.js +2 -14
  17. package/dist-es/commands/CreateSolutionVersionCommand.js +2 -14
  18. package/dist-es/commands/DeleteCampaignCommand.js +2 -14
  19. package/dist-es/commands/DeleteDatasetCommand.js +2 -14
  20. package/dist-es/commands/DeleteDatasetGroupCommand.js +2 -14
  21. package/dist-es/commands/DeleteEventTrackerCommand.js +2 -14
  22. package/dist-es/commands/DeleteFilterCommand.js +2 -14
  23. package/dist-es/commands/DeleteMetricAttributionCommand.js +2 -14
  24. package/dist-es/commands/DeleteRecommenderCommand.js +2 -14
  25. package/dist-es/commands/DeleteSchemaCommand.js +2 -14
  26. package/dist-es/commands/DeleteSolutionCommand.js +2 -14
  27. package/dist-es/commands/DescribeAlgorithmCommand.js +2 -14
  28. package/dist-es/commands/DescribeBatchInferenceJobCommand.js +2 -14
  29. package/dist-es/commands/DescribeBatchSegmentJobCommand.js +2 -14
  30. package/dist-es/commands/DescribeCampaignCommand.js +2 -14
  31. package/dist-es/commands/DescribeDataDeletionJobCommand.js +2 -14
  32. package/dist-es/commands/DescribeDatasetCommand.js +2 -14
  33. package/dist-es/commands/DescribeDatasetExportJobCommand.js +2 -14
  34. package/dist-es/commands/DescribeDatasetGroupCommand.js +2 -14
  35. package/dist-es/commands/DescribeDatasetImportJobCommand.js +2 -14
  36. package/dist-es/commands/DescribeEventTrackerCommand.js +2 -14
  37. package/dist-es/commands/DescribeFeatureTransformationCommand.js +2 -14
  38. package/dist-es/commands/DescribeFilterCommand.js +2 -14
  39. package/dist-es/commands/DescribeMetricAttributionCommand.js +2 -14
  40. package/dist-es/commands/DescribeRecipeCommand.js +2 -14
  41. package/dist-es/commands/DescribeRecommenderCommand.js +2 -14
  42. package/dist-es/commands/DescribeSchemaCommand.js +2 -14
  43. package/dist-es/commands/DescribeSolutionCommand.js +2 -14
  44. package/dist-es/commands/DescribeSolutionVersionCommand.js +2 -14
  45. package/dist-es/commands/GetSolutionMetricsCommand.js +2 -14
  46. package/dist-es/commands/ListBatchInferenceJobsCommand.js +2 -14
  47. package/dist-es/commands/ListBatchSegmentJobsCommand.js +2 -14
  48. package/dist-es/commands/ListCampaignsCommand.js +2 -14
  49. package/dist-es/commands/ListDataDeletionJobsCommand.js +2 -14
  50. package/dist-es/commands/ListDatasetExportJobsCommand.js +2 -14
  51. package/dist-es/commands/ListDatasetGroupsCommand.js +2 -14
  52. package/dist-es/commands/ListDatasetImportJobsCommand.js +2 -14
  53. package/dist-es/commands/ListDatasetsCommand.js +2 -14
  54. package/dist-es/commands/ListEventTrackersCommand.js +2 -14
  55. package/dist-es/commands/ListFiltersCommand.js +2 -14
  56. package/dist-es/commands/ListMetricAttributionMetricsCommand.js +2 -14
  57. package/dist-es/commands/ListMetricAttributionsCommand.js +2 -14
  58. package/dist-es/commands/ListRecipesCommand.js +2 -14
  59. package/dist-es/commands/ListRecommendersCommand.js +2 -14
  60. package/dist-es/commands/ListSchemasCommand.js +2 -14
  61. package/dist-es/commands/ListSolutionVersionsCommand.js +2 -14
  62. package/dist-es/commands/ListSolutionsCommand.js +2 -14
  63. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  64. package/dist-es/commands/StartRecommenderCommand.js +2 -14
  65. package/dist-es/commands/StopRecommenderCommand.js +2 -14
  66. package/dist-es/commands/StopSolutionVersionCreationCommand.js +2 -14
  67. package/dist-es/commands/TagResourceCommand.js +2 -14
  68. package/dist-es/commands/UntagResourceCommand.js +2 -14
  69. package/dist-es/commands/UpdateCampaignCommand.js +2 -14
  70. package/dist-es/commands/UpdateDatasetCommand.js +2 -14
  71. package/dist-es/commands/UpdateMetricAttributionCommand.js +2 -14
  72. package/dist-es/commands/UpdateRecommenderCommand.js +2 -14
  73. package/dist-es/commands/UpdateSolutionCommand.js +2 -14
  74. package/dist-es/index.js +1 -0
  75. package/dist-es/runtimeConfig.browser.js +0 -2
  76. package/dist-es/runtimeConfig.js +1 -2
  77. package/dist-es/runtimeConfig.native.js +0 -2
  78. package/dist-es/runtimeConfig.shared.js +2 -0
  79. package/dist-types/commandBuilder.d.ts +18 -0
  80. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +3 -8
  81. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateCampaignCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateDataDeletionJobCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +3 -8
  86. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateEventTrackerCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateFilterCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateMetricAttributionCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateRecommenderCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
  93. package/dist-types/commands/CreateSolutionCommand.d.ts +3 -8
  94. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteCampaignCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteFilterCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteRecommenderCommand.d.ts +3 -8
  102. package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
  103. package/dist-types/commands/DeleteSolutionCommand.d.ts +3 -8
  104. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -8
  105. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +3 -8
  106. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +3 -8
  107. package/dist-types/commands/DescribeCampaignCommand.d.ts +3 -8
  108. package/dist-types/commands/DescribeDataDeletionJobCommand.d.ts +3 -8
  109. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
  110. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +3 -8
  111. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +3 -8
  112. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +3 -8
  113. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +3 -8
  114. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +3 -8
  115. package/dist-types/commands/DescribeFilterCommand.d.ts +3 -8
  116. package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +3 -8
  117. package/dist-types/commands/DescribeRecipeCommand.d.ts +3 -8
  118. package/dist-types/commands/DescribeRecommenderCommand.d.ts +3 -8
  119. package/dist-types/commands/DescribeSchemaCommand.d.ts +3 -8
  120. package/dist-types/commands/DescribeSolutionCommand.d.ts +3 -8
  121. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +3 -8
  122. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +3 -8
  123. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +3 -8
  124. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +3 -8
  125. package/dist-types/commands/ListCampaignsCommand.d.ts +3 -8
  126. package/dist-types/commands/ListDataDeletionJobsCommand.d.ts +3 -8
  127. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +3 -8
  128. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +3 -8
  129. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -8
  130. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  131. package/dist-types/commands/ListEventTrackersCommand.d.ts +3 -8
  132. package/dist-types/commands/ListFiltersCommand.d.ts +3 -8
  133. package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +3 -8
  134. package/dist-types/commands/ListMetricAttributionsCommand.d.ts +3 -8
  135. package/dist-types/commands/ListRecipesCommand.d.ts +3 -8
  136. package/dist-types/commands/ListRecommendersCommand.d.ts +3 -8
  137. package/dist-types/commands/ListSchemasCommand.d.ts +3 -8
  138. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +3 -8
  139. package/dist-types/commands/ListSolutionsCommand.d.ts +3 -8
  140. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  141. package/dist-types/commands/StartRecommenderCommand.d.ts +3 -8
  142. package/dist-types/commands/StopRecommenderCommand.d.ts +3 -8
  143. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +3 -8
  144. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  145. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  146. package/dist-types/commands/UpdateCampaignCommand.d.ts +3 -8
  147. package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
  148. package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +3 -8
  149. package/dist-types/commands/UpdateRecommenderCommand.d.ts +3 -8
  150. package/dist-types/commands/UpdateSolutionCommand.d.ts +3 -8
  151. package/dist-types/index.d.ts +1 -0
  152. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  153. package/dist-types/runtimeConfig.d.ts +1 -1
  154. package/dist-types/runtimeConfig.native.d.ts +1 -1
  155. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  156. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  157. package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/CreateDataDeletionJobCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DescribeDataDeletionJobCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/ListDataDeletionJobsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/UpdateSolutionCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/index.d.ts +1 -0
  229. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  230. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  231. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  232. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  233. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListMetricAttributionsRequest, ListMetricAttributionsResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListMetricAttributionsCommandInput extends ListMetricAttributio
22
19
  export interface ListMetricAttributionsCommandOutput extends ListMetricAttributionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListMetricAttributionsCommand_base: {
25
- new (input: ListMetricAttributionsCommandInput): import("@smithy/core/client").CommandImpl<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMetricAttributionsCommandInput]): import("@smithy/core/client").CommandImpl<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListMetricAttributionsCommandInput): import("@smithy/core/client").CommandImpl<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListMetricAttributionsCommandInput]): import("@smithy/core/client").CommandImpl<ListMetricAttributionsCommandInput, ListMetricAttributionsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists metric attributions.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRecipesCommandInput extends ListRecipesRequest {
22
19
  export interface ListRecipesCommandOutput extends ListRecipesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRecipesCommand_base: {
25
- new (input: ListRecipesCommandInput): import("@smithy/core/client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRecipesCommandInput]): import("@smithy/core/client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRecipesCommandInput): import("@smithy/core/client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListRecipesCommandInput]): import("@smithy/core/client").CommandImpl<ListRecipesCommandInput, ListRecipesCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of available recipes. The response provides the properties
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListRecommendersRequest, ListRecommendersResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRecommendersCommandInput extends ListRecommendersRequest {
22
19
  export interface ListRecommendersCommandOutput extends ListRecommendersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListRecommendersCommand_base: {
25
- new (input: ListRecommendersCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendersCommandInput, ListRecommendersCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRecommendersCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendersCommandInput, ListRecommendersCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRecommendersCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendersCommandInput, ListRecommendersCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListRecommendersCommandInput]): import("@smithy/core/client").CommandImpl<ListRecommendersCommandInput, ListRecommendersCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of recommenders in a given Domain dataset group.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSchemasCommandInput extends ListSchemasRequest {
22
19
  export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSchemasCommand_base: {
25
- new (input: ListSchemasCommandInput): import("@smithy/core/client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSchemasCommandInput]): import("@smithy/core/client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSchemasCommandInput): import("@smithy/core/client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSchemasCommandInput]): import("@smithy/core/client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the list of schemas associated with the account. The response provides the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSolutionVersionsRequest, ListSolutionVersionsResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSolutionVersionsCommandInput extends ListSolutionVersionsRe
22
19
  export interface ListSolutionVersionsCommandOutput extends ListSolutionVersionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSolutionVersionsCommand_base: {
25
- new (input: ListSolutionVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSolutionVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSolutionVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSolutionVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListSolutionVersionsCommandInput, ListSolutionVersionsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of solution versions for the given solution. When a solution is not
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListSolutionsRequest, ListSolutionsResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSolutionsCommandInput extends ListSolutionsRequest {
22
19
  export interface ListSolutionsCommandOutput extends ListSolutionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListSolutionsCommand_base: {
25
- new (input: ListSolutionsCommandInput): import("@smithy/core/client").CommandImpl<ListSolutionsCommandInput, ListSolutionsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSolutionsCommandInput]): import("@smithy/core/client").CommandImpl<ListSolutionsCommandInput, ListSolutionsCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSolutionsCommandInput): import("@smithy/core/client").CommandImpl<ListSolutionsCommandInput, ListSolutionsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListSolutionsCommandInput]): import("@smithy/core/client").CommandImpl<ListSolutionsCommandInput, ListSolutionsCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of solutions in a given dataset group.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get a list of <a href="https://docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html">tags</a> attached to a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartRecommenderRequest, StartRecommenderResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartRecommenderCommandInput extends StartRecommenderRequest {
22
19
  export interface StartRecommenderCommandOutput extends StartRecommenderResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartRecommenderCommand_base: {
25
- new (input: StartRecommenderCommandInput): import("@smithy/core/client").CommandImpl<StartRecommenderCommandInput, StartRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartRecommenderCommandInput): import("@smithy/core/client").CommandImpl<StartRecommenderCommandInput, StartRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartRecommenderCommandInput): import("@smithy/core/client").CommandImpl<StartRecommenderCommandInput, StartRecommenderCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartRecommenderCommandInput): import("@smithy/core/client").CommandImpl<StartRecommenderCommandInput, StartRecommenderCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a recommender that is INACTIVE. Starting a recommender does not
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StopRecommenderRequest, StopRecommenderResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopRecommenderCommandInput extends StopRecommenderRequest {
22
19
  export interface StopRecommenderCommandOutput extends StopRecommenderResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopRecommenderCommand_base: {
25
- new (input: StopRecommenderCommandInput): import("@smithy/core/client").CommandImpl<StopRecommenderCommandInput, StopRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopRecommenderCommandInput): import("@smithy/core/client").CommandImpl<StopRecommenderCommandInput, StopRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopRecommenderCommandInput): import("@smithy/core/client").CommandImpl<StopRecommenderCommandInput, StopRecommenderCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopRecommenderCommandInput): import("@smithy/core/client").CommandImpl<StopRecommenderCommandInput, StopRecommenderCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops a recommender that is ACTIVE. Stopping a recommender halts billing and automatic retraining for the recommender.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StopSolutionVersionCreationRequest } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopSolutionVersionCreationCommandInput extends StopSolutionVer
22
19
  export interface StopSolutionVersionCreationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const StopSolutionVersionCreationCommand_base: {
25
- new (input: StopSolutionVersionCreationCommandInput): import("@smithy/core/client").CommandImpl<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopSolutionVersionCreationCommandInput): import("@smithy/core/client").CommandImpl<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopSolutionVersionCreationCommandInput): import("@smithy/core/client").CommandImpl<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopSolutionVersionCreationCommandInput): import("@smithy/core/client").CommandImpl<StopSolutionVersionCreationCommandInput, StopSolutionVersionCreationCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Add a list of tags to a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified tags that are attached to a resource. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/tags-remove.html">Removing tags from Amazon Personalize resources</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateCampaignCommandInput extends UpdateCampaignRequest {
22
19
  export interface UpdateCampaignCommandOutput extends UpdateCampaignResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCampaignCommand_base: {
25
- new (input: UpdateCampaignCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCampaignCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCampaignCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCampaignCommandInput): import("@smithy/core/client").CommandImpl<UpdateCampaignCommandInput, UpdateCampaignCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateDatasetCommandInput extends UpdateDatasetRequest {
22
19
  export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDatasetCommand_base: {
25
- new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDatasetCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Update a dataset to replace its schema with a new or existing one. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/updating-dataset-schema.html">Replacing a dataset's schema</a>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateMetricAttributionRequest, UpdateMetricAttributionResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateMetricAttributionCommandInput extends UpdateMetricAttribu
22
19
  export interface UpdateMetricAttributionCommandOutput extends UpdateMetricAttributionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateMetricAttributionCommand_base: {
25
- new (input: UpdateMetricAttributionCommandInput): import("@smithy/core/client").CommandImpl<UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateMetricAttributionCommandInput]): import("@smithy/core/client").CommandImpl<UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateMetricAttributionCommandInput): import("@smithy/core/client").CommandImpl<UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [UpdateMetricAttributionCommandInput]): import("@smithy/core/client").CommandImpl<UpdateMetricAttributionCommandInput, UpdateMetricAttributionCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a metric attribution.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateRecommenderRequest, UpdateRecommenderResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateRecommenderCommandInput extends UpdateRecommenderRequest
22
19
  export interface UpdateRecommenderCommandOutput extends UpdateRecommenderResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateRecommenderCommand_base: {
25
- new (input: UpdateRecommenderCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRecommenderCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateRecommenderCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateRecommenderCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecommenderCommandInput, UpdateRecommenderCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the recommender to modify the recommender configuration.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateSolutionRequest, UpdateSolutionResponse } from "../models/models_0";
4
- import type { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateSolutionCommandInput extends UpdateSolutionRequest {
22
19
  export interface UpdateSolutionCommandOutput extends UpdateSolutionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSolutionCommand_base: {
25
- new (input: UpdateSolutionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolutionCommandInput, UpdateSolutionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSolutionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolutionCommandInput, UpdateSolutionCommandOutput, PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSolutionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolutionCommandInput, UpdateSolutionCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSolutionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSolutionCommandInput, UpdateSolutionCommandOutput, import("..").PersonalizeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an Amazon Personalize solution to use a different automatic training configuration. When you update a solution,
@@ -10,6 +10,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
10
10
  export type { RuntimeExtension } from "./runtimeExtensions";
11
11
  export type { PersonalizeExtensionConfiguration } from "./extensionConfiguration";
12
12
  export * from "./commands";
13
+ export { Command as $Command } from "@smithy/core/client";
13
14
  export * from "./schemas/schemas_0";
14
15
  export * from "./pagination";
15
16
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { PersonalizeClientConfig } from "./PersonalizeClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: PersonalizeClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ PersonalizeClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./PersonalizeClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ PersonalizeClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ PersonalizeClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];