@aws-sdk/client-database-migration-service 3.382.0 → 3.384.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 (220) hide show
  1. package/README.md +216 -0
  2. package/dist-cjs/DatabaseMigrationService.js +54 -0
  3. package/dist-cjs/commands/CreateDataProviderCommand.js +46 -0
  4. package/dist-cjs/commands/CreateInstanceProfileCommand.js +46 -0
  5. package/dist-cjs/commands/CreateMigrationProjectCommand.js +46 -0
  6. package/dist-cjs/commands/DeleteDataProviderCommand.js +46 -0
  7. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +46 -0
  8. package/dist-cjs/commands/DeleteMigrationProjectCommand.js +46 -0
  9. package/dist-cjs/commands/DescribeConversionConfigurationCommand.js +46 -0
  10. package/dist-cjs/commands/DescribeDataProvidersCommand.js +46 -0
  11. package/dist-cjs/commands/DescribeExtensionPackAssociationsCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeInstanceProfilesCommand.js +46 -0
  13. package/dist-cjs/commands/DescribeMetadataModelAssessmentsCommand.js +46 -0
  14. package/dist-cjs/commands/DescribeMetadataModelConversionsCommand.js +46 -0
  15. package/dist-cjs/commands/DescribeMetadataModelExportsAsScriptCommand.js +46 -0
  16. package/dist-cjs/commands/DescribeMetadataModelExportsToTargetCommand.js +46 -0
  17. package/dist-cjs/commands/DescribeMetadataModelImportsCommand.js +46 -0
  18. package/dist-cjs/commands/DescribeMigrationProjectsCommand.js +46 -0
  19. package/dist-cjs/commands/ExportMetadataModelAssessmentCommand.js +46 -0
  20. package/dist-cjs/commands/ModifyConversionConfigurationCommand.js +46 -0
  21. package/dist-cjs/commands/ModifyDataProviderCommand.js +46 -0
  22. package/dist-cjs/commands/ModifyInstanceProfileCommand.js +46 -0
  23. package/dist-cjs/commands/ModifyMigrationProjectCommand.js +46 -0
  24. package/dist-cjs/commands/StartExtensionPackAssociationCommand.js +46 -0
  25. package/dist-cjs/commands/StartMetadataModelAssessmentCommand.js +46 -0
  26. package/dist-cjs/commands/StartMetadataModelConversionCommand.js +46 -0
  27. package/dist-cjs/commands/StartMetadataModelExportAsScriptCommand.js +46 -0
  28. package/dist-cjs/commands/StartMetadataModelExportToTargetCommand.js +46 -0
  29. package/dist-cjs/commands/StartMetadataModelImportCommand.js +46 -0
  30. package/dist-cjs/commands/index.js +27 -0
  31. package/dist-cjs/endpoint/ruleset.js +1 -1
  32. package/dist-cjs/models/index.js +1 -0
  33. package/dist-cjs/models/models_0.js +61 -83
  34. package/dist-cjs/models/models_1.js +56 -0
  35. package/dist-cjs/pagination/DescribeDataProvidersPaginator.js +29 -0
  36. package/dist-cjs/pagination/DescribeExtensionPackAssociationsPaginator.js +29 -0
  37. package/dist-cjs/pagination/DescribeInstanceProfilesPaginator.js +29 -0
  38. package/dist-cjs/pagination/DescribeMetadataModelAssessmentsPaginator.js +29 -0
  39. package/dist-cjs/pagination/DescribeMetadataModelConversionsPaginator.js +29 -0
  40. package/dist-cjs/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +29 -0
  41. package/dist-cjs/pagination/DescribeMetadataModelExportsToTargetPaginator.js +29 -0
  42. package/dist-cjs/pagination/DescribeMetadataModelImportsPaginator.js +29 -0
  43. package/dist-cjs/pagination/DescribeMigrationProjectsPaginator.js +29 -0
  44. package/dist-cjs/pagination/index.js +10 -1
  45. package/dist-cjs/protocols/Aws_json1_1.js +1556 -124
  46. package/dist-es/DatabaseMigrationService.js +54 -0
  47. package/dist-es/commands/CreateDataProviderCommand.js +42 -0
  48. package/dist-es/commands/CreateInstanceProfileCommand.js +42 -0
  49. package/dist-es/commands/CreateMigrationProjectCommand.js +42 -0
  50. package/dist-es/commands/DeleteDataProviderCommand.js +42 -0
  51. package/dist-es/commands/DeleteInstanceProfileCommand.js +42 -0
  52. package/dist-es/commands/DeleteMigrationProjectCommand.js +42 -0
  53. package/dist-es/commands/DescribeConversionConfigurationCommand.js +42 -0
  54. package/dist-es/commands/DescribeDataProvidersCommand.js +42 -0
  55. package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +42 -0
  56. package/dist-es/commands/DescribeInstanceProfilesCommand.js +42 -0
  57. package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +42 -0
  58. package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +42 -0
  59. package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +42 -0
  60. package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +42 -0
  61. package/dist-es/commands/DescribeMetadataModelImportsCommand.js +42 -0
  62. package/dist-es/commands/DescribeMigrationProjectsCommand.js +42 -0
  63. package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +42 -0
  64. package/dist-es/commands/ModifyConversionConfigurationCommand.js +42 -0
  65. package/dist-es/commands/ModifyDataProviderCommand.js +42 -0
  66. package/dist-es/commands/ModifyInstanceProfileCommand.js +42 -0
  67. package/dist-es/commands/ModifyMigrationProjectCommand.js +42 -0
  68. package/dist-es/commands/StartExtensionPackAssociationCommand.js +42 -0
  69. package/dist-es/commands/StartMetadataModelAssessmentCommand.js +42 -0
  70. package/dist-es/commands/StartMetadataModelConversionCommand.js +42 -0
  71. package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +42 -0
  72. package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +42 -0
  73. package/dist-es/commands/StartMetadataModelImportCommand.js +42 -0
  74. package/dist-es/commands/index.js +27 -0
  75. package/dist-es/endpoint/ruleset.js +1 -1
  76. package/dist-es/models/index.js +1 -0
  77. package/dist-es/models/models_0.js +57 -76
  78. package/dist-es/models/models_1.js +50 -0
  79. package/dist-es/pagination/DescribeDataProvidersPaginator.js +25 -0
  80. package/dist-es/pagination/DescribeExtensionPackAssociationsPaginator.js +25 -0
  81. package/dist-es/pagination/DescribeInstanceProfilesPaginator.js +25 -0
  82. package/dist-es/pagination/DescribeMetadataModelAssessmentsPaginator.js +25 -0
  83. package/dist-es/pagination/DescribeMetadataModelConversionsPaginator.js +25 -0
  84. package/dist-es/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +25 -0
  85. package/dist-es/pagination/DescribeMetadataModelExportsToTargetPaginator.js +25 -0
  86. package/dist-es/pagination/DescribeMetadataModelImportsPaginator.js +25 -0
  87. package/dist-es/pagination/DescribeMigrationProjectsPaginator.js +25 -0
  88. package/dist-es/pagination/index.js +10 -1
  89. package/dist-es/protocols/Aws_json1_1.js +1647 -270
  90. package/dist-types/DatabaseMigrationService.d.ts +189 -0
  91. package/dist-types/DatabaseMigrationServiceClient.d.ts +29 -2
  92. package/dist-types/commands/CreateDataProviderCommand.d.ts +167 -0
  93. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +128 -0
  94. package/dist-types/commands/CreateMigrationProjectCommand.d.ts +151 -0
  95. package/dist-types/commands/DeleteDataProviderCommand.d.ts +127 -0
  96. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +100 -0
  97. package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +114 -0
  98. package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +77 -0
  99. package/dist-types/commands/DescribeDataProvidersCommand.d.ts +132 -0
  100. package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +102 -0
  101. package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +105 -0
  102. package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +102 -0
  103. package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +102 -0
  104. package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +102 -0
  105. package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +102 -0
  106. package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +102 -0
  107. package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +120 -0
  108. package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +89 -0
  109. package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +80 -0
  110. package/dist-types/commands/ModifyDataProviderCommand.d.ts +164 -0
  111. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  112. package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +120 -0
  113. package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +143 -0
  114. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  115. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  116. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  117. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  118. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
  119. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  120. package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
  121. package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -1
  122. package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
  123. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  124. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
  125. package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +102 -0
  126. package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +103 -0
  127. package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +100 -0
  128. package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +102 -0
  129. package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +101 -0
  130. package/dist-types/commands/StartMetadataModelImportCommand.d.ts +103 -0
  131. package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -1
  132. package/dist-types/commands/StartReplicationCommand.d.ts +1 -1
  133. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
  134. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
  135. package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
  136. package/dist-types/commands/StopReplicationCommand.d.ts +1 -1
  137. package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
  138. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  139. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
  140. package/dist-types/commands/index.d.ts +27 -0
  141. package/dist-types/models/index.d.ts +1 -0
  142. package/dist-types/models/models_0.d.ts +2419 -2006
  143. package/dist-types/models/models_1.d.ts +1322 -0
  144. package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +7 -0
  145. package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +7 -0
  146. package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +7 -0
  147. package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +7 -0
  148. package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +7 -0
  149. package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +7 -0
  150. package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +7 -0
  151. package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +7 -0
  152. package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +7 -0
  153. package/dist-types/pagination/index.d.ts +10 -1
  154. package/dist-types/protocols/Aws_json1_1.d.ts +243 -0
  155. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +477 -0
  156. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +162 -0
  157. package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +39 -0
  158. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +42 -0
  159. package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +42 -0
  160. package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +39 -0
  161. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +42 -0
  162. package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +42 -0
  163. package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +42 -0
  164. package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +42 -0
  165. package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +42 -0
  166. package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +42 -0
  167. package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +42 -0
  168. package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +42 -0
  169. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +42 -0
  171. package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +42 -0
  172. package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +42 -0
  173. package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +42 -0
  174. package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +42 -0
  175. package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +39 -0
  176. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +42 -0
  178. package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +42 -0
  179. package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +42 -0
  191. package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +42 -0
  192. package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +42 -0
  193. package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +42 -0
  194. package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +42 -0
  195. package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +42 -0
  196. package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/index.d.ts +27 -0
  206. package/dist-types/ts3.4/models/index.d.ts +1 -0
  207. package/dist-types/ts3.4/models/models_0.d.ts +374 -236
  208. package/dist-types/ts3.4/models/models_1.d.ts +312 -0
  209. package/dist-types/ts3.4/pagination/DescribeDataProvidersPaginator.d.ts +11 -0
  210. package/dist-types/ts3.4/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +11 -0
  211. package/dist-types/ts3.4/pagination/DescribeInstanceProfilesPaginator.d.ts +11 -0
  212. package/dist-types/ts3.4/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +11 -0
  213. package/dist-types/ts3.4/pagination/DescribeMetadataModelConversionsPaginator.d.ts +11 -0
  214. package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +11 -0
  215. package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +11 -0
  216. package/dist-types/ts3.4/pagination/DescribeMetadataModelImportsPaginator.d.ts +11 -0
  217. package/dist-types/ts3.4/pagination/DescribeMigrationProjectsPaginator.d.ts +11 -0
  218. package/dist-types/ts3.4/pagination/index.d.ts +10 -1
  219. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +324 -0
  220. package/package.json +1 -1
@@ -19,6 +19,10 @@ import {
19
19
  CancelReplicationTaskAssessmentRunCommandInput,
20
20
  CancelReplicationTaskAssessmentRunCommandOutput,
21
21
  } from "../commands/CancelReplicationTaskAssessmentRunCommand";
22
+ import {
23
+ CreateDataProviderCommandInput,
24
+ CreateDataProviderCommandOutput,
25
+ } from "../commands/CreateDataProviderCommand";
22
26
  import {
23
27
  CreateEndpointCommandInput,
24
28
  CreateEndpointCommandOutput,
@@ -31,6 +35,14 @@ import {
31
35
  CreateFleetAdvisorCollectorCommandInput,
32
36
  CreateFleetAdvisorCollectorCommandOutput,
33
37
  } from "../commands/CreateFleetAdvisorCollectorCommand";
38
+ import {
39
+ CreateInstanceProfileCommandInput,
40
+ CreateInstanceProfileCommandOutput,
41
+ } from "../commands/CreateInstanceProfileCommand";
42
+ import {
43
+ CreateMigrationProjectCommandInput,
44
+ CreateMigrationProjectCommandOutput,
45
+ } from "../commands/CreateMigrationProjectCommand";
34
46
  import {
35
47
  CreateReplicationConfigCommandInput,
36
48
  CreateReplicationConfigCommandOutput,
@@ -55,6 +67,10 @@ import {
55
67
  DeleteConnectionCommandInput,
56
68
  DeleteConnectionCommandOutput,
57
69
  } from "../commands/DeleteConnectionCommand";
70
+ import {
71
+ DeleteDataProviderCommandInput,
72
+ DeleteDataProviderCommandOutput,
73
+ } from "../commands/DeleteDataProviderCommand";
58
74
  import {
59
75
  DeleteEndpointCommandInput,
60
76
  DeleteEndpointCommandOutput,
@@ -71,6 +87,14 @@ import {
71
87
  DeleteFleetAdvisorDatabasesCommandInput,
72
88
  DeleteFleetAdvisorDatabasesCommandOutput,
73
89
  } from "../commands/DeleteFleetAdvisorDatabasesCommand";
90
+ import {
91
+ DeleteInstanceProfileCommandInput,
92
+ DeleteInstanceProfileCommandOutput,
93
+ } from "../commands/DeleteInstanceProfileCommand";
94
+ import {
95
+ DeleteMigrationProjectCommandInput,
96
+ DeleteMigrationProjectCommandOutput,
97
+ } from "../commands/DeleteMigrationProjectCommand";
74
98
  import {
75
99
  DeleteReplicationConfigCommandInput,
76
100
  DeleteReplicationConfigCommandOutput,
@@ -107,6 +131,14 @@ import {
107
131
  DescribeConnectionsCommandInput,
108
132
  DescribeConnectionsCommandOutput,
109
133
  } from "../commands/DescribeConnectionsCommand";
134
+ import {
135
+ DescribeConversionConfigurationCommandInput,
136
+ DescribeConversionConfigurationCommandOutput,
137
+ } from "../commands/DescribeConversionConfigurationCommand";
138
+ import {
139
+ DescribeDataProvidersCommandInput,
140
+ DescribeDataProvidersCommandOutput,
141
+ } from "../commands/DescribeDataProvidersCommand";
110
142
  import {
111
143
  DescribeEndpointsCommandInput,
112
144
  DescribeEndpointsCommandOutput,
@@ -135,6 +167,10 @@ import {
135
167
  DescribeEventSubscriptionsCommandInput,
136
168
  DescribeEventSubscriptionsCommandOutput,
137
169
  } from "../commands/DescribeEventSubscriptionsCommand";
170
+ import {
171
+ DescribeExtensionPackAssociationsCommandInput,
172
+ DescribeExtensionPackAssociationsCommandOutput,
173
+ } from "../commands/DescribeExtensionPackAssociationsCommand";
138
174
  import {
139
175
  DescribeFleetAdvisorCollectorsCommandInput,
140
176
  DescribeFleetAdvisorCollectorsCommandOutput,
@@ -155,6 +191,34 @@ import {
155
191
  DescribeFleetAdvisorSchemasCommandInput,
156
192
  DescribeFleetAdvisorSchemasCommandOutput,
157
193
  } from "../commands/DescribeFleetAdvisorSchemasCommand";
194
+ import {
195
+ DescribeInstanceProfilesCommandInput,
196
+ DescribeInstanceProfilesCommandOutput,
197
+ } from "../commands/DescribeInstanceProfilesCommand";
198
+ import {
199
+ DescribeMetadataModelAssessmentsCommandInput,
200
+ DescribeMetadataModelAssessmentsCommandOutput,
201
+ } from "../commands/DescribeMetadataModelAssessmentsCommand";
202
+ import {
203
+ DescribeMetadataModelConversionsCommandInput,
204
+ DescribeMetadataModelConversionsCommandOutput,
205
+ } from "../commands/DescribeMetadataModelConversionsCommand";
206
+ import {
207
+ DescribeMetadataModelExportsAsScriptCommandInput,
208
+ DescribeMetadataModelExportsAsScriptCommandOutput,
209
+ } from "../commands/DescribeMetadataModelExportsAsScriptCommand";
210
+ import {
211
+ DescribeMetadataModelExportsToTargetCommandInput,
212
+ DescribeMetadataModelExportsToTargetCommandOutput,
213
+ } from "../commands/DescribeMetadataModelExportsToTargetCommand";
214
+ import {
215
+ DescribeMetadataModelImportsCommandInput,
216
+ DescribeMetadataModelImportsCommandOutput,
217
+ } from "../commands/DescribeMetadataModelImportsCommand";
218
+ import {
219
+ DescribeMigrationProjectsCommandInput,
220
+ DescribeMigrationProjectsCommandOutput,
221
+ } from "../commands/DescribeMigrationProjectsCommand";
158
222
  import {
159
223
  DescribeOrderableReplicationInstancesCommandInput,
160
224
  DescribeOrderableReplicationInstancesCommandOutput,
@@ -223,6 +287,10 @@ import {
223
287
  DescribeTableStatisticsCommandInput,
224
288
  DescribeTableStatisticsCommandOutput,
225
289
  } from "../commands/DescribeTableStatisticsCommand";
290
+ import {
291
+ ExportMetadataModelAssessmentCommandInput,
292
+ ExportMetadataModelAssessmentCommandOutput,
293
+ } from "../commands/ExportMetadataModelAssessmentCommand";
226
294
  import {
227
295
  ImportCertificateCommandInput,
228
296
  ImportCertificateCommandOutput,
@@ -231,6 +299,14 @@ import {
231
299
  ListTagsForResourceCommandInput,
232
300
  ListTagsForResourceCommandOutput,
233
301
  } from "../commands/ListTagsForResourceCommand";
302
+ import {
303
+ ModifyConversionConfigurationCommandInput,
304
+ ModifyConversionConfigurationCommandOutput,
305
+ } from "../commands/ModifyConversionConfigurationCommand";
306
+ import {
307
+ ModifyDataProviderCommandInput,
308
+ ModifyDataProviderCommandOutput,
309
+ } from "../commands/ModifyDataProviderCommand";
234
310
  import {
235
311
  ModifyEndpointCommandInput,
236
312
  ModifyEndpointCommandOutput,
@@ -239,6 +315,14 @@ import {
239
315
  ModifyEventSubscriptionCommandInput,
240
316
  ModifyEventSubscriptionCommandOutput,
241
317
  } from "../commands/ModifyEventSubscriptionCommand";
318
+ import {
319
+ ModifyInstanceProfileCommandInput,
320
+ ModifyInstanceProfileCommandOutput,
321
+ } from "../commands/ModifyInstanceProfileCommand";
322
+ import {
323
+ ModifyMigrationProjectCommandInput,
324
+ ModifyMigrationProjectCommandOutput,
325
+ } from "../commands/ModifyMigrationProjectCommand";
242
326
  import {
243
327
  ModifyReplicationConfigCommandInput,
244
328
  ModifyReplicationConfigCommandOutput,
@@ -283,6 +367,30 @@ import {
283
367
  RunFleetAdvisorLsaAnalysisCommandInput,
284
368
  RunFleetAdvisorLsaAnalysisCommandOutput,
285
369
  } from "../commands/RunFleetAdvisorLsaAnalysisCommand";
370
+ import {
371
+ StartExtensionPackAssociationCommandInput,
372
+ StartExtensionPackAssociationCommandOutput,
373
+ } from "../commands/StartExtensionPackAssociationCommand";
374
+ import {
375
+ StartMetadataModelAssessmentCommandInput,
376
+ StartMetadataModelAssessmentCommandOutput,
377
+ } from "../commands/StartMetadataModelAssessmentCommand";
378
+ import {
379
+ StartMetadataModelConversionCommandInput,
380
+ StartMetadataModelConversionCommandOutput,
381
+ } from "../commands/StartMetadataModelConversionCommand";
382
+ import {
383
+ StartMetadataModelExportAsScriptCommandInput,
384
+ StartMetadataModelExportAsScriptCommandOutput,
385
+ } from "../commands/StartMetadataModelExportAsScriptCommand";
386
+ import {
387
+ StartMetadataModelExportToTargetCommandInput,
388
+ StartMetadataModelExportToTargetCommandOutput,
389
+ } from "../commands/StartMetadataModelExportToTargetCommand";
390
+ import {
391
+ StartMetadataModelImportCommandInput,
392
+ StartMetadataModelImportCommandOutput,
393
+ } from "../commands/StartMetadataModelImportCommand";
286
394
  import {
287
395
  StartRecommendationsCommandInput,
288
396
  StartRecommendationsCommandOutput,
@@ -335,6 +443,10 @@ export declare const se_CancelReplicationTaskAssessmentRunCommand: (
335
443
  input: CancelReplicationTaskAssessmentRunCommandInput,
336
444
  context: __SerdeContext
337
445
  ) => Promise<__HttpRequest>;
446
+ export declare const se_CreateDataProviderCommand: (
447
+ input: CreateDataProviderCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
338
450
  export declare const se_CreateEndpointCommand: (
339
451
  input: CreateEndpointCommandInput,
340
452
  context: __SerdeContext
@@ -347,6 +459,14 @@ export declare const se_CreateFleetAdvisorCollectorCommand: (
347
459
  input: CreateFleetAdvisorCollectorCommandInput,
348
460
  context: __SerdeContext
349
461
  ) => Promise<__HttpRequest>;
462
+ export declare const se_CreateInstanceProfileCommand: (
463
+ input: CreateInstanceProfileCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const se_CreateMigrationProjectCommand: (
467
+ input: CreateMigrationProjectCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
350
470
  export declare const se_CreateReplicationConfigCommand: (
351
471
  input: CreateReplicationConfigCommandInput,
352
472
  context: __SerdeContext
@@ -371,6 +491,10 @@ export declare const se_DeleteConnectionCommand: (
371
491
  input: DeleteConnectionCommandInput,
372
492
  context: __SerdeContext
373
493
  ) => Promise<__HttpRequest>;
494
+ export declare const se_DeleteDataProviderCommand: (
495
+ input: DeleteDataProviderCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
374
498
  export declare const se_DeleteEndpointCommand: (
375
499
  input: DeleteEndpointCommandInput,
376
500
  context: __SerdeContext
@@ -387,6 +511,14 @@ export declare const se_DeleteFleetAdvisorDatabasesCommand: (
387
511
  input: DeleteFleetAdvisorDatabasesCommandInput,
388
512
  context: __SerdeContext
389
513
  ) => Promise<__HttpRequest>;
514
+ export declare const se_DeleteInstanceProfileCommand: (
515
+ input: DeleteInstanceProfileCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const se_DeleteMigrationProjectCommand: (
519
+ input: DeleteMigrationProjectCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
390
522
  export declare const se_DeleteReplicationConfigCommand: (
391
523
  input: DeleteReplicationConfigCommandInput,
392
524
  context: __SerdeContext
@@ -423,6 +555,14 @@ export declare const se_DescribeConnectionsCommand: (
423
555
  input: DescribeConnectionsCommandInput,
424
556
  context: __SerdeContext
425
557
  ) => Promise<__HttpRequest>;
558
+ export declare const se_DescribeConversionConfigurationCommand: (
559
+ input: DescribeConversionConfigurationCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const se_DescribeDataProvidersCommand: (
563
+ input: DescribeDataProvidersCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
426
566
  export declare const se_DescribeEndpointsCommand: (
427
567
  input: DescribeEndpointsCommandInput,
428
568
  context: __SerdeContext
@@ -451,6 +591,10 @@ export declare const se_DescribeEventSubscriptionsCommand: (
451
591
  input: DescribeEventSubscriptionsCommandInput,
452
592
  context: __SerdeContext
453
593
  ) => Promise<__HttpRequest>;
594
+ export declare const se_DescribeExtensionPackAssociationsCommand: (
595
+ input: DescribeExtensionPackAssociationsCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
454
598
  export declare const se_DescribeFleetAdvisorCollectorsCommand: (
455
599
  input: DescribeFleetAdvisorCollectorsCommandInput,
456
600
  context: __SerdeContext
@@ -471,6 +615,34 @@ export declare const se_DescribeFleetAdvisorSchemasCommand: (
471
615
  input: DescribeFleetAdvisorSchemasCommandInput,
472
616
  context: __SerdeContext
473
617
  ) => Promise<__HttpRequest>;
618
+ export declare const se_DescribeInstanceProfilesCommand: (
619
+ input: DescribeInstanceProfilesCommandInput,
620
+ context: __SerdeContext
621
+ ) => Promise<__HttpRequest>;
622
+ export declare const se_DescribeMetadataModelAssessmentsCommand: (
623
+ input: DescribeMetadataModelAssessmentsCommandInput,
624
+ context: __SerdeContext
625
+ ) => Promise<__HttpRequest>;
626
+ export declare const se_DescribeMetadataModelConversionsCommand: (
627
+ input: DescribeMetadataModelConversionsCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
630
+ export declare const se_DescribeMetadataModelExportsAsScriptCommand: (
631
+ input: DescribeMetadataModelExportsAsScriptCommandInput,
632
+ context: __SerdeContext
633
+ ) => Promise<__HttpRequest>;
634
+ export declare const se_DescribeMetadataModelExportsToTargetCommand: (
635
+ input: DescribeMetadataModelExportsToTargetCommandInput,
636
+ context: __SerdeContext
637
+ ) => Promise<__HttpRequest>;
638
+ export declare const se_DescribeMetadataModelImportsCommand: (
639
+ input: DescribeMetadataModelImportsCommandInput,
640
+ context: __SerdeContext
641
+ ) => Promise<__HttpRequest>;
642
+ export declare const se_DescribeMigrationProjectsCommand: (
643
+ input: DescribeMigrationProjectsCommandInput,
644
+ context: __SerdeContext
645
+ ) => Promise<__HttpRequest>;
474
646
  export declare const se_DescribeOrderableReplicationInstancesCommand: (
475
647
  input: DescribeOrderableReplicationInstancesCommandInput,
476
648
  context: __SerdeContext
@@ -539,6 +711,10 @@ export declare const se_DescribeTableStatisticsCommand: (
539
711
  input: DescribeTableStatisticsCommandInput,
540
712
  context: __SerdeContext
541
713
  ) => Promise<__HttpRequest>;
714
+ export declare const se_ExportMetadataModelAssessmentCommand: (
715
+ input: ExportMetadataModelAssessmentCommandInput,
716
+ context: __SerdeContext
717
+ ) => Promise<__HttpRequest>;
542
718
  export declare const se_ImportCertificateCommand: (
543
719
  input: ImportCertificateCommandInput,
544
720
  context: __SerdeContext
@@ -547,6 +723,14 @@ export declare const se_ListTagsForResourceCommand: (
547
723
  input: ListTagsForResourceCommandInput,
548
724
  context: __SerdeContext
549
725
  ) => Promise<__HttpRequest>;
726
+ export declare const se_ModifyConversionConfigurationCommand: (
727
+ input: ModifyConversionConfigurationCommandInput,
728
+ context: __SerdeContext
729
+ ) => Promise<__HttpRequest>;
730
+ export declare const se_ModifyDataProviderCommand: (
731
+ input: ModifyDataProviderCommandInput,
732
+ context: __SerdeContext
733
+ ) => Promise<__HttpRequest>;
550
734
  export declare const se_ModifyEndpointCommand: (
551
735
  input: ModifyEndpointCommandInput,
552
736
  context: __SerdeContext
@@ -555,6 +739,14 @@ export declare const se_ModifyEventSubscriptionCommand: (
555
739
  input: ModifyEventSubscriptionCommandInput,
556
740
  context: __SerdeContext
557
741
  ) => Promise<__HttpRequest>;
742
+ export declare const se_ModifyInstanceProfileCommand: (
743
+ input: ModifyInstanceProfileCommandInput,
744
+ context: __SerdeContext
745
+ ) => Promise<__HttpRequest>;
746
+ export declare const se_ModifyMigrationProjectCommand: (
747
+ input: ModifyMigrationProjectCommandInput,
748
+ context: __SerdeContext
749
+ ) => Promise<__HttpRequest>;
558
750
  export declare const se_ModifyReplicationConfigCommand: (
559
751
  input: ModifyReplicationConfigCommandInput,
560
752
  context: __SerdeContext
@@ -599,6 +791,30 @@ export declare const se_RunFleetAdvisorLsaAnalysisCommand: (
599
791
  input: RunFleetAdvisorLsaAnalysisCommandInput,
600
792
  context: __SerdeContext
601
793
  ) => Promise<__HttpRequest>;
794
+ export declare const se_StartExtensionPackAssociationCommand: (
795
+ input: StartExtensionPackAssociationCommandInput,
796
+ context: __SerdeContext
797
+ ) => Promise<__HttpRequest>;
798
+ export declare const se_StartMetadataModelAssessmentCommand: (
799
+ input: StartMetadataModelAssessmentCommandInput,
800
+ context: __SerdeContext
801
+ ) => Promise<__HttpRequest>;
802
+ export declare const se_StartMetadataModelConversionCommand: (
803
+ input: StartMetadataModelConversionCommandInput,
804
+ context: __SerdeContext
805
+ ) => Promise<__HttpRequest>;
806
+ export declare const se_StartMetadataModelExportAsScriptCommand: (
807
+ input: StartMetadataModelExportAsScriptCommandInput,
808
+ context: __SerdeContext
809
+ ) => Promise<__HttpRequest>;
810
+ export declare const se_StartMetadataModelExportToTargetCommand: (
811
+ input: StartMetadataModelExportToTargetCommandInput,
812
+ context: __SerdeContext
813
+ ) => Promise<__HttpRequest>;
814
+ export declare const se_StartMetadataModelImportCommand: (
815
+ input: StartMetadataModelImportCommandInput,
816
+ context: __SerdeContext
817
+ ) => Promise<__HttpRequest>;
602
818
  export declare const se_StartRecommendationsCommand: (
603
819
  input: StartRecommendationsCommandInput,
604
820
  context: __SerdeContext
@@ -651,6 +867,10 @@ export declare const de_CancelReplicationTaskAssessmentRunCommand: (
651
867
  output: __HttpResponse,
652
868
  context: __SerdeContext
653
869
  ) => Promise<CancelReplicationTaskAssessmentRunCommandOutput>;
870
+ export declare const de_CreateDataProviderCommand: (
871
+ output: __HttpResponse,
872
+ context: __SerdeContext
873
+ ) => Promise<CreateDataProviderCommandOutput>;
654
874
  export declare const de_CreateEndpointCommand: (
655
875
  output: __HttpResponse,
656
876
  context: __SerdeContext
@@ -663,6 +883,14 @@ export declare const de_CreateFleetAdvisorCollectorCommand: (
663
883
  output: __HttpResponse,
664
884
  context: __SerdeContext
665
885
  ) => Promise<CreateFleetAdvisorCollectorCommandOutput>;
886
+ export declare const de_CreateInstanceProfileCommand: (
887
+ output: __HttpResponse,
888
+ context: __SerdeContext
889
+ ) => Promise<CreateInstanceProfileCommandOutput>;
890
+ export declare const de_CreateMigrationProjectCommand: (
891
+ output: __HttpResponse,
892
+ context: __SerdeContext
893
+ ) => Promise<CreateMigrationProjectCommandOutput>;
666
894
  export declare const de_CreateReplicationConfigCommand: (
667
895
  output: __HttpResponse,
668
896
  context: __SerdeContext
@@ -687,6 +915,10 @@ export declare const de_DeleteConnectionCommand: (
687
915
  output: __HttpResponse,
688
916
  context: __SerdeContext
689
917
  ) => Promise<DeleteConnectionCommandOutput>;
918
+ export declare const de_DeleteDataProviderCommand: (
919
+ output: __HttpResponse,
920
+ context: __SerdeContext
921
+ ) => Promise<DeleteDataProviderCommandOutput>;
690
922
  export declare const de_DeleteEndpointCommand: (
691
923
  output: __HttpResponse,
692
924
  context: __SerdeContext
@@ -703,6 +935,14 @@ export declare const de_DeleteFleetAdvisorDatabasesCommand: (
703
935
  output: __HttpResponse,
704
936
  context: __SerdeContext
705
937
  ) => Promise<DeleteFleetAdvisorDatabasesCommandOutput>;
938
+ export declare const de_DeleteInstanceProfileCommand: (
939
+ output: __HttpResponse,
940
+ context: __SerdeContext
941
+ ) => Promise<DeleteInstanceProfileCommandOutput>;
942
+ export declare const de_DeleteMigrationProjectCommand: (
943
+ output: __HttpResponse,
944
+ context: __SerdeContext
945
+ ) => Promise<DeleteMigrationProjectCommandOutput>;
706
946
  export declare const de_DeleteReplicationConfigCommand: (
707
947
  output: __HttpResponse,
708
948
  context: __SerdeContext
@@ -739,6 +979,14 @@ export declare const de_DescribeConnectionsCommand: (
739
979
  output: __HttpResponse,
740
980
  context: __SerdeContext
741
981
  ) => Promise<DescribeConnectionsCommandOutput>;
982
+ export declare const de_DescribeConversionConfigurationCommand: (
983
+ output: __HttpResponse,
984
+ context: __SerdeContext
985
+ ) => Promise<DescribeConversionConfigurationCommandOutput>;
986
+ export declare const de_DescribeDataProvidersCommand: (
987
+ output: __HttpResponse,
988
+ context: __SerdeContext
989
+ ) => Promise<DescribeDataProvidersCommandOutput>;
742
990
  export declare const de_DescribeEndpointsCommand: (
743
991
  output: __HttpResponse,
744
992
  context: __SerdeContext
@@ -767,6 +1015,10 @@ export declare const de_DescribeEventSubscriptionsCommand: (
767
1015
  output: __HttpResponse,
768
1016
  context: __SerdeContext
769
1017
  ) => Promise<DescribeEventSubscriptionsCommandOutput>;
1018
+ export declare const de_DescribeExtensionPackAssociationsCommand: (
1019
+ output: __HttpResponse,
1020
+ context: __SerdeContext
1021
+ ) => Promise<DescribeExtensionPackAssociationsCommandOutput>;
770
1022
  export declare const de_DescribeFleetAdvisorCollectorsCommand: (
771
1023
  output: __HttpResponse,
772
1024
  context: __SerdeContext
@@ -787,6 +1039,34 @@ export declare const de_DescribeFleetAdvisorSchemasCommand: (
787
1039
  output: __HttpResponse,
788
1040
  context: __SerdeContext
789
1041
  ) => Promise<DescribeFleetAdvisorSchemasCommandOutput>;
1042
+ export declare const de_DescribeInstanceProfilesCommand: (
1043
+ output: __HttpResponse,
1044
+ context: __SerdeContext
1045
+ ) => Promise<DescribeInstanceProfilesCommandOutput>;
1046
+ export declare const de_DescribeMetadataModelAssessmentsCommand: (
1047
+ output: __HttpResponse,
1048
+ context: __SerdeContext
1049
+ ) => Promise<DescribeMetadataModelAssessmentsCommandOutput>;
1050
+ export declare const de_DescribeMetadataModelConversionsCommand: (
1051
+ output: __HttpResponse,
1052
+ context: __SerdeContext
1053
+ ) => Promise<DescribeMetadataModelConversionsCommandOutput>;
1054
+ export declare const de_DescribeMetadataModelExportsAsScriptCommand: (
1055
+ output: __HttpResponse,
1056
+ context: __SerdeContext
1057
+ ) => Promise<DescribeMetadataModelExportsAsScriptCommandOutput>;
1058
+ export declare const de_DescribeMetadataModelExportsToTargetCommand: (
1059
+ output: __HttpResponse,
1060
+ context: __SerdeContext
1061
+ ) => Promise<DescribeMetadataModelExportsToTargetCommandOutput>;
1062
+ export declare const de_DescribeMetadataModelImportsCommand: (
1063
+ output: __HttpResponse,
1064
+ context: __SerdeContext
1065
+ ) => Promise<DescribeMetadataModelImportsCommandOutput>;
1066
+ export declare const de_DescribeMigrationProjectsCommand: (
1067
+ output: __HttpResponse,
1068
+ context: __SerdeContext
1069
+ ) => Promise<DescribeMigrationProjectsCommandOutput>;
790
1070
  export declare const de_DescribeOrderableReplicationInstancesCommand: (
791
1071
  output: __HttpResponse,
792
1072
  context: __SerdeContext
@@ -855,6 +1135,10 @@ export declare const de_DescribeTableStatisticsCommand: (
855
1135
  output: __HttpResponse,
856
1136
  context: __SerdeContext
857
1137
  ) => Promise<DescribeTableStatisticsCommandOutput>;
1138
+ export declare const de_ExportMetadataModelAssessmentCommand: (
1139
+ output: __HttpResponse,
1140
+ context: __SerdeContext
1141
+ ) => Promise<ExportMetadataModelAssessmentCommandOutput>;
858
1142
  export declare const de_ImportCertificateCommand: (
859
1143
  output: __HttpResponse,
860
1144
  context: __SerdeContext
@@ -863,6 +1147,14 @@ export declare const de_ListTagsForResourceCommand: (
863
1147
  output: __HttpResponse,
864
1148
  context: __SerdeContext
865
1149
  ) => Promise<ListTagsForResourceCommandOutput>;
1150
+ export declare const de_ModifyConversionConfigurationCommand: (
1151
+ output: __HttpResponse,
1152
+ context: __SerdeContext
1153
+ ) => Promise<ModifyConversionConfigurationCommandOutput>;
1154
+ export declare const de_ModifyDataProviderCommand: (
1155
+ output: __HttpResponse,
1156
+ context: __SerdeContext
1157
+ ) => Promise<ModifyDataProviderCommandOutput>;
866
1158
  export declare const de_ModifyEndpointCommand: (
867
1159
  output: __HttpResponse,
868
1160
  context: __SerdeContext
@@ -871,6 +1163,14 @@ export declare const de_ModifyEventSubscriptionCommand: (
871
1163
  output: __HttpResponse,
872
1164
  context: __SerdeContext
873
1165
  ) => Promise<ModifyEventSubscriptionCommandOutput>;
1166
+ export declare const de_ModifyInstanceProfileCommand: (
1167
+ output: __HttpResponse,
1168
+ context: __SerdeContext
1169
+ ) => Promise<ModifyInstanceProfileCommandOutput>;
1170
+ export declare const de_ModifyMigrationProjectCommand: (
1171
+ output: __HttpResponse,
1172
+ context: __SerdeContext
1173
+ ) => Promise<ModifyMigrationProjectCommandOutput>;
874
1174
  export declare const de_ModifyReplicationConfigCommand: (
875
1175
  output: __HttpResponse,
876
1176
  context: __SerdeContext
@@ -915,6 +1215,30 @@ export declare const de_RunFleetAdvisorLsaAnalysisCommand: (
915
1215
  output: __HttpResponse,
916
1216
  context: __SerdeContext
917
1217
  ) => Promise<RunFleetAdvisorLsaAnalysisCommandOutput>;
1218
+ export declare const de_StartExtensionPackAssociationCommand: (
1219
+ output: __HttpResponse,
1220
+ context: __SerdeContext
1221
+ ) => Promise<StartExtensionPackAssociationCommandOutput>;
1222
+ export declare const de_StartMetadataModelAssessmentCommand: (
1223
+ output: __HttpResponse,
1224
+ context: __SerdeContext
1225
+ ) => Promise<StartMetadataModelAssessmentCommandOutput>;
1226
+ export declare const de_StartMetadataModelConversionCommand: (
1227
+ output: __HttpResponse,
1228
+ context: __SerdeContext
1229
+ ) => Promise<StartMetadataModelConversionCommandOutput>;
1230
+ export declare const de_StartMetadataModelExportAsScriptCommand: (
1231
+ output: __HttpResponse,
1232
+ context: __SerdeContext
1233
+ ) => Promise<StartMetadataModelExportAsScriptCommandOutput>;
1234
+ export declare const de_StartMetadataModelExportToTargetCommand: (
1235
+ output: __HttpResponse,
1236
+ context: __SerdeContext
1237
+ ) => Promise<StartMetadataModelExportToTargetCommandOutput>;
1238
+ export declare const de_StartMetadataModelImportCommand: (
1239
+ output: __HttpResponse,
1240
+ context: __SerdeContext
1241
+ ) => Promise<StartMetadataModelImportCommandOutput>;
918
1242
  export declare const de_StartRecommendationsCommand: (
919
1243
  output: __HttpResponse,
920
1244
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-database-migration-service",
3
3
  "description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
4
- "version": "3.382.0",
4
+ "version": "3.384.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",