@aws-sdk/client-personalize 3.1077.0 → 3.1079.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 (221) hide show
  1. package/dist-cjs/index.js +219 -853
  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-types/commandBuilder.d.ts +18 -0
  76. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +3 -8
  77. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateCampaignCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateDataDeletionJobCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  81. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateEventTrackerCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateFilterCommand.d.ts +3 -8
  86. package/dist-types/commands/CreateMetricAttributionCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateRecommenderCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateSolutionCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +3 -8
  91. package/dist-types/commands/DeleteCampaignCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteFilterCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteRecommenderCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteSolutionCommand.d.ts +3 -8
  100. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -8
  101. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +3 -8
  102. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +3 -8
  103. package/dist-types/commands/DescribeCampaignCommand.d.ts +3 -8
  104. package/dist-types/commands/DescribeDataDeletionJobCommand.d.ts +3 -8
  105. package/dist-types/commands/DescribeDatasetCommand.d.ts +3 -8
  106. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +3 -8
  107. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +3 -8
  108. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +3 -8
  109. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +3 -8
  110. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +3 -8
  111. package/dist-types/commands/DescribeFilterCommand.d.ts +3 -8
  112. package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +3 -8
  113. package/dist-types/commands/DescribeRecipeCommand.d.ts +3 -8
  114. package/dist-types/commands/DescribeRecommenderCommand.d.ts +3 -8
  115. package/dist-types/commands/DescribeSchemaCommand.d.ts +3 -8
  116. package/dist-types/commands/DescribeSolutionCommand.d.ts +3 -8
  117. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +3 -8
  118. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +3 -8
  119. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +3 -8
  120. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +3 -8
  121. package/dist-types/commands/ListCampaignsCommand.d.ts +3 -8
  122. package/dist-types/commands/ListDataDeletionJobsCommand.d.ts +3 -8
  123. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +3 -8
  124. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +3 -8
  125. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -8
  126. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  127. package/dist-types/commands/ListEventTrackersCommand.d.ts +3 -8
  128. package/dist-types/commands/ListFiltersCommand.d.ts +3 -8
  129. package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +3 -8
  130. package/dist-types/commands/ListMetricAttributionsCommand.d.ts +3 -8
  131. package/dist-types/commands/ListRecipesCommand.d.ts +3 -8
  132. package/dist-types/commands/ListRecommendersCommand.d.ts +3 -8
  133. package/dist-types/commands/ListSchemasCommand.d.ts +3 -8
  134. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +3 -8
  135. package/dist-types/commands/ListSolutionsCommand.d.ts +3 -8
  136. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  137. package/dist-types/commands/StartRecommenderCommand.d.ts +3 -8
  138. package/dist-types/commands/StopRecommenderCommand.d.ts +3 -8
  139. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +3 -8
  140. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  141. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  142. package/dist-types/commands/UpdateCampaignCommand.d.ts +3 -8
  143. package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
  144. package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +3 -8
  145. package/dist-types/commands/UpdateRecommenderCommand.d.ts +3 -8
  146. package/dist-types/commands/UpdateSolutionCommand.d.ts +3 -8
  147. package/dist-types/index.d.ts +1 -0
  148. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  149. package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/CreateDataDeletionJobCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/CreateMetricAttributionCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DeleteMetricAttributionCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DescribeDataDeletionJobCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DescribeMetricAttributionCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/ListDataDeletionJobsCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/ListMetricAttributionMetricsCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/ListMetricAttributionsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/UpdateMetricAttributionCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/UpdateSolutionCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/index.d.ts +1 -0
  221. package/package.json +8 -8
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteDatasetGroupRequest } from "../models/models_0";
4
- import {
5
- PersonalizeClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PersonalizeClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteDatasetGroupCommandInput
12
5
  extends DeleteDatasetGroupRequest {}
13
6
  export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteDatasetGroupCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteDatasetGroupCommandInput,
19
12
  DeleteDatasetGroupCommandOutput,
20
- PersonalizeClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").PersonalizeClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteDatasetGroupCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteDatasetGroupCommandInput,
28
21
  DeleteDatasetGroupCommandOutput,
29
- PersonalizeClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").PersonalizeClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteDatasetGroupCommand extends DeleteDatasetGroupCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteEventTrackerRequest } from "../models/models_0";
4
- import {
5
- PersonalizeClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PersonalizeClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteEventTrackerCommandInput
12
5
  extends DeleteEventTrackerRequest {}
13
6
  export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteEventTrackerCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteEventTrackerCommandInput,
19
12
  DeleteEventTrackerCommandOutput,
20
- PersonalizeClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").PersonalizeClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteEventTrackerCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteEventTrackerCommandInput,
28
21
  DeleteEventTrackerCommandOutput,
29
- PersonalizeClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").PersonalizeClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteEventTrackerCommand extends DeleteEventTrackerCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteFilterRequest } from "../models/models_0";
4
- import {
5
- PersonalizeClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PersonalizeClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteFilterCommandInput extends DeleteFilterRequest {}
12
5
  export interface DeleteFilterCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteFilterCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteFilterCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteFilterCommandInput,
18
11
  DeleteFilterCommandOutput,
19
- PersonalizeClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").PersonalizeClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteFilterCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteFilterCommandInput,
27
20
  DeleteFilterCommandOutput,
28
- PersonalizeClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").PersonalizeClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteFilterCommand extends DeleteFilterCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteMetricAttributionRequest } from "../models/models_0";
4
- import {
5
- PersonalizeClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PersonalizeClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteMetricAttributionCommandInput
12
5
  extends DeleteMetricAttributionRequest {}
13
6
  export interface DeleteMetricAttributionCommandOutput
@@ -18,22 +11,20 @@ declare const DeleteMetricAttributionCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteMetricAttributionCommandInput,
20
13
  DeleteMetricAttributionCommandOutput,
21
- PersonalizeClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").PersonalizeClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteMetricAttributionCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteMetricAttributionCommandInput,
29
22
  DeleteMetricAttributionCommandOutput,
30
- PersonalizeClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").PersonalizeClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DeleteMetricAttributionCommand extends DeleteMetricAttributionCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteRecommenderRequest } from "../models/models_0";
4
- import {
5
- PersonalizeClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PersonalizeClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteRecommenderCommandInput
12
5
  extends DeleteRecommenderRequest {}
13
6
  export interface DeleteRecommenderCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteRecommenderCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteRecommenderCommandInput,
19
12
  DeleteRecommenderCommandOutput,
20
- PersonalizeClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").PersonalizeClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteRecommenderCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteRecommenderCommandInput,
28
21
  DeleteRecommenderCommandOutput,
29
- PersonalizeClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").PersonalizeClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteRecommenderCommand extends DeleteRecommenderCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteSchemaRequest } from "../models/models_0";
4
- import {
5
- PersonalizeClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PersonalizeClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteSchemaCommandInput extends DeleteSchemaRequest {}
12
5
  export interface DeleteSchemaCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteSchemaCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteSchemaCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteSchemaCommandInput,
18
11
  DeleteSchemaCommandOutput,
19
- PersonalizeClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").PersonalizeClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteSchemaCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteSchemaCommandInput,
27
20
  DeleteSchemaCommandOutput,
28
- PersonalizeClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").PersonalizeClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteSchemaCommand extends DeleteSchemaCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { DeleteSolutionRequest } from "../models/models_0";
4
- import {
5
- PersonalizeClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../PersonalizeClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteSolutionCommandInput extends DeleteSolutionRequest {}
12
5
  export interface DeleteSolutionCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteSolutionCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteSolutionCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteSolutionCommandInput,
18
11
  DeleteSolutionCommandOutput,
19
- PersonalizeClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").PersonalizeClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteSolutionCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteSolutionCommandInput,
27
20
  DeleteSolutionCommandOutput,
28
- PersonalizeClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").PersonalizeClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteSolutionCommand extends DeleteSolutionCommand_base {
37
28
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeAlgorithmRequest,
5
4
  DescribeAlgorithmResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PersonalizeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PersonalizeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAlgorithmCommandInput
15
8
  extends DescribeAlgorithmRequest {}
16
9
  export interface DescribeAlgorithmCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAlgorithmCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAlgorithmCommandInput,
24
17
  DescribeAlgorithmCommandOutput,
25
- PersonalizeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PersonalizeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAlgorithmCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAlgorithmCommandInput,
33
26
  DescribeAlgorithmCommandOutput,
34
- PersonalizeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PersonalizeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAlgorithmCommand extends DescribeAlgorithmCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeBatchInferenceJobRequest,
5
4
  DescribeBatchInferenceJobResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PersonalizeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PersonalizeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeBatchInferenceJobCommandInput
15
8
  extends DescribeBatchInferenceJobRequest {}
16
9
  export interface DescribeBatchInferenceJobCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeBatchInferenceJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeBatchInferenceJobCommandInput,
24
17
  DescribeBatchInferenceJobCommandOutput,
25
- PersonalizeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PersonalizeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeBatchInferenceJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeBatchInferenceJobCommandInput,
33
26
  DescribeBatchInferenceJobCommandOutput,
34
- PersonalizeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PersonalizeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeBatchInferenceJobCommand extends DescribeBatchInferenceJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeBatchSegmentJobRequest,
5
4
  DescribeBatchSegmentJobResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PersonalizeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PersonalizeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeBatchSegmentJobCommandInput
15
8
  extends DescribeBatchSegmentJobRequest {}
16
9
  export interface DescribeBatchSegmentJobCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeBatchSegmentJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeBatchSegmentJobCommandInput,
24
17
  DescribeBatchSegmentJobCommandOutput,
25
- PersonalizeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PersonalizeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeBatchSegmentJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeBatchSegmentJobCommandInput,
33
26
  DescribeBatchSegmentJobCommandOutput,
34
- PersonalizeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PersonalizeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeBatchSegmentJobCommand extends DescribeBatchSegmentJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeCampaignRequest,
5
4
  DescribeCampaignResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PersonalizeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PersonalizeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCampaignCommandInput extends DescribeCampaignRequest {}
15
8
  export interface DescribeCampaignCommandOutput
16
9
  extends DescribeCampaignResponse,
@@ -21,22 +14,20 @@ declare const DescribeCampaignCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeCampaignCommandInput,
23
16
  DescribeCampaignCommandOutput,
24
- PersonalizeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").PersonalizeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeCampaignCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeCampaignCommandInput,
32
25
  DescribeCampaignCommandOutput,
33
- PersonalizeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").PersonalizeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeCampaignCommand extends DescribeCampaignCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeDataDeletionJobRequest,
5
4
  DescribeDataDeletionJobResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PersonalizeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PersonalizeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDataDeletionJobCommandInput
15
8
  extends DescribeDataDeletionJobRequest {}
16
9
  export interface DescribeDataDeletionJobCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDataDeletionJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDataDeletionJobCommandInput,
24
17
  DescribeDataDeletionJobCommandOutput,
25
- PersonalizeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PersonalizeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeDataDeletionJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDataDeletionJobCommandInput,
33
26
  DescribeDataDeletionJobCommandOutput,
34
- PersonalizeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PersonalizeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDataDeletionJobCommand extends DescribeDataDeletionJobCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeDatasetRequest,
5
4
  DescribeDatasetResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PersonalizeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PersonalizeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
15
8
  export interface DescribeDatasetCommandOutput
16
9
  extends DescribeDatasetResponse,
@@ -21,22 +14,20 @@ declare const DescribeDatasetCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeDatasetCommandInput,
23
16
  DescribeDatasetCommandOutput,
24
- PersonalizeClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").PersonalizeClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeDatasetCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeDatasetCommandInput,
32
25
  DescribeDatasetCommandOutput,
33
- PersonalizeClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").PersonalizeClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeDatasetExportJobRequest,
5
4
  DescribeDatasetExportJobResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- PersonalizeClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../PersonalizeClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDatasetExportJobCommandInput
15
8
  extends DescribeDatasetExportJobRequest {}
16
9
  export interface DescribeDatasetExportJobCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDatasetExportJobCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDatasetExportJobCommandInput,
24
17
  DescribeDatasetExportJobCommandOutput,
25
- PersonalizeClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").PersonalizeClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeDatasetExportJobCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDatasetExportJobCommandInput,
33
26
  DescribeDatasetExportJobCommandOutput,
34
- PersonalizeClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").PersonalizeClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDatasetExportJobCommand extends DescribeDatasetExportJobCommand_base {
43
34
  protected static __types: {