@aws-sdk/client-database-migration-service 3.379.1 → 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 (228) hide show
  1. package/README.md +224 -0
  2. package/dist-cjs/DatabaseMigrationService.js +56 -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/DescribeEngineVersionsCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeExtensionPackAssociationsCommand.js +46 -0
  13. package/dist-cjs/commands/DescribeInstanceProfilesCommand.js +46 -0
  14. package/dist-cjs/commands/DescribeMetadataModelAssessmentsCommand.js +46 -0
  15. package/dist-cjs/commands/DescribeMetadataModelConversionsCommand.js +46 -0
  16. package/dist-cjs/commands/DescribeMetadataModelExportsAsScriptCommand.js +46 -0
  17. package/dist-cjs/commands/DescribeMetadataModelExportsToTargetCommand.js +46 -0
  18. package/dist-cjs/commands/DescribeMetadataModelImportsCommand.js +46 -0
  19. package/dist-cjs/commands/DescribeMigrationProjectsCommand.js +46 -0
  20. package/dist-cjs/commands/ExportMetadataModelAssessmentCommand.js +46 -0
  21. package/dist-cjs/commands/ModifyConversionConfigurationCommand.js +46 -0
  22. package/dist-cjs/commands/ModifyDataProviderCommand.js +46 -0
  23. package/dist-cjs/commands/ModifyInstanceProfileCommand.js +46 -0
  24. package/dist-cjs/commands/ModifyMigrationProjectCommand.js +46 -0
  25. package/dist-cjs/commands/StartExtensionPackAssociationCommand.js +46 -0
  26. package/dist-cjs/commands/StartMetadataModelAssessmentCommand.js +46 -0
  27. package/dist-cjs/commands/StartMetadataModelConversionCommand.js +46 -0
  28. package/dist-cjs/commands/StartMetadataModelExportAsScriptCommand.js +46 -0
  29. package/dist-cjs/commands/StartMetadataModelExportToTargetCommand.js +46 -0
  30. package/dist-cjs/commands/StartMetadataModelImportCommand.js +46 -0
  31. package/dist-cjs/commands/index.js +28 -0
  32. package/dist-cjs/endpoint/ruleset.js +1 -1
  33. package/dist-cjs/models/index.js +1 -0
  34. package/dist-cjs/models/models_0.js +65 -87
  35. package/dist-cjs/models/models_1.js +56 -0
  36. package/dist-cjs/pagination/DescribeDataProvidersPaginator.js +29 -0
  37. package/dist-cjs/pagination/DescribeEngineVersionsPaginator.js +29 -0
  38. package/dist-cjs/pagination/DescribeExtensionPackAssociationsPaginator.js +29 -0
  39. package/dist-cjs/pagination/DescribeInstanceProfilesPaginator.js +29 -0
  40. package/dist-cjs/pagination/DescribeMetadataModelAssessmentsPaginator.js +29 -0
  41. package/dist-cjs/pagination/DescribeMetadataModelConversionsPaginator.js +29 -0
  42. package/dist-cjs/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +29 -0
  43. package/dist-cjs/pagination/DescribeMetadataModelExportsToTargetPaginator.js +29 -0
  44. package/dist-cjs/pagination/DescribeMetadataModelImportsPaginator.js +29 -0
  45. package/dist-cjs/pagination/DescribeMigrationProjectsPaginator.js +29 -0
  46. package/dist-cjs/pagination/index.js +11 -1
  47. package/dist-cjs/protocols/Aws_json1_1.js +1601 -109
  48. package/dist-es/DatabaseMigrationService.js +56 -0
  49. package/dist-es/commands/CreateDataProviderCommand.js +42 -0
  50. package/dist-es/commands/CreateInstanceProfileCommand.js +42 -0
  51. package/dist-es/commands/CreateMigrationProjectCommand.js +42 -0
  52. package/dist-es/commands/DeleteDataProviderCommand.js +42 -0
  53. package/dist-es/commands/DeleteInstanceProfileCommand.js +42 -0
  54. package/dist-es/commands/DeleteMigrationProjectCommand.js +42 -0
  55. package/dist-es/commands/DescribeConversionConfigurationCommand.js +42 -0
  56. package/dist-es/commands/DescribeDataProvidersCommand.js +42 -0
  57. package/dist-es/commands/DescribeEngineVersionsCommand.js +42 -0
  58. package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +42 -0
  59. package/dist-es/commands/DescribeInstanceProfilesCommand.js +42 -0
  60. package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +42 -0
  61. package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +42 -0
  62. package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +42 -0
  63. package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +42 -0
  64. package/dist-es/commands/DescribeMetadataModelImportsCommand.js +42 -0
  65. package/dist-es/commands/DescribeMigrationProjectsCommand.js +42 -0
  66. package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +42 -0
  67. package/dist-es/commands/ModifyConversionConfigurationCommand.js +42 -0
  68. package/dist-es/commands/ModifyDataProviderCommand.js +42 -0
  69. package/dist-es/commands/ModifyInstanceProfileCommand.js +42 -0
  70. package/dist-es/commands/ModifyMigrationProjectCommand.js +42 -0
  71. package/dist-es/commands/StartExtensionPackAssociationCommand.js +42 -0
  72. package/dist-es/commands/StartMetadataModelAssessmentCommand.js +42 -0
  73. package/dist-es/commands/StartMetadataModelConversionCommand.js +42 -0
  74. package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +42 -0
  75. package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +42 -0
  76. package/dist-es/commands/StartMetadataModelImportCommand.js +42 -0
  77. package/dist-es/commands/index.js +28 -0
  78. package/dist-es/endpoint/ruleset.js +1 -1
  79. package/dist-es/models/index.js +1 -0
  80. package/dist-es/models/models_0.js +61 -80
  81. package/dist-es/models/models_1.js +50 -0
  82. package/dist-es/pagination/DescribeDataProvidersPaginator.js +25 -0
  83. package/dist-es/pagination/DescribeEngineVersionsPaginator.js +25 -0
  84. package/dist-es/pagination/DescribeExtensionPackAssociationsPaginator.js +25 -0
  85. package/dist-es/pagination/DescribeInstanceProfilesPaginator.js +25 -0
  86. package/dist-es/pagination/DescribeMetadataModelAssessmentsPaginator.js +25 -0
  87. package/dist-es/pagination/DescribeMetadataModelConversionsPaginator.js +25 -0
  88. package/dist-es/pagination/DescribeMetadataModelExportsAsScriptPaginator.js +25 -0
  89. package/dist-es/pagination/DescribeMetadataModelExportsToTargetPaginator.js +25 -0
  90. package/dist-es/pagination/DescribeMetadataModelImportsPaginator.js +25 -0
  91. package/dist-es/pagination/DescribeMigrationProjectsPaginator.js +25 -0
  92. package/dist-es/pagination/index.js +11 -1
  93. package/dist-es/protocols/Aws_json1_1.js +1539 -104
  94. package/dist-types/DatabaseMigrationService.d.ts +196 -0
  95. package/dist-types/DatabaseMigrationServiceClient.d.ts +30 -2
  96. package/dist-types/commands/CreateDataProviderCommand.d.ts +167 -0
  97. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +128 -0
  98. package/dist-types/commands/CreateMigrationProjectCommand.d.ts +151 -0
  99. package/dist-types/commands/DeleteDataProviderCommand.d.ts +127 -0
  100. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +100 -0
  101. package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +114 -0
  102. package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +77 -0
  103. package/dist-types/commands/DescribeDataProvidersCommand.d.ts +132 -0
  104. package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +88 -0
  105. package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +102 -0
  106. package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +105 -0
  107. package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +102 -0
  108. package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +102 -0
  109. package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +102 -0
  110. package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +102 -0
  111. package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +102 -0
  112. package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +120 -0
  113. package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +89 -0
  114. package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +80 -0
  115. package/dist-types/commands/ModifyDataProviderCommand.d.ts +164 -0
  116. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  117. package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +120 -0
  118. package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +143 -0
  119. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  120. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  121. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  122. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  123. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
  124. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  125. package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
  126. package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +1 -1
  127. package/dist-types/commands/ReloadTablesCommand.d.ts +1 -1
  128. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  129. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
  130. package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +102 -0
  131. package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +103 -0
  132. package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +100 -0
  133. package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +102 -0
  134. package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +101 -0
  135. package/dist-types/commands/StartMetadataModelImportCommand.d.ts +103 -0
  136. package/dist-types/commands/StartRecommendationsCommand.d.ts +1 -1
  137. package/dist-types/commands/StartReplicationCommand.d.ts +1 -1
  138. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
  139. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
  140. package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
  141. package/dist-types/commands/StopReplicationCommand.d.ts +1 -1
  142. package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
  143. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  144. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
  145. package/dist-types/commands/index.d.ts +28 -0
  146. package/dist-types/models/index.d.ts +1 -0
  147. package/dist-types/models/models_0.d.ts +2691 -1072
  148. package/dist-types/models/models_1.d.ts +1322 -0
  149. package/dist-types/pagination/DescribeDataProvidersPaginator.d.ts +7 -0
  150. package/dist-types/pagination/DescribeEngineVersionsPaginator.d.ts +7 -0
  151. package/dist-types/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +7 -0
  152. package/dist-types/pagination/DescribeInstanceProfilesPaginator.d.ts +7 -0
  153. package/dist-types/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +7 -0
  154. package/dist-types/pagination/DescribeMetadataModelConversionsPaginator.d.ts +7 -0
  155. package/dist-types/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +7 -0
  156. package/dist-types/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +7 -0
  157. package/dist-types/pagination/DescribeMetadataModelImportsPaginator.d.ts +7 -0
  158. package/dist-types/pagination/DescribeMigrationProjectsPaginator.d.ts +7 -0
  159. package/dist-types/pagination/index.d.ts +11 -1
  160. package/dist-types/protocols/Aws_json1_1.d.ts +252 -0
  161. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +494 -0
  162. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +168 -0
  163. package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +39 -0
  164. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +42 -0
  165. package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +42 -0
  166. package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +39 -0
  167. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +42 -0
  168. package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +42 -0
  169. package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +42 -0
  171. package/dist-types/ts3.4/commands/DescribeEngineVersionsCommand.d.ts +42 -0
  172. package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +42 -0
  173. package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +42 -0
  174. package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +42 -0
  175. package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +42 -0
  176. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +42 -0
  177. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +42 -0
  178. package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +42 -0
  179. package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +42 -0
  180. package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +42 -0
  181. package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +42 -0
  182. package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +39 -0
  183. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +42 -0
  185. package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +42 -0
  186. package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +42 -0
  198. package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +42 -0
  199. package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +42 -0
  200. package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +42 -0
  201. package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +42 -0
  202. package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +42 -0
  203. package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/index.d.ts +28 -0
  213. package/dist-types/ts3.4/models/index.d.ts +1 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +398 -242
  215. package/dist-types/ts3.4/models/models_1.d.ts +312 -0
  216. package/dist-types/ts3.4/pagination/DescribeDataProvidersPaginator.d.ts +11 -0
  217. package/dist-types/ts3.4/pagination/DescribeEngineVersionsPaginator.d.ts +11 -0
  218. package/dist-types/ts3.4/pagination/DescribeExtensionPackAssociationsPaginator.d.ts +11 -0
  219. package/dist-types/ts3.4/pagination/DescribeInstanceProfilesPaginator.d.ts +11 -0
  220. package/dist-types/ts3.4/pagination/DescribeMetadataModelAssessmentsPaginator.d.ts +11 -0
  221. package/dist-types/ts3.4/pagination/DescribeMetadataModelConversionsPaginator.d.ts +11 -0
  222. package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsAsScriptPaginator.d.ts +11 -0
  223. package/dist-types/ts3.4/pagination/DescribeMetadataModelExportsToTargetPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/DescribeMetadataModelImportsPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/DescribeMigrationProjectsPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/index.d.ts +11 -1
  227. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +336 -0
  228. package/package.json +5 -5
package/README.md CHANGED
@@ -247,6 +247,14 @@ CancelReplicationTaskAssessmentRun
247
247
 
248
248
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/cancelreplicationtaskassessmentruncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/cancelreplicationtaskassessmentruncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/cancelreplicationtaskassessmentruncommandoutput.html)
249
249
 
250
+ </details>
251
+ <details>
252
+ <summary>
253
+ CreateDataProvider
254
+ </summary>
255
+
256
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/createdataprovidercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createdataprovidercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createdataprovidercommandoutput.html)
257
+
250
258
  </details>
251
259
  <details>
252
260
  <summary>
@@ -271,6 +279,22 @@ CreateFleetAdvisorCollector
271
279
 
272
280
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/createfleetadvisorcollectorcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createfleetadvisorcollectorcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createfleetadvisorcollectorcommandoutput.html)
273
281
 
282
+ </details>
283
+ <details>
284
+ <summary>
285
+ CreateInstanceProfile
286
+ </summary>
287
+
288
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/createinstanceprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createinstanceprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createinstanceprofilecommandoutput.html)
289
+
290
+ </details>
291
+ <details>
292
+ <summary>
293
+ CreateMigrationProject
294
+ </summary>
295
+
296
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/createmigrationprojectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createmigrationprojectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/createmigrationprojectcommandoutput.html)
297
+
274
298
  </details>
275
299
  <details>
276
300
  <summary>
@@ -319,6 +343,14 @@ DeleteConnection
319
343
 
320
344
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/deleteconnectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deleteconnectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deleteconnectioncommandoutput.html)
321
345
 
346
+ </details>
347
+ <details>
348
+ <summary>
349
+ DeleteDataProvider
350
+ </summary>
351
+
352
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/deletedataprovidercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deletedataprovidercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deletedataprovidercommandoutput.html)
353
+
322
354
  </details>
323
355
  <details>
324
356
  <summary>
@@ -351,6 +383,22 @@ DeleteFleetAdvisorDatabases
351
383
 
352
384
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/deletefleetadvisordatabasescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deletefleetadvisordatabasescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deletefleetadvisordatabasescommandoutput.html)
353
385
 
386
+ </details>
387
+ <details>
388
+ <summary>
389
+ DeleteInstanceProfile
390
+ </summary>
391
+
392
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/deleteinstanceprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deleteinstanceprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deleteinstanceprofilecommandoutput.html)
393
+
394
+ </details>
395
+ <details>
396
+ <summary>
397
+ DeleteMigrationProject
398
+ </summary>
399
+
400
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/deletemigrationprojectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deletemigrationprojectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/deletemigrationprojectcommandoutput.html)
401
+
354
402
  </details>
355
403
  <details>
356
404
  <summary>
@@ -423,6 +471,22 @@ DescribeConnections
423
471
 
424
472
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describeconnectionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeconnectionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeconnectionscommandoutput.html)
425
473
 
474
+ </details>
475
+ <details>
476
+ <summary>
477
+ DescribeConversionConfiguration
478
+ </summary>
479
+
480
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describeconversionconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeconversionconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeconversionconfigurationcommandoutput.html)
481
+
482
+ </details>
483
+ <details>
484
+ <summary>
485
+ DescribeDataProviders
486
+ </summary>
487
+
488
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describedataproviderscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describedataproviderscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describedataproviderscommandoutput.html)
489
+
426
490
  </details>
427
491
  <details>
428
492
  <summary>
@@ -447,6 +511,14 @@ DescribeEndpointTypes
447
511
 
448
512
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describeendpointtypescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeendpointtypescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeendpointtypescommandoutput.html)
449
513
 
514
+ </details>
515
+ <details>
516
+ <summary>
517
+ DescribeEngineVersions
518
+ </summary>
519
+
520
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describeengineversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeengineversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeengineversionscommandoutput.html)
521
+
450
522
  </details>
451
523
  <details>
452
524
  <summary>
@@ -471,6 +543,14 @@ DescribeEventSubscriptions
471
543
 
472
544
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describeeventsubscriptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeeventsubscriptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeeventsubscriptionscommandoutput.html)
473
545
 
546
+ </details>
547
+ <details>
548
+ <summary>
549
+ DescribeExtensionPackAssociations
550
+ </summary>
551
+
552
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describeextensionpackassociationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeextensionpackassociationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeextensionpackassociationscommandoutput.html)
553
+
474
554
  </details>
475
555
  <details>
476
556
  <summary>
@@ -511,6 +591,62 @@ DescribeFleetAdvisorSchemas
511
591
 
512
592
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describefleetadvisorschemascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describefleetadvisorschemascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describefleetadvisorschemascommandoutput.html)
513
593
 
594
+ </details>
595
+ <details>
596
+ <summary>
597
+ DescribeInstanceProfiles
598
+ </summary>
599
+
600
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describeinstanceprofilescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeinstanceprofilescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describeinstanceprofilescommandoutput.html)
601
+
602
+ </details>
603
+ <details>
604
+ <summary>
605
+ DescribeMetadataModelAssessments
606
+ </summary>
607
+
608
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describemetadatamodelassessmentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemetadatamodelassessmentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemetadatamodelassessmentscommandoutput.html)
609
+
610
+ </details>
611
+ <details>
612
+ <summary>
613
+ DescribeMetadataModelConversions
614
+ </summary>
615
+
616
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describemetadatamodelconversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemetadatamodelconversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemetadatamodelconversionscommandoutput.html)
617
+
618
+ </details>
619
+ <details>
620
+ <summary>
621
+ DescribeMetadataModelExportsAsScript
622
+ </summary>
623
+
624
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describemetadatamodelexportsasscriptcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemetadatamodelexportsasscriptcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemetadatamodelexportsasscriptcommandoutput.html)
625
+
626
+ </details>
627
+ <details>
628
+ <summary>
629
+ DescribeMetadataModelExportsToTarget
630
+ </summary>
631
+
632
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describemetadatamodelexportstotargetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemetadatamodelexportstotargetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemetadatamodelexportstotargetcommandoutput.html)
633
+
634
+ </details>
635
+ <details>
636
+ <summary>
637
+ DescribeMetadataModelImports
638
+ </summary>
639
+
640
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describemetadatamodelimportscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemetadatamodelimportscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemetadatamodelimportscommandoutput.html)
641
+
642
+ </details>
643
+ <details>
644
+ <summary>
645
+ DescribeMigrationProjects
646
+ </summary>
647
+
648
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describemigrationprojectscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemigrationprojectscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describemigrationprojectscommandoutput.html)
649
+
514
650
  </details>
515
651
  <details>
516
652
  <summary>
@@ -647,6 +783,14 @@ DescribeTableStatistics
647
783
 
648
784
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/describetablestatisticscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describetablestatisticscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/describetablestatisticscommandoutput.html)
649
785
 
786
+ </details>
787
+ <details>
788
+ <summary>
789
+ ExportMetadataModelAssessment
790
+ </summary>
791
+
792
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/exportmetadatamodelassessmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/exportmetadatamodelassessmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/exportmetadatamodelassessmentcommandoutput.html)
793
+
650
794
  </details>
651
795
  <details>
652
796
  <summary>
@@ -663,6 +807,22 @@ ListTagsForResource
663
807
 
664
808
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/listtagsforresourcecommandoutput.html)
665
809
 
810
+ </details>
811
+ <details>
812
+ <summary>
813
+ ModifyConversionConfiguration
814
+ </summary>
815
+
816
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/modifyconversionconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifyconversionconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifyconversionconfigurationcommandoutput.html)
817
+
818
+ </details>
819
+ <details>
820
+ <summary>
821
+ ModifyDataProvider
822
+ </summary>
823
+
824
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/modifydataprovidercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifydataprovidercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifydataprovidercommandoutput.html)
825
+
666
826
  </details>
667
827
  <details>
668
828
  <summary>
@@ -679,6 +839,22 @@ ModifyEventSubscription
679
839
 
680
840
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/modifyeventsubscriptioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifyeventsubscriptioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifyeventsubscriptioncommandoutput.html)
681
841
 
842
+ </details>
843
+ <details>
844
+ <summary>
845
+ ModifyInstanceProfile
846
+ </summary>
847
+
848
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/modifyinstanceprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifyinstanceprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifyinstanceprofilecommandoutput.html)
849
+
850
+ </details>
851
+ <details>
852
+ <summary>
853
+ ModifyMigrationProject
854
+ </summary>
855
+
856
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/modifymigrationprojectcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifymigrationprojectcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/modifymigrationprojectcommandoutput.html)
857
+
682
858
  </details>
683
859
  <details>
684
860
  <summary>
@@ -767,6 +943,54 @@ RunFleetAdvisorLsaAnalysis
767
943
 
768
944
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/runfleetadvisorlsaanalysiscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/runfleetadvisorlsaanalysiscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/runfleetadvisorlsaanalysiscommandoutput.html)
769
945
 
946
+ </details>
947
+ <details>
948
+ <summary>
949
+ StartExtensionPackAssociation
950
+ </summary>
951
+
952
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/startextensionpackassociationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startextensionpackassociationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startextensionpackassociationcommandoutput.html)
953
+
954
+ </details>
955
+ <details>
956
+ <summary>
957
+ StartMetadataModelAssessment
958
+ </summary>
959
+
960
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/startmetadatamodelassessmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startmetadatamodelassessmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startmetadatamodelassessmentcommandoutput.html)
961
+
962
+ </details>
963
+ <details>
964
+ <summary>
965
+ StartMetadataModelConversion
966
+ </summary>
967
+
968
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/startmetadatamodelconversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startmetadatamodelconversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startmetadatamodelconversioncommandoutput.html)
969
+
970
+ </details>
971
+ <details>
972
+ <summary>
973
+ StartMetadataModelExportAsScript
974
+ </summary>
975
+
976
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/startmetadatamodelexportasscriptcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startmetadatamodelexportasscriptcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startmetadatamodelexportasscriptcommandoutput.html)
977
+
978
+ </details>
979
+ <details>
980
+ <summary>
981
+ StartMetadataModelExportToTarget
982
+ </summary>
983
+
984
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/startmetadatamodelexporttotargetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startmetadatamodelexporttotargetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startmetadatamodelexporttotargetcommandoutput.html)
985
+
986
+ </details>
987
+ <details>
988
+ <summary>
989
+ StartMetadataModelImport
990
+ </summary>
991
+
992
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/classes/startmetadatamodelimportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startmetadatamodelimportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-database-migration-service/interfaces/startmetadatamodelimportcommandoutput.html)
993
+
770
994
  </details>
771
995
  <details>
772
996
  <summary>
@@ -6,19 +6,25 @@ const AddTagsToResourceCommand_1 = require("./commands/AddTagsToResourceCommand"
6
6
  const ApplyPendingMaintenanceActionCommand_1 = require("./commands/ApplyPendingMaintenanceActionCommand");
7
7
  const BatchStartRecommendationsCommand_1 = require("./commands/BatchStartRecommendationsCommand");
8
8
  const CancelReplicationTaskAssessmentRunCommand_1 = require("./commands/CancelReplicationTaskAssessmentRunCommand");
9
+ const CreateDataProviderCommand_1 = require("./commands/CreateDataProviderCommand");
9
10
  const CreateEndpointCommand_1 = require("./commands/CreateEndpointCommand");
10
11
  const CreateEventSubscriptionCommand_1 = require("./commands/CreateEventSubscriptionCommand");
11
12
  const CreateFleetAdvisorCollectorCommand_1 = require("./commands/CreateFleetAdvisorCollectorCommand");
13
+ const CreateInstanceProfileCommand_1 = require("./commands/CreateInstanceProfileCommand");
14
+ const CreateMigrationProjectCommand_1 = require("./commands/CreateMigrationProjectCommand");
12
15
  const CreateReplicationConfigCommand_1 = require("./commands/CreateReplicationConfigCommand");
13
16
  const CreateReplicationInstanceCommand_1 = require("./commands/CreateReplicationInstanceCommand");
14
17
  const CreateReplicationSubnetGroupCommand_1 = require("./commands/CreateReplicationSubnetGroupCommand");
15
18
  const CreateReplicationTaskCommand_1 = require("./commands/CreateReplicationTaskCommand");
16
19
  const DeleteCertificateCommand_1 = require("./commands/DeleteCertificateCommand");
17
20
  const DeleteConnectionCommand_1 = require("./commands/DeleteConnectionCommand");
21
+ const DeleteDataProviderCommand_1 = require("./commands/DeleteDataProviderCommand");
18
22
  const DeleteEndpointCommand_1 = require("./commands/DeleteEndpointCommand");
19
23
  const DeleteEventSubscriptionCommand_1 = require("./commands/DeleteEventSubscriptionCommand");
20
24
  const DeleteFleetAdvisorCollectorCommand_1 = require("./commands/DeleteFleetAdvisorCollectorCommand");
21
25
  const DeleteFleetAdvisorDatabasesCommand_1 = require("./commands/DeleteFleetAdvisorDatabasesCommand");
26
+ const DeleteInstanceProfileCommand_1 = require("./commands/DeleteInstanceProfileCommand");
27
+ const DeleteMigrationProjectCommand_1 = require("./commands/DeleteMigrationProjectCommand");
22
28
  const DeleteReplicationConfigCommand_1 = require("./commands/DeleteReplicationConfigCommand");
23
29
  const DeleteReplicationInstanceCommand_1 = require("./commands/DeleteReplicationInstanceCommand");
24
30
  const DeleteReplicationSubnetGroupCommand_1 = require("./commands/DeleteReplicationSubnetGroupCommand");
@@ -28,17 +34,28 @@ const DescribeAccountAttributesCommand_1 = require("./commands/DescribeAccountAt
28
34
  const DescribeApplicableIndividualAssessmentsCommand_1 = require("./commands/DescribeApplicableIndividualAssessmentsCommand");
29
35
  const DescribeCertificatesCommand_1 = require("./commands/DescribeCertificatesCommand");
30
36
  const DescribeConnectionsCommand_1 = require("./commands/DescribeConnectionsCommand");
37
+ const DescribeConversionConfigurationCommand_1 = require("./commands/DescribeConversionConfigurationCommand");
38
+ const DescribeDataProvidersCommand_1 = require("./commands/DescribeDataProvidersCommand");
31
39
  const DescribeEndpointsCommand_1 = require("./commands/DescribeEndpointsCommand");
32
40
  const DescribeEndpointSettingsCommand_1 = require("./commands/DescribeEndpointSettingsCommand");
33
41
  const DescribeEndpointTypesCommand_1 = require("./commands/DescribeEndpointTypesCommand");
42
+ const DescribeEngineVersionsCommand_1 = require("./commands/DescribeEngineVersionsCommand");
34
43
  const DescribeEventCategoriesCommand_1 = require("./commands/DescribeEventCategoriesCommand");
35
44
  const DescribeEventsCommand_1 = require("./commands/DescribeEventsCommand");
36
45
  const DescribeEventSubscriptionsCommand_1 = require("./commands/DescribeEventSubscriptionsCommand");
46
+ const DescribeExtensionPackAssociationsCommand_1 = require("./commands/DescribeExtensionPackAssociationsCommand");
37
47
  const DescribeFleetAdvisorCollectorsCommand_1 = require("./commands/DescribeFleetAdvisorCollectorsCommand");
38
48
  const DescribeFleetAdvisorDatabasesCommand_1 = require("./commands/DescribeFleetAdvisorDatabasesCommand");
39
49
  const DescribeFleetAdvisorLsaAnalysisCommand_1 = require("./commands/DescribeFleetAdvisorLsaAnalysisCommand");
40
50
  const DescribeFleetAdvisorSchemaObjectSummaryCommand_1 = require("./commands/DescribeFleetAdvisorSchemaObjectSummaryCommand");
41
51
  const DescribeFleetAdvisorSchemasCommand_1 = require("./commands/DescribeFleetAdvisorSchemasCommand");
52
+ const DescribeInstanceProfilesCommand_1 = require("./commands/DescribeInstanceProfilesCommand");
53
+ const DescribeMetadataModelAssessmentsCommand_1 = require("./commands/DescribeMetadataModelAssessmentsCommand");
54
+ const DescribeMetadataModelConversionsCommand_1 = require("./commands/DescribeMetadataModelConversionsCommand");
55
+ const DescribeMetadataModelExportsAsScriptCommand_1 = require("./commands/DescribeMetadataModelExportsAsScriptCommand");
56
+ const DescribeMetadataModelExportsToTargetCommand_1 = require("./commands/DescribeMetadataModelExportsToTargetCommand");
57
+ const DescribeMetadataModelImportsCommand_1 = require("./commands/DescribeMetadataModelImportsCommand");
58
+ const DescribeMigrationProjectsCommand_1 = require("./commands/DescribeMigrationProjectsCommand");
42
59
  const DescribeOrderableReplicationInstancesCommand_1 = require("./commands/DescribeOrderableReplicationInstancesCommand");
43
60
  const DescribePendingMaintenanceActionsCommand_1 = require("./commands/DescribePendingMaintenanceActionsCommand");
44
61
  const DescribeRecommendationLimitationsCommand_1 = require("./commands/DescribeRecommendationLimitationsCommand");
@@ -56,10 +73,15 @@ const DescribeReplicationTaskIndividualAssessmentsCommand_1 = require("./command
56
73
  const DescribeReplicationTasksCommand_1 = require("./commands/DescribeReplicationTasksCommand");
57
74
  const DescribeSchemasCommand_1 = require("./commands/DescribeSchemasCommand");
58
75
  const DescribeTableStatisticsCommand_1 = require("./commands/DescribeTableStatisticsCommand");
76
+ const ExportMetadataModelAssessmentCommand_1 = require("./commands/ExportMetadataModelAssessmentCommand");
59
77
  const ImportCertificateCommand_1 = require("./commands/ImportCertificateCommand");
60
78
  const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
79
+ const ModifyConversionConfigurationCommand_1 = require("./commands/ModifyConversionConfigurationCommand");
80
+ const ModifyDataProviderCommand_1 = require("./commands/ModifyDataProviderCommand");
61
81
  const ModifyEndpointCommand_1 = require("./commands/ModifyEndpointCommand");
62
82
  const ModifyEventSubscriptionCommand_1 = require("./commands/ModifyEventSubscriptionCommand");
83
+ const ModifyInstanceProfileCommand_1 = require("./commands/ModifyInstanceProfileCommand");
84
+ const ModifyMigrationProjectCommand_1 = require("./commands/ModifyMigrationProjectCommand");
63
85
  const ModifyReplicationConfigCommand_1 = require("./commands/ModifyReplicationConfigCommand");
64
86
  const ModifyReplicationInstanceCommand_1 = require("./commands/ModifyReplicationInstanceCommand");
65
87
  const ModifyReplicationSubnetGroupCommand_1 = require("./commands/ModifyReplicationSubnetGroupCommand");
@@ -71,6 +93,12 @@ const ReloadReplicationTablesCommand_1 = require("./commands/ReloadReplicationTa
71
93
  const ReloadTablesCommand_1 = require("./commands/ReloadTablesCommand");
72
94
  const RemoveTagsFromResourceCommand_1 = require("./commands/RemoveTagsFromResourceCommand");
73
95
  const RunFleetAdvisorLsaAnalysisCommand_1 = require("./commands/RunFleetAdvisorLsaAnalysisCommand");
96
+ const StartExtensionPackAssociationCommand_1 = require("./commands/StartExtensionPackAssociationCommand");
97
+ const StartMetadataModelAssessmentCommand_1 = require("./commands/StartMetadataModelAssessmentCommand");
98
+ const StartMetadataModelConversionCommand_1 = require("./commands/StartMetadataModelConversionCommand");
99
+ const StartMetadataModelExportAsScriptCommand_1 = require("./commands/StartMetadataModelExportAsScriptCommand");
100
+ const StartMetadataModelExportToTargetCommand_1 = require("./commands/StartMetadataModelExportToTargetCommand");
101
+ const StartMetadataModelImportCommand_1 = require("./commands/StartMetadataModelImportCommand");
74
102
  const StartRecommendationsCommand_1 = require("./commands/StartRecommendationsCommand");
75
103
  const StartReplicationCommand_1 = require("./commands/StartReplicationCommand");
76
104
  const StartReplicationTaskAssessmentCommand_1 = require("./commands/StartReplicationTaskAssessmentCommand");
@@ -86,19 +114,25 @@ const commands = {
86
114
  ApplyPendingMaintenanceActionCommand: ApplyPendingMaintenanceActionCommand_1.ApplyPendingMaintenanceActionCommand,
87
115
  BatchStartRecommendationsCommand: BatchStartRecommendationsCommand_1.BatchStartRecommendationsCommand,
88
116
  CancelReplicationTaskAssessmentRunCommand: CancelReplicationTaskAssessmentRunCommand_1.CancelReplicationTaskAssessmentRunCommand,
117
+ CreateDataProviderCommand: CreateDataProviderCommand_1.CreateDataProviderCommand,
89
118
  CreateEndpointCommand: CreateEndpointCommand_1.CreateEndpointCommand,
90
119
  CreateEventSubscriptionCommand: CreateEventSubscriptionCommand_1.CreateEventSubscriptionCommand,
91
120
  CreateFleetAdvisorCollectorCommand: CreateFleetAdvisorCollectorCommand_1.CreateFleetAdvisorCollectorCommand,
121
+ CreateInstanceProfileCommand: CreateInstanceProfileCommand_1.CreateInstanceProfileCommand,
122
+ CreateMigrationProjectCommand: CreateMigrationProjectCommand_1.CreateMigrationProjectCommand,
92
123
  CreateReplicationConfigCommand: CreateReplicationConfigCommand_1.CreateReplicationConfigCommand,
93
124
  CreateReplicationInstanceCommand: CreateReplicationInstanceCommand_1.CreateReplicationInstanceCommand,
94
125
  CreateReplicationSubnetGroupCommand: CreateReplicationSubnetGroupCommand_1.CreateReplicationSubnetGroupCommand,
95
126
  CreateReplicationTaskCommand: CreateReplicationTaskCommand_1.CreateReplicationTaskCommand,
96
127
  DeleteCertificateCommand: DeleteCertificateCommand_1.DeleteCertificateCommand,
97
128
  DeleteConnectionCommand: DeleteConnectionCommand_1.DeleteConnectionCommand,
129
+ DeleteDataProviderCommand: DeleteDataProviderCommand_1.DeleteDataProviderCommand,
98
130
  DeleteEndpointCommand: DeleteEndpointCommand_1.DeleteEndpointCommand,
99
131
  DeleteEventSubscriptionCommand: DeleteEventSubscriptionCommand_1.DeleteEventSubscriptionCommand,
100
132
  DeleteFleetAdvisorCollectorCommand: DeleteFleetAdvisorCollectorCommand_1.DeleteFleetAdvisorCollectorCommand,
101
133
  DeleteFleetAdvisorDatabasesCommand: DeleteFleetAdvisorDatabasesCommand_1.DeleteFleetAdvisorDatabasesCommand,
134
+ DeleteInstanceProfileCommand: DeleteInstanceProfileCommand_1.DeleteInstanceProfileCommand,
135
+ DeleteMigrationProjectCommand: DeleteMigrationProjectCommand_1.DeleteMigrationProjectCommand,
102
136
  DeleteReplicationConfigCommand: DeleteReplicationConfigCommand_1.DeleteReplicationConfigCommand,
103
137
  DeleteReplicationInstanceCommand: DeleteReplicationInstanceCommand_1.DeleteReplicationInstanceCommand,
104
138
  DeleteReplicationSubnetGroupCommand: DeleteReplicationSubnetGroupCommand_1.DeleteReplicationSubnetGroupCommand,
@@ -108,17 +142,28 @@ const commands = {
108
142
  DescribeApplicableIndividualAssessmentsCommand: DescribeApplicableIndividualAssessmentsCommand_1.DescribeApplicableIndividualAssessmentsCommand,
109
143
  DescribeCertificatesCommand: DescribeCertificatesCommand_1.DescribeCertificatesCommand,
110
144
  DescribeConnectionsCommand: DescribeConnectionsCommand_1.DescribeConnectionsCommand,
145
+ DescribeConversionConfigurationCommand: DescribeConversionConfigurationCommand_1.DescribeConversionConfigurationCommand,
146
+ DescribeDataProvidersCommand: DescribeDataProvidersCommand_1.DescribeDataProvidersCommand,
111
147
  DescribeEndpointsCommand: DescribeEndpointsCommand_1.DescribeEndpointsCommand,
112
148
  DescribeEndpointSettingsCommand: DescribeEndpointSettingsCommand_1.DescribeEndpointSettingsCommand,
113
149
  DescribeEndpointTypesCommand: DescribeEndpointTypesCommand_1.DescribeEndpointTypesCommand,
150
+ DescribeEngineVersionsCommand: DescribeEngineVersionsCommand_1.DescribeEngineVersionsCommand,
114
151
  DescribeEventCategoriesCommand: DescribeEventCategoriesCommand_1.DescribeEventCategoriesCommand,
115
152
  DescribeEventsCommand: DescribeEventsCommand_1.DescribeEventsCommand,
116
153
  DescribeEventSubscriptionsCommand: DescribeEventSubscriptionsCommand_1.DescribeEventSubscriptionsCommand,
154
+ DescribeExtensionPackAssociationsCommand: DescribeExtensionPackAssociationsCommand_1.DescribeExtensionPackAssociationsCommand,
117
155
  DescribeFleetAdvisorCollectorsCommand: DescribeFleetAdvisorCollectorsCommand_1.DescribeFleetAdvisorCollectorsCommand,
118
156
  DescribeFleetAdvisorDatabasesCommand: DescribeFleetAdvisorDatabasesCommand_1.DescribeFleetAdvisorDatabasesCommand,
119
157
  DescribeFleetAdvisorLsaAnalysisCommand: DescribeFleetAdvisorLsaAnalysisCommand_1.DescribeFleetAdvisorLsaAnalysisCommand,
120
158
  DescribeFleetAdvisorSchemaObjectSummaryCommand: DescribeFleetAdvisorSchemaObjectSummaryCommand_1.DescribeFleetAdvisorSchemaObjectSummaryCommand,
121
159
  DescribeFleetAdvisorSchemasCommand: DescribeFleetAdvisorSchemasCommand_1.DescribeFleetAdvisorSchemasCommand,
160
+ DescribeInstanceProfilesCommand: DescribeInstanceProfilesCommand_1.DescribeInstanceProfilesCommand,
161
+ DescribeMetadataModelAssessmentsCommand: DescribeMetadataModelAssessmentsCommand_1.DescribeMetadataModelAssessmentsCommand,
162
+ DescribeMetadataModelConversionsCommand: DescribeMetadataModelConversionsCommand_1.DescribeMetadataModelConversionsCommand,
163
+ DescribeMetadataModelExportsAsScriptCommand: DescribeMetadataModelExportsAsScriptCommand_1.DescribeMetadataModelExportsAsScriptCommand,
164
+ DescribeMetadataModelExportsToTargetCommand: DescribeMetadataModelExportsToTargetCommand_1.DescribeMetadataModelExportsToTargetCommand,
165
+ DescribeMetadataModelImportsCommand: DescribeMetadataModelImportsCommand_1.DescribeMetadataModelImportsCommand,
166
+ DescribeMigrationProjectsCommand: DescribeMigrationProjectsCommand_1.DescribeMigrationProjectsCommand,
122
167
  DescribeOrderableReplicationInstancesCommand: DescribeOrderableReplicationInstancesCommand_1.DescribeOrderableReplicationInstancesCommand,
123
168
  DescribePendingMaintenanceActionsCommand: DescribePendingMaintenanceActionsCommand_1.DescribePendingMaintenanceActionsCommand,
124
169
  DescribeRecommendationLimitationsCommand: DescribeRecommendationLimitationsCommand_1.DescribeRecommendationLimitationsCommand,
@@ -136,10 +181,15 @@ const commands = {
136
181
  DescribeReplicationTasksCommand: DescribeReplicationTasksCommand_1.DescribeReplicationTasksCommand,
137
182
  DescribeSchemasCommand: DescribeSchemasCommand_1.DescribeSchemasCommand,
138
183
  DescribeTableStatisticsCommand: DescribeTableStatisticsCommand_1.DescribeTableStatisticsCommand,
184
+ ExportMetadataModelAssessmentCommand: ExportMetadataModelAssessmentCommand_1.ExportMetadataModelAssessmentCommand,
139
185
  ImportCertificateCommand: ImportCertificateCommand_1.ImportCertificateCommand,
140
186
  ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
187
+ ModifyConversionConfigurationCommand: ModifyConversionConfigurationCommand_1.ModifyConversionConfigurationCommand,
188
+ ModifyDataProviderCommand: ModifyDataProviderCommand_1.ModifyDataProviderCommand,
141
189
  ModifyEndpointCommand: ModifyEndpointCommand_1.ModifyEndpointCommand,
142
190
  ModifyEventSubscriptionCommand: ModifyEventSubscriptionCommand_1.ModifyEventSubscriptionCommand,
191
+ ModifyInstanceProfileCommand: ModifyInstanceProfileCommand_1.ModifyInstanceProfileCommand,
192
+ ModifyMigrationProjectCommand: ModifyMigrationProjectCommand_1.ModifyMigrationProjectCommand,
143
193
  ModifyReplicationConfigCommand: ModifyReplicationConfigCommand_1.ModifyReplicationConfigCommand,
144
194
  ModifyReplicationInstanceCommand: ModifyReplicationInstanceCommand_1.ModifyReplicationInstanceCommand,
145
195
  ModifyReplicationSubnetGroupCommand: ModifyReplicationSubnetGroupCommand_1.ModifyReplicationSubnetGroupCommand,
@@ -151,6 +201,12 @@ const commands = {
151
201
  ReloadTablesCommand: ReloadTablesCommand_1.ReloadTablesCommand,
152
202
  RemoveTagsFromResourceCommand: RemoveTagsFromResourceCommand_1.RemoveTagsFromResourceCommand,
153
203
  RunFleetAdvisorLsaAnalysisCommand: RunFleetAdvisorLsaAnalysisCommand_1.RunFleetAdvisorLsaAnalysisCommand,
204
+ StartExtensionPackAssociationCommand: StartExtensionPackAssociationCommand_1.StartExtensionPackAssociationCommand,
205
+ StartMetadataModelAssessmentCommand: StartMetadataModelAssessmentCommand_1.StartMetadataModelAssessmentCommand,
206
+ StartMetadataModelConversionCommand: StartMetadataModelConversionCommand_1.StartMetadataModelConversionCommand,
207
+ StartMetadataModelExportAsScriptCommand: StartMetadataModelExportAsScriptCommand_1.StartMetadataModelExportAsScriptCommand,
208
+ StartMetadataModelExportToTargetCommand: StartMetadataModelExportToTargetCommand_1.StartMetadataModelExportToTargetCommand,
209
+ StartMetadataModelImportCommand: StartMetadataModelImportCommand_1.StartMetadataModelImportCommand,
154
210
  StartRecommendationsCommand: StartRecommendationsCommand_1.StartRecommendationsCommand,
155
211
  StartReplicationCommand: StartReplicationCommand_1.StartReplicationCommand,
156
212
  StartReplicationTaskCommand: StartReplicationTaskCommand_1.StartReplicationTaskCommand,
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateDataProviderCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
+ class CreateDataProviderCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateDataProviderCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "DatabaseMigrationServiceClient";
28
+ const commandName = "CreateDataProviderCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_1_1.se_CreateDataProviderCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_1_1.de_CreateDataProviderCommand)(output, context);
44
+ }
45
+ }
46
+ exports.CreateDataProviderCommand = CreateDataProviderCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateInstanceProfileCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
+ class CreateInstanceProfileCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateInstanceProfileCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "DatabaseMigrationServiceClient";
28
+ const commandName = "CreateInstanceProfileCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_1_1.se_CreateInstanceProfileCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_1_1.de_CreateInstanceProfileCommand)(output, context);
44
+ }
45
+ }
46
+ exports.CreateInstanceProfileCommand = CreateInstanceProfileCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateMigrationProjectCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
+ class CreateMigrationProjectCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateMigrationProjectCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "DatabaseMigrationServiceClient";
28
+ const commandName = "CreateMigrationProjectCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_json1_1_1.se_CreateMigrationProjectCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_json1_1_1.de_CreateMigrationProjectCommand)(output, context);
44
+ }
45
+ }
46
+ exports.CreateMigrationProjectCommand = CreateMigrationProjectCommand;