@aws-sdk/client-database-migration-service 3.1045.0 → 3.1047.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 (448) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +850 -348
  5. package/dist-cjs/models/DatabaseMigrationServiceServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/DatabaseMigrationService.js +19 -1
  10. package/dist-es/DatabaseMigrationServiceClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  13. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +2 -2
  14. package/dist-es/commands/BatchStartRecommendationsCommand.js +2 -2
  15. package/dist-es/commands/CancelMetadataModelConversionCommand.js +2 -2
  16. package/dist-es/commands/CancelMetadataModelCreationCommand.js +2 -2
  17. package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +2 -2
  18. package/dist-es/commands/CreateDataMigrationCommand.js +2 -2
  19. package/dist-es/commands/CreateDataProviderCommand.js +2 -2
  20. package/dist-es/commands/CreateEndpointCommand.js +2 -2
  21. package/dist-es/commands/CreateEventSubscriptionCommand.js +2 -2
  22. package/dist-es/commands/CreateFleetAdvisorCollectorCommand.js +2 -2
  23. package/dist-es/commands/CreateInstanceProfileCommand.js +2 -2
  24. package/dist-es/commands/CreateMigrationProjectCommand.js +2 -2
  25. package/dist-es/commands/CreateReplicationConfigCommand.js +2 -2
  26. package/dist-es/commands/CreateReplicationInstanceCommand.js +2 -2
  27. package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +2 -2
  28. package/dist-es/commands/CreateReplicationTaskCommand.js +2 -2
  29. package/dist-es/commands/DeleteCertificateCommand.js +2 -2
  30. package/dist-es/commands/DeleteConnectionCommand.js +2 -2
  31. package/dist-es/commands/DeleteDataMigrationCommand.js +2 -2
  32. package/dist-es/commands/DeleteDataProviderCommand.js +2 -2
  33. package/dist-es/commands/DeleteEndpointCommand.js +2 -2
  34. package/dist-es/commands/DeleteEventSubscriptionCommand.js +2 -2
  35. package/dist-es/commands/DeleteFleetAdvisorCollectorCommand.js +2 -2
  36. package/dist-es/commands/DeleteFleetAdvisorDatabasesCommand.js +2 -2
  37. package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -2
  38. package/dist-es/commands/DeleteMigrationProjectCommand.js +2 -2
  39. package/dist-es/commands/DeleteReplicationConfigCommand.js +2 -2
  40. package/dist-es/commands/DeleteReplicationInstanceCommand.js +2 -2
  41. package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +2 -2
  42. package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +2 -2
  43. package/dist-es/commands/DeleteReplicationTaskCommand.js +2 -2
  44. package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -2
  45. package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +2 -2
  46. package/dist-es/commands/DescribeCertificatesCommand.js +2 -2
  47. package/dist-es/commands/DescribeConnectionsCommand.js +2 -2
  48. package/dist-es/commands/DescribeConversionConfigurationCommand.js +2 -2
  49. package/dist-es/commands/DescribeDataMigrationsCommand.js +2 -2
  50. package/dist-es/commands/DescribeDataProvidersCommand.js +2 -2
  51. package/dist-es/commands/DescribeEndpointSettingsCommand.js +2 -2
  52. package/dist-es/commands/DescribeEndpointTypesCommand.js +2 -2
  53. package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
  54. package/dist-es/commands/DescribeEngineVersionsCommand.js +2 -2
  55. package/dist-es/commands/DescribeEventCategoriesCommand.js +2 -2
  56. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +2 -2
  57. package/dist-es/commands/DescribeEventsCommand.js +2 -2
  58. package/dist-es/commands/DescribeExtensionPackAssociationsCommand.js +2 -2
  59. package/dist-es/commands/DescribeFleetAdvisorCollectorsCommand.js +2 -2
  60. package/dist-es/commands/DescribeFleetAdvisorDatabasesCommand.js +2 -2
  61. package/dist-es/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +2 -2
  62. package/dist-es/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +2 -2
  63. package/dist-es/commands/DescribeFleetAdvisorSchemasCommand.js +2 -2
  64. package/dist-es/commands/DescribeInstanceProfilesCommand.js +2 -2
  65. package/dist-es/commands/DescribeMetadataModelAssessmentsCommand.js +2 -2
  66. package/dist-es/commands/DescribeMetadataModelChildrenCommand.js +2 -2
  67. package/dist-es/commands/DescribeMetadataModelCommand.js +2 -2
  68. package/dist-es/commands/DescribeMetadataModelConversionsCommand.js +2 -2
  69. package/dist-es/commands/DescribeMetadataModelCreationsCommand.js +2 -2
  70. package/dist-es/commands/DescribeMetadataModelExportsAsScriptCommand.js +2 -2
  71. package/dist-es/commands/DescribeMetadataModelExportsToTargetCommand.js +2 -2
  72. package/dist-es/commands/DescribeMetadataModelImportsCommand.js +2 -2
  73. package/dist-es/commands/DescribeMigrationProjectsCommand.js +2 -2
  74. package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +2 -2
  75. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +2 -2
  76. package/dist-es/commands/DescribeRecommendationLimitationsCommand.js +2 -2
  77. package/dist-es/commands/DescribeRecommendationsCommand.js +2 -2
  78. package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +2 -2
  79. package/dist-es/commands/DescribeReplicationConfigsCommand.js +2 -2
  80. package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +2 -2
  81. package/dist-es/commands/DescribeReplicationInstancesCommand.js +2 -2
  82. package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +2 -2
  83. package/dist-es/commands/DescribeReplicationTableStatisticsCommand.js +2 -2
  84. package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +2 -2
  85. package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +2 -2
  86. package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +2 -2
  87. package/dist-es/commands/DescribeReplicationTasksCommand.js +2 -2
  88. package/dist-es/commands/DescribeReplicationsCommand.js +2 -2
  89. package/dist-es/commands/DescribeSchemasCommand.js +2 -2
  90. package/dist-es/commands/DescribeTableStatisticsCommand.js +2 -2
  91. package/dist-es/commands/ExportMetadataModelAssessmentCommand.js +2 -2
  92. package/dist-es/commands/GetTargetSelectionRulesCommand.js +2 -2
  93. package/dist-es/commands/ImportCertificateCommand.js +2 -2
  94. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  95. package/dist-es/commands/ModifyConversionConfigurationCommand.js +2 -2
  96. package/dist-es/commands/ModifyDataMigrationCommand.js +2 -2
  97. package/dist-es/commands/ModifyDataProviderCommand.js +2 -2
  98. package/dist-es/commands/ModifyEndpointCommand.js +2 -2
  99. package/dist-es/commands/ModifyEventSubscriptionCommand.js +2 -2
  100. package/dist-es/commands/ModifyInstanceProfileCommand.js +2 -2
  101. package/dist-es/commands/ModifyMigrationProjectCommand.js +2 -2
  102. package/dist-es/commands/ModifyReplicationConfigCommand.js +2 -2
  103. package/dist-es/commands/ModifyReplicationInstanceCommand.js +2 -2
  104. package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +2 -2
  105. package/dist-es/commands/ModifyReplicationTaskCommand.js +2 -2
  106. package/dist-es/commands/MoveReplicationTaskCommand.js +2 -2
  107. package/dist-es/commands/RebootReplicationInstanceCommand.js +2 -2
  108. package/dist-es/commands/RefreshSchemasCommand.js +2 -2
  109. package/dist-es/commands/ReloadReplicationTablesCommand.js +2 -2
  110. package/dist-es/commands/ReloadTablesCommand.js +2 -2
  111. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  112. package/dist-es/commands/RunFleetAdvisorLsaAnalysisCommand.js +2 -2
  113. package/dist-es/commands/StartDataMigrationCommand.js +2 -2
  114. package/dist-es/commands/StartExtensionPackAssociationCommand.js +2 -2
  115. package/dist-es/commands/StartMetadataModelAssessmentCommand.js +2 -2
  116. package/dist-es/commands/StartMetadataModelConversionCommand.js +2 -2
  117. package/dist-es/commands/StartMetadataModelCreationCommand.js +2 -2
  118. package/dist-es/commands/StartMetadataModelExportAsScriptCommand.js +2 -2
  119. package/dist-es/commands/StartMetadataModelExportToTargetCommand.js +2 -2
  120. package/dist-es/commands/StartMetadataModelImportCommand.js +2 -2
  121. package/dist-es/commands/StartRecommendationsCommand.js +2 -2
  122. package/dist-es/commands/StartReplicationCommand.js +2 -2
  123. package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +2 -2
  124. package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +2 -2
  125. package/dist-es/commands/StartReplicationTaskCommand.js +2 -2
  126. package/dist-es/commands/StopDataMigrationCommand.js +2 -2
  127. package/dist-es/commands/StopReplicationCommand.js +2 -2
  128. package/dist-es/commands/StopReplicationTaskCommand.js +2 -2
  129. package/dist-es/commands/TestConnectionCommand.js +2 -2
  130. package/dist-es/commands/UpdateSubscriptionsToEventBridgeCommand.js +2 -2
  131. package/dist-es/endpoint/bdd.js +1 -1
  132. package/dist-es/endpoint/endpointResolver.js +1 -1
  133. package/dist-es/models/DatabaseMigrationServiceServiceException.js +1 -1
  134. package/dist-es/runtimeConfig.browser.js +4 -6
  135. package/dist-es/runtimeConfig.js +4 -8
  136. package/dist-es/runtimeConfig.shared.js +3 -4
  137. package/dist-es/runtimeExtensions.js +2 -2
  138. package/dist-es/waiters/index.js +9 -0
  139. package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
  140. package/dist-es/waiters/waitForExtensionPackAssociated.js +54 -0
  141. package/dist-es/waiters/waitForMetadataModelAssessed.js +54 -0
  142. package/dist-es/waiters/waitForMetadataModelConversionCancelled.js +54 -0
  143. package/dist-es/waiters/waitForMetadataModelConverted.js +54 -0
  144. package/dist-es/waiters/waitForMetadataModelCreated.js +54 -0
  145. package/dist-es/waiters/waitForMetadataModelCreationCancelled.js +54 -0
  146. package/dist-es/waiters/waitForMetadataModelExportedAsScript.js +54 -0
  147. package/dist-es/waiters/waitForMetadataModelExportedToTarget.js +54 -0
  148. package/dist-es/waiters/waitForMetadataModelImported.js +54 -0
  149. package/dist-es/waiters/waitForReplicationInstanceAvailable.js +1 -1
  150. package/dist-es/waiters/waitForReplicationInstanceDeleted.js +1 -1
  151. package/dist-es/waiters/waitForReplicationTaskDeleted.js +1 -1
  152. package/dist-es/waiters/waitForReplicationTaskReady.js +1 -1
  153. package/dist-es/waiters/waitForReplicationTaskRunning.js +1 -1
  154. package/dist-es/waiters/waitForReplicationTaskStopped.js +1 -1
  155. package/dist-es/waiters/waitForTestConnectionSucceeds.js +1 -1
  156. package/dist-types/DatabaseMigrationService.d.ts +55 -1
  157. package/dist-types/DatabaseMigrationServiceClient.d.ts +5 -5
  158. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -4
  159. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -4
  160. package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +6 -4
  161. package/dist-types/commands/CancelMetadataModelConversionCommand.d.ts +6 -4
  162. package/dist-types/commands/CancelMetadataModelCreationCommand.d.ts +6 -4
  163. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +6 -4
  164. package/dist-types/commands/CreateDataMigrationCommand.d.ts +6 -4
  165. package/dist-types/commands/CreateDataProviderCommand.d.ts +6 -4
  166. package/dist-types/commands/CreateEndpointCommand.d.ts +6 -4
  167. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -4
  168. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +6 -4
  169. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +6 -4
  170. package/dist-types/commands/CreateMigrationProjectCommand.d.ts +6 -4
  171. package/dist-types/commands/CreateReplicationConfigCommand.d.ts +6 -4
  172. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +6 -4
  173. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +6 -4
  174. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +6 -4
  175. package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -4
  176. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
  177. package/dist-types/commands/DeleteDataMigrationCommand.d.ts +6 -4
  178. package/dist-types/commands/DeleteDataProviderCommand.d.ts +6 -4
  179. package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -4
  180. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -4
  181. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +6 -4
  182. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +6 -4
  183. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +6 -4
  184. package/dist-types/commands/DeleteMigrationProjectCommand.d.ts +6 -4
  185. package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +6 -4
  186. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +6 -4
  187. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +6 -4
  188. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +6 -4
  189. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +6 -4
  190. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +6 -4
  191. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +6 -4
  192. package/dist-types/commands/DescribeCertificatesCommand.d.ts +6 -4
  193. package/dist-types/commands/DescribeConnectionsCommand.d.ts +6 -4
  194. package/dist-types/commands/DescribeConversionConfigurationCommand.d.ts +6 -4
  195. package/dist-types/commands/DescribeDataMigrationsCommand.d.ts +6 -4
  196. package/dist-types/commands/DescribeDataProvidersCommand.d.ts +6 -4
  197. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +6 -4
  198. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +6 -4
  199. package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -4
  200. package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +6 -4
  201. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -4
  202. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -4
  203. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -4
  204. package/dist-types/commands/DescribeExtensionPackAssociationsCommand.d.ts +6 -4
  205. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +6 -4
  206. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +6 -4
  207. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +6 -4
  208. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +6 -4
  209. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +6 -4
  210. package/dist-types/commands/DescribeInstanceProfilesCommand.d.ts +6 -4
  211. package/dist-types/commands/DescribeMetadataModelAssessmentsCommand.d.ts +6 -4
  212. package/dist-types/commands/DescribeMetadataModelChildrenCommand.d.ts +6 -4
  213. package/dist-types/commands/DescribeMetadataModelCommand.d.ts +6 -4
  214. package/dist-types/commands/DescribeMetadataModelConversionsCommand.d.ts +6 -4
  215. package/dist-types/commands/DescribeMetadataModelCreationsCommand.d.ts +6 -4
  216. package/dist-types/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +6 -4
  217. package/dist-types/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +6 -4
  218. package/dist-types/commands/DescribeMetadataModelImportsCommand.d.ts +6 -4
  219. package/dist-types/commands/DescribeMigrationProjectsCommand.d.ts +6 -4
  220. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +6 -4
  221. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -4
  222. package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +6 -4
  223. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +6 -4
  224. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +6 -4
  225. package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +6 -4
  226. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +6 -4
  227. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +6 -4
  228. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +6 -4
  229. package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +6 -4
  230. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +6 -4
  231. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +6 -4
  232. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +6 -4
  233. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +6 -4
  234. package/dist-types/commands/DescribeReplicationsCommand.d.ts +6 -4
  235. package/dist-types/commands/DescribeSchemasCommand.d.ts +6 -4
  236. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +6 -4
  237. package/dist-types/commands/ExportMetadataModelAssessmentCommand.d.ts +6 -4
  238. package/dist-types/commands/GetTargetSelectionRulesCommand.d.ts +6 -4
  239. package/dist-types/commands/ImportCertificateCommand.d.ts +6 -4
  240. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  241. package/dist-types/commands/ModifyConversionConfigurationCommand.d.ts +6 -4
  242. package/dist-types/commands/ModifyDataMigrationCommand.d.ts +6 -4
  243. package/dist-types/commands/ModifyDataProviderCommand.d.ts +6 -4
  244. package/dist-types/commands/ModifyEndpointCommand.d.ts +6 -4
  245. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -4
  246. package/dist-types/commands/ModifyInstanceProfileCommand.d.ts +6 -4
  247. package/dist-types/commands/ModifyMigrationProjectCommand.d.ts +6 -4
  248. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +6 -4
  249. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +6 -4
  250. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +6 -4
  251. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +6 -4
  252. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +6 -4
  253. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +6 -4
  254. package/dist-types/commands/RefreshSchemasCommand.d.ts +6 -4
  255. package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +6 -4
  256. package/dist-types/commands/ReloadTablesCommand.d.ts +6 -4
  257. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
  258. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +6 -4
  259. package/dist-types/commands/StartDataMigrationCommand.d.ts +6 -4
  260. package/dist-types/commands/StartExtensionPackAssociationCommand.d.ts +6 -4
  261. package/dist-types/commands/StartMetadataModelAssessmentCommand.d.ts +6 -4
  262. package/dist-types/commands/StartMetadataModelConversionCommand.d.ts +6 -4
  263. package/dist-types/commands/StartMetadataModelCreationCommand.d.ts +6 -4
  264. package/dist-types/commands/StartMetadataModelExportAsScriptCommand.d.ts +6 -4
  265. package/dist-types/commands/StartMetadataModelExportToTargetCommand.d.ts +6 -4
  266. package/dist-types/commands/StartMetadataModelImportCommand.d.ts +6 -4
  267. package/dist-types/commands/StartRecommendationsCommand.d.ts +6 -4
  268. package/dist-types/commands/StartReplicationCommand.d.ts +6 -4
  269. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +6 -4
  270. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +6 -4
  271. package/dist-types/commands/StartReplicationTaskCommand.d.ts +6 -4
  272. package/dist-types/commands/StopDataMigrationCommand.d.ts +6 -4
  273. package/dist-types/commands/StopReplicationCommand.d.ts +6 -4
  274. package/dist-types/commands/StopReplicationTaskCommand.d.ts +6 -4
  275. package/dist-types/commands/TestConnectionCommand.d.ts +6 -4
  276. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +6 -4
  277. package/dist-types/endpoint/bdd.d.ts +1 -1
  278. package/dist-types/extensionConfiguration.d.ts +1 -1
  279. package/dist-types/models/DatabaseMigrationServiceServiceException.d.ts +1 -1
  280. package/dist-types/models/errors.d.ts +1 -1
  281. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  282. package/dist-types/runtimeConfig.d.ts +2 -2
  283. package/dist-types/runtimeConfig.native.d.ts +2 -2
  284. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +82 -1
  285. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +8 -14
  286. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -4
  288. package/dist-types/ts3.4/commands/BatchStartRecommendationsCommand.d.ts +6 -4
  289. package/dist-types/ts3.4/commands/CancelMetadataModelConversionCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/CancelMetadataModelCreationCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +6 -4
  292. package/dist-types/ts3.4/commands/CreateDataMigrationCommand.d.ts +6 -4
  293. package/dist-types/ts3.4/commands/CreateDataProviderCommand.d.ts +6 -4
  294. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +6 -4
  295. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +6 -4
  296. package/dist-types/ts3.4/commands/CreateFleetAdvisorCollectorCommand.d.ts +6 -4
  297. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +6 -4
  298. package/dist-types/ts3.4/commands/CreateMigrationProjectCommand.d.ts +6 -4
  299. package/dist-types/ts3.4/commands/CreateReplicationConfigCommand.d.ts +6 -4
  300. package/dist-types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +6 -4
  301. package/dist-types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +6 -4
  302. package/dist-types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +6 -4
  303. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +6 -4
  304. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
  305. package/dist-types/ts3.4/commands/DeleteDataMigrationCommand.d.ts +6 -4
  306. package/dist-types/ts3.4/commands/DeleteDataProviderCommand.d.ts +6 -4
  307. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +6 -4
  308. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +6 -4
  309. package/dist-types/ts3.4/commands/DeleteFleetAdvisorCollectorCommand.d.ts +6 -4
  310. package/dist-types/ts3.4/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +6 -4
  311. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +6 -4
  312. package/dist-types/ts3.4/commands/DeleteMigrationProjectCommand.d.ts +6 -4
  313. package/dist-types/ts3.4/commands/DeleteReplicationConfigCommand.d.ts +6 -4
  314. package/dist-types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +6 -4
  315. package/dist-types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +6 -4
  316. package/dist-types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +6 -4
  317. package/dist-types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +6 -4
  318. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +6 -4
  319. package/dist-types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +6 -4
  320. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +6 -4
  321. package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +6 -4
  322. package/dist-types/ts3.4/commands/DescribeConversionConfigurationCommand.d.ts +6 -4
  323. package/dist-types/ts3.4/commands/DescribeDataMigrationsCommand.d.ts +6 -4
  324. package/dist-types/ts3.4/commands/DescribeDataProvidersCommand.d.ts +6 -4
  325. package/dist-types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +6 -4
  326. package/dist-types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +6 -4
  327. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +6 -4
  328. package/dist-types/ts3.4/commands/DescribeEngineVersionsCommand.d.ts +6 -4
  329. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +6 -4
  330. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +6 -4
  331. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +6 -4
  332. package/dist-types/ts3.4/commands/DescribeExtensionPackAssociationsCommand.d.ts +6 -4
  333. package/dist-types/ts3.4/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +6 -4
  334. package/dist-types/ts3.4/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +6 -4
  335. package/dist-types/ts3.4/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +6 -4
  336. package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +6 -4
  337. package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemasCommand.d.ts +6 -4
  338. package/dist-types/ts3.4/commands/DescribeInstanceProfilesCommand.d.ts +6 -4
  339. package/dist-types/ts3.4/commands/DescribeMetadataModelAssessmentsCommand.d.ts +6 -4
  340. package/dist-types/ts3.4/commands/DescribeMetadataModelChildrenCommand.d.ts +6 -4
  341. package/dist-types/ts3.4/commands/DescribeMetadataModelCommand.d.ts +6 -4
  342. package/dist-types/ts3.4/commands/DescribeMetadataModelConversionsCommand.d.ts +6 -4
  343. package/dist-types/ts3.4/commands/DescribeMetadataModelCreationsCommand.d.ts +6 -4
  344. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsAsScriptCommand.d.ts +6 -4
  345. package/dist-types/ts3.4/commands/DescribeMetadataModelExportsToTargetCommand.d.ts +6 -4
  346. package/dist-types/ts3.4/commands/DescribeMetadataModelImportsCommand.d.ts +6 -4
  347. package/dist-types/ts3.4/commands/DescribeMigrationProjectsCommand.d.ts +6 -4
  348. package/dist-types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +6 -4
  349. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -4
  350. package/dist-types/ts3.4/commands/DescribeRecommendationLimitationsCommand.d.ts +6 -4
  351. package/dist-types/ts3.4/commands/DescribeRecommendationsCommand.d.ts +6 -4
  352. package/dist-types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +6 -4
  353. package/dist-types/ts3.4/commands/DescribeReplicationConfigsCommand.d.ts +6 -4
  354. package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +6 -4
  355. package/dist-types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +6 -4
  356. package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +6 -4
  357. package/dist-types/ts3.4/commands/DescribeReplicationTableStatisticsCommand.d.ts +6 -4
  358. package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +6 -4
  359. package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +6 -4
  360. package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +6 -4
  361. package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +6 -4
  362. package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +6 -4
  363. package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +6 -4
  364. package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +6 -4
  365. package/dist-types/ts3.4/commands/ExportMetadataModelAssessmentCommand.d.ts +6 -4
  366. package/dist-types/ts3.4/commands/GetTargetSelectionRulesCommand.d.ts +6 -4
  367. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +6 -4
  368. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  369. package/dist-types/ts3.4/commands/ModifyConversionConfigurationCommand.d.ts +6 -4
  370. package/dist-types/ts3.4/commands/ModifyDataMigrationCommand.d.ts +6 -4
  371. package/dist-types/ts3.4/commands/ModifyDataProviderCommand.d.ts +6 -4
  372. package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +6 -4
  373. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +6 -4
  374. package/dist-types/ts3.4/commands/ModifyInstanceProfileCommand.d.ts +6 -4
  375. package/dist-types/ts3.4/commands/ModifyMigrationProjectCommand.d.ts +6 -4
  376. package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +6 -4
  377. package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +6 -4
  378. package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +6 -4
  379. package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +6 -4
  380. package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +6 -4
  381. package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +6 -4
  382. package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +6 -4
  383. package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +6 -4
  384. package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +6 -4
  385. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
  386. package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +6 -4
  387. package/dist-types/ts3.4/commands/StartDataMigrationCommand.d.ts +6 -4
  388. package/dist-types/ts3.4/commands/StartExtensionPackAssociationCommand.d.ts +6 -4
  389. package/dist-types/ts3.4/commands/StartMetadataModelAssessmentCommand.d.ts +6 -4
  390. package/dist-types/ts3.4/commands/StartMetadataModelConversionCommand.d.ts +6 -4
  391. package/dist-types/ts3.4/commands/StartMetadataModelCreationCommand.d.ts +6 -4
  392. package/dist-types/ts3.4/commands/StartMetadataModelExportAsScriptCommand.d.ts +6 -4
  393. package/dist-types/ts3.4/commands/StartMetadataModelExportToTargetCommand.d.ts +6 -4
  394. package/dist-types/ts3.4/commands/StartMetadataModelImportCommand.d.ts +6 -4
  395. package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +6 -4
  396. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +6 -4
  397. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +6 -4
  398. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +6 -4
  399. package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +6 -4
  400. package/dist-types/ts3.4/commands/StopDataMigrationCommand.d.ts +6 -4
  401. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +6 -4
  402. package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +6 -4
  403. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +6 -4
  404. package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +6 -4
  405. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  406. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  407. package/dist-types/ts3.4/models/DatabaseMigrationServiceServiceException.d.ts +1 -1
  408. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  409. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  410. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  411. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  412. package/dist-types/ts3.4/waiters/index.d.ts +9 -0
  413. package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +1 -1
  414. package/dist-types/ts3.4/waiters/waitForExtensionPackAssociated.d.ts +20 -0
  415. package/dist-types/ts3.4/waiters/waitForMetadataModelAssessed.d.ts +20 -0
  416. package/dist-types/ts3.4/waiters/waitForMetadataModelConversionCancelled.d.ts +20 -0
  417. package/dist-types/ts3.4/waiters/waitForMetadataModelConverted.d.ts +20 -0
  418. package/dist-types/ts3.4/waiters/waitForMetadataModelCreated.d.ts +20 -0
  419. package/dist-types/ts3.4/waiters/waitForMetadataModelCreationCancelled.d.ts +20 -0
  420. package/dist-types/ts3.4/waiters/waitForMetadataModelExportedAsScript.d.ts +20 -0
  421. package/dist-types/ts3.4/waiters/waitForMetadataModelExportedToTarget.d.ts +20 -0
  422. package/dist-types/ts3.4/waiters/waitForMetadataModelImported.d.ts +20 -0
  423. package/dist-types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +1 -1
  424. package/dist-types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +1 -1
  425. package/dist-types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +1 -1
  426. package/dist-types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +1 -1
  427. package/dist-types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +1 -1
  428. package/dist-types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +1 -1
  429. package/dist-types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +1 -1
  430. package/dist-types/waiters/index.d.ts +9 -0
  431. package/dist-types/waiters/waitForEndpointDeleted.d.ts +1 -1
  432. package/dist-types/waiters/waitForExtensionPackAssociated.d.ts +15 -0
  433. package/dist-types/waiters/waitForMetadataModelAssessed.d.ts +15 -0
  434. package/dist-types/waiters/waitForMetadataModelConversionCancelled.d.ts +15 -0
  435. package/dist-types/waiters/waitForMetadataModelConverted.d.ts +15 -0
  436. package/dist-types/waiters/waitForMetadataModelCreated.d.ts +15 -0
  437. package/dist-types/waiters/waitForMetadataModelCreationCancelled.d.ts +15 -0
  438. package/dist-types/waiters/waitForMetadataModelExportedAsScript.d.ts +15 -0
  439. package/dist-types/waiters/waitForMetadataModelExportedToTarget.d.ts +15 -0
  440. package/dist-types/waiters/waitForMetadataModelImported.d.ts +15 -0
  441. package/dist-types/waiters/waitForReplicationInstanceAvailable.d.ts +1 -1
  442. package/dist-types/waiters/waitForReplicationInstanceDeleted.d.ts +1 -1
  443. package/dist-types/waiters/waitForReplicationTaskDeleted.d.ts +1 -1
  444. package/dist-types/waiters/waitForReplicationTaskReady.d.ts +1 -1
  445. package/dist-types/waiters/waitForReplicationTaskRunning.d.ts +1 -1
  446. package/dist-types/waiters/waitForReplicationTaskStopped.d.ts +1 -1
  447. package/dist-types/waiters/waitForTestConnectionSucceeds.d.ts +1 -1
  448. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeRecommendationLimitationsRequest, DescribeRecommendationLimitationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeRecommendationLimitationsCommandInput extends DescribeR
22
22
  export interface DescribeRecommendationLimitationsCommandOutput extends DescribeRecommendationLimitationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeRecommendationLimitationsCommand_base: {
25
- new (input: DescribeRecommendationLimitationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeRecommendationLimitationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeRecommendationLimitationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeRecommendationLimitationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRecommendationLimitationsCommandInput, DescribeRecommendationLimitationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeRecommendationsRequest, DescribeRecommendationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeRecommendationsCommandInput extends DescribeRecommendat
22
22
  export interface DescribeRecommendationsCommandOutput extends DescribeRecommendationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeRecommendationsCommand_base: {
25
- new (input: DescribeRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeRecommendationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRecommendationsCommandInput, DescribeRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <important>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeRefreshSchemasStatusMessage, DescribeRefreshSchemasStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeRefreshSchemasStatusCommandInput extends DescribeRefres
22
22
  export interface DescribeRefreshSchemasStatusCommandOutput extends DescribeRefreshSchemasStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeRefreshSchemasStatusCommand_base: {
25
- new (input: DescribeRefreshSchemasStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRefreshSchemasStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeRefreshSchemasStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeRefreshSchemasStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeRefreshSchemasStatusCommandInput, DescribeRefreshSchemasStatusCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the status of the RefreshSchemas operation.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeReplicationConfigsMessage, DescribeReplicationConfigsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeReplicationConfigsCommandInput extends DescribeReplicat
22
22
  export interface DescribeReplicationConfigsCommandOutput extends DescribeReplicationConfigsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReplicationConfigsCommand_base: {
25
- new (input: DescribeReplicationConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReplicationConfigsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReplicationConfigsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeReplicationConfigsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns one or more existing DMS Serverless replication configurations as a list of
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeReplicationInstanceTaskLogsMessage, DescribeReplicationInstanceTaskLogsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeReplicationInstanceTaskLogsCommandInput extends Describ
22
22
  export interface DescribeReplicationInstanceTaskLogsCommandOutput extends DescribeReplicationInstanceTaskLogsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReplicationInstanceTaskLogsCommand_base: {
25
- new (input: DescribeReplicationInstanceTaskLogsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeReplicationInstanceTaskLogsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReplicationInstanceTaskLogsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeReplicationInstanceTaskLogsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationInstanceTaskLogsCommandInput, DescribeReplicationInstanceTaskLogsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the task logs for the specified task.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeReplicationInstancesMessage, DescribeReplicationInstancesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeReplicationInstancesCommandInput extends DescribeReplic
22
22
  export interface DescribeReplicationInstancesCommandOutput extends DescribeReplicationInstancesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReplicationInstancesCommand_base: {
25
- new (input: DescribeReplicationInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReplicationInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReplicationInstancesCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeReplicationInstancesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationInstancesCommandInput, DescribeReplicationInstancesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about replication instances for your account in the current
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeReplicationSubnetGroupsMessage, DescribeReplicationSubnetGroupsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeReplicationSubnetGroupsCommandInput extends DescribeRep
22
22
  export interface DescribeReplicationSubnetGroupsCommandOutput extends DescribeReplicationSubnetGroupsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReplicationSubnetGroupsCommand_base: {
25
- new (input: DescribeReplicationSubnetGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReplicationSubnetGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReplicationSubnetGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeReplicationSubnetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationSubnetGroupsCommandInput, DescribeReplicationSubnetGroupsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the replication subnet groups.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeReplicationTableStatisticsMessage, DescribeReplicationTableStatisticsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeReplicationTableStatisticsCommandInput extends Describe
22
22
  export interface DescribeReplicationTableStatisticsCommandOutput extends DescribeReplicationTableStatisticsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReplicationTableStatisticsCommand_base: {
25
- new (input: DescribeReplicationTableStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeReplicationTableStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReplicationTableStatisticsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeReplicationTableStatisticsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns table and schema statistics for one or more provisioned replications that use a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeReplicationTaskAssessmentResultsMessage, DescribeReplicationTaskAssessmentResultsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeReplicationTaskAssessmentResultsCommandInput extends De
22
22
  export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends DescribeReplicationTaskAssessmentResultsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReplicationTaskAssessmentResultsCommand_base: {
25
- new (input: DescribeReplicationTaskAssessmentResultsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReplicationTaskAssessmentResultsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReplicationTaskAssessmentResultsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeReplicationTaskAssessmentResultsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the task assessment results from the Amazon S3 bucket that DMS creates in your
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeReplicationTaskAssessmentRunsMessage, DescribeReplicationTaskAssessmentRunsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeReplicationTaskAssessmentRunsCommandInput extends Descr
22
22
  export interface DescribeReplicationTaskAssessmentRunsCommandOutput extends DescribeReplicationTaskAssessmentRunsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReplicationTaskAssessmentRunsCommand_base: {
25
- new (input: DescribeReplicationTaskAssessmentRunsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReplicationTaskAssessmentRunsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReplicationTaskAssessmentRunsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeReplicationTaskAssessmentRunsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationTaskAssessmentRunsCommandInput, DescribeReplicationTaskAssessmentRunsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a paginated list of premigration assessment runs based on filter
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeReplicationTaskIndividualAssessmentsMessage, DescribeReplicationTaskIndividualAssessmentsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeReplicationTaskIndividualAssessmentsCommandInput extend
22
22
  export interface DescribeReplicationTaskIndividualAssessmentsCommandOutput extends DescribeReplicationTaskIndividualAssessmentsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReplicationTaskIndividualAssessmentsCommand_base: {
25
- new (input: DescribeReplicationTaskIndividualAssessmentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReplicationTaskIndividualAssessmentsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReplicationTaskIndividualAssessmentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeReplicationTaskIndividualAssessmentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationTaskIndividualAssessmentsCommandInput, DescribeReplicationTaskIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a paginated list of individual assessments based on filter settings.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeReplicationTasksMessage, DescribeReplicationTasksResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeReplicationTasksCommandInput extends DescribeReplicatio
22
22
  export interface DescribeReplicationTasksCommandOutput extends DescribeReplicationTasksResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReplicationTasksCommand_base: {
25
- new (input: DescribeReplicationTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReplicationTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReplicationTasksCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeReplicationTasksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationTasksCommandInput, DescribeReplicationTasksCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about replication tasks for your account in the current
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeReplicationsMessage, DescribeReplicationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeReplicationsCommandInput extends DescribeReplicationsMe
22
22
  export interface DescribeReplicationsCommandOutput extends DescribeReplicationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeReplicationsCommand_base: {
25
- new (input: DescribeReplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeReplicationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeReplicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeReplicationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeReplicationsCommandInput, DescribeReplicationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides details on replication progress by returning status information for one or more
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeSchemasMessage, DescribeSchemasResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeSchemasCommandInput extends DescribeSchemasMessage {
22
22
  export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeSchemasCommand_base: {
25
- new (input: DescribeSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSchemasCommandInput, DescribeSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSchemasCommandInput, DescribeSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeSchemasCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchemasCommandInput, DescribeSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeSchemasCommandInput): import("@smithy/core/client").CommandImpl<DescribeSchemasCommandInput, DescribeSchemasCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the schema for the specified endpoint.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { DescribeTableStatisticsMessage, DescribeTableStatisticsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTableStatisticsCommandInput extends DescribeTableStatis
22
22
  export interface DescribeTableStatisticsCommandOutput extends DescribeTableStatisticsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTableStatisticsCommand_base: {
25
- new (input: DescribeTableStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeTableStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeTableStatisticsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeTableStatisticsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTableStatisticsCommandInput, DescribeTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns table statistics on the database migration task, including table name, rows
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { ExportMetadataModelAssessmentMessage, ExportMetadataModelAssessmentResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ExportMetadataModelAssessmentCommandInput extends ExportMetadat
22
22
  export interface ExportMetadataModelAssessmentCommandOutput extends ExportMetadataModelAssessmentResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ExportMetadataModelAssessmentCommand_base: {
25
- new (input: ExportMetadataModelAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportMetadataModelAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ExportMetadataModelAssessmentCommandInput): import("@smithy/core/client").CommandImpl<ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportMetadataModelAssessmentCommandInput): import("@smithy/core/client").CommandImpl<ExportMetadataModelAssessmentCommandInput, ExportMetadataModelAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Saves a copy of a database migration assessment report to your Amazon S3 bucket. DMS can
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { GetTargetSelectionRulesMessage, GetTargetSelectionRulesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetTargetSelectionRulesCommandInput extends GetTargetSelectionR
22
22
  export interface GetTargetSelectionRulesCommandOutput extends GetTargetSelectionRulesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetTargetSelectionRulesCommand_base: {
25
- new (input: GetTargetSelectionRulesCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetSelectionRulesCommandInput, GetTargetSelectionRulesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTargetSelectionRulesCommandInput): import("@smithy/smithy-client").CommandImpl<GetTargetSelectionRulesCommandInput, GetTargetSelectionRulesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetTargetSelectionRulesCommandInput): import("@smithy/core/client").CommandImpl<GetTargetSelectionRulesCommandInput, GetTargetSelectionRulesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetTargetSelectionRulesCommandInput): import("@smithy/core/client").CommandImpl<GetTargetSelectionRulesCommandInput, GetTargetSelectionRulesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Converts source selection rules into their target counterparts for schema conversion operations.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { ImportCertificateMessage, ImportCertificateResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ImportCertificateCommandInput extends ImportCertificateMessage
22
22
  export interface ImportCertificateCommandOutput extends ImportCertificateResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ImportCertificateCommand_base: {
25
- new (input: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ImportCertificateCommandInput): import("@smithy/core/client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportCertificateCommandInput): import("@smithy/core/client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Uploads the specified certificate.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { ListTagsForResourceMessage, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceMess
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListTagsForResourceCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListTagsForResourceCommandInput]): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all metadata tags attached to an DMS resource, including replication instance,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { ModifyConversionConfigurationMessage, ModifyConversionConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyConversionConfigurationCommandInput extends ModifyConvers
22
22
  export interface ModifyConversionConfigurationCommandOutput extends ModifyConversionConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyConversionConfigurationCommand_base: {
25
- new (input: ModifyConversionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyConversionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyConversionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyConversionConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ModifyConversionConfigurationCommandInput, ModifyConversionConfigurationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the specified schema conversion configuration using the provided parameters. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { ModifyDataMigrationMessage, ModifyDataMigrationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyDataMigrationCommandInput extends ModifyDataMigrationMess
22
22
  export interface ModifyDataMigrationCommandOutput extends ModifyDataMigrationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyDataMigrationCommand_base: {
25
- new (input: ModifyDataMigrationCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyDataMigrationCommandInput, ModifyDataMigrationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyDataMigrationCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyDataMigrationCommandInput, ModifyDataMigrationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyDataMigrationCommandInput): import("@smithy/core/client").CommandImpl<ModifyDataMigrationCommandInput, ModifyDataMigrationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyDataMigrationCommandInput): import("@smithy/core/client").CommandImpl<ModifyDataMigrationCommandInput, ModifyDataMigrationCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies an existing DMS data migration.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { ModifyDataProviderMessage, ModifyDataProviderResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyDataProviderCommandInput extends ModifyDataProviderMessag
22
22
  export interface ModifyDataProviderCommandOutput extends ModifyDataProviderResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyDataProviderCommand_base: {
25
- new (input: ModifyDataProviderCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyDataProviderCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyDataProviderCommandInput): import("@smithy/core/client").CommandImpl<ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyDataProviderCommandInput): import("@smithy/core/client").CommandImpl<ModifyDataProviderCommandInput, ModifyDataProviderCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the specified data provider using the provided settings.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { ModifyEndpointMessage, ModifyEndpointResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyEndpointCommandInput extends ModifyEndpointMessage {
22
22
  export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyEndpointCommand_base: {
25
- new (input: ModifyEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyEndpointCommandInput, ModifyEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyEndpointCommandInput, ModifyEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyEndpointCommandInput): import("@smithy/core/client").CommandImpl<ModifyEndpointCommandInput, ModifyEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyEndpointCommandInput): import("@smithy/core/client").CommandImpl<ModifyEndpointCommandInput, ModifyEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the specified endpoint.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyEventSubscriptionCommandInput extends ModifyEventSubscrip
22
22
  export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscriptionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyEventSubscriptionCommand_base: {
25
- new (input: ModifyEventSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyEventSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyEventSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyEventSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies an existing DMS event notification subscription. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
4
4
  import type { ModifyInstanceProfileMessage, ModifyInstanceProfileResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyInstanceProfileCommandInput extends ModifyInstanceProfile
22
22
  export interface ModifyInstanceProfileCommandOutput extends ModifyInstanceProfileResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyInstanceProfileCommand_base: {
25
- new (input: ModifyInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyInstanceProfileCommandInput, ModifyInstanceProfileCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyInstanceProfileCommandInput, ModifyInstanceProfileCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyInstanceProfileCommandInput): import("@smithy/core/client").CommandImpl<ModifyInstanceProfileCommandInput, ModifyInstanceProfileCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyInstanceProfileCommandInput): import("@smithy/core/client").CommandImpl<ModifyInstanceProfileCommandInput, ModifyInstanceProfileCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the specified instance profile using the provided parameters.</p>