@aws-sdk/client-database-migration-service 3.31.0 → 3.35.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 (1308) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/DatabaseMigrationService.js +845 -0
  3. package/dist-cjs/DatabaseMigrationService.js.map +1 -0
  4. package/dist-cjs/DatabaseMigrationServiceClient.js +53 -0
  5. package/dist-cjs/DatabaseMigrationServiceClient.js.map +1 -0
  6. package/dist-cjs/commands/AddTagsToResourceCommand.js +66 -0
  7. package/dist-cjs/commands/AddTagsToResourceCommand.js.map +1 -0
  8. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +61 -0
  9. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +1 -0
  10. package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +64 -0
  11. package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js.map +1 -0
  12. package/dist-cjs/commands/CreateEndpointCommand.js +68 -0
  13. package/dist-cjs/commands/CreateEndpointCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +76 -0
  15. package/dist-cjs/commands/CreateEventSubscriptionCommand.js.map +1 -0
  16. package/dist-cjs/commands/CreateReplicationInstanceCommand.js +66 -0
  17. package/dist-cjs/commands/CreateReplicationInstanceCommand.js.map +1 -0
  18. package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js +63 -0
  19. package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js.map +1 -0
  20. package/dist-cjs/commands/CreateReplicationTaskCommand.js +61 -0
  21. package/dist-cjs/commands/CreateReplicationTaskCommand.js.map +1 -0
  22. package/dist-cjs/commands/DeleteCertificateCommand.js +61 -0
  23. package/dist-cjs/commands/DeleteCertificateCommand.js.map +1 -0
  24. package/dist-cjs/commands/DeleteConnectionCommand.js +61 -0
  25. package/dist-cjs/commands/DeleteConnectionCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteEndpointCommand.js +66 -0
  27. package/dist-cjs/commands/DeleteEndpointCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +61 -0
  29. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js.map +1 -0
  30. package/dist-cjs/commands/DeleteReplicationInstanceCommand.js +66 -0
  31. package/dist-cjs/commands/DeleteReplicationInstanceCommand.js.map +1 -0
  32. package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js +61 -0
  33. package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js.map +1 -0
  34. package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +64 -0
  35. package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +1 -0
  36. package/dist-cjs/commands/DeleteReplicationTaskCommand.js +61 -0
  37. package/dist-cjs/commands/DeleteReplicationTaskCommand.js.map +1 -0
  38. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +67 -0
  39. package/dist-cjs/commands/DescribeAccountAttributesCommand.js.map +1 -0
  40. package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +75 -0
  41. package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +1 -0
  42. package/dist-cjs/commands/DescribeCertificatesCommand.js +61 -0
  43. package/dist-cjs/commands/DescribeCertificatesCommand.js.map +1 -0
  44. package/dist-cjs/commands/DescribeConnectionsCommand.js +62 -0
  45. package/dist-cjs/commands/DescribeConnectionsCommand.js.map +1 -0
  46. package/dist-cjs/commands/DescribeEndpointSettingsCommand.js +62 -0
  47. package/dist-cjs/commands/DescribeEndpointSettingsCommand.js.map +1 -0
  48. package/dist-cjs/commands/DescribeEndpointTypesCommand.js +61 -0
  49. package/dist-cjs/commands/DescribeEndpointTypesCommand.js.map +1 -0
  50. package/dist-cjs/commands/DescribeEndpointsCommand.js +61 -0
  51. package/dist-cjs/commands/DescribeEndpointsCommand.js.map +1 -0
  52. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +65 -0
  53. package/dist-cjs/commands/DescribeEventCategoriesCommand.js.map +1 -0
  54. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +66 -0
  55. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js.map +1 -0
  56. package/dist-cjs/commands/DescribeEventsCommand.js +65 -0
  57. package/dist-cjs/commands/DescribeEventsCommand.js.map +1 -0
  58. package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js +62 -0
  59. package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js.map +1 -0
  60. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +61 -0
  61. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +1 -0
  62. package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js +61 -0
  63. package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js.map +1 -0
  64. package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +61 -0
  65. package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +1 -0
  66. package/dist-cjs/commands/DescribeReplicationInstancesCommand.js +62 -0
  67. package/dist-cjs/commands/DescribeReplicationInstancesCommand.js.map +1 -0
  68. package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js +61 -0
  69. package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js.map +1 -0
  70. package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +67 -0
  71. package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +1 -0
  72. package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +69 -0
  73. package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +1 -0
  74. package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +63 -0
  75. package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +1 -0
  76. package/dist-cjs/commands/DescribeReplicationTasksCommand.js +62 -0
  77. package/dist-cjs/commands/DescribeReplicationTasksCommand.js.map +1 -0
  78. package/dist-cjs/commands/DescribeSchemasCommand.js +63 -0
  79. package/dist-cjs/commands/DescribeSchemasCommand.js.map +1 -0
  80. package/dist-cjs/commands/DescribeTableStatisticsCommand.js +65 -0
  81. package/dist-cjs/commands/DescribeTableStatisticsCommand.js.map +1 -0
  82. package/dist-cjs/commands/ImportCertificateCommand.js +61 -0
  83. package/dist-cjs/commands/ImportCertificateCommand.js.map +1 -0
  84. package/dist-cjs/commands/ListTagsForResourceCommand.js +65 -0
  85. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  86. package/dist-cjs/commands/ModifyEndpointCommand.js +68 -0
  87. package/dist-cjs/commands/ModifyEndpointCommand.js.map +1 -0
  88. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +61 -0
  89. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js.map +1 -0
  90. package/dist-cjs/commands/ModifyReplicationInstanceCommand.js +65 -0
  91. package/dist-cjs/commands/ModifyReplicationInstanceCommand.js.map +1 -0
  92. package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js +61 -0
  93. package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js.map +1 -0
  94. package/dist-cjs/commands/ModifyReplicationTaskCommand.js +64 -0
  95. package/dist-cjs/commands/ModifyReplicationTaskCommand.js.map +1 -0
  96. package/dist-cjs/commands/MoveReplicationTaskCommand.js +64 -0
  97. package/dist-cjs/commands/MoveReplicationTaskCommand.js.map +1 -0
  98. package/dist-cjs/commands/RebootReplicationInstanceCommand.js +62 -0
  99. package/dist-cjs/commands/RebootReplicationInstanceCommand.js.map +1 -0
  100. package/dist-cjs/commands/RefreshSchemasCommand.js +63 -0
  101. package/dist-cjs/commands/RefreshSchemasCommand.js.map +1 -0
  102. package/dist-cjs/commands/ReloadTablesCommand.js +63 -0
  103. package/dist-cjs/commands/ReloadTablesCommand.js.map +1 -0
  104. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +66 -0
  105. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js.map +1 -0
  106. package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js +62 -0
  107. package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js.map +1 -0
  108. package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js +67 -0
  109. package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js.map +1 -0
  110. package/dist-cjs/commands/StartReplicationTaskCommand.js +64 -0
  111. package/dist-cjs/commands/StartReplicationTaskCommand.js.map +1 -0
  112. package/dist-cjs/commands/StopReplicationTaskCommand.js +61 -0
  113. package/dist-cjs/commands/StopReplicationTaskCommand.js.map +1 -0
  114. package/dist-cjs/commands/TestConnectionCommand.js +61 -0
  115. package/dist-cjs/commands/TestConnectionCommand.js.map +1 -0
  116. package/dist-cjs/endpoints.js +63 -0
  117. package/dist-cjs/endpoints.js.map +1 -0
  118. package/dist-cjs/index.js +90 -0
  119. package/dist-cjs/index.js.map +1 -0
  120. package/dist-cjs/models/index.js +5 -0
  121. package/dist-cjs/models/index.js.map +1 -0
  122. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  123. package/dist-cjs/models/models_0.js.map +1 -0
  124. package/dist-cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +46 -0
  125. package/dist-cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +1 -0
  126. package/dist-cjs/pagination/DescribeCertificatesPaginator.js +46 -0
  127. package/dist-cjs/pagination/DescribeCertificatesPaginator.js.map +1 -0
  128. package/dist-cjs/pagination/DescribeConnectionsPaginator.js +46 -0
  129. package/dist-cjs/pagination/DescribeConnectionsPaginator.js.map +1 -0
  130. package/dist-cjs/pagination/DescribeEndpointSettingsPaginator.js +46 -0
  131. package/dist-cjs/pagination/DescribeEndpointSettingsPaginator.js.map +1 -0
  132. package/dist-cjs/pagination/DescribeEndpointTypesPaginator.js +46 -0
  133. package/dist-cjs/pagination/DescribeEndpointTypesPaginator.js.map +1 -0
  134. package/dist-cjs/pagination/DescribeEndpointsPaginator.js +46 -0
  135. package/dist-cjs/pagination/DescribeEndpointsPaginator.js.map +1 -0
  136. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +46 -0
  137. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +1 -0
  138. package/dist-cjs/pagination/DescribeEventsPaginator.js +46 -0
  139. package/dist-cjs/pagination/DescribeEventsPaginator.js.map +1 -0
  140. package/dist-cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js +46 -0
  141. package/dist-cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +1 -0
  142. package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +46 -0
  143. package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +1 -0
  144. package/dist-cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +46 -0
  145. package/dist-cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +1 -0
  146. package/dist-cjs/pagination/DescribeReplicationInstancesPaginator.js +46 -0
  147. package/dist-cjs/pagination/DescribeReplicationInstancesPaginator.js.map +1 -0
  148. package/dist-cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js +46 -0
  149. package/dist-cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +1 -0
  150. package/dist-cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +46 -0
  151. package/dist-cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +1 -0
  152. package/dist-cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +46 -0
  153. package/dist-cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +1 -0
  154. package/dist-cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +46 -0
  155. package/dist-cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +1 -0
  156. package/dist-cjs/pagination/DescribeReplicationTasksPaginator.js +46 -0
  157. package/dist-cjs/pagination/DescribeReplicationTasksPaginator.js.map +1 -0
  158. package/dist-cjs/pagination/DescribeSchemasPaginator.js +46 -0
  159. package/dist-cjs/pagination/DescribeSchemasPaginator.js.map +1 -0
  160. package/dist-cjs/pagination/DescribeTableStatisticsPaginator.js +46 -0
  161. package/dist-cjs/pagination/DescribeTableStatisticsPaginator.js.map +1 -0
  162. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  163. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  164. package/dist-cjs/protocols/Aws_json1_1.js +7217 -0
  165. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  166. package/dist-cjs/runtimeConfig.browser.js +42 -0
  167. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  168. package/dist-cjs/runtimeConfig.js +47 -0
  169. package/dist-cjs/runtimeConfig.js.map +1 -0
  170. package/dist-cjs/runtimeConfig.native.js +20 -0
  171. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  172. package/dist-cjs/runtimeConfig.shared.js +21 -0
  173. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  174. package/dist-cjs/waiters/waitForEndpointDeleted.js +70 -0
  175. package/dist-cjs/waiters/waitForEndpointDeleted.js.map +1 -0
  176. package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js +114 -0
  177. package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js.map +1 -0
  178. package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js +55 -0
  179. package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js.map +1 -0
  180. package/dist-cjs/waiters/waitForReplicationTaskDeleted.js +115 -0
  181. package/dist-cjs/waiters/waitForReplicationTaskDeleted.js.map +1 -0
  182. package/dist-cjs/waiters/waitForReplicationTaskReady.js +174 -0
  183. package/dist-cjs/waiters/waitForReplicationTaskReady.js.map +1 -0
  184. package/dist-cjs/waiters/waitForReplicationTaskRunning.js +174 -0
  185. package/dist-cjs/waiters/waitForReplicationTaskRunning.js.map +1 -0
  186. package/dist-cjs/waiters/waitForReplicationTaskStopped.js +159 -0
  187. package/dist-cjs/waiters/waitForReplicationTaskStopped.js.map +1 -0
  188. package/dist-cjs/waiters/waitForTestConnectionSucceeds.js +69 -0
  189. package/dist-cjs/waiters/waitForTestConnectionSucceeds.js.map +1 -0
  190. package/dist-es/DatabaseMigrationService.js +836 -0
  191. package/dist-es/DatabaseMigrationService.js.map +1 -0
  192. package/dist-es/DatabaseMigrationServiceClient.js +38 -0
  193. package/dist-es/DatabaseMigrationServiceClient.js.map +1 -0
  194. package/dist-es/commands/AddTagsToResourceCommand.js +40 -0
  195. package/dist-es/commands/AddTagsToResourceCommand.js.map +1 -0
  196. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +40 -0
  197. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js.map +1 -0
  198. package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +40 -0
  199. package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js.map +1 -0
  200. package/dist-es/commands/CreateEndpointCommand.js +40 -0
  201. package/dist-es/commands/CreateEndpointCommand.js.map +1 -0
  202. package/dist-es/commands/CreateEventSubscriptionCommand.js +40 -0
  203. package/dist-es/commands/CreateEventSubscriptionCommand.js.map +1 -0
  204. package/dist-es/commands/CreateReplicationInstanceCommand.js +40 -0
  205. package/dist-es/commands/CreateReplicationInstanceCommand.js.map +1 -0
  206. package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +40 -0
  207. package/dist-es/commands/CreateReplicationSubnetGroupCommand.js.map +1 -0
  208. package/dist-es/commands/CreateReplicationTaskCommand.js +40 -0
  209. package/dist-es/commands/CreateReplicationTaskCommand.js.map +1 -0
  210. package/dist-es/commands/DeleteCertificateCommand.js +40 -0
  211. package/dist-es/commands/DeleteCertificateCommand.js.map +1 -0
  212. package/dist-es/commands/DeleteConnectionCommand.js +40 -0
  213. package/dist-es/commands/DeleteConnectionCommand.js.map +1 -0
  214. package/dist-es/commands/DeleteEndpointCommand.js +40 -0
  215. package/dist-es/commands/DeleteEndpointCommand.js.map +1 -0
  216. package/dist-es/commands/DeleteEventSubscriptionCommand.js +40 -0
  217. package/dist-es/commands/DeleteEventSubscriptionCommand.js.map +1 -0
  218. package/dist-es/commands/DeleteReplicationInstanceCommand.js +40 -0
  219. package/dist-es/commands/DeleteReplicationInstanceCommand.js.map +1 -0
  220. package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +40 -0
  221. package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js.map +1 -0
  222. package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +40 -0
  223. package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +1 -0
  224. package/dist-es/commands/DeleteReplicationTaskCommand.js +40 -0
  225. package/dist-es/commands/DeleteReplicationTaskCommand.js.map +1 -0
  226. package/dist-es/commands/DescribeAccountAttributesCommand.js +40 -0
  227. package/dist-es/commands/DescribeAccountAttributesCommand.js.map +1 -0
  228. package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +40 -0
  229. package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +1 -0
  230. package/dist-es/commands/DescribeCertificatesCommand.js +40 -0
  231. package/dist-es/commands/DescribeCertificatesCommand.js.map +1 -0
  232. package/dist-es/commands/DescribeConnectionsCommand.js +40 -0
  233. package/dist-es/commands/DescribeConnectionsCommand.js.map +1 -0
  234. package/dist-es/commands/DescribeEndpointSettingsCommand.js +40 -0
  235. package/dist-es/commands/DescribeEndpointSettingsCommand.js.map +1 -0
  236. package/dist-es/commands/DescribeEndpointTypesCommand.js +40 -0
  237. package/dist-es/commands/DescribeEndpointTypesCommand.js.map +1 -0
  238. package/dist-es/commands/DescribeEndpointsCommand.js +40 -0
  239. package/dist-es/commands/DescribeEndpointsCommand.js.map +1 -0
  240. package/dist-es/commands/DescribeEventCategoriesCommand.js +40 -0
  241. package/dist-es/commands/DescribeEventCategoriesCommand.js.map +1 -0
  242. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +40 -0
  243. package/dist-es/commands/DescribeEventSubscriptionsCommand.js.map +1 -0
  244. package/dist-es/commands/DescribeEventsCommand.js +40 -0
  245. package/dist-es/commands/DescribeEventsCommand.js.map +1 -0
  246. package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +40 -0
  247. package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js.map +1 -0
  248. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +40 -0
  249. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js.map +1 -0
  250. package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +40 -0
  251. package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js.map +1 -0
  252. package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +40 -0
  253. package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +1 -0
  254. package/dist-es/commands/DescribeReplicationInstancesCommand.js +40 -0
  255. package/dist-es/commands/DescribeReplicationInstancesCommand.js.map +1 -0
  256. package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +40 -0
  257. package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js.map +1 -0
  258. package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +40 -0
  259. package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +1 -0
  260. package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +40 -0
  261. package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +1 -0
  262. package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +40 -0
  263. package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +1 -0
  264. package/dist-es/commands/DescribeReplicationTasksCommand.js +40 -0
  265. package/dist-es/commands/DescribeReplicationTasksCommand.js.map +1 -0
  266. package/dist-es/commands/DescribeSchemasCommand.js +40 -0
  267. package/dist-es/commands/DescribeSchemasCommand.js.map +1 -0
  268. package/dist-es/commands/DescribeTableStatisticsCommand.js +40 -0
  269. package/dist-es/commands/DescribeTableStatisticsCommand.js.map +1 -0
  270. package/dist-es/commands/ImportCertificateCommand.js +40 -0
  271. package/dist-es/commands/ImportCertificateCommand.js.map +1 -0
  272. package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
  273. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  274. package/dist-es/commands/ModifyEndpointCommand.js +40 -0
  275. package/dist-es/commands/ModifyEndpointCommand.js.map +1 -0
  276. package/dist-es/commands/ModifyEventSubscriptionCommand.js +40 -0
  277. package/dist-es/commands/ModifyEventSubscriptionCommand.js.map +1 -0
  278. package/dist-es/commands/ModifyReplicationInstanceCommand.js +40 -0
  279. package/dist-es/commands/ModifyReplicationInstanceCommand.js.map +1 -0
  280. package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +40 -0
  281. package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js.map +1 -0
  282. package/dist-es/commands/ModifyReplicationTaskCommand.js +40 -0
  283. package/dist-es/commands/ModifyReplicationTaskCommand.js.map +1 -0
  284. package/dist-es/commands/MoveReplicationTaskCommand.js +40 -0
  285. package/dist-es/commands/MoveReplicationTaskCommand.js.map +1 -0
  286. package/dist-es/commands/RebootReplicationInstanceCommand.js +40 -0
  287. package/dist-es/commands/RebootReplicationInstanceCommand.js.map +1 -0
  288. package/dist-es/commands/RefreshSchemasCommand.js +40 -0
  289. package/dist-es/commands/RefreshSchemasCommand.js.map +1 -0
  290. package/dist-es/commands/ReloadTablesCommand.js +40 -0
  291. package/dist-es/commands/ReloadTablesCommand.js.map +1 -0
  292. package/dist-es/commands/RemoveTagsFromResourceCommand.js +40 -0
  293. package/dist-es/commands/RemoveTagsFromResourceCommand.js.map +1 -0
  294. package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +40 -0
  295. package/dist-es/commands/StartReplicationTaskAssessmentCommand.js.map +1 -0
  296. package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +40 -0
  297. package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js.map +1 -0
  298. package/dist-es/commands/StartReplicationTaskCommand.js +40 -0
  299. package/dist-es/commands/StartReplicationTaskCommand.js.map +1 -0
  300. package/dist-es/commands/StopReplicationTaskCommand.js +40 -0
  301. package/dist-es/commands/StopReplicationTaskCommand.js.map +1 -0
  302. package/dist-es/commands/TestConnectionCommand.js +40 -0
  303. package/dist-es/commands/TestConnectionCommand.js.map +1 -0
  304. package/dist-es/endpoints.js +59 -0
  305. package/dist-es/endpoints.js.map +1 -0
  306. package/{dist/es → dist-es}/index.js +0 -0
  307. package/dist-es/index.js.map +1 -0
  308. package/{dist/es → dist-es}/models/index.js +0 -0
  309. package/dist-es/models/index.js.map +1 -0
  310. package/dist-es/models/models_0.js +895 -0
  311. package/dist-es/models/models_0.js.map +1 -0
  312. package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +75 -0
  313. package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +1 -0
  314. package/dist-es/pagination/DescribeCertificatesPaginator.js +75 -0
  315. package/dist-es/pagination/DescribeCertificatesPaginator.js.map +1 -0
  316. package/dist-es/pagination/DescribeConnectionsPaginator.js +75 -0
  317. package/dist-es/pagination/DescribeConnectionsPaginator.js.map +1 -0
  318. package/dist-es/pagination/DescribeEndpointSettingsPaginator.js +75 -0
  319. package/dist-es/pagination/DescribeEndpointSettingsPaginator.js.map +1 -0
  320. package/dist-es/pagination/DescribeEndpointTypesPaginator.js +75 -0
  321. package/dist-es/pagination/DescribeEndpointTypesPaginator.js.map +1 -0
  322. package/dist-es/pagination/DescribeEndpointsPaginator.js +75 -0
  323. package/dist-es/pagination/DescribeEndpointsPaginator.js.map +1 -0
  324. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +75 -0
  325. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js.map +1 -0
  326. package/dist-es/pagination/DescribeEventsPaginator.js +75 -0
  327. package/dist-es/pagination/DescribeEventsPaginator.js.map +1 -0
  328. package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js +75 -0
  329. package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +1 -0
  330. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +75 -0
  331. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +1 -0
  332. package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +75 -0
  333. package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +1 -0
  334. package/dist-es/pagination/DescribeReplicationInstancesPaginator.js +75 -0
  335. package/dist-es/pagination/DescribeReplicationInstancesPaginator.js.map +1 -0
  336. package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js +75 -0
  337. package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +1 -0
  338. package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +75 -0
  339. package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +1 -0
  340. package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +75 -0
  341. package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +1 -0
  342. package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +75 -0
  343. package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +1 -0
  344. package/dist-es/pagination/DescribeReplicationTasksPaginator.js +75 -0
  345. package/dist-es/pagination/DescribeReplicationTasksPaginator.js.map +1 -0
  346. package/dist-es/pagination/DescribeSchemasPaginator.js +75 -0
  347. package/dist-es/pagination/DescribeSchemasPaginator.js.map +1 -0
  348. package/dist-es/pagination/DescribeTableStatisticsPaginator.js +75 -0
  349. package/dist-es/pagination/DescribeTableStatisticsPaginator.js.map +1 -0
  350. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  351. package/dist-es/pagination/Interfaces.js.map +1 -0
  352. package/dist-es/protocols/Aws_json1_1.js +7120 -0
  353. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  354. package/dist-es/runtimeConfig.browser.js +17 -0
  355. package/dist-es/runtimeConfig.browser.js.map +1 -0
  356. package/dist-es/runtimeConfig.js +22 -0
  357. package/dist-es/runtimeConfig.js.map +1 -0
  358. package/dist-es/runtimeConfig.native.js +9 -0
  359. package/dist-es/runtimeConfig.native.js.map +1 -0
  360. package/dist-es/runtimeConfig.shared.js +14 -0
  361. package/dist-es/runtimeConfig.shared.js.map +1 -0
  362. package/dist-es/waiters/waitForEndpointDeleted.js +97 -0
  363. package/dist-es/waiters/waitForEndpointDeleted.js.map +1 -0
  364. package/dist-es/waiters/waitForReplicationInstanceAvailable.js +171 -0
  365. package/dist-es/waiters/waitForReplicationInstanceAvailable.js.map +1 -0
  366. package/dist-es/waiters/waitForReplicationInstanceDeleted.js +72 -0
  367. package/dist-es/waiters/waitForReplicationInstanceDeleted.js.map +1 -0
  368. package/dist-es/waiters/waitForReplicationTaskDeleted.js +172 -0
  369. package/dist-es/waiters/waitForReplicationTaskDeleted.js.map +1 -0
  370. package/dist-es/waiters/waitForReplicationTaskReady.js +271 -0
  371. package/dist-es/waiters/waitForReplicationTaskReady.js.map +1 -0
  372. package/dist-es/waiters/waitForReplicationTaskRunning.js +271 -0
  373. package/dist-es/waiters/waitForReplicationTaskRunning.js.map +1 -0
  374. package/dist-es/waiters/waitForReplicationTaskStopped.js +246 -0
  375. package/dist-es/waiters/waitForReplicationTaskStopped.js.map +1 -0
  376. package/dist-es/waiters/waitForTestConnectionSucceeds.js +96 -0
  377. package/dist-es/waiters/waitForTestConnectionSucceeds.js.map +1 -0
  378. package/dist-types/DatabaseMigrationService.d.ts +552 -0
  379. package/dist-types/DatabaseMigrationServiceClient.d.ts +196 -0
  380. package/dist-types/commands/AddTagsToResourceCommand.d.ts +40 -0
  381. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +35 -0
  382. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +38 -0
  383. package/dist-types/commands/CreateEndpointCommand.d.ts +42 -0
  384. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +50 -0
  385. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +40 -0
  386. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +37 -0
  387. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +35 -0
  388. package/dist-types/commands/DeleteCertificateCommand.d.ts +35 -0
  389. package/dist-types/commands/DeleteConnectionCommand.d.ts +35 -0
  390. package/dist-types/commands/DeleteEndpointCommand.d.ts +40 -0
  391. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
  392. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +40 -0
  393. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +35 -0
  394. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +38 -0
  395. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +35 -0
  396. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +41 -0
  397. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +49 -0
  398. package/dist-types/commands/DescribeCertificatesCommand.d.ts +35 -0
  399. package/dist-types/commands/DescribeConnectionsCommand.d.ts +36 -0
  400. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +36 -0
  401. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +35 -0
  402. package/dist-types/commands/DescribeEndpointsCommand.d.ts +35 -0
  403. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +39 -0
  404. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +40 -0
  405. package/dist-types/commands/DescribeEventsCommand.d.ts +39 -0
  406. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +36 -0
  407. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +35 -0
  408. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +35 -0
  409. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +35 -0
  410. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +36 -0
  411. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +35 -0
  412. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +41 -0
  413. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +43 -0
  414. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +37 -0
  415. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +36 -0
  416. package/dist-types/commands/DescribeSchemasCommand.d.ts +37 -0
  417. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +39 -0
  418. package/dist-types/commands/ImportCertificateCommand.d.ts +35 -0
  419. package/dist-types/commands/ListTagsForResourceCommand.d.ts +39 -0
  420. package/dist-types/commands/ModifyEndpointCommand.d.ts +42 -0
  421. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +35 -0
  422. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +39 -0
  423. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +35 -0
  424. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +38 -0
  425. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +38 -0
  426. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +36 -0
  427. package/dist-types/commands/RefreshSchemasCommand.d.ts +37 -0
  428. package/dist-types/commands/ReloadTablesCommand.d.ts +37 -0
  429. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +40 -0
  430. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +36 -0
  431. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +41 -0
  432. package/dist-types/commands/StartReplicationTaskCommand.d.ts +38 -0
  433. package/dist-types/commands/StopReplicationTaskCommand.d.ts +35 -0
  434. package/dist-types/commands/TestConnectionCommand.d.ts +35 -0
  435. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  436. package/{dist/types → dist-types}/index.d.ts +0 -0
  437. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  438. package/dist-types/models/models_0.d.ts +7684 -0
  439. package/dist-types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +4 -0
  440. package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +4 -0
  441. package/dist-types/pagination/DescribeConnectionsPaginator.d.ts +4 -0
  442. package/dist-types/pagination/DescribeEndpointSettingsPaginator.d.ts +4 -0
  443. package/dist-types/pagination/DescribeEndpointTypesPaginator.d.ts +4 -0
  444. package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +4 -0
  445. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  446. package/dist-types/pagination/DescribeEventsPaginator.d.ts +4 -0
  447. package/dist-types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +4 -0
  448. package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
  449. package/dist-types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +4 -0
  450. package/dist-types/pagination/DescribeReplicationInstancesPaginator.d.ts +4 -0
  451. package/dist-types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +4 -0
  452. package/dist-types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +4 -0
  453. package/dist-types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +4 -0
  454. package/dist-types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +4 -0
  455. package/dist-types/pagination/DescribeReplicationTasksPaginator.d.ts +4 -0
  456. package/dist-types/pagination/DescribeSchemasPaginator.d.ts +4 -0
  457. package/dist-types/pagination/DescribeTableStatisticsPaginator.d.ts +4 -0
  458. package/dist-types/pagination/Interfaces.d.ts +6 -0
  459. package/dist-types/protocols/Aws_json1_1.d.ts +167 -0
  460. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  461. package/dist-types/runtimeConfig.d.ts +37 -0
  462. package/dist-types/runtimeConfig.native.d.ts +36 -0
  463. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  464. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +552 -0
  465. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +196 -0
  466. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +40 -0
  467. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +35 -0
  468. package/dist-types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +38 -0
  469. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +42 -0
  470. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +50 -0
  471. package/dist-types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +40 -0
  472. package/dist-types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +37 -0
  473. package/dist-types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +35 -0
  474. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +35 -0
  475. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -0
  476. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +40 -0
  477. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
  478. package/dist-types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +40 -0
  479. package/dist-types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +35 -0
  480. package/dist-types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +38 -0
  481. package/dist-types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +35 -0
  482. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +41 -0
  483. package/dist-types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +49 -0
  484. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +35 -0
  485. package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +36 -0
  486. package/dist-types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +36 -0
  487. package/dist-types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +35 -0
  488. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +35 -0
  489. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +39 -0
  490. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +40 -0
  491. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +39 -0
  492. package/dist-types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +36 -0
  493. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +35 -0
  494. package/dist-types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +35 -0
  495. package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +35 -0
  496. package/dist-types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +36 -0
  497. package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +35 -0
  498. package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +41 -0
  499. package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +43 -0
  500. package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +37 -0
  501. package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +36 -0
  502. package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +37 -0
  503. package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +39 -0
  504. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +35 -0
  505. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
  506. package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +42 -0
  507. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +35 -0
  508. package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +39 -0
  509. package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +35 -0
  510. package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +38 -0
  511. package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +38 -0
  512. package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +36 -0
  513. package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +37 -0
  514. package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +37 -0
  515. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +40 -0
  516. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +36 -0
  517. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +41 -0
  518. package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +38 -0
  519. package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +35 -0
  520. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +35 -0
  521. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  522. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  523. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  524. package/dist-types/ts3.4/models/models_0.d.ts +7684 -0
  525. package/dist-types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +4 -0
  526. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
  527. package/dist-types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +4 -0
  528. package/dist-types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +4 -0
  529. package/dist-types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +4 -0
  530. package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +4 -0
  531. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  532. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
  533. package/dist-types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +4 -0
  534. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
  535. package/dist-types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +4 -0
  536. package/dist-types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +4 -0
  537. package/dist-types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +4 -0
  538. package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +4 -0
  539. package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +4 -0
  540. package/dist-types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +4 -0
  541. package/dist-types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +4 -0
  542. package/dist-types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +4 -0
  543. package/dist-types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +4 -0
  544. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  545. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +167 -0
  546. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  547. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  548. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  549. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  550. package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +14 -0
  551. package/dist-types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +14 -0
  552. package/dist-types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +14 -0
  553. package/dist-types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +14 -0
  554. package/dist-types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +14 -0
  555. package/dist-types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +14 -0
  556. package/dist-types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +14 -0
  557. package/dist-types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +14 -0
  558. package/dist-types/waiters/waitForEndpointDeleted.d.ts +14 -0
  559. package/dist-types/waiters/waitForReplicationInstanceAvailable.d.ts +14 -0
  560. package/dist-types/waiters/waitForReplicationInstanceDeleted.d.ts +14 -0
  561. package/dist-types/waiters/waitForReplicationTaskDeleted.d.ts +14 -0
  562. package/dist-types/waiters/waitForReplicationTaskReady.d.ts +14 -0
  563. package/dist-types/waiters/waitForReplicationTaskRunning.d.ts +14 -0
  564. package/dist-types/waiters/waitForReplicationTaskStopped.d.ts +14 -0
  565. package/dist-types/waiters/waitForTestConnectionSucceeds.d.ts +14 -0
  566. package/package.json +51 -51
  567. package/src/DatabaseMigrationService.ts +2210 -0
  568. package/src/DatabaseMigrationServiceClient.ts +537 -0
  569. package/src/commands/AddTagsToResourceCommand.ts +104 -0
  570. package/src/commands/ApplyPendingMaintenanceActionCommand.ts +104 -0
  571. package/src/commands/CancelReplicationTaskAssessmentRunCommand.ts +113 -0
  572. package/src/commands/CreateEndpointCommand.ts +106 -0
  573. package/src/commands/CreateEventSubscriptionCommand.ts +114 -0
  574. package/src/commands/CreateReplicationInstanceCommand.ts +107 -0
  575. package/src/commands/CreateReplicationSubnetGroupCommand.ts +106 -0
  576. package/src/commands/CreateReplicationTaskCommand.ts +99 -0
  577. package/src/commands/DeleteCertificateCommand.ts +99 -0
  578. package/src/commands/DeleteConnectionCommand.ts +99 -0
  579. package/src/commands/DeleteEndpointCommand.ts +104 -0
  580. package/src/commands/DeleteEventSubscriptionCommand.ts +99 -0
  581. package/src/commands/DeleteReplicationInstanceCommand.ts +107 -0
  582. package/src/commands/DeleteReplicationSubnetGroupCommand.ts +104 -0
  583. package/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts +113 -0
  584. package/src/commands/DeleteReplicationTaskCommand.ts +99 -0
  585. package/src/commands/DescribeAccountAttributesCommand.ts +108 -0
  586. package/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts +128 -0
  587. package/src/commands/DescribeCertificatesCommand.ts +99 -0
  588. package/src/commands/DescribeConnectionsCommand.ts +100 -0
  589. package/src/commands/DescribeEndpointSettingsCommand.ts +100 -0
  590. package/src/commands/DescribeEndpointTypesCommand.ts +99 -0
  591. package/src/commands/DescribeEndpointsCommand.ts +99 -0
  592. package/src/commands/DescribeEventCategoriesCommand.ts +103 -0
  593. package/src/commands/DescribeEventSubscriptionsCommand.ts +107 -0
  594. package/src/commands/DescribeEventsCommand.ts +103 -0
  595. package/src/commands/DescribeOrderableReplicationInstancesCommand.ts +112 -0
  596. package/src/commands/DescribePendingMaintenanceActionsCommand.ts +110 -0
  597. package/src/commands/DescribeRefreshSchemasStatusCommand.ts +104 -0
  598. package/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts +110 -0
  599. package/src/commands/DescribeReplicationInstancesCommand.ts +105 -0
  600. package/src/commands/DescribeReplicationSubnetGroupsCommand.ts +107 -0
  601. package/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +120 -0
  602. package/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +119 -0
  603. package/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +116 -0
  604. package/src/commands/DescribeReplicationTasksCommand.ts +100 -0
  605. package/src/commands/DescribeSchemasCommand.ts +101 -0
  606. package/src/commands/DescribeTableStatisticsCommand.ts +103 -0
  607. package/src/commands/ImportCertificateCommand.ts +99 -0
  608. package/src/commands/ListTagsForResourceCommand.ts +103 -0
  609. package/src/commands/ModifyEndpointCommand.ts +106 -0
  610. package/src/commands/ModifyEventSubscriptionCommand.ts +99 -0
  611. package/src/commands/ModifyReplicationInstanceCommand.ts +106 -0
  612. package/src/commands/ModifyReplicationSubnetGroupCommand.ts +104 -0
  613. package/src/commands/ModifyReplicationTaskCommand.ts +102 -0
  614. package/src/commands/MoveReplicationTaskCommand.ts +102 -0
  615. package/src/commands/RebootReplicationInstanceCommand.ts +103 -0
  616. package/src/commands/RefreshSchemasCommand.ts +101 -0
  617. package/src/commands/ReloadTablesCommand.ts +101 -0
  618. package/src/commands/RemoveTagsFromResourceCommand.ts +104 -0
  619. package/src/commands/StartReplicationTaskAssessmentCommand.ts +108 -0
  620. package/src/commands/StartReplicationTaskAssessmentRunCommand.ts +116 -0
  621. package/src/commands/StartReplicationTaskCommand.ts +102 -0
  622. package/src/commands/StopReplicationTaskCommand.ts +99 -0
  623. package/src/commands/TestConnectionCommand.ts +99 -0
  624. package/src/endpoints.ts +63 -0
  625. package/{index.ts → src/index.ts} +0 -0
  626. package/{models → src/models}/index.ts +0 -0
  627. package/src/models/models_0.ts +9145 -0
  628. package/src/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts +59 -0
  629. package/src/pagination/DescribeCertificatesPaginator.ts +59 -0
  630. package/src/pagination/DescribeConnectionsPaginator.ts +59 -0
  631. package/src/pagination/DescribeEndpointSettingsPaginator.ts +59 -0
  632. package/src/pagination/DescribeEndpointTypesPaginator.ts +59 -0
  633. package/src/pagination/DescribeEndpointsPaginator.ts +59 -0
  634. package/src/pagination/DescribeEventSubscriptionsPaginator.ts +59 -0
  635. package/src/pagination/DescribeEventsPaginator.ts +59 -0
  636. package/src/pagination/DescribeOrderableReplicationInstancesPaginator.ts +59 -0
  637. package/src/pagination/DescribePendingMaintenanceActionsPaginator.ts +59 -0
  638. package/src/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts +59 -0
  639. package/src/pagination/DescribeReplicationInstancesPaginator.ts +59 -0
  640. package/src/pagination/DescribeReplicationSubnetGroupsPaginator.ts +59 -0
  641. package/src/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts +59 -0
  642. package/src/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts +59 -0
  643. package/src/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts +59 -0
  644. package/src/pagination/DescribeReplicationTasksPaginator.ts +59 -0
  645. package/src/pagination/DescribeSchemasPaginator.ts +59 -0
  646. package/src/pagination/DescribeTableStatisticsPaginator.ts +59 -0
  647. package/src/pagination/Interfaces.ts +8 -0
  648. package/src/protocols/Aws_json1_1.ts +9003 -0
  649. package/src/runtimeConfig.browser.ts +41 -0
  650. package/src/runtimeConfig.native.ts +17 -0
  651. package/src/runtimeConfig.shared.ts +17 -0
  652. package/src/runtimeConfig.ts +46 -0
  653. package/src/waiters/waitForEndpointDeleted.ts +73 -0
  654. package/src/waiters/waitForReplicationInstanceAvailable.ts +117 -0
  655. package/src/waiters/waitForReplicationInstanceDeleted.ts +62 -0
  656. package/src/waiters/waitForReplicationTaskDeleted.ts +118 -0
  657. package/src/waiters/waitForReplicationTaskReady.ts +173 -0
  658. package/src/waiters/waitForReplicationTaskRunning.ts +173 -0
  659. package/src/waiters/waitForReplicationTaskStopped.ts +159 -0
  660. package/src/waiters/waitForTestConnectionSucceeds.ts +72 -0
  661. package/tsconfig.es.json +1 -3
  662. package/tsconfig.json +7 -7
  663. package/tsconfig.types.json +9 -0
  664. package/DatabaseMigrationService.ts +0 -2205
  665. package/DatabaseMigrationServiceClient.ts +0 -536
  666. package/commands/AddTagsToResourceCommand.ts +0 -103
  667. package/commands/ApplyPendingMaintenanceActionCommand.ts +0 -103
  668. package/commands/CancelReplicationTaskAssessmentRunCommand.ts +0 -112
  669. package/commands/CreateEndpointCommand.ts +0 -105
  670. package/commands/CreateEventSubscriptionCommand.ts +0 -113
  671. package/commands/CreateReplicationInstanceCommand.ts +0 -106
  672. package/commands/CreateReplicationSubnetGroupCommand.ts +0 -103
  673. package/commands/CreateReplicationTaskCommand.ts +0 -98
  674. package/commands/DeleteCertificateCommand.ts +0 -98
  675. package/commands/DeleteConnectionCommand.ts +0 -98
  676. package/commands/DeleteEndpointCommand.ts +0 -103
  677. package/commands/DeleteEventSubscriptionCommand.ts +0 -98
  678. package/commands/DeleteReplicationInstanceCommand.ts +0 -106
  679. package/commands/DeleteReplicationSubnetGroupCommand.ts +0 -103
  680. package/commands/DeleteReplicationTaskAssessmentRunCommand.ts +0 -112
  681. package/commands/DeleteReplicationTaskCommand.ts +0 -98
  682. package/commands/DescribeAccountAttributesCommand.ts +0 -107
  683. package/commands/DescribeApplicableIndividualAssessmentsCommand.ts +0 -127
  684. package/commands/DescribeCertificatesCommand.ts +0 -98
  685. package/commands/DescribeConnectionsCommand.ts +0 -99
  686. package/commands/DescribeEndpointSettingsCommand.ts +0 -99
  687. package/commands/DescribeEndpointTypesCommand.ts +0 -98
  688. package/commands/DescribeEndpointsCommand.ts +0 -98
  689. package/commands/DescribeEventCategoriesCommand.ts +0 -102
  690. package/commands/DescribeEventSubscriptionsCommand.ts +0 -106
  691. package/commands/DescribeEventsCommand.ts +0 -102
  692. package/commands/DescribeOrderableReplicationInstancesCommand.ts +0 -111
  693. package/commands/DescribePendingMaintenanceActionsCommand.ts +0 -109
  694. package/commands/DescribeRefreshSchemasStatusCommand.ts +0 -103
  695. package/commands/DescribeReplicationInstanceTaskLogsCommand.ts +0 -109
  696. package/commands/DescribeReplicationInstancesCommand.ts +0 -104
  697. package/commands/DescribeReplicationSubnetGroupsCommand.ts +0 -106
  698. package/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +0 -119
  699. package/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +0 -118
  700. package/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +0 -115
  701. package/commands/DescribeReplicationTasksCommand.ts +0 -99
  702. package/commands/DescribeSchemasCommand.ts +0 -100
  703. package/commands/DescribeTableStatisticsCommand.ts +0 -102
  704. package/commands/ImportCertificateCommand.ts +0 -98
  705. package/commands/ListTagsForResourceCommand.ts +0 -102
  706. package/commands/ModifyEndpointCommand.ts +0 -105
  707. package/commands/ModifyEventSubscriptionCommand.ts +0 -98
  708. package/commands/ModifyReplicationInstanceCommand.ts +0 -105
  709. package/commands/ModifyReplicationSubnetGroupCommand.ts +0 -103
  710. package/commands/ModifyReplicationTaskCommand.ts +0 -101
  711. package/commands/MoveReplicationTaskCommand.ts +0 -101
  712. package/commands/RebootReplicationInstanceCommand.ts +0 -102
  713. package/commands/RefreshSchemasCommand.ts +0 -100
  714. package/commands/ReloadTablesCommand.ts +0 -98
  715. package/commands/RemoveTagsFromResourceCommand.ts +0 -103
  716. package/commands/StartReplicationTaskAssessmentCommand.ts +0 -107
  717. package/commands/StartReplicationTaskAssessmentRunCommand.ts +0 -115
  718. package/commands/StartReplicationTaskCommand.ts +0 -101
  719. package/commands/StopReplicationTaskCommand.ts +0 -98
  720. package/commands/TestConnectionCommand.ts +0 -98
  721. package/dist/cjs/DatabaseMigrationService.js +0 -845
  722. package/dist/cjs/DatabaseMigrationService.js.map +0 -1
  723. package/dist/cjs/DatabaseMigrationServiceClient.js +0 -53
  724. package/dist/cjs/DatabaseMigrationServiceClient.js.map +0 -1
  725. package/dist/cjs/commands/AddTagsToResourceCommand.js +0 -66
  726. package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
  727. package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js +0 -61
  728. package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
  729. package/dist/cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +0 -64
  730. package/dist/cjs/commands/CancelReplicationTaskAssessmentRunCommand.js.map +0 -1
  731. package/dist/cjs/commands/CreateEndpointCommand.js +0 -68
  732. package/dist/cjs/commands/CreateEndpointCommand.js.map +0 -1
  733. package/dist/cjs/commands/CreateEventSubscriptionCommand.js +0 -76
  734. package/dist/cjs/commands/CreateEventSubscriptionCommand.js.map +0 -1
  735. package/dist/cjs/commands/CreateReplicationInstanceCommand.js +0 -66
  736. package/dist/cjs/commands/CreateReplicationInstanceCommand.js.map +0 -1
  737. package/dist/cjs/commands/CreateReplicationSubnetGroupCommand.js +0 -61
  738. package/dist/cjs/commands/CreateReplicationSubnetGroupCommand.js.map +0 -1
  739. package/dist/cjs/commands/CreateReplicationTaskCommand.js +0 -61
  740. package/dist/cjs/commands/CreateReplicationTaskCommand.js.map +0 -1
  741. package/dist/cjs/commands/DeleteCertificateCommand.js +0 -61
  742. package/dist/cjs/commands/DeleteCertificateCommand.js.map +0 -1
  743. package/dist/cjs/commands/DeleteConnectionCommand.js +0 -61
  744. package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
  745. package/dist/cjs/commands/DeleteEndpointCommand.js +0 -66
  746. package/dist/cjs/commands/DeleteEndpointCommand.js.map +0 -1
  747. package/dist/cjs/commands/DeleteEventSubscriptionCommand.js +0 -61
  748. package/dist/cjs/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  749. package/dist/cjs/commands/DeleteReplicationInstanceCommand.js +0 -66
  750. package/dist/cjs/commands/DeleteReplicationInstanceCommand.js.map +0 -1
  751. package/dist/cjs/commands/DeleteReplicationSubnetGroupCommand.js +0 -61
  752. package/dist/cjs/commands/DeleteReplicationSubnetGroupCommand.js.map +0 -1
  753. package/dist/cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +0 -64
  754. package/dist/cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +0 -1
  755. package/dist/cjs/commands/DeleteReplicationTaskCommand.js +0 -61
  756. package/dist/cjs/commands/DeleteReplicationTaskCommand.js.map +0 -1
  757. package/dist/cjs/commands/DescribeAccountAttributesCommand.js +0 -67
  758. package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
  759. package/dist/cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +0 -75
  760. package/dist/cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +0 -1
  761. package/dist/cjs/commands/DescribeCertificatesCommand.js +0 -61
  762. package/dist/cjs/commands/DescribeCertificatesCommand.js.map +0 -1
  763. package/dist/cjs/commands/DescribeConnectionsCommand.js +0 -62
  764. package/dist/cjs/commands/DescribeConnectionsCommand.js.map +0 -1
  765. package/dist/cjs/commands/DescribeEndpointSettingsCommand.js +0 -62
  766. package/dist/cjs/commands/DescribeEndpointSettingsCommand.js.map +0 -1
  767. package/dist/cjs/commands/DescribeEndpointTypesCommand.js +0 -61
  768. package/dist/cjs/commands/DescribeEndpointTypesCommand.js.map +0 -1
  769. package/dist/cjs/commands/DescribeEndpointsCommand.js +0 -61
  770. package/dist/cjs/commands/DescribeEndpointsCommand.js.map +0 -1
  771. package/dist/cjs/commands/DescribeEventCategoriesCommand.js +0 -65
  772. package/dist/cjs/commands/DescribeEventCategoriesCommand.js.map +0 -1
  773. package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js +0 -66
  774. package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  775. package/dist/cjs/commands/DescribeEventsCommand.js +0 -65
  776. package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
  777. package/dist/cjs/commands/DescribeOrderableReplicationInstancesCommand.js +0 -62
  778. package/dist/cjs/commands/DescribeOrderableReplicationInstancesCommand.js.map +0 -1
  779. package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js +0 -61
  780. package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
  781. package/dist/cjs/commands/DescribeRefreshSchemasStatusCommand.js +0 -61
  782. package/dist/cjs/commands/DescribeRefreshSchemasStatusCommand.js.map +0 -1
  783. package/dist/cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +0 -61
  784. package/dist/cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +0 -1
  785. package/dist/cjs/commands/DescribeReplicationInstancesCommand.js +0 -62
  786. package/dist/cjs/commands/DescribeReplicationInstancesCommand.js.map +0 -1
  787. package/dist/cjs/commands/DescribeReplicationSubnetGroupsCommand.js +0 -61
  788. package/dist/cjs/commands/DescribeReplicationSubnetGroupsCommand.js.map +0 -1
  789. package/dist/cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +0 -67
  790. package/dist/cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +0 -1
  791. package/dist/cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +0 -69
  792. package/dist/cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +0 -1
  793. package/dist/cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +0 -63
  794. package/dist/cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +0 -1
  795. package/dist/cjs/commands/DescribeReplicationTasksCommand.js +0 -62
  796. package/dist/cjs/commands/DescribeReplicationTasksCommand.js.map +0 -1
  797. package/dist/cjs/commands/DescribeSchemasCommand.js +0 -63
  798. package/dist/cjs/commands/DescribeSchemasCommand.js.map +0 -1
  799. package/dist/cjs/commands/DescribeTableStatisticsCommand.js +0 -65
  800. package/dist/cjs/commands/DescribeTableStatisticsCommand.js.map +0 -1
  801. package/dist/cjs/commands/ImportCertificateCommand.js +0 -61
  802. package/dist/cjs/commands/ImportCertificateCommand.js.map +0 -1
  803. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -65
  804. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  805. package/dist/cjs/commands/ModifyEndpointCommand.js +0 -68
  806. package/dist/cjs/commands/ModifyEndpointCommand.js.map +0 -1
  807. package/dist/cjs/commands/ModifyEventSubscriptionCommand.js +0 -61
  808. package/dist/cjs/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  809. package/dist/cjs/commands/ModifyReplicationInstanceCommand.js +0 -65
  810. package/dist/cjs/commands/ModifyReplicationInstanceCommand.js.map +0 -1
  811. package/dist/cjs/commands/ModifyReplicationSubnetGroupCommand.js +0 -61
  812. package/dist/cjs/commands/ModifyReplicationSubnetGroupCommand.js.map +0 -1
  813. package/dist/cjs/commands/ModifyReplicationTaskCommand.js +0 -64
  814. package/dist/cjs/commands/ModifyReplicationTaskCommand.js.map +0 -1
  815. package/dist/cjs/commands/MoveReplicationTaskCommand.js +0 -64
  816. package/dist/cjs/commands/MoveReplicationTaskCommand.js.map +0 -1
  817. package/dist/cjs/commands/RebootReplicationInstanceCommand.js +0 -62
  818. package/dist/cjs/commands/RebootReplicationInstanceCommand.js.map +0 -1
  819. package/dist/cjs/commands/RefreshSchemasCommand.js +0 -63
  820. package/dist/cjs/commands/RefreshSchemasCommand.js.map +0 -1
  821. package/dist/cjs/commands/ReloadTablesCommand.js +0 -61
  822. package/dist/cjs/commands/ReloadTablesCommand.js.map +0 -1
  823. package/dist/cjs/commands/RemoveTagsFromResourceCommand.js +0 -66
  824. package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  825. package/dist/cjs/commands/StartReplicationTaskAssessmentCommand.js +0 -62
  826. package/dist/cjs/commands/StartReplicationTaskAssessmentCommand.js.map +0 -1
  827. package/dist/cjs/commands/StartReplicationTaskAssessmentRunCommand.js +0 -67
  828. package/dist/cjs/commands/StartReplicationTaskAssessmentRunCommand.js.map +0 -1
  829. package/dist/cjs/commands/StartReplicationTaskCommand.js +0 -64
  830. package/dist/cjs/commands/StartReplicationTaskCommand.js.map +0 -1
  831. package/dist/cjs/commands/StopReplicationTaskCommand.js +0 -61
  832. package/dist/cjs/commands/StopReplicationTaskCommand.js.map +0 -1
  833. package/dist/cjs/commands/TestConnectionCommand.js +0 -61
  834. package/dist/cjs/commands/TestConnectionCommand.js.map +0 -1
  835. package/dist/cjs/endpoints.js +0 -63
  836. package/dist/cjs/endpoints.js.map +0 -1
  837. package/dist/cjs/index.js +0 -90
  838. package/dist/cjs/index.js.map +0 -1
  839. package/dist/cjs/models/index.js +0 -5
  840. package/dist/cjs/models/index.js.map +0 -1
  841. package/dist/cjs/models/models_0.js.map +0 -1
  842. package/dist/cjs/package.json +0 -92
  843. package/dist/cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +0 -46
  844. package/dist/cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +0 -1
  845. package/dist/cjs/pagination/DescribeCertificatesPaginator.js +0 -46
  846. package/dist/cjs/pagination/DescribeCertificatesPaginator.js.map +0 -1
  847. package/dist/cjs/pagination/DescribeConnectionsPaginator.js +0 -46
  848. package/dist/cjs/pagination/DescribeConnectionsPaginator.js.map +0 -1
  849. package/dist/cjs/pagination/DescribeEndpointSettingsPaginator.js +0 -46
  850. package/dist/cjs/pagination/DescribeEndpointSettingsPaginator.js.map +0 -1
  851. package/dist/cjs/pagination/DescribeEndpointTypesPaginator.js +0 -46
  852. package/dist/cjs/pagination/DescribeEndpointTypesPaginator.js.map +0 -1
  853. package/dist/cjs/pagination/DescribeEndpointsPaginator.js +0 -46
  854. package/dist/cjs/pagination/DescribeEndpointsPaginator.js.map +0 -1
  855. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js +0 -46
  856. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  857. package/dist/cjs/pagination/DescribeEventsPaginator.js +0 -46
  858. package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
  859. package/dist/cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js +0 -46
  860. package/dist/cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +0 -1
  861. package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -46
  862. package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
  863. package/dist/cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +0 -46
  864. package/dist/cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +0 -1
  865. package/dist/cjs/pagination/DescribeReplicationInstancesPaginator.js +0 -46
  866. package/dist/cjs/pagination/DescribeReplicationInstancesPaginator.js.map +0 -1
  867. package/dist/cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js +0 -46
  868. package/dist/cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +0 -1
  869. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +0 -46
  870. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +0 -1
  871. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +0 -46
  872. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +0 -1
  873. package/dist/cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +0 -46
  874. package/dist/cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +0 -1
  875. package/dist/cjs/pagination/DescribeReplicationTasksPaginator.js +0 -46
  876. package/dist/cjs/pagination/DescribeReplicationTasksPaginator.js.map +0 -1
  877. package/dist/cjs/pagination/DescribeSchemasPaginator.js +0 -46
  878. package/dist/cjs/pagination/DescribeSchemasPaginator.js.map +0 -1
  879. package/dist/cjs/pagination/DescribeTableStatisticsPaginator.js +0 -46
  880. package/dist/cjs/pagination/DescribeTableStatisticsPaginator.js.map +0 -1
  881. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  882. package/dist/cjs/protocols/Aws_json1_1.js +0 -7215
  883. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  884. package/dist/cjs/runtimeConfig.browser.js +0 -41
  885. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  886. package/dist/cjs/runtimeConfig.js +0 -46
  887. package/dist/cjs/runtimeConfig.js.map +0 -1
  888. package/dist/cjs/runtimeConfig.native.js +0 -20
  889. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  890. package/dist/cjs/runtimeConfig.shared.js +0 -21
  891. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  892. package/dist/cjs/waiters/waitForEndpointDeleted.js +0 -70
  893. package/dist/cjs/waiters/waitForEndpointDeleted.js.map +0 -1
  894. package/dist/cjs/waiters/waitForReplicationInstanceAvailable.js +0 -114
  895. package/dist/cjs/waiters/waitForReplicationInstanceAvailable.js.map +0 -1
  896. package/dist/cjs/waiters/waitForReplicationInstanceDeleted.js +0 -55
  897. package/dist/cjs/waiters/waitForReplicationInstanceDeleted.js.map +0 -1
  898. package/dist/cjs/waiters/waitForReplicationTaskDeleted.js +0 -115
  899. package/dist/cjs/waiters/waitForReplicationTaskDeleted.js.map +0 -1
  900. package/dist/cjs/waiters/waitForReplicationTaskReady.js +0 -174
  901. package/dist/cjs/waiters/waitForReplicationTaskReady.js.map +0 -1
  902. package/dist/cjs/waiters/waitForReplicationTaskRunning.js +0 -174
  903. package/dist/cjs/waiters/waitForReplicationTaskRunning.js.map +0 -1
  904. package/dist/cjs/waiters/waitForReplicationTaskStopped.js +0 -159
  905. package/dist/cjs/waiters/waitForReplicationTaskStopped.js.map +0 -1
  906. package/dist/cjs/waiters/waitForTestConnectionSucceeds.js +0 -69
  907. package/dist/cjs/waiters/waitForTestConnectionSucceeds.js.map +0 -1
  908. package/dist/es/DatabaseMigrationService.js +0 -848
  909. package/dist/es/DatabaseMigrationService.js.map +0 -1
  910. package/dist/es/DatabaseMigrationServiceClient.js +0 -55
  911. package/dist/es/DatabaseMigrationServiceClient.js.map +0 -1
  912. package/dist/es/commands/AddTagsToResourceCommand.js +0 -70
  913. package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
  914. package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js +0 -65
  915. package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
  916. package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js +0 -68
  917. package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js.map +0 -1
  918. package/dist/es/commands/CreateEndpointCommand.js +0 -72
  919. package/dist/es/commands/CreateEndpointCommand.js.map +0 -1
  920. package/dist/es/commands/CreateEventSubscriptionCommand.js +0 -80
  921. package/dist/es/commands/CreateEventSubscriptionCommand.js.map +0 -1
  922. package/dist/es/commands/CreateReplicationInstanceCommand.js +0 -70
  923. package/dist/es/commands/CreateReplicationInstanceCommand.js.map +0 -1
  924. package/dist/es/commands/CreateReplicationSubnetGroupCommand.js +0 -65
  925. package/dist/es/commands/CreateReplicationSubnetGroupCommand.js.map +0 -1
  926. package/dist/es/commands/CreateReplicationTaskCommand.js +0 -65
  927. package/dist/es/commands/CreateReplicationTaskCommand.js.map +0 -1
  928. package/dist/es/commands/DeleteCertificateCommand.js +0 -65
  929. package/dist/es/commands/DeleteCertificateCommand.js.map +0 -1
  930. package/dist/es/commands/DeleteConnectionCommand.js +0 -65
  931. package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
  932. package/dist/es/commands/DeleteEndpointCommand.js +0 -70
  933. package/dist/es/commands/DeleteEndpointCommand.js.map +0 -1
  934. package/dist/es/commands/DeleteEventSubscriptionCommand.js +0 -65
  935. package/dist/es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  936. package/dist/es/commands/DeleteReplicationInstanceCommand.js +0 -70
  937. package/dist/es/commands/DeleteReplicationInstanceCommand.js.map +0 -1
  938. package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js +0 -65
  939. package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js.map +0 -1
  940. package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js +0 -68
  941. package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +0 -1
  942. package/dist/es/commands/DeleteReplicationTaskCommand.js +0 -65
  943. package/dist/es/commands/DeleteReplicationTaskCommand.js.map +0 -1
  944. package/dist/es/commands/DescribeAccountAttributesCommand.js +0 -71
  945. package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
  946. package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js +0 -79
  947. package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +0 -1
  948. package/dist/es/commands/DescribeCertificatesCommand.js +0 -65
  949. package/dist/es/commands/DescribeCertificatesCommand.js.map +0 -1
  950. package/dist/es/commands/DescribeConnectionsCommand.js +0 -66
  951. package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
  952. package/dist/es/commands/DescribeEndpointSettingsCommand.js +0 -66
  953. package/dist/es/commands/DescribeEndpointSettingsCommand.js.map +0 -1
  954. package/dist/es/commands/DescribeEndpointTypesCommand.js +0 -65
  955. package/dist/es/commands/DescribeEndpointTypesCommand.js.map +0 -1
  956. package/dist/es/commands/DescribeEndpointsCommand.js +0 -65
  957. package/dist/es/commands/DescribeEndpointsCommand.js.map +0 -1
  958. package/dist/es/commands/DescribeEventCategoriesCommand.js +0 -69
  959. package/dist/es/commands/DescribeEventCategoriesCommand.js.map +0 -1
  960. package/dist/es/commands/DescribeEventSubscriptionsCommand.js +0 -70
  961. package/dist/es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  962. package/dist/es/commands/DescribeEventsCommand.js +0 -69
  963. package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
  964. package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js +0 -66
  965. package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js.map +0 -1
  966. package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js +0 -65
  967. package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
  968. package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js +0 -65
  969. package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js.map +0 -1
  970. package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js +0 -65
  971. package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +0 -1
  972. package/dist/es/commands/DescribeReplicationInstancesCommand.js +0 -66
  973. package/dist/es/commands/DescribeReplicationInstancesCommand.js.map +0 -1
  974. package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js +0 -65
  975. package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js.map +0 -1
  976. package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +0 -71
  977. package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +0 -1
  978. package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +0 -73
  979. package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +0 -1
  980. package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +0 -67
  981. package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +0 -1
  982. package/dist/es/commands/DescribeReplicationTasksCommand.js +0 -66
  983. package/dist/es/commands/DescribeReplicationTasksCommand.js.map +0 -1
  984. package/dist/es/commands/DescribeSchemasCommand.js +0 -67
  985. package/dist/es/commands/DescribeSchemasCommand.js.map +0 -1
  986. package/dist/es/commands/DescribeTableStatisticsCommand.js +0 -69
  987. package/dist/es/commands/DescribeTableStatisticsCommand.js.map +0 -1
  988. package/dist/es/commands/ImportCertificateCommand.js +0 -65
  989. package/dist/es/commands/ImportCertificateCommand.js.map +0 -1
  990. package/dist/es/commands/ListTagsForResourceCommand.js +0 -69
  991. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  992. package/dist/es/commands/ModifyEndpointCommand.js +0 -72
  993. package/dist/es/commands/ModifyEndpointCommand.js.map +0 -1
  994. package/dist/es/commands/ModifyEventSubscriptionCommand.js +0 -65
  995. package/dist/es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  996. package/dist/es/commands/ModifyReplicationInstanceCommand.js +0 -69
  997. package/dist/es/commands/ModifyReplicationInstanceCommand.js.map +0 -1
  998. package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js +0 -65
  999. package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js.map +0 -1
  1000. package/dist/es/commands/ModifyReplicationTaskCommand.js +0 -68
  1001. package/dist/es/commands/ModifyReplicationTaskCommand.js.map +0 -1
  1002. package/dist/es/commands/MoveReplicationTaskCommand.js +0 -68
  1003. package/dist/es/commands/MoveReplicationTaskCommand.js.map +0 -1
  1004. package/dist/es/commands/RebootReplicationInstanceCommand.js +0 -66
  1005. package/dist/es/commands/RebootReplicationInstanceCommand.js.map +0 -1
  1006. package/dist/es/commands/RefreshSchemasCommand.js +0 -67
  1007. package/dist/es/commands/RefreshSchemasCommand.js.map +0 -1
  1008. package/dist/es/commands/ReloadTablesCommand.js +0 -65
  1009. package/dist/es/commands/ReloadTablesCommand.js.map +0 -1
  1010. package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -70
  1011. package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  1012. package/dist/es/commands/StartReplicationTaskAssessmentCommand.js +0 -66
  1013. package/dist/es/commands/StartReplicationTaskAssessmentCommand.js.map +0 -1
  1014. package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js +0 -71
  1015. package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js.map +0 -1
  1016. package/dist/es/commands/StartReplicationTaskCommand.js +0 -68
  1017. package/dist/es/commands/StartReplicationTaskCommand.js.map +0 -1
  1018. package/dist/es/commands/StopReplicationTaskCommand.js +0 -65
  1019. package/dist/es/commands/StopReplicationTaskCommand.js.map +0 -1
  1020. package/dist/es/commands/TestConnectionCommand.js +0 -65
  1021. package/dist/es/commands/TestConnectionCommand.js.map +0 -1
  1022. package/dist/es/endpoints.js +0 -59
  1023. package/dist/es/endpoints.js.map +0 -1
  1024. package/dist/es/index.js.map +0 -1
  1025. package/dist/es/models/index.js.map +0 -1
  1026. package/dist/es/models/models_0.js +0 -1435
  1027. package/dist/es/models/models_0.js.map +0 -1
  1028. package/dist/es/package.json +0 -92
  1029. package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +0 -87
  1030. package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +0 -1
  1031. package/dist/es/pagination/DescribeCertificatesPaginator.js +0 -87
  1032. package/dist/es/pagination/DescribeCertificatesPaginator.js.map +0 -1
  1033. package/dist/es/pagination/DescribeConnectionsPaginator.js +0 -87
  1034. package/dist/es/pagination/DescribeConnectionsPaginator.js.map +0 -1
  1035. package/dist/es/pagination/DescribeEndpointSettingsPaginator.js +0 -87
  1036. package/dist/es/pagination/DescribeEndpointSettingsPaginator.js.map +0 -1
  1037. package/dist/es/pagination/DescribeEndpointTypesPaginator.js +0 -87
  1038. package/dist/es/pagination/DescribeEndpointTypesPaginator.js.map +0 -1
  1039. package/dist/es/pagination/DescribeEndpointsPaginator.js +0 -87
  1040. package/dist/es/pagination/DescribeEndpointsPaginator.js.map +0 -1
  1041. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js +0 -87
  1042. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  1043. package/dist/es/pagination/DescribeEventsPaginator.js +0 -87
  1044. package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
  1045. package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js +0 -87
  1046. package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +0 -1
  1047. package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -87
  1048. package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
  1049. package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +0 -87
  1050. package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +0 -1
  1051. package/dist/es/pagination/DescribeReplicationInstancesPaginator.js +0 -87
  1052. package/dist/es/pagination/DescribeReplicationInstancesPaginator.js.map +0 -1
  1053. package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js +0 -87
  1054. package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +0 -1
  1055. package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +0 -87
  1056. package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +0 -1
  1057. package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +0 -87
  1058. package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +0 -1
  1059. package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +0 -87
  1060. package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +0 -1
  1061. package/dist/es/pagination/DescribeReplicationTasksPaginator.js +0 -87
  1062. package/dist/es/pagination/DescribeReplicationTasksPaginator.js.map +0 -1
  1063. package/dist/es/pagination/DescribeSchemasPaginator.js +0 -87
  1064. package/dist/es/pagination/DescribeSchemasPaginator.js.map +0 -1
  1065. package/dist/es/pagination/DescribeTableStatisticsPaginator.js +0 -87
  1066. package/dist/es/pagination/DescribeTableStatisticsPaginator.js.map +0 -1
  1067. package/dist/es/pagination/Interfaces.js.map +0 -1
  1068. package/dist/es/protocols/Aws_json1_1.js +0 -7124
  1069. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  1070. package/dist/es/runtimeConfig.browser.js +0 -20
  1071. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1072. package/dist/es/runtimeConfig.js +0 -25
  1073. package/dist/es/runtimeConfig.js.map +0 -1
  1074. package/dist/es/runtimeConfig.native.js +0 -12
  1075. package/dist/es/runtimeConfig.native.js.map +0 -1
  1076. package/dist/es/runtimeConfig.shared.js +0 -17
  1077. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1078. package/dist/es/waiters/waitForEndpointDeleted.js +0 -106
  1079. package/dist/es/waiters/waitForEndpointDeleted.js.map +0 -1
  1080. package/dist/es/waiters/waitForReplicationInstanceAvailable.js +0 -180
  1081. package/dist/es/waiters/waitForReplicationInstanceAvailable.js.map +0 -1
  1082. package/dist/es/waiters/waitForReplicationInstanceDeleted.js +0 -81
  1083. package/dist/es/waiters/waitForReplicationInstanceDeleted.js.map +0 -1
  1084. package/dist/es/waiters/waitForReplicationTaskDeleted.js +0 -181
  1085. package/dist/es/waiters/waitForReplicationTaskDeleted.js.map +0 -1
  1086. package/dist/es/waiters/waitForReplicationTaskReady.js +0 -280
  1087. package/dist/es/waiters/waitForReplicationTaskReady.js.map +0 -1
  1088. package/dist/es/waiters/waitForReplicationTaskRunning.js +0 -280
  1089. package/dist/es/waiters/waitForReplicationTaskRunning.js.map +0 -1
  1090. package/dist/es/waiters/waitForReplicationTaskStopped.js +0 -255
  1091. package/dist/es/waiters/waitForReplicationTaskStopped.js.map +0 -1
  1092. package/dist/es/waiters/waitForTestConnectionSucceeds.js +0 -105
  1093. package/dist/es/waiters/waitForTestConnectionSucceeds.js.map +0 -1
  1094. package/dist/types/DatabaseMigrationService.d.ts +0 -548
  1095. package/dist/types/DatabaseMigrationServiceClient.d.ts +0 -196
  1096. package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -40
  1097. package/dist/types/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
  1098. package/dist/types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1099. package/dist/types/commands/CreateEndpointCommand.d.ts +0 -42
  1100. package/dist/types/commands/CreateEventSubscriptionCommand.d.ts +0 -50
  1101. package/dist/types/commands/CreateReplicationInstanceCommand.d.ts +0 -40
  1102. package/dist/types/commands/CreateReplicationSubnetGroupCommand.d.ts +0 -35
  1103. package/dist/types/commands/CreateReplicationTaskCommand.d.ts +0 -35
  1104. package/dist/types/commands/DeleteCertificateCommand.d.ts +0 -35
  1105. package/dist/types/commands/DeleteConnectionCommand.d.ts +0 -35
  1106. package/dist/types/commands/DeleteEndpointCommand.d.ts +0 -40
  1107. package/dist/types/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1108. package/dist/types/commands/DeleteReplicationInstanceCommand.d.ts +0 -40
  1109. package/dist/types/commands/DeleteReplicationSubnetGroupCommand.d.ts +0 -35
  1110. package/dist/types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1111. package/dist/types/commands/DeleteReplicationTaskCommand.d.ts +0 -35
  1112. package/dist/types/commands/DescribeAccountAttributesCommand.d.ts +0 -41
  1113. package/dist/types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +0 -49
  1114. package/dist/types/commands/DescribeCertificatesCommand.d.ts +0 -35
  1115. package/dist/types/commands/DescribeConnectionsCommand.d.ts +0 -36
  1116. package/dist/types/commands/DescribeEndpointSettingsCommand.d.ts +0 -36
  1117. package/dist/types/commands/DescribeEndpointTypesCommand.d.ts +0 -35
  1118. package/dist/types/commands/DescribeEndpointsCommand.d.ts +0 -35
  1119. package/dist/types/commands/DescribeEventCategoriesCommand.d.ts +0 -39
  1120. package/dist/types/commands/DescribeEventSubscriptionsCommand.d.ts +0 -40
  1121. package/dist/types/commands/DescribeEventsCommand.d.ts +0 -39
  1122. package/dist/types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +0 -36
  1123. package/dist/types/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
  1124. package/dist/types/commands/DescribeRefreshSchemasStatusCommand.d.ts +0 -35
  1125. package/dist/types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +0 -35
  1126. package/dist/types/commands/DescribeReplicationInstancesCommand.d.ts +0 -36
  1127. package/dist/types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +0 -35
  1128. package/dist/types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +0 -41
  1129. package/dist/types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +0 -43
  1130. package/dist/types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +0 -37
  1131. package/dist/types/commands/DescribeReplicationTasksCommand.d.ts +0 -36
  1132. package/dist/types/commands/DescribeSchemasCommand.d.ts +0 -37
  1133. package/dist/types/commands/DescribeTableStatisticsCommand.d.ts +0 -39
  1134. package/dist/types/commands/ImportCertificateCommand.d.ts +0 -35
  1135. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -39
  1136. package/dist/types/commands/ModifyEndpointCommand.d.ts +0 -42
  1137. package/dist/types/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
  1138. package/dist/types/commands/ModifyReplicationInstanceCommand.d.ts +0 -39
  1139. package/dist/types/commands/ModifyReplicationSubnetGroupCommand.d.ts +0 -35
  1140. package/dist/types/commands/ModifyReplicationTaskCommand.d.ts +0 -38
  1141. package/dist/types/commands/MoveReplicationTaskCommand.d.ts +0 -38
  1142. package/dist/types/commands/RebootReplicationInstanceCommand.d.ts +0 -36
  1143. package/dist/types/commands/RefreshSchemasCommand.d.ts +0 -37
  1144. package/dist/types/commands/ReloadTablesCommand.d.ts +0 -35
  1145. package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -40
  1146. package/dist/types/commands/StartReplicationTaskAssessmentCommand.d.ts +0 -36
  1147. package/dist/types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +0 -41
  1148. package/dist/types/commands/StartReplicationTaskCommand.d.ts +0 -38
  1149. package/dist/types/commands/StopReplicationTaskCommand.d.ts +0 -35
  1150. package/dist/types/commands/TestConnectionCommand.d.ts +0 -35
  1151. package/dist/types/models/models_0.d.ts +0 -7678
  1152. package/dist/types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +0 -4
  1153. package/dist/types/pagination/DescribeCertificatesPaginator.d.ts +0 -4
  1154. package/dist/types/pagination/DescribeConnectionsPaginator.d.ts +0 -4
  1155. package/dist/types/pagination/DescribeEndpointSettingsPaginator.d.ts +0 -4
  1156. package/dist/types/pagination/DescribeEndpointTypesPaginator.d.ts +0 -4
  1157. package/dist/types/pagination/DescribeEndpointsPaginator.d.ts +0 -4
  1158. package/dist/types/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  1159. package/dist/types/pagination/DescribeEventsPaginator.d.ts +0 -4
  1160. package/dist/types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +0 -4
  1161. package/dist/types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
  1162. package/dist/types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +0 -4
  1163. package/dist/types/pagination/DescribeReplicationInstancesPaginator.d.ts +0 -4
  1164. package/dist/types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +0 -4
  1165. package/dist/types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +0 -4
  1166. package/dist/types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +0 -4
  1167. package/dist/types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +0 -4
  1168. package/dist/types/pagination/DescribeReplicationTasksPaginator.d.ts +0 -4
  1169. package/dist/types/pagination/DescribeSchemasPaginator.d.ts +0 -4
  1170. package/dist/types/pagination/DescribeTableStatisticsPaginator.d.ts +0 -4
  1171. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1172. package/dist/types/protocols/Aws_json1_1.d.ts +0 -167
  1173. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  1174. package/dist/types/runtimeConfig.d.ts +0 -36
  1175. package/dist/types/runtimeConfig.native.d.ts +0 -35
  1176. package/dist/types/ts3.4/DatabaseMigrationService.d.ts +0 -548
  1177. package/dist/types/ts3.4/DatabaseMigrationServiceClient.d.ts +0 -196
  1178. package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -40
  1179. package/dist/types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
  1180. package/dist/types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1181. package/dist/types/ts3.4/commands/CreateEndpointCommand.d.ts +0 -42
  1182. package/dist/types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +0 -50
  1183. package/dist/types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +0 -40
  1184. package/dist/types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +0 -35
  1185. package/dist/types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +0 -35
  1186. package/dist/types/ts3.4/commands/DeleteCertificateCommand.d.ts +0 -35
  1187. package/dist/types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -35
  1188. package/dist/types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -40
  1189. package/dist/types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1190. package/dist/types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +0 -40
  1191. package/dist/types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +0 -35
  1192. package/dist/types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1193. package/dist/types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +0 -35
  1194. package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -41
  1195. package/dist/types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +0 -49
  1196. package/dist/types/ts3.4/commands/DescribeCertificatesCommand.d.ts +0 -35
  1197. package/dist/types/ts3.4/commands/DescribeConnectionsCommand.d.ts +0 -36
  1198. package/dist/types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +0 -36
  1199. package/dist/types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +0 -35
  1200. package/dist/types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -35
  1201. package/dist/types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +0 -39
  1202. package/dist/types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +0 -40
  1203. package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -39
  1204. package/dist/types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +0 -36
  1205. package/dist/types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
  1206. package/dist/types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +0 -35
  1207. package/dist/types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +0 -35
  1208. package/dist/types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +0 -36
  1209. package/dist/types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +0 -35
  1210. package/dist/types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +0 -41
  1211. package/dist/types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +0 -43
  1212. package/dist/types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +0 -37
  1213. package/dist/types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +0 -36
  1214. package/dist/types/ts3.4/commands/DescribeSchemasCommand.d.ts +0 -37
  1215. package/dist/types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +0 -39
  1216. package/dist/types/ts3.4/commands/ImportCertificateCommand.d.ts +0 -35
  1217. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -39
  1218. package/dist/types/ts3.4/commands/ModifyEndpointCommand.d.ts +0 -42
  1219. package/dist/types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
  1220. package/dist/types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +0 -39
  1221. package/dist/types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +0 -35
  1222. package/dist/types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +0 -38
  1223. package/dist/types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +0 -38
  1224. package/dist/types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +0 -36
  1225. package/dist/types/ts3.4/commands/RefreshSchemasCommand.d.ts +0 -37
  1226. package/dist/types/ts3.4/commands/ReloadTablesCommand.d.ts +0 -35
  1227. package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -40
  1228. package/dist/types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +0 -36
  1229. package/dist/types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +0 -41
  1230. package/dist/types/ts3.4/commands/StartReplicationTaskCommand.d.ts +0 -38
  1231. package/dist/types/ts3.4/commands/StopReplicationTaskCommand.d.ts +0 -35
  1232. package/dist/types/ts3.4/commands/TestConnectionCommand.d.ts +0 -35
  1233. package/dist/types/ts3.4/models/models_0.d.ts +0 -7678
  1234. package/dist/types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +0 -4
  1235. package/dist/types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +0 -4
  1236. package/dist/types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +0 -4
  1237. package/dist/types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +0 -4
  1238. package/dist/types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +0 -4
  1239. package/dist/types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +0 -4
  1240. package/dist/types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  1241. package/dist/types/ts3.4/pagination/DescribeEventsPaginator.d.ts +0 -4
  1242. package/dist/types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +0 -4
  1243. package/dist/types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
  1244. package/dist/types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +0 -4
  1245. package/dist/types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +0 -4
  1246. package/dist/types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +0 -4
  1247. package/dist/types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +0 -4
  1248. package/dist/types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +0 -4
  1249. package/dist/types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +0 -4
  1250. package/dist/types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +0 -4
  1251. package/dist/types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +0 -4
  1252. package/dist/types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +0 -4
  1253. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1254. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -167
  1255. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  1256. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  1257. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  1258. package/dist/types/ts3.4/waiters/waitForEndpointDeleted.d.ts +0 -14
  1259. package/dist/types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +0 -14
  1260. package/dist/types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +0 -14
  1261. package/dist/types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +0 -14
  1262. package/dist/types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +0 -14
  1263. package/dist/types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +0 -14
  1264. package/dist/types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +0 -14
  1265. package/dist/types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +0 -14
  1266. package/dist/types/waiters/waitForEndpointDeleted.d.ts +0 -14
  1267. package/dist/types/waiters/waitForReplicationInstanceAvailable.d.ts +0 -14
  1268. package/dist/types/waiters/waitForReplicationInstanceDeleted.d.ts +0 -14
  1269. package/dist/types/waiters/waitForReplicationTaskDeleted.d.ts +0 -14
  1270. package/dist/types/waiters/waitForReplicationTaskReady.d.ts +0 -14
  1271. package/dist/types/waiters/waitForReplicationTaskRunning.d.ts +0 -14
  1272. package/dist/types/waiters/waitForReplicationTaskStopped.d.ts +0 -14
  1273. package/dist/types/waiters/waitForTestConnectionSucceeds.d.ts +0 -14
  1274. package/endpoints.ts +0 -63
  1275. package/models/models_0.ts +0 -9138
  1276. package/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts +0 -58
  1277. package/pagination/DescribeCertificatesPaginator.ts +0 -58
  1278. package/pagination/DescribeConnectionsPaginator.ts +0 -58
  1279. package/pagination/DescribeEndpointSettingsPaginator.ts +0 -58
  1280. package/pagination/DescribeEndpointTypesPaginator.ts +0 -58
  1281. package/pagination/DescribeEndpointsPaginator.ts +0 -58
  1282. package/pagination/DescribeEventSubscriptionsPaginator.ts +0 -58
  1283. package/pagination/DescribeEventsPaginator.ts +0 -58
  1284. package/pagination/DescribeOrderableReplicationInstancesPaginator.ts +0 -58
  1285. package/pagination/DescribePendingMaintenanceActionsPaginator.ts +0 -58
  1286. package/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts +0 -58
  1287. package/pagination/DescribeReplicationInstancesPaginator.ts +0 -58
  1288. package/pagination/DescribeReplicationSubnetGroupsPaginator.ts +0 -58
  1289. package/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts +0 -58
  1290. package/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts +0 -58
  1291. package/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts +0 -58
  1292. package/pagination/DescribeReplicationTasksPaginator.ts +0 -58
  1293. package/pagination/DescribeSchemasPaginator.ts +0 -58
  1294. package/pagination/DescribeTableStatisticsPaginator.ts +0 -58
  1295. package/pagination/Interfaces.ts +0 -7
  1296. package/protocols/Aws_json1_1.ts +0 -9000
  1297. package/runtimeConfig.browser.ts +0 -40
  1298. package/runtimeConfig.native.ts +0 -16
  1299. package/runtimeConfig.shared.ts +0 -16
  1300. package/runtimeConfig.ts +0 -45
  1301. package/waiters/waitForEndpointDeleted.ts +0 -72
  1302. package/waiters/waitForReplicationInstanceAvailable.ts +0 -116
  1303. package/waiters/waitForReplicationInstanceDeleted.ts +0 -61
  1304. package/waiters/waitForReplicationTaskDeleted.ts +0 -117
  1305. package/waiters/waitForReplicationTaskReady.ts +0 -172
  1306. package/waiters/waitForReplicationTaskRunning.ts +0 -172
  1307. package/waiters/waitForReplicationTaskStopped.ts +0 -158
  1308. package/waiters/waitForTestConnectionSucceeds.ts +0 -71
@@ -1,2205 +0,0 @@
1
- import { DatabaseMigrationServiceClient } from "./DatabaseMigrationServiceClient";
2
- import {
3
- AddTagsToResourceCommand,
4
- AddTagsToResourceCommandInput,
5
- AddTagsToResourceCommandOutput,
6
- } from "./commands/AddTagsToResourceCommand";
7
- import {
8
- ApplyPendingMaintenanceActionCommand,
9
- ApplyPendingMaintenanceActionCommandInput,
10
- ApplyPendingMaintenanceActionCommandOutput,
11
- } from "./commands/ApplyPendingMaintenanceActionCommand";
12
- import {
13
- CancelReplicationTaskAssessmentRunCommand,
14
- CancelReplicationTaskAssessmentRunCommandInput,
15
- CancelReplicationTaskAssessmentRunCommandOutput,
16
- } from "./commands/CancelReplicationTaskAssessmentRunCommand";
17
- import {
18
- CreateEndpointCommand,
19
- CreateEndpointCommandInput,
20
- CreateEndpointCommandOutput,
21
- } from "./commands/CreateEndpointCommand";
22
- import {
23
- CreateEventSubscriptionCommand,
24
- CreateEventSubscriptionCommandInput,
25
- CreateEventSubscriptionCommandOutput,
26
- } from "./commands/CreateEventSubscriptionCommand";
27
- import {
28
- CreateReplicationInstanceCommand,
29
- CreateReplicationInstanceCommandInput,
30
- CreateReplicationInstanceCommandOutput,
31
- } from "./commands/CreateReplicationInstanceCommand";
32
- import {
33
- CreateReplicationSubnetGroupCommand,
34
- CreateReplicationSubnetGroupCommandInput,
35
- CreateReplicationSubnetGroupCommandOutput,
36
- } from "./commands/CreateReplicationSubnetGroupCommand";
37
- import {
38
- CreateReplicationTaskCommand,
39
- CreateReplicationTaskCommandInput,
40
- CreateReplicationTaskCommandOutput,
41
- } from "./commands/CreateReplicationTaskCommand";
42
- import {
43
- DeleteCertificateCommand,
44
- DeleteCertificateCommandInput,
45
- DeleteCertificateCommandOutput,
46
- } from "./commands/DeleteCertificateCommand";
47
- import {
48
- DeleteConnectionCommand,
49
- DeleteConnectionCommandInput,
50
- DeleteConnectionCommandOutput,
51
- } from "./commands/DeleteConnectionCommand";
52
- import {
53
- DeleteEndpointCommand,
54
- DeleteEndpointCommandInput,
55
- DeleteEndpointCommandOutput,
56
- } from "./commands/DeleteEndpointCommand";
57
- import {
58
- DeleteEventSubscriptionCommand,
59
- DeleteEventSubscriptionCommandInput,
60
- DeleteEventSubscriptionCommandOutput,
61
- } from "./commands/DeleteEventSubscriptionCommand";
62
- import {
63
- DeleteReplicationInstanceCommand,
64
- DeleteReplicationInstanceCommandInput,
65
- DeleteReplicationInstanceCommandOutput,
66
- } from "./commands/DeleteReplicationInstanceCommand";
67
- import {
68
- DeleteReplicationSubnetGroupCommand,
69
- DeleteReplicationSubnetGroupCommandInput,
70
- DeleteReplicationSubnetGroupCommandOutput,
71
- } from "./commands/DeleteReplicationSubnetGroupCommand";
72
- import {
73
- DeleteReplicationTaskAssessmentRunCommand,
74
- DeleteReplicationTaskAssessmentRunCommandInput,
75
- DeleteReplicationTaskAssessmentRunCommandOutput,
76
- } from "./commands/DeleteReplicationTaskAssessmentRunCommand";
77
- import {
78
- DeleteReplicationTaskCommand,
79
- DeleteReplicationTaskCommandInput,
80
- DeleteReplicationTaskCommandOutput,
81
- } from "./commands/DeleteReplicationTaskCommand";
82
- import {
83
- DescribeAccountAttributesCommand,
84
- DescribeAccountAttributesCommandInput,
85
- DescribeAccountAttributesCommandOutput,
86
- } from "./commands/DescribeAccountAttributesCommand";
87
- import {
88
- DescribeApplicableIndividualAssessmentsCommand,
89
- DescribeApplicableIndividualAssessmentsCommandInput,
90
- DescribeApplicableIndividualAssessmentsCommandOutput,
91
- } from "./commands/DescribeApplicableIndividualAssessmentsCommand";
92
- import {
93
- DescribeCertificatesCommand,
94
- DescribeCertificatesCommandInput,
95
- DescribeCertificatesCommandOutput,
96
- } from "./commands/DescribeCertificatesCommand";
97
- import {
98
- DescribeConnectionsCommand,
99
- DescribeConnectionsCommandInput,
100
- DescribeConnectionsCommandOutput,
101
- } from "./commands/DescribeConnectionsCommand";
102
- import {
103
- DescribeEndpointSettingsCommand,
104
- DescribeEndpointSettingsCommandInput,
105
- DescribeEndpointSettingsCommandOutput,
106
- } from "./commands/DescribeEndpointSettingsCommand";
107
- import {
108
- DescribeEndpointTypesCommand,
109
- DescribeEndpointTypesCommandInput,
110
- DescribeEndpointTypesCommandOutput,
111
- } from "./commands/DescribeEndpointTypesCommand";
112
- import {
113
- DescribeEndpointsCommand,
114
- DescribeEndpointsCommandInput,
115
- DescribeEndpointsCommandOutput,
116
- } from "./commands/DescribeEndpointsCommand";
117
- import {
118
- DescribeEventCategoriesCommand,
119
- DescribeEventCategoriesCommandInput,
120
- DescribeEventCategoriesCommandOutput,
121
- } from "./commands/DescribeEventCategoriesCommand";
122
- import {
123
- DescribeEventSubscriptionsCommand,
124
- DescribeEventSubscriptionsCommandInput,
125
- DescribeEventSubscriptionsCommandOutput,
126
- } from "./commands/DescribeEventSubscriptionsCommand";
127
- import {
128
- DescribeEventsCommand,
129
- DescribeEventsCommandInput,
130
- DescribeEventsCommandOutput,
131
- } from "./commands/DescribeEventsCommand";
132
- import {
133
- DescribeOrderableReplicationInstancesCommand,
134
- DescribeOrderableReplicationInstancesCommandInput,
135
- DescribeOrderableReplicationInstancesCommandOutput,
136
- } from "./commands/DescribeOrderableReplicationInstancesCommand";
137
- import {
138
- DescribePendingMaintenanceActionsCommand,
139
- DescribePendingMaintenanceActionsCommandInput,
140
- DescribePendingMaintenanceActionsCommandOutput,
141
- } from "./commands/DescribePendingMaintenanceActionsCommand";
142
- import {
143
- DescribeRefreshSchemasStatusCommand,
144
- DescribeRefreshSchemasStatusCommandInput,
145
- DescribeRefreshSchemasStatusCommandOutput,
146
- } from "./commands/DescribeRefreshSchemasStatusCommand";
147
- import {
148
- DescribeReplicationInstanceTaskLogsCommand,
149
- DescribeReplicationInstanceTaskLogsCommandInput,
150
- DescribeReplicationInstanceTaskLogsCommandOutput,
151
- } from "./commands/DescribeReplicationInstanceTaskLogsCommand";
152
- import {
153
- DescribeReplicationInstancesCommand,
154
- DescribeReplicationInstancesCommandInput,
155
- DescribeReplicationInstancesCommandOutput,
156
- } from "./commands/DescribeReplicationInstancesCommand";
157
- import {
158
- DescribeReplicationSubnetGroupsCommand,
159
- DescribeReplicationSubnetGroupsCommandInput,
160
- DescribeReplicationSubnetGroupsCommandOutput,
161
- } from "./commands/DescribeReplicationSubnetGroupsCommand";
162
- import {
163
- DescribeReplicationTaskAssessmentResultsCommand,
164
- DescribeReplicationTaskAssessmentResultsCommandInput,
165
- DescribeReplicationTaskAssessmentResultsCommandOutput,
166
- } from "./commands/DescribeReplicationTaskAssessmentResultsCommand";
167
- import {
168
- DescribeReplicationTaskAssessmentRunsCommand,
169
- DescribeReplicationTaskAssessmentRunsCommandInput,
170
- DescribeReplicationTaskAssessmentRunsCommandOutput,
171
- } from "./commands/DescribeReplicationTaskAssessmentRunsCommand";
172
- import {
173
- DescribeReplicationTaskIndividualAssessmentsCommand,
174
- DescribeReplicationTaskIndividualAssessmentsCommandInput,
175
- DescribeReplicationTaskIndividualAssessmentsCommandOutput,
176
- } from "./commands/DescribeReplicationTaskIndividualAssessmentsCommand";
177
- import {
178
- DescribeReplicationTasksCommand,
179
- DescribeReplicationTasksCommandInput,
180
- DescribeReplicationTasksCommandOutput,
181
- } from "./commands/DescribeReplicationTasksCommand";
182
- import {
183
- DescribeSchemasCommand,
184
- DescribeSchemasCommandInput,
185
- DescribeSchemasCommandOutput,
186
- } from "./commands/DescribeSchemasCommand";
187
- import {
188
- DescribeTableStatisticsCommand,
189
- DescribeTableStatisticsCommandInput,
190
- DescribeTableStatisticsCommandOutput,
191
- } from "./commands/DescribeTableStatisticsCommand";
192
- import {
193
- ImportCertificateCommand,
194
- ImportCertificateCommandInput,
195
- ImportCertificateCommandOutput,
196
- } from "./commands/ImportCertificateCommand";
197
- import {
198
- ListTagsForResourceCommand,
199
- ListTagsForResourceCommandInput,
200
- ListTagsForResourceCommandOutput,
201
- } from "./commands/ListTagsForResourceCommand";
202
- import {
203
- ModifyEndpointCommand,
204
- ModifyEndpointCommandInput,
205
- ModifyEndpointCommandOutput,
206
- } from "./commands/ModifyEndpointCommand";
207
- import {
208
- ModifyEventSubscriptionCommand,
209
- ModifyEventSubscriptionCommandInput,
210
- ModifyEventSubscriptionCommandOutput,
211
- } from "./commands/ModifyEventSubscriptionCommand";
212
- import {
213
- ModifyReplicationInstanceCommand,
214
- ModifyReplicationInstanceCommandInput,
215
- ModifyReplicationInstanceCommandOutput,
216
- } from "./commands/ModifyReplicationInstanceCommand";
217
- import {
218
- ModifyReplicationSubnetGroupCommand,
219
- ModifyReplicationSubnetGroupCommandInput,
220
- ModifyReplicationSubnetGroupCommandOutput,
221
- } from "./commands/ModifyReplicationSubnetGroupCommand";
222
- import {
223
- ModifyReplicationTaskCommand,
224
- ModifyReplicationTaskCommandInput,
225
- ModifyReplicationTaskCommandOutput,
226
- } from "./commands/ModifyReplicationTaskCommand";
227
- import {
228
- MoveReplicationTaskCommand,
229
- MoveReplicationTaskCommandInput,
230
- MoveReplicationTaskCommandOutput,
231
- } from "./commands/MoveReplicationTaskCommand";
232
- import {
233
- RebootReplicationInstanceCommand,
234
- RebootReplicationInstanceCommandInput,
235
- RebootReplicationInstanceCommandOutput,
236
- } from "./commands/RebootReplicationInstanceCommand";
237
- import {
238
- RefreshSchemasCommand,
239
- RefreshSchemasCommandInput,
240
- RefreshSchemasCommandOutput,
241
- } from "./commands/RefreshSchemasCommand";
242
- import {
243
- ReloadTablesCommand,
244
- ReloadTablesCommandInput,
245
- ReloadTablesCommandOutput,
246
- } from "./commands/ReloadTablesCommand";
247
- import {
248
- RemoveTagsFromResourceCommand,
249
- RemoveTagsFromResourceCommandInput,
250
- RemoveTagsFromResourceCommandOutput,
251
- } from "./commands/RemoveTagsFromResourceCommand";
252
- import {
253
- StartReplicationTaskAssessmentCommand,
254
- StartReplicationTaskAssessmentCommandInput,
255
- StartReplicationTaskAssessmentCommandOutput,
256
- } from "./commands/StartReplicationTaskAssessmentCommand";
257
- import {
258
- StartReplicationTaskAssessmentRunCommand,
259
- StartReplicationTaskAssessmentRunCommandInput,
260
- StartReplicationTaskAssessmentRunCommandOutput,
261
- } from "./commands/StartReplicationTaskAssessmentRunCommand";
262
- import {
263
- StartReplicationTaskCommand,
264
- StartReplicationTaskCommandInput,
265
- StartReplicationTaskCommandOutput,
266
- } from "./commands/StartReplicationTaskCommand";
267
- import {
268
- StopReplicationTaskCommand,
269
- StopReplicationTaskCommandInput,
270
- StopReplicationTaskCommandOutput,
271
- } from "./commands/StopReplicationTaskCommand";
272
- import {
273
- TestConnectionCommand,
274
- TestConnectionCommandInput,
275
- TestConnectionCommandOutput,
276
- } from "./commands/TestConnectionCommand";
277
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
278
-
279
- /**
280
- * <fullname>Database Migration Service</fullname>
281
- * <p>Database Migration Service (DMS) can migrate your data to and from the most
282
- * widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL
283
- * Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise
284
- * (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as
285
- * heterogeneous migrations between different database platforms, such as Oracle to MySQL or
286
- * SQL Server to PostgreSQL.</p>
287
- * <p>For more information about DMS, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/Welcome.html">What Is Database Migration Service?</a>
288
- * in the <i>Database Migration Service User Guide.</i>
289
- * </p>
290
- */
291
- export class DatabaseMigrationService extends DatabaseMigrationServiceClient {
292
- /**
293
- * <p>Adds metadata tags to an DMS resource, including replication instance, endpoint,
294
- * security group, and migration task. These tags can also be used with cost allocation
295
- * reporting to track cost associated with DMS resources, or used in a Condition statement in
296
- * an IAM policy for DMS. For more information, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
297
- * <code>Tag</code>
298
- * </a> data type description.</p>
299
- */
300
- public addTagsToResource(
301
- args: AddTagsToResourceCommandInput,
302
- options?: __HttpHandlerOptions
303
- ): Promise<AddTagsToResourceCommandOutput>;
304
- public addTagsToResource(
305
- args: AddTagsToResourceCommandInput,
306
- cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
307
- ): void;
308
- public addTagsToResource(
309
- args: AddTagsToResourceCommandInput,
310
- options: __HttpHandlerOptions,
311
- cb: (err: any, data?: AddTagsToResourceCommandOutput) => void
312
- ): void;
313
- public addTagsToResource(
314
- args: AddTagsToResourceCommandInput,
315
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AddTagsToResourceCommandOutput) => void),
316
- cb?: (err: any, data?: AddTagsToResourceCommandOutput) => void
317
- ): Promise<AddTagsToResourceCommandOutput> | void {
318
- const command = new AddTagsToResourceCommand(args);
319
- if (typeof optionsOrCb === "function") {
320
- this.send(command, optionsOrCb);
321
- } else if (typeof cb === "function") {
322
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
323
- this.send(command, optionsOrCb || {}, cb);
324
- } else {
325
- return this.send(command, optionsOrCb);
326
- }
327
- }
328
-
329
- /**
330
- * <p>Applies a pending maintenance action to a resource (for example, to a replication instance).</p>
331
- */
332
- public applyPendingMaintenanceAction(
333
- args: ApplyPendingMaintenanceActionCommandInput,
334
- options?: __HttpHandlerOptions
335
- ): Promise<ApplyPendingMaintenanceActionCommandOutput>;
336
- public applyPendingMaintenanceAction(
337
- args: ApplyPendingMaintenanceActionCommandInput,
338
- cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
339
- ): void;
340
- public applyPendingMaintenanceAction(
341
- args: ApplyPendingMaintenanceActionCommandInput,
342
- options: __HttpHandlerOptions,
343
- cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
344
- ): void;
345
- public applyPendingMaintenanceAction(
346
- args: ApplyPendingMaintenanceActionCommandInput,
347
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void),
348
- cb?: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void
349
- ): Promise<ApplyPendingMaintenanceActionCommandOutput> | void {
350
- const command = new ApplyPendingMaintenanceActionCommand(args);
351
- if (typeof optionsOrCb === "function") {
352
- this.send(command, optionsOrCb);
353
- } else if (typeof cb === "function") {
354
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
355
- this.send(command, optionsOrCb || {}, cb);
356
- } else {
357
- return this.send(command, optionsOrCb);
358
- }
359
- }
360
-
361
- /**
362
- * <p>Cancels a single premigration assessment run.</p>
363
- * <p>This operation prevents any individual assessments from running if they haven't started
364
- * running. It also attempts to cancel any individual assessments that are currently
365
- * running.</p>
366
- */
367
- public cancelReplicationTaskAssessmentRun(
368
- args: CancelReplicationTaskAssessmentRunCommandInput,
369
- options?: __HttpHandlerOptions
370
- ): Promise<CancelReplicationTaskAssessmentRunCommandOutput>;
371
- public cancelReplicationTaskAssessmentRun(
372
- args: CancelReplicationTaskAssessmentRunCommandInput,
373
- cb: (err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void
374
- ): void;
375
- public cancelReplicationTaskAssessmentRun(
376
- args: CancelReplicationTaskAssessmentRunCommandInput,
377
- options: __HttpHandlerOptions,
378
- cb: (err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void
379
- ): void;
380
- public cancelReplicationTaskAssessmentRun(
381
- args: CancelReplicationTaskAssessmentRunCommandInput,
382
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void),
383
- cb?: (err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void
384
- ): Promise<CancelReplicationTaskAssessmentRunCommandOutput> | void {
385
- const command = new CancelReplicationTaskAssessmentRunCommand(args);
386
- if (typeof optionsOrCb === "function") {
387
- this.send(command, optionsOrCb);
388
- } else if (typeof cb === "function") {
389
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
390
- this.send(command, optionsOrCb || {}, cb);
391
- } else {
392
- return this.send(command, optionsOrCb);
393
- }
394
- }
395
-
396
- /**
397
- * <p>Creates an endpoint using the provided settings.</p>
398
- * <note>
399
- * <p>For a MySQL source or target endpoint, don't explicitly specify the database using
400
- * the <code>DatabaseName</code> request parameter on the <code>CreateEndpoint</code> API call.
401
- * Specifying <code>DatabaseName</code> when you create a MySQL endpoint replicates all the
402
- * task tables to this single database. For MySQL endpoints, you specify the database only when
403
- * you specify the schema in the table-mapping rules of the DMS task.</p>
404
- * </note>
405
- */
406
- public createEndpoint(
407
- args: CreateEndpointCommandInput,
408
- options?: __HttpHandlerOptions
409
- ): Promise<CreateEndpointCommandOutput>;
410
- public createEndpoint(
411
- args: CreateEndpointCommandInput,
412
- cb: (err: any, data?: CreateEndpointCommandOutput) => void
413
- ): void;
414
- public createEndpoint(
415
- args: CreateEndpointCommandInput,
416
- options: __HttpHandlerOptions,
417
- cb: (err: any, data?: CreateEndpointCommandOutput) => void
418
- ): void;
419
- public createEndpoint(
420
- args: CreateEndpointCommandInput,
421
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEndpointCommandOutput) => void),
422
- cb?: (err: any, data?: CreateEndpointCommandOutput) => void
423
- ): Promise<CreateEndpointCommandOutput> | void {
424
- const command = new CreateEndpointCommand(args);
425
- if (typeof optionsOrCb === "function") {
426
- this.send(command, optionsOrCb);
427
- } else if (typeof cb === "function") {
428
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
429
- this.send(command, optionsOrCb || {}, cb);
430
- } else {
431
- return this.send(command, optionsOrCb);
432
- }
433
- }
434
-
435
- /**
436
- * <p> Creates an DMS event notification subscription. </p>
437
- * <p>You can specify the type of source (<code>SourceType</code>) you want to be notified of,
438
- * provide a list of DMS source IDs (<code>SourceIds</code>) that triggers the events, and
439
- * provide a list of event categories (<code>EventCategories</code>) for events you want to be
440
- * notified of. If you specify both the <code>SourceType</code> and <code>SourceIds</code>,
441
- * such as <code>SourceType = replication-instance</code> and <code>SourceIdentifier =
442
- * my-replinstance</code>, you will be notified of all the replication instance events for
443
- * the specified source. If you specify a <code>SourceType</code> but don't specify a
444
- * <code>SourceIdentifier</code>, you receive notice of the events for that source type for
445
- * all your DMS sources. If you don't specify either <code>SourceType</code> nor
446
- * <code>SourceIdentifier</code>, you will be notified of events generated from all DMS
447
- * sources belonging to your customer account.</p>
448
- * <p>For more information about DMS events, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events and
449
- * Notifications</a> in the <i>Database Migration Service User
450
- * Guide.</i>
451
- * </p>
452
- */
453
- public createEventSubscription(
454
- args: CreateEventSubscriptionCommandInput,
455
- options?: __HttpHandlerOptions
456
- ): Promise<CreateEventSubscriptionCommandOutput>;
457
- public createEventSubscription(
458
- args: CreateEventSubscriptionCommandInput,
459
- cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
460
- ): void;
461
- public createEventSubscription(
462
- args: CreateEventSubscriptionCommandInput,
463
- options: __HttpHandlerOptions,
464
- cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
465
- ): void;
466
- public createEventSubscription(
467
- args: CreateEventSubscriptionCommandInput,
468
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEventSubscriptionCommandOutput) => void),
469
- cb?: (err: any, data?: CreateEventSubscriptionCommandOutput) => void
470
- ): Promise<CreateEventSubscriptionCommandOutput> | void {
471
- const command = new CreateEventSubscriptionCommand(args);
472
- if (typeof optionsOrCb === "function") {
473
- this.send(command, optionsOrCb);
474
- } else if (typeof cb === "function") {
475
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
476
- this.send(command, optionsOrCb || {}, cb);
477
- } else {
478
- return this.send(command, optionsOrCb);
479
- }
480
- }
481
-
482
- /**
483
- * <p>Creates the replication instance using the specified parameters.</p>
484
- * <p>DMS requires that your account have certain roles with appropriate permissions
485
- * before you can create a replication instance. For information on the required roles, see
486
- * <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.APIRole">Creating the IAM Roles to Use With the CLI and DMS API</a>. For
487
- * information on the required permissions, see
488
- * <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.IAMPermissions">IAM Permissions Needed to Use DMS</a>.</p>
489
- */
490
- public createReplicationInstance(
491
- args: CreateReplicationInstanceCommandInput,
492
- options?: __HttpHandlerOptions
493
- ): Promise<CreateReplicationInstanceCommandOutput>;
494
- public createReplicationInstance(
495
- args: CreateReplicationInstanceCommandInput,
496
- cb: (err: any, data?: CreateReplicationInstanceCommandOutput) => void
497
- ): void;
498
- public createReplicationInstance(
499
- args: CreateReplicationInstanceCommandInput,
500
- options: __HttpHandlerOptions,
501
- cb: (err: any, data?: CreateReplicationInstanceCommandOutput) => void
502
- ): void;
503
- public createReplicationInstance(
504
- args: CreateReplicationInstanceCommandInput,
505
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateReplicationInstanceCommandOutput) => void),
506
- cb?: (err: any, data?: CreateReplicationInstanceCommandOutput) => void
507
- ): Promise<CreateReplicationInstanceCommandOutput> | void {
508
- const command = new CreateReplicationInstanceCommand(args);
509
- if (typeof optionsOrCb === "function") {
510
- this.send(command, optionsOrCb);
511
- } else if (typeof cb === "function") {
512
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
513
- this.send(command, optionsOrCb || {}, cb);
514
- } else {
515
- return this.send(command, optionsOrCb);
516
- }
517
- }
518
-
519
- /**
520
- * <p>Creates a replication subnet group given a list of the subnet IDs in a VPC.</p>
521
- */
522
- public createReplicationSubnetGroup(
523
- args: CreateReplicationSubnetGroupCommandInput,
524
- options?: __HttpHandlerOptions
525
- ): Promise<CreateReplicationSubnetGroupCommandOutput>;
526
- public createReplicationSubnetGroup(
527
- args: CreateReplicationSubnetGroupCommandInput,
528
- cb: (err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void
529
- ): void;
530
- public createReplicationSubnetGroup(
531
- args: CreateReplicationSubnetGroupCommandInput,
532
- options: __HttpHandlerOptions,
533
- cb: (err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void
534
- ): void;
535
- public createReplicationSubnetGroup(
536
- args: CreateReplicationSubnetGroupCommandInput,
537
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void),
538
- cb?: (err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void
539
- ): Promise<CreateReplicationSubnetGroupCommandOutput> | void {
540
- const command = new CreateReplicationSubnetGroupCommand(args);
541
- if (typeof optionsOrCb === "function") {
542
- this.send(command, optionsOrCb);
543
- } else if (typeof cb === "function") {
544
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
545
- this.send(command, optionsOrCb || {}, cb);
546
- } else {
547
- return this.send(command, optionsOrCb);
548
- }
549
- }
550
-
551
- /**
552
- * <p>Creates a replication task using the specified parameters.</p>
553
- */
554
- public createReplicationTask(
555
- args: CreateReplicationTaskCommandInput,
556
- options?: __HttpHandlerOptions
557
- ): Promise<CreateReplicationTaskCommandOutput>;
558
- public createReplicationTask(
559
- args: CreateReplicationTaskCommandInput,
560
- cb: (err: any, data?: CreateReplicationTaskCommandOutput) => void
561
- ): void;
562
- public createReplicationTask(
563
- args: CreateReplicationTaskCommandInput,
564
- options: __HttpHandlerOptions,
565
- cb: (err: any, data?: CreateReplicationTaskCommandOutput) => void
566
- ): void;
567
- public createReplicationTask(
568
- args: CreateReplicationTaskCommandInput,
569
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateReplicationTaskCommandOutput) => void),
570
- cb?: (err: any, data?: CreateReplicationTaskCommandOutput) => void
571
- ): Promise<CreateReplicationTaskCommandOutput> | void {
572
- const command = new CreateReplicationTaskCommand(args);
573
- if (typeof optionsOrCb === "function") {
574
- this.send(command, optionsOrCb);
575
- } else if (typeof cb === "function") {
576
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
577
- this.send(command, optionsOrCb || {}, cb);
578
- } else {
579
- return this.send(command, optionsOrCb);
580
- }
581
- }
582
-
583
- /**
584
- * <p>Deletes the specified certificate. </p>
585
- */
586
- public deleteCertificate(
587
- args: DeleteCertificateCommandInput,
588
- options?: __HttpHandlerOptions
589
- ): Promise<DeleteCertificateCommandOutput>;
590
- public deleteCertificate(
591
- args: DeleteCertificateCommandInput,
592
- cb: (err: any, data?: DeleteCertificateCommandOutput) => void
593
- ): void;
594
- public deleteCertificate(
595
- args: DeleteCertificateCommandInput,
596
- options: __HttpHandlerOptions,
597
- cb: (err: any, data?: DeleteCertificateCommandOutput) => void
598
- ): void;
599
- public deleteCertificate(
600
- args: DeleteCertificateCommandInput,
601
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteCertificateCommandOutput) => void),
602
- cb?: (err: any, data?: DeleteCertificateCommandOutput) => void
603
- ): Promise<DeleteCertificateCommandOutput> | void {
604
- const command = new DeleteCertificateCommand(args);
605
- if (typeof optionsOrCb === "function") {
606
- this.send(command, optionsOrCb);
607
- } else if (typeof cb === "function") {
608
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
609
- this.send(command, optionsOrCb || {}, cb);
610
- } else {
611
- return this.send(command, optionsOrCb);
612
- }
613
- }
614
-
615
- /**
616
- * <p>Deletes the connection between a replication instance and an endpoint.</p>
617
- */
618
- public deleteConnection(
619
- args: DeleteConnectionCommandInput,
620
- options?: __HttpHandlerOptions
621
- ): Promise<DeleteConnectionCommandOutput>;
622
- public deleteConnection(
623
- args: DeleteConnectionCommandInput,
624
- cb: (err: any, data?: DeleteConnectionCommandOutput) => void
625
- ): void;
626
- public deleteConnection(
627
- args: DeleteConnectionCommandInput,
628
- options: __HttpHandlerOptions,
629
- cb: (err: any, data?: DeleteConnectionCommandOutput) => void
630
- ): void;
631
- public deleteConnection(
632
- args: DeleteConnectionCommandInput,
633
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteConnectionCommandOutput) => void),
634
- cb?: (err: any, data?: DeleteConnectionCommandOutput) => void
635
- ): Promise<DeleteConnectionCommandOutput> | void {
636
- const command = new DeleteConnectionCommand(args);
637
- if (typeof optionsOrCb === "function") {
638
- this.send(command, optionsOrCb);
639
- } else if (typeof cb === "function") {
640
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
641
- this.send(command, optionsOrCb || {}, cb);
642
- } else {
643
- return this.send(command, optionsOrCb);
644
- }
645
- }
646
-
647
- /**
648
- * <p>Deletes the specified endpoint.</p>
649
- * <note>
650
- * <p>All tasks associated with the endpoint must be deleted before you can delete the
651
- * endpoint.</p>
652
- * </note>
653
- * <p></p>
654
- */
655
- public deleteEndpoint(
656
- args: DeleteEndpointCommandInput,
657
- options?: __HttpHandlerOptions
658
- ): Promise<DeleteEndpointCommandOutput>;
659
- public deleteEndpoint(
660
- args: DeleteEndpointCommandInput,
661
- cb: (err: any, data?: DeleteEndpointCommandOutput) => void
662
- ): void;
663
- public deleteEndpoint(
664
- args: DeleteEndpointCommandInput,
665
- options: __HttpHandlerOptions,
666
- cb: (err: any, data?: DeleteEndpointCommandOutput) => void
667
- ): void;
668
- public deleteEndpoint(
669
- args: DeleteEndpointCommandInput,
670
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEndpointCommandOutput) => void),
671
- cb?: (err: any, data?: DeleteEndpointCommandOutput) => void
672
- ): Promise<DeleteEndpointCommandOutput> | void {
673
- const command = new DeleteEndpointCommand(args);
674
- if (typeof optionsOrCb === "function") {
675
- this.send(command, optionsOrCb);
676
- } else if (typeof cb === "function") {
677
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
678
- this.send(command, optionsOrCb || {}, cb);
679
- } else {
680
- return this.send(command, optionsOrCb);
681
- }
682
- }
683
-
684
- /**
685
- * <p> Deletes an DMS event subscription. </p>
686
- */
687
- public deleteEventSubscription(
688
- args: DeleteEventSubscriptionCommandInput,
689
- options?: __HttpHandlerOptions
690
- ): Promise<DeleteEventSubscriptionCommandOutput>;
691
- public deleteEventSubscription(
692
- args: DeleteEventSubscriptionCommandInput,
693
- cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
694
- ): void;
695
- public deleteEventSubscription(
696
- args: DeleteEventSubscriptionCommandInput,
697
- options: __HttpHandlerOptions,
698
- cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
699
- ): void;
700
- public deleteEventSubscription(
701
- args: DeleteEventSubscriptionCommandInput,
702
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEventSubscriptionCommandOutput) => void),
703
- cb?: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
704
- ): Promise<DeleteEventSubscriptionCommandOutput> | void {
705
- const command = new DeleteEventSubscriptionCommand(args);
706
- if (typeof optionsOrCb === "function") {
707
- this.send(command, optionsOrCb);
708
- } else if (typeof cb === "function") {
709
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
710
- this.send(command, optionsOrCb || {}, cb);
711
- } else {
712
- return this.send(command, optionsOrCb);
713
- }
714
- }
715
-
716
- /**
717
- * <p>Deletes the specified replication instance.</p>
718
- * <note>
719
- * <p>You must delete any migration tasks that are associated with the replication instance
720
- * before you can delete it.</p>
721
- * </note>
722
- * <p></p>
723
- */
724
- public deleteReplicationInstance(
725
- args: DeleteReplicationInstanceCommandInput,
726
- options?: __HttpHandlerOptions
727
- ): Promise<DeleteReplicationInstanceCommandOutput>;
728
- public deleteReplicationInstance(
729
- args: DeleteReplicationInstanceCommandInput,
730
- cb: (err: any, data?: DeleteReplicationInstanceCommandOutput) => void
731
- ): void;
732
- public deleteReplicationInstance(
733
- args: DeleteReplicationInstanceCommandInput,
734
- options: __HttpHandlerOptions,
735
- cb: (err: any, data?: DeleteReplicationInstanceCommandOutput) => void
736
- ): void;
737
- public deleteReplicationInstance(
738
- args: DeleteReplicationInstanceCommandInput,
739
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationInstanceCommandOutput) => void),
740
- cb?: (err: any, data?: DeleteReplicationInstanceCommandOutput) => void
741
- ): Promise<DeleteReplicationInstanceCommandOutput> | void {
742
- const command = new DeleteReplicationInstanceCommand(args);
743
- if (typeof optionsOrCb === "function") {
744
- this.send(command, optionsOrCb);
745
- } else if (typeof cb === "function") {
746
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
747
- this.send(command, optionsOrCb || {}, cb);
748
- } else {
749
- return this.send(command, optionsOrCb);
750
- }
751
- }
752
-
753
- /**
754
- * <p>Deletes a subnet group.</p>
755
- */
756
- public deleteReplicationSubnetGroup(
757
- args: DeleteReplicationSubnetGroupCommandInput,
758
- options?: __HttpHandlerOptions
759
- ): Promise<DeleteReplicationSubnetGroupCommandOutput>;
760
- public deleteReplicationSubnetGroup(
761
- args: DeleteReplicationSubnetGroupCommandInput,
762
- cb: (err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void
763
- ): void;
764
- public deleteReplicationSubnetGroup(
765
- args: DeleteReplicationSubnetGroupCommandInput,
766
- options: __HttpHandlerOptions,
767
- cb: (err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void
768
- ): void;
769
- public deleteReplicationSubnetGroup(
770
- args: DeleteReplicationSubnetGroupCommandInput,
771
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void),
772
- cb?: (err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void
773
- ): Promise<DeleteReplicationSubnetGroupCommandOutput> | void {
774
- const command = new DeleteReplicationSubnetGroupCommand(args);
775
- if (typeof optionsOrCb === "function") {
776
- this.send(command, optionsOrCb);
777
- } else if (typeof cb === "function") {
778
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
779
- this.send(command, optionsOrCb || {}, cb);
780
- } else {
781
- return this.send(command, optionsOrCb);
782
- }
783
- }
784
-
785
- /**
786
- * <p>Deletes the specified replication task.</p>
787
- */
788
- public deleteReplicationTask(
789
- args: DeleteReplicationTaskCommandInput,
790
- options?: __HttpHandlerOptions
791
- ): Promise<DeleteReplicationTaskCommandOutput>;
792
- public deleteReplicationTask(
793
- args: DeleteReplicationTaskCommandInput,
794
- cb: (err: any, data?: DeleteReplicationTaskCommandOutput) => void
795
- ): void;
796
- public deleteReplicationTask(
797
- args: DeleteReplicationTaskCommandInput,
798
- options: __HttpHandlerOptions,
799
- cb: (err: any, data?: DeleteReplicationTaskCommandOutput) => void
800
- ): void;
801
- public deleteReplicationTask(
802
- args: DeleteReplicationTaskCommandInput,
803
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationTaskCommandOutput) => void),
804
- cb?: (err: any, data?: DeleteReplicationTaskCommandOutput) => void
805
- ): Promise<DeleteReplicationTaskCommandOutput> | void {
806
- const command = new DeleteReplicationTaskCommand(args);
807
- if (typeof optionsOrCb === "function") {
808
- this.send(command, optionsOrCb);
809
- } else if (typeof cb === "function") {
810
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
811
- this.send(command, optionsOrCb || {}, cb);
812
- } else {
813
- return this.send(command, optionsOrCb);
814
- }
815
- }
816
-
817
- /**
818
- * <p>Deletes the record of a single premigration assessment run.</p>
819
- * <p>This operation removes all metadata that DMS maintains about this assessment run.
820
- * However, the operation leaves untouched all information about this assessment run that is
821
- * stored in your Amazon S3 bucket.</p>
822
- */
823
- public deleteReplicationTaskAssessmentRun(
824
- args: DeleteReplicationTaskAssessmentRunCommandInput,
825
- options?: __HttpHandlerOptions
826
- ): Promise<DeleteReplicationTaskAssessmentRunCommandOutput>;
827
- public deleteReplicationTaskAssessmentRun(
828
- args: DeleteReplicationTaskAssessmentRunCommandInput,
829
- cb: (err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void
830
- ): void;
831
- public deleteReplicationTaskAssessmentRun(
832
- args: DeleteReplicationTaskAssessmentRunCommandInput,
833
- options: __HttpHandlerOptions,
834
- cb: (err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void
835
- ): void;
836
- public deleteReplicationTaskAssessmentRun(
837
- args: DeleteReplicationTaskAssessmentRunCommandInput,
838
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void),
839
- cb?: (err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void
840
- ): Promise<DeleteReplicationTaskAssessmentRunCommandOutput> | void {
841
- const command = new DeleteReplicationTaskAssessmentRunCommand(args);
842
- if (typeof optionsOrCb === "function") {
843
- this.send(command, optionsOrCb);
844
- } else if (typeof cb === "function") {
845
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
846
- this.send(command, optionsOrCb || {}, cb);
847
- } else {
848
- return this.send(command, optionsOrCb);
849
- }
850
- }
851
-
852
- /**
853
- * <p>Lists all of the DMS attributes for a customer account. These attributes include DMS
854
- * quotas for the account and a unique account identifier in a particular DMS region. DMS
855
- * quotas include a list of resource quotas supported by the account, such as the number of
856
- * replication instances allowed. The description for each resource quota, includes the quota
857
- * name, current usage toward that quota, and the quota's maximum value. DMS uses the unique
858
- * account identifier to name each artifact used by DMS in the given region.</p>
859
- * <p>This command does not take any parameters.</p>
860
- */
861
- public describeAccountAttributes(
862
- args: DescribeAccountAttributesCommandInput,
863
- options?: __HttpHandlerOptions
864
- ): Promise<DescribeAccountAttributesCommandOutput>;
865
- public describeAccountAttributes(
866
- args: DescribeAccountAttributesCommandInput,
867
- cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
868
- ): void;
869
- public describeAccountAttributes(
870
- args: DescribeAccountAttributesCommandInput,
871
- options: __HttpHandlerOptions,
872
- cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
873
- ): void;
874
- public describeAccountAttributes(
875
- args: DescribeAccountAttributesCommandInput,
876
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAccountAttributesCommandOutput) => void),
877
- cb?: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
878
- ): Promise<DescribeAccountAttributesCommandOutput> | void {
879
- const command = new DescribeAccountAttributesCommand(args);
880
- if (typeof optionsOrCb === "function") {
881
- this.send(command, optionsOrCb);
882
- } else if (typeof cb === "function") {
883
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
884
- this.send(command, optionsOrCb || {}, cb);
885
- } else {
886
- return this.send(command, optionsOrCb);
887
- }
888
- }
889
-
890
- /**
891
- * <p>Provides a list of individual assessments that you can specify for a new premigration
892
- * assessment run, given one or more parameters.</p>
893
- * <p>If you specify an existing migration task, this operation provides the default individual
894
- * assessments you can specify for that task. Otherwise, the specified parameters model elements
895
- * of a possible migration task on which to base a premigration assessment run.</p>
896
- * <p>To use these migration task modeling parameters, you must specify an existing replication instance,
897
- * a source database engine, a target database engine, and a migration type. This combination of
898
- * parameters potentially limits the default individual assessments available for an assessment run
899
- * created for a corresponding migration task.</p>
900
- * <p>If you specify no parameters, this operation provides a list of all possible individual assessments
901
- * that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must
902
- * specify all of them or the operation cannot provide a list of individual assessments.
903
- * The only parameter that you can specify alone is for an existing migration task. The specified task
904
- * definition then determines the default list of individual assessments that you can specify in an
905
- * assessment run for the task.</p>
906
- */
907
- public describeApplicableIndividualAssessments(
908
- args: DescribeApplicableIndividualAssessmentsCommandInput,
909
- options?: __HttpHandlerOptions
910
- ): Promise<DescribeApplicableIndividualAssessmentsCommandOutput>;
911
- public describeApplicableIndividualAssessments(
912
- args: DescribeApplicableIndividualAssessmentsCommandInput,
913
- cb: (err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void
914
- ): void;
915
- public describeApplicableIndividualAssessments(
916
- args: DescribeApplicableIndividualAssessmentsCommandInput,
917
- options: __HttpHandlerOptions,
918
- cb: (err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void
919
- ): void;
920
- public describeApplicableIndividualAssessments(
921
- args: DescribeApplicableIndividualAssessmentsCommandInput,
922
- optionsOrCb?:
923
- | __HttpHandlerOptions
924
- | ((err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void),
925
- cb?: (err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void
926
- ): Promise<DescribeApplicableIndividualAssessmentsCommandOutput> | void {
927
- const command = new DescribeApplicableIndividualAssessmentsCommand(args);
928
- if (typeof optionsOrCb === "function") {
929
- this.send(command, optionsOrCb);
930
- } else if (typeof cb === "function") {
931
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
932
- this.send(command, optionsOrCb || {}, cb);
933
- } else {
934
- return this.send(command, optionsOrCb);
935
- }
936
- }
937
-
938
- /**
939
- * <p>Provides a description of the certificate.</p>
940
- */
941
- public describeCertificates(
942
- args: DescribeCertificatesCommandInput,
943
- options?: __HttpHandlerOptions
944
- ): Promise<DescribeCertificatesCommandOutput>;
945
- public describeCertificates(
946
- args: DescribeCertificatesCommandInput,
947
- cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
948
- ): void;
949
- public describeCertificates(
950
- args: DescribeCertificatesCommandInput,
951
- options: __HttpHandlerOptions,
952
- cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
953
- ): void;
954
- public describeCertificates(
955
- args: DescribeCertificatesCommandInput,
956
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeCertificatesCommandOutput) => void),
957
- cb?: (err: any, data?: DescribeCertificatesCommandOutput) => void
958
- ): Promise<DescribeCertificatesCommandOutput> | void {
959
- const command = new DescribeCertificatesCommand(args);
960
- if (typeof optionsOrCb === "function") {
961
- this.send(command, optionsOrCb);
962
- } else if (typeof cb === "function") {
963
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
964
- this.send(command, optionsOrCb || {}, cb);
965
- } else {
966
- return this.send(command, optionsOrCb);
967
- }
968
- }
969
-
970
- /**
971
- * <p>Describes the status of the connections that have been made between the replication
972
- * instance and an endpoint. Connections are created when you test an endpoint.</p>
973
- */
974
- public describeConnections(
975
- args: DescribeConnectionsCommandInput,
976
- options?: __HttpHandlerOptions
977
- ): Promise<DescribeConnectionsCommandOutput>;
978
- public describeConnections(
979
- args: DescribeConnectionsCommandInput,
980
- cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
981
- ): void;
982
- public describeConnections(
983
- args: DescribeConnectionsCommandInput,
984
- options: __HttpHandlerOptions,
985
- cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
986
- ): void;
987
- public describeConnections(
988
- args: DescribeConnectionsCommandInput,
989
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeConnectionsCommandOutput) => void),
990
- cb?: (err: any, data?: DescribeConnectionsCommandOutput) => void
991
- ): Promise<DescribeConnectionsCommandOutput> | void {
992
- const command = new DescribeConnectionsCommand(args);
993
- if (typeof optionsOrCb === "function") {
994
- this.send(command, optionsOrCb);
995
- } else if (typeof cb === "function") {
996
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
997
- this.send(command, optionsOrCb || {}, cb);
998
- } else {
999
- return this.send(command, optionsOrCb);
1000
- }
1001
- }
1002
-
1003
- /**
1004
- * <p>Returns information about the endpoints for your account in the current region.</p>
1005
- */
1006
- public describeEndpoints(
1007
- args: DescribeEndpointsCommandInput,
1008
- options?: __HttpHandlerOptions
1009
- ): Promise<DescribeEndpointsCommandOutput>;
1010
- public describeEndpoints(
1011
- args: DescribeEndpointsCommandInput,
1012
- cb: (err: any, data?: DescribeEndpointsCommandOutput) => void
1013
- ): void;
1014
- public describeEndpoints(
1015
- args: DescribeEndpointsCommandInput,
1016
- options: __HttpHandlerOptions,
1017
- cb: (err: any, data?: DescribeEndpointsCommandOutput) => void
1018
- ): void;
1019
- public describeEndpoints(
1020
- args: DescribeEndpointsCommandInput,
1021
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointsCommandOutput) => void),
1022
- cb?: (err: any, data?: DescribeEndpointsCommandOutput) => void
1023
- ): Promise<DescribeEndpointsCommandOutput> | void {
1024
- const command = new DescribeEndpointsCommand(args);
1025
- if (typeof optionsOrCb === "function") {
1026
- this.send(command, optionsOrCb);
1027
- } else if (typeof cb === "function") {
1028
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1029
- this.send(command, optionsOrCb || {}, cb);
1030
- } else {
1031
- return this.send(command, optionsOrCb);
1032
- }
1033
- }
1034
-
1035
- /**
1036
- * <p>Returns information about the possible endpoint settings available
1037
- * when you create an endpoint for a specific database engine.</p>
1038
- */
1039
- public describeEndpointSettings(
1040
- args: DescribeEndpointSettingsCommandInput,
1041
- options?: __HttpHandlerOptions
1042
- ): Promise<DescribeEndpointSettingsCommandOutput>;
1043
- public describeEndpointSettings(
1044
- args: DescribeEndpointSettingsCommandInput,
1045
- cb: (err: any, data?: DescribeEndpointSettingsCommandOutput) => void
1046
- ): void;
1047
- public describeEndpointSettings(
1048
- args: DescribeEndpointSettingsCommandInput,
1049
- options: __HttpHandlerOptions,
1050
- cb: (err: any, data?: DescribeEndpointSettingsCommandOutput) => void
1051
- ): void;
1052
- public describeEndpointSettings(
1053
- args: DescribeEndpointSettingsCommandInput,
1054
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointSettingsCommandOutput) => void),
1055
- cb?: (err: any, data?: DescribeEndpointSettingsCommandOutput) => void
1056
- ): Promise<DescribeEndpointSettingsCommandOutput> | void {
1057
- const command = new DescribeEndpointSettingsCommand(args);
1058
- if (typeof optionsOrCb === "function") {
1059
- this.send(command, optionsOrCb);
1060
- } else if (typeof cb === "function") {
1061
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1062
- this.send(command, optionsOrCb || {}, cb);
1063
- } else {
1064
- return this.send(command, optionsOrCb);
1065
- }
1066
- }
1067
-
1068
- /**
1069
- * <p>Returns information about the type of endpoints available.</p>
1070
- */
1071
- public describeEndpointTypes(
1072
- args: DescribeEndpointTypesCommandInput,
1073
- options?: __HttpHandlerOptions
1074
- ): Promise<DescribeEndpointTypesCommandOutput>;
1075
- public describeEndpointTypes(
1076
- args: DescribeEndpointTypesCommandInput,
1077
- cb: (err: any, data?: DescribeEndpointTypesCommandOutput) => void
1078
- ): void;
1079
- public describeEndpointTypes(
1080
- args: DescribeEndpointTypesCommandInput,
1081
- options: __HttpHandlerOptions,
1082
- cb: (err: any, data?: DescribeEndpointTypesCommandOutput) => void
1083
- ): void;
1084
- public describeEndpointTypes(
1085
- args: DescribeEndpointTypesCommandInput,
1086
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointTypesCommandOutput) => void),
1087
- cb?: (err: any, data?: DescribeEndpointTypesCommandOutput) => void
1088
- ): Promise<DescribeEndpointTypesCommandOutput> | void {
1089
- const command = new DescribeEndpointTypesCommand(args);
1090
- if (typeof optionsOrCb === "function") {
1091
- this.send(command, optionsOrCb);
1092
- } else if (typeof cb === "function") {
1093
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1094
- this.send(command, optionsOrCb || {}, cb);
1095
- } else {
1096
- return this.send(command, optionsOrCb);
1097
- }
1098
- }
1099
-
1100
- /**
1101
- * <p>Lists categories for all event source types, or, if specified, for a specified source
1102
- * type. You can see a list of the event categories and source types in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events
1103
- * and Notifications</a> in the <i>Database Migration Service User
1104
- * Guide.</i>
1105
- * </p>
1106
- */
1107
- public describeEventCategories(
1108
- args: DescribeEventCategoriesCommandInput,
1109
- options?: __HttpHandlerOptions
1110
- ): Promise<DescribeEventCategoriesCommandOutput>;
1111
- public describeEventCategories(
1112
- args: DescribeEventCategoriesCommandInput,
1113
- cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
1114
- ): void;
1115
- public describeEventCategories(
1116
- args: DescribeEventCategoriesCommandInput,
1117
- options: __HttpHandlerOptions,
1118
- cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
1119
- ): void;
1120
- public describeEventCategories(
1121
- args: DescribeEventCategoriesCommandInput,
1122
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventCategoriesCommandOutput) => void),
1123
- cb?: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
1124
- ): Promise<DescribeEventCategoriesCommandOutput> | void {
1125
- const command = new DescribeEventCategoriesCommand(args);
1126
- if (typeof optionsOrCb === "function") {
1127
- this.send(command, optionsOrCb);
1128
- } else if (typeof cb === "function") {
1129
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1130
- this.send(command, optionsOrCb || {}, cb);
1131
- } else {
1132
- return this.send(command, optionsOrCb);
1133
- }
1134
- }
1135
-
1136
- /**
1137
- * <p> Lists events for a given source identifier and source type. You can also specify a
1138
- * start and end time. For more information on DMS events, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events and
1139
- * Notifications</a> in the <i>Database Migration Service User
1140
- * Guide.</i>
1141
- * </p>
1142
- */
1143
- public describeEvents(
1144
- args: DescribeEventsCommandInput,
1145
- options?: __HttpHandlerOptions
1146
- ): Promise<DescribeEventsCommandOutput>;
1147
- public describeEvents(
1148
- args: DescribeEventsCommandInput,
1149
- cb: (err: any, data?: DescribeEventsCommandOutput) => void
1150
- ): void;
1151
- public describeEvents(
1152
- args: DescribeEventsCommandInput,
1153
- options: __HttpHandlerOptions,
1154
- cb: (err: any, data?: DescribeEventsCommandOutput) => void
1155
- ): void;
1156
- public describeEvents(
1157
- args: DescribeEventsCommandInput,
1158
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventsCommandOutput) => void),
1159
- cb?: (err: any, data?: DescribeEventsCommandOutput) => void
1160
- ): Promise<DescribeEventsCommandOutput> | void {
1161
- const command = new DescribeEventsCommand(args);
1162
- if (typeof optionsOrCb === "function") {
1163
- this.send(command, optionsOrCb);
1164
- } else if (typeof cb === "function") {
1165
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1166
- this.send(command, optionsOrCb || {}, cb);
1167
- } else {
1168
- return this.send(command, optionsOrCb);
1169
- }
1170
- }
1171
-
1172
- /**
1173
- * <p>Lists all the event subscriptions for a customer account. The description of a
1174
- * subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>,
1175
- * <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>,
1176
- * <code>CreationTime</code>, and <code>Status</code>. </p>
1177
- * <p>If you specify <code>SubscriptionName</code>, this action lists the description for that
1178
- * subscription.</p>
1179
- */
1180
- public describeEventSubscriptions(
1181
- args: DescribeEventSubscriptionsCommandInput,
1182
- options?: __HttpHandlerOptions
1183
- ): Promise<DescribeEventSubscriptionsCommandOutput>;
1184
- public describeEventSubscriptions(
1185
- args: DescribeEventSubscriptionsCommandInput,
1186
- cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
1187
- ): void;
1188
- public describeEventSubscriptions(
1189
- args: DescribeEventSubscriptionsCommandInput,
1190
- options: __HttpHandlerOptions,
1191
- cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
1192
- ): void;
1193
- public describeEventSubscriptions(
1194
- args: DescribeEventSubscriptionsCommandInput,
1195
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventSubscriptionsCommandOutput) => void),
1196
- cb?: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
1197
- ): Promise<DescribeEventSubscriptionsCommandOutput> | void {
1198
- const command = new DescribeEventSubscriptionsCommand(args);
1199
- if (typeof optionsOrCb === "function") {
1200
- this.send(command, optionsOrCb);
1201
- } else if (typeof cb === "function") {
1202
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1203
- this.send(command, optionsOrCb || {}, cb);
1204
- } else {
1205
- return this.send(command, optionsOrCb);
1206
- }
1207
- }
1208
-
1209
- /**
1210
- * <p>Returns information about the replication instance types that can be created in the
1211
- * specified region.</p>
1212
- */
1213
- public describeOrderableReplicationInstances(
1214
- args: DescribeOrderableReplicationInstancesCommandInput,
1215
- options?: __HttpHandlerOptions
1216
- ): Promise<DescribeOrderableReplicationInstancesCommandOutput>;
1217
- public describeOrderableReplicationInstances(
1218
- args: DescribeOrderableReplicationInstancesCommandInput,
1219
- cb: (err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void
1220
- ): void;
1221
- public describeOrderableReplicationInstances(
1222
- args: DescribeOrderableReplicationInstancesCommandInput,
1223
- options: __HttpHandlerOptions,
1224
- cb: (err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void
1225
- ): void;
1226
- public describeOrderableReplicationInstances(
1227
- args: DescribeOrderableReplicationInstancesCommandInput,
1228
- optionsOrCb?:
1229
- | __HttpHandlerOptions
1230
- | ((err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void),
1231
- cb?: (err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void
1232
- ): Promise<DescribeOrderableReplicationInstancesCommandOutput> | void {
1233
- const command = new DescribeOrderableReplicationInstancesCommand(args);
1234
- if (typeof optionsOrCb === "function") {
1235
- this.send(command, optionsOrCb);
1236
- } else if (typeof cb === "function") {
1237
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1238
- this.send(command, optionsOrCb || {}, cb);
1239
- } else {
1240
- return this.send(command, optionsOrCb);
1241
- }
1242
- }
1243
-
1244
- /**
1245
- * <p>For internal use only</p>
1246
- */
1247
- public describePendingMaintenanceActions(
1248
- args: DescribePendingMaintenanceActionsCommandInput,
1249
- options?: __HttpHandlerOptions
1250
- ): Promise<DescribePendingMaintenanceActionsCommandOutput>;
1251
- public describePendingMaintenanceActions(
1252
- args: DescribePendingMaintenanceActionsCommandInput,
1253
- cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void
1254
- ): void;
1255
- public describePendingMaintenanceActions(
1256
- args: DescribePendingMaintenanceActionsCommandInput,
1257
- options: __HttpHandlerOptions,
1258
- cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void
1259
- ): void;
1260
- public describePendingMaintenanceActions(
1261
- args: DescribePendingMaintenanceActionsCommandInput,
1262
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void),
1263
- cb?: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void
1264
- ): Promise<DescribePendingMaintenanceActionsCommandOutput> | void {
1265
- const command = new DescribePendingMaintenanceActionsCommand(args);
1266
- if (typeof optionsOrCb === "function") {
1267
- this.send(command, optionsOrCb);
1268
- } else if (typeof cb === "function") {
1269
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1270
- this.send(command, optionsOrCb || {}, cb);
1271
- } else {
1272
- return this.send(command, optionsOrCb);
1273
- }
1274
- }
1275
-
1276
- /**
1277
- * <p>Returns the status of the RefreshSchemas operation.</p>
1278
- */
1279
- public describeRefreshSchemasStatus(
1280
- args: DescribeRefreshSchemasStatusCommandInput,
1281
- options?: __HttpHandlerOptions
1282
- ): Promise<DescribeRefreshSchemasStatusCommandOutput>;
1283
- public describeRefreshSchemasStatus(
1284
- args: DescribeRefreshSchemasStatusCommandInput,
1285
- cb: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void
1286
- ): void;
1287
- public describeRefreshSchemasStatus(
1288
- args: DescribeRefreshSchemasStatusCommandInput,
1289
- options: __HttpHandlerOptions,
1290
- cb: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void
1291
- ): void;
1292
- public describeRefreshSchemasStatus(
1293
- args: DescribeRefreshSchemasStatusCommandInput,
1294
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void),
1295
- cb?: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void
1296
- ): Promise<DescribeRefreshSchemasStatusCommandOutput> | void {
1297
- const command = new DescribeRefreshSchemasStatusCommand(args);
1298
- if (typeof optionsOrCb === "function") {
1299
- this.send(command, optionsOrCb);
1300
- } else if (typeof cb === "function") {
1301
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1302
- this.send(command, optionsOrCb || {}, cb);
1303
- } else {
1304
- return this.send(command, optionsOrCb);
1305
- }
1306
- }
1307
-
1308
- /**
1309
- * <p>Returns information about replication instances for your account in the current
1310
- * region.</p>
1311
- */
1312
- public describeReplicationInstances(
1313
- args: DescribeReplicationInstancesCommandInput,
1314
- options?: __HttpHandlerOptions
1315
- ): Promise<DescribeReplicationInstancesCommandOutput>;
1316
- public describeReplicationInstances(
1317
- args: DescribeReplicationInstancesCommandInput,
1318
- cb: (err: any, data?: DescribeReplicationInstancesCommandOutput) => void
1319
- ): void;
1320
- public describeReplicationInstances(
1321
- args: DescribeReplicationInstancesCommandInput,
1322
- options: __HttpHandlerOptions,
1323
- cb: (err: any, data?: DescribeReplicationInstancesCommandOutput) => void
1324
- ): void;
1325
- public describeReplicationInstances(
1326
- args: DescribeReplicationInstancesCommandInput,
1327
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationInstancesCommandOutput) => void),
1328
- cb?: (err: any, data?: DescribeReplicationInstancesCommandOutput) => void
1329
- ): Promise<DescribeReplicationInstancesCommandOutput> | void {
1330
- const command = new DescribeReplicationInstancesCommand(args);
1331
- if (typeof optionsOrCb === "function") {
1332
- this.send(command, optionsOrCb);
1333
- } else if (typeof cb === "function") {
1334
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1335
- this.send(command, optionsOrCb || {}, cb);
1336
- } else {
1337
- return this.send(command, optionsOrCb);
1338
- }
1339
- }
1340
-
1341
- /**
1342
- * <p>Returns information about the task logs for the specified task.</p>
1343
- */
1344
- public describeReplicationInstanceTaskLogs(
1345
- args: DescribeReplicationInstanceTaskLogsCommandInput,
1346
- options?: __HttpHandlerOptions
1347
- ): Promise<DescribeReplicationInstanceTaskLogsCommandOutput>;
1348
- public describeReplicationInstanceTaskLogs(
1349
- args: DescribeReplicationInstanceTaskLogsCommandInput,
1350
- cb: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void
1351
- ): void;
1352
- public describeReplicationInstanceTaskLogs(
1353
- args: DescribeReplicationInstanceTaskLogsCommandInput,
1354
- options: __HttpHandlerOptions,
1355
- cb: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void
1356
- ): void;
1357
- public describeReplicationInstanceTaskLogs(
1358
- args: DescribeReplicationInstanceTaskLogsCommandInput,
1359
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void),
1360
- cb?: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void
1361
- ): Promise<DescribeReplicationInstanceTaskLogsCommandOutput> | void {
1362
- const command = new DescribeReplicationInstanceTaskLogsCommand(args);
1363
- if (typeof optionsOrCb === "function") {
1364
- this.send(command, optionsOrCb);
1365
- } else if (typeof cb === "function") {
1366
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1367
- this.send(command, optionsOrCb || {}, cb);
1368
- } else {
1369
- return this.send(command, optionsOrCb);
1370
- }
1371
- }
1372
-
1373
- /**
1374
- * <p>Returns information about the replication subnet groups.</p>
1375
- */
1376
- public describeReplicationSubnetGroups(
1377
- args: DescribeReplicationSubnetGroupsCommandInput,
1378
- options?: __HttpHandlerOptions
1379
- ): Promise<DescribeReplicationSubnetGroupsCommandOutput>;
1380
- public describeReplicationSubnetGroups(
1381
- args: DescribeReplicationSubnetGroupsCommandInput,
1382
- cb: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void
1383
- ): void;
1384
- public describeReplicationSubnetGroups(
1385
- args: DescribeReplicationSubnetGroupsCommandInput,
1386
- options: __HttpHandlerOptions,
1387
- cb: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void
1388
- ): void;
1389
- public describeReplicationSubnetGroups(
1390
- args: DescribeReplicationSubnetGroupsCommandInput,
1391
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void),
1392
- cb?: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void
1393
- ): Promise<DescribeReplicationSubnetGroupsCommandOutput> | void {
1394
- const command = new DescribeReplicationSubnetGroupsCommand(args);
1395
- if (typeof optionsOrCb === "function") {
1396
- this.send(command, optionsOrCb);
1397
- } else if (typeof cb === "function") {
1398
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1399
- this.send(command, optionsOrCb || {}, cb);
1400
- } else {
1401
- return this.send(command, optionsOrCb);
1402
- }
1403
- }
1404
-
1405
- /**
1406
- * <p>Returns the task assessment results from the Amazon S3 bucket that DMS creates in your
1407
- * Amazon Web Services account. This action always returns the
1408
- * latest results.</p>
1409
- * <p>For more information about DMS task assessments, see
1410
- * <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a>
1411
- * in the <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/Welcome.html">
1412
- * Database Migration Service User Guide</a>.</p>
1413
- */
1414
- public describeReplicationTaskAssessmentResults(
1415
- args: DescribeReplicationTaskAssessmentResultsCommandInput,
1416
- options?: __HttpHandlerOptions
1417
- ): Promise<DescribeReplicationTaskAssessmentResultsCommandOutput>;
1418
- public describeReplicationTaskAssessmentResults(
1419
- args: DescribeReplicationTaskAssessmentResultsCommandInput,
1420
- cb: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void
1421
- ): void;
1422
- public describeReplicationTaskAssessmentResults(
1423
- args: DescribeReplicationTaskAssessmentResultsCommandInput,
1424
- options: __HttpHandlerOptions,
1425
- cb: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void
1426
- ): void;
1427
- public describeReplicationTaskAssessmentResults(
1428
- args: DescribeReplicationTaskAssessmentResultsCommandInput,
1429
- optionsOrCb?:
1430
- | __HttpHandlerOptions
1431
- | ((err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void),
1432
- cb?: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void
1433
- ): Promise<DescribeReplicationTaskAssessmentResultsCommandOutput> | void {
1434
- const command = new DescribeReplicationTaskAssessmentResultsCommand(args);
1435
- if (typeof optionsOrCb === "function") {
1436
- this.send(command, optionsOrCb);
1437
- } else if (typeof cb === "function") {
1438
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1439
- this.send(command, optionsOrCb || {}, cb);
1440
- } else {
1441
- return this.send(command, optionsOrCb);
1442
- }
1443
- }
1444
-
1445
- /**
1446
- * <p>Returns a paginated list of premigration assessment runs based on filter
1447
- * settings.</p>
1448
- * <p>These filter settings can specify a combination of premigration assessment runs,
1449
- * migration tasks, replication instances, and assessment run status values.</p>
1450
- * <note>
1451
- * <p>This operation doesn't return information about individual assessments. For this
1452
- * information, see the <code>DescribeReplicationTaskIndividualAssessments</code>
1453
- * operation. </p>
1454
- * </note>
1455
- */
1456
- public describeReplicationTaskAssessmentRuns(
1457
- args: DescribeReplicationTaskAssessmentRunsCommandInput,
1458
- options?: __HttpHandlerOptions
1459
- ): Promise<DescribeReplicationTaskAssessmentRunsCommandOutput>;
1460
- public describeReplicationTaskAssessmentRuns(
1461
- args: DescribeReplicationTaskAssessmentRunsCommandInput,
1462
- cb: (err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void
1463
- ): void;
1464
- public describeReplicationTaskAssessmentRuns(
1465
- args: DescribeReplicationTaskAssessmentRunsCommandInput,
1466
- options: __HttpHandlerOptions,
1467
- cb: (err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void
1468
- ): void;
1469
- public describeReplicationTaskAssessmentRuns(
1470
- args: DescribeReplicationTaskAssessmentRunsCommandInput,
1471
- optionsOrCb?:
1472
- | __HttpHandlerOptions
1473
- | ((err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void),
1474
- cb?: (err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void
1475
- ): Promise<DescribeReplicationTaskAssessmentRunsCommandOutput> | void {
1476
- const command = new DescribeReplicationTaskAssessmentRunsCommand(args);
1477
- if (typeof optionsOrCb === "function") {
1478
- this.send(command, optionsOrCb);
1479
- } else if (typeof cb === "function") {
1480
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1481
- this.send(command, optionsOrCb || {}, cb);
1482
- } else {
1483
- return this.send(command, optionsOrCb);
1484
- }
1485
- }
1486
-
1487
- /**
1488
- * <p>Returns a paginated list of individual assessments based on filter settings.</p>
1489
- * <p>These filter settings can specify a combination of premigration assessment runs,
1490
- * migration tasks, and assessment status values.</p>
1491
- */
1492
- public describeReplicationTaskIndividualAssessments(
1493
- args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
1494
- options?: __HttpHandlerOptions
1495
- ): Promise<DescribeReplicationTaskIndividualAssessmentsCommandOutput>;
1496
- public describeReplicationTaskIndividualAssessments(
1497
- args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
1498
- cb: (err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void
1499
- ): void;
1500
- public describeReplicationTaskIndividualAssessments(
1501
- args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
1502
- options: __HttpHandlerOptions,
1503
- cb: (err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void
1504
- ): void;
1505
- public describeReplicationTaskIndividualAssessments(
1506
- args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
1507
- optionsOrCb?:
1508
- | __HttpHandlerOptions
1509
- | ((err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void),
1510
- cb?: (err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void
1511
- ): Promise<DescribeReplicationTaskIndividualAssessmentsCommandOutput> | void {
1512
- const command = new DescribeReplicationTaskIndividualAssessmentsCommand(args);
1513
- if (typeof optionsOrCb === "function") {
1514
- this.send(command, optionsOrCb);
1515
- } else if (typeof cb === "function") {
1516
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1517
- this.send(command, optionsOrCb || {}, cb);
1518
- } else {
1519
- return this.send(command, optionsOrCb);
1520
- }
1521
- }
1522
-
1523
- /**
1524
- * <p>Returns information about replication tasks for your account in the current
1525
- * region.</p>
1526
- */
1527
- public describeReplicationTasks(
1528
- args: DescribeReplicationTasksCommandInput,
1529
- options?: __HttpHandlerOptions
1530
- ): Promise<DescribeReplicationTasksCommandOutput>;
1531
- public describeReplicationTasks(
1532
- args: DescribeReplicationTasksCommandInput,
1533
- cb: (err: any, data?: DescribeReplicationTasksCommandOutput) => void
1534
- ): void;
1535
- public describeReplicationTasks(
1536
- args: DescribeReplicationTasksCommandInput,
1537
- options: __HttpHandlerOptions,
1538
- cb: (err: any, data?: DescribeReplicationTasksCommandOutput) => void
1539
- ): void;
1540
- public describeReplicationTasks(
1541
- args: DescribeReplicationTasksCommandInput,
1542
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationTasksCommandOutput) => void),
1543
- cb?: (err: any, data?: DescribeReplicationTasksCommandOutput) => void
1544
- ): Promise<DescribeReplicationTasksCommandOutput> | void {
1545
- const command = new DescribeReplicationTasksCommand(args);
1546
- if (typeof optionsOrCb === "function") {
1547
- this.send(command, optionsOrCb);
1548
- } else if (typeof cb === "function") {
1549
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1550
- this.send(command, optionsOrCb || {}, cb);
1551
- } else {
1552
- return this.send(command, optionsOrCb);
1553
- }
1554
- }
1555
-
1556
- /**
1557
- * <p>Returns information about the schema for the specified endpoint.</p>
1558
- *
1559
- * <p></p>
1560
- */
1561
- public describeSchemas(
1562
- args: DescribeSchemasCommandInput,
1563
- options?: __HttpHandlerOptions
1564
- ): Promise<DescribeSchemasCommandOutput>;
1565
- public describeSchemas(
1566
- args: DescribeSchemasCommandInput,
1567
- cb: (err: any, data?: DescribeSchemasCommandOutput) => void
1568
- ): void;
1569
- public describeSchemas(
1570
- args: DescribeSchemasCommandInput,
1571
- options: __HttpHandlerOptions,
1572
- cb: (err: any, data?: DescribeSchemasCommandOutput) => void
1573
- ): void;
1574
- public describeSchemas(
1575
- args: DescribeSchemasCommandInput,
1576
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeSchemasCommandOutput) => void),
1577
- cb?: (err: any, data?: DescribeSchemasCommandOutput) => void
1578
- ): Promise<DescribeSchemasCommandOutput> | void {
1579
- const command = new DescribeSchemasCommand(args);
1580
- if (typeof optionsOrCb === "function") {
1581
- this.send(command, optionsOrCb);
1582
- } else if (typeof cb === "function") {
1583
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1584
- this.send(command, optionsOrCb || {}, cb);
1585
- } else {
1586
- return this.send(command, optionsOrCb);
1587
- }
1588
- }
1589
-
1590
- /**
1591
- * <p>Returns table statistics on the database migration task, including table name, rows
1592
- * inserted, rows updated, and rows deleted.</p>
1593
- * <p>Note that the "last updated" column the DMS console only indicates the time that DMS
1594
- * last updated the table statistics record for a table. It does not indicate the time of the
1595
- * last update to the table.</p>
1596
- */
1597
- public describeTableStatistics(
1598
- args: DescribeTableStatisticsCommandInput,
1599
- options?: __HttpHandlerOptions
1600
- ): Promise<DescribeTableStatisticsCommandOutput>;
1601
- public describeTableStatistics(
1602
- args: DescribeTableStatisticsCommandInput,
1603
- cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void
1604
- ): void;
1605
- public describeTableStatistics(
1606
- args: DescribeTableStatisticsCommandInput,
1607
- options: __HttpHandlerOptions,
1608
- cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void
1609
- ): void;
1610
- public describeTableStatistics(
1611
- args: DescribeTableStatisticsCommandInput,
1612
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTableStatisticsCommandOutput) => void),
1613
- cb?: (err: any, data?: DescribeTableStatisticsCommandOutput) => void
1614
- ): Promise<DescribeTableStatisticsCommandOutput> | void {
1615
- const command = new DescribeTableStatisticsCommand(args);
1616
- if (typeof optionsOrCb === "function") {
1617
- this.send(command, optionsOrCb);
1618
- } else if (typeof cb === "function") {
1619
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1620
- this.send(command, optionsOrCb || {}, cb);
1621
- } else {
1622
- return this.send(command, optionsOrCb);
1623
- }
1624
- }
1625
-
1626
- /**
1627
- * <p>Uploads the specified certificate.</p>
1628
- */
1629
- public importCertificate(
1630
- args: ImportCertificateCommandInput,
1631
- options?: __HttpHandlerOptions
1632
- ): Promise<ImportCertificateCommandOutput>;
1633
- public importCertificate(
1634
- args: ImportCertificateCommandInput,
1635
- cb: (err: any, data?: ImportCertificateCommandOutput) => void
1636
- ): void;
1637
- public importCertificate(
1638
- args: ImportCertificateCommandInput,
1639
- options: __HttpHandlerOptions,
1640
- cb: (err: any, data?: ImportCertificateCommandOutput) => void
1641
- ): void;
1642
- public importCertificate(
1643
- args: ImportCertificateCommandInput,
1644
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ImportCertificateCommandOutput) => void),
1645
- cb?: (err: any, data?: ImportCertificateCommandOutput) => void
1646
- ): Promise<ImportCertificateCommandOutput> | void {
1647
- const command = new ImportCertificateCommand(args);
1648
- if (typeof optionsOrCb === "function") {
1649
- this.send(command, optionsOrCb);
1650
- } else if (typeof cb === "function") {
1651
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1652
- this.send(command, optionsOrCb || {}, cb);
1653
- } else {
1654
- return this.send(command, optionsOrCb);
1655
- }
1656
- }
1657
-
1658
- /**
1659
- * <p>Lists all metadata tags attached to an DMS resource, including
1660
- * replication instance, endpoint, security group, and migration task.
1661
- * For more information, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
1662
- * <code>Tag</code>
1663
- * </a> data type description.</p>
1664
- */
1665
- public listTagsForResource(
1666
- args: ListTagsForResourceCommandInput,
1667
- options?: __HttpHandlerOptions
1668
- ): Promise<ListTagsForResourceCommandOutput>;
1669
- public listTagsForResource(
1670
- args: ListTagsForResourceCommandInput,
1671
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1672
- ): void;
1673
- public listTagsForResource(
1674
- args: ListTagsForResourceCommandInput,
1675
- options: __HttpHandlerOptions,
1676
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1677
- ): void;
1678
- public listTagsForResource(
1679
- args: ListTagsForResourceCommandInput,
1680
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
1681
- cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
1682
- ): Promise<ListTagsForResourceCommandOutput> | void {
1683
- const command = new ListTagsForResourceCommand(args);
1684
- if (typeof optionsOrCb === "function") {
1685
- this.send(command, optionsOrCb);
1686
- } else if (typeof cb === "function") {
1687
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1688
- this.send(command, optionsOrCb || {}, cb);
1689
- } else {
1690
- return this.send(command, optionsOrCb);
1691
- }
1692
- }
1693
-
1694
- /**
1695
- * <p>Modifies the specified endpoint.</p>
1696
- * <note>
1697
- * <p>For a MySQL source or target endpoint, don't explicitly specify the database using
1698
- * the <code>DatabaseName</code> request parameter on the <code>ModifyEndpoint</code> API call.
1699
- * Specifying <code>DatabaseName</code> when you modify a MySQL endpoint replicates all the
1700
- * task tables to this single database. For MySQL endpoints, you specify the database only when
1701
- * you specify the schema in the table-mapping rules of the DMS task.</p>
1702
- * </note>
1703
- */
1704
- public modifyEndpoint(
1705
- args: ModifyEndpointCommandInput,
1706
- options?: __HttpHandlerOptions
1707
- ): Promise<ModifyEndpointCommandOutput>;
1708
- public modifyEndpoint(
1709
- args: ModifyEndpointCommandInput,
1710
- cb: (err: any, data?: ModifyEndpointCommandOutput) => void
1711
- ): void;
1712
- public modifyEndpoint(
1713
- args: ModifyEndpointCommandInput,
1714
- options: __HttpHandlerOptions,
1715
- cb: (err: any, data?: ModifyEndpointCommandOutput) => void
1716
- ): void;
1717
- public modifyEndpoint(
1718
- args: ModifyEndpointCommandInput,
1719
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyEndpointCommandOutput) => void),
1720
- cb?: (err: any, data?: ModifyEndpointCommandOutput) => void
1721
- ): Promise<ModifyEndpointCommandOutput> | void {
1722
- const command = new ModifyEndpointCommand(args);
1723
- if (typeof optionsOrCb === "function") {
1724
- this.send(command, optionsOrCb);
1725
- } else if (typeof cb === "function") {
1726
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1727
- this.send(command, optionsOrCb || {}, cb);
1728
- } else {
1729
- return this.send(command, optionsOrCb);
1730
- }
1731
- }
1732
-
1733
- /**
1734
- * <p>Modifies an existing DMS event notification subscription. </p>
1735
- */
1736
- public modifyEventSubscription(
1737
- args: ModifyEventSubscriptionCommandInput,
1738
- options?: __HttpHandlerOptions
1739
- ): Promise<ModifyEventSubscriptionCommandOutput>;
1740
- public modifyEventSubscription(
1741
- args: ModifyEventSubscriptionCommandInput,
1742
- cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
1743
- ): void;
1744
- public modifyEventSubscription(
1745
- args: ModifyEventSubscriptionCommandInput,
1746
- options: __HttpHandlerOptions,
1747
- cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
1748
- ): void;
1749
- public modifyEventSubscription(
1750
- args: ModifyEventSubscriptionCommandInput,
1751
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyEventSubscriptionCommandOutput) => void),
1752
- cb?: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
1753
- ): Promise<ModifyEventSubscriptionCommandOutput> | void {
1754
- const command = new ModifyEventSubscriptionCommand(args);
1755
- if (typeof optionsOrCb === "function") {
1756
- this.send(command, optionsOrCb);
1757
- } else if (typeof cb === "function") {
1758
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1759
- this.send(command, optionsOrCb || {}, cb);
1760
- } else {
1761
- return this.send(command, optionsOrCb);
1762
- }
1763
- }
1764
-
1765
- /**
1766
- * <p>Modifies the replication instance to apply new settings. You can change one or more
1767
- * parameters by specifying these parameters and the new values in the request.</p>
1768
- * <p>Some settings are applied during the maintenance window.</p>
1769
- *
1770
- * <p></p>
1771
- */
1772
- public modifyReplicationInstance(
1773
- args: ModifyReplicationInstanceCommandInput,
1774
- options?: __HttpHandlerOptions
1775
- ): Promise<ModifyReplicationInstanceCommandOutput>;
1776
- public modifyReplicationInstance(
1777
- args: ModifyReplicationInstanceCommandInput,
1778
- cb: (err: any, data?: ModifyReplicationInstanceCommandOutput) => void
1779
- ): void;
1780
- public modifyReplicationInstance(
1781
- args: ModifyReplicationInstanceCommandInput,
1782
- options: __HttpHandlerOptions,
1783
- cb: (err: any, data?: ModifyReplicationInstanceCommandOutput) => void
1784
- ): void;
1785
- public modifyReplicationInstance(
1786
- args: ModifyReplicationInstanceCommandInput,
1787
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyReplicationInstanceCommandOutput) => void),
1788
- cb?: (err: any, data?: ModifyReplicationInstanceCommandOutput) => void
1789
- ): Promise<ModifyReplicationInstanceCommandOutput> | void {
1790
- const command = new ModifyReplicationInstanceCommand(args);
1791
- if (typeof optionsOrCb === "function") {
1792
- this.send(command, optionsOrCb);
1793
- } else if (typeof cb === "function") {
1794
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1795
- this.send(command, optionsOrCb || {}, cb);
1796
- } else {
1797
- return this.send(command, optionsOrCb);
1798
- }
1799
- }
1800
-
1801
- /**
1802
- * <p>Modifies the settings for the specified replication subnet group.</p>
1803
- */
1804
- public modifyReplicationSubnetGroup(
1805
- args: ModifyReplicationSubnetGroupCommandInput,
1806
- options?: __HttpHandlerOptions
1807
- ): Promise<ModifyReplicationSubnetGroupCommandOutput>;
1808
- public modifyReplicationSubnetGroup(
1809
- args: ModifyReplicationSubnetGroupCommandInput,
1810
- cb: (err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void
1811
- ): void;
1812
- public modifyReplicationSubnetGroup(
1813
- args: ModifyReplicationSubnetGroupCommandInput,
1814
- options: __HttpHandlerOptions,
1815
- cb: (err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void
1816
- ): void;
1817
- public modifyReplicationSubnetGroup(
1818
- args: ModifyReplicationSubnetGroupCommandInput,
1819
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void),
1820
- cb?: (err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void
1821
- ): Promise<ModifyReplicationSubnetGroupCommandOutput> | void {
1822
- const command = new ModifyReplicationSubnetGroupCommand(args);
1823
- if (typeof optionsOrCb === "function") {
1824
- this.send(command, optionsOrCb);
1825
- } else if (typeof cb === "function") {
1826
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1827
- this.send(command, optionsOrCb || {}, cb);
1828
- } else {
1829
- return this.send(command, optionsOrCb);
1830
- }
1831
- }
1832
-
1833
- /**
1834
- * <p>Modifies the specified replication task.</p>
1835
- * <p>You can't modify the task endpoints. The task must be stopped before you can modify it. </p>
1836
- * <p>For more information about DMS tasks, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html">Working with Migration Tasks</a> in the
1837
- * <i>Database Migration Service User Guide</i>.</p>
1838
- */
1839
- public modifyReplicationTask(
1840
- args: ModifyReplicationTaskCommandInput,
1841
- options?: __HttpHandlerOptions
1842
- ): Promise<ModifyReplicationTaskCommandOutput>;
1843
- public modifyReplicationTask(
1844
- args: ModifyReplicationTaskCommandInput,
1845
- cb: (err: any, data?: ModifyReplicationTaskCommandOutput) => void
1846
- ): void;
1847
- public modifyReplicationTask(
1848
- args: ModifyReplicationTaskCommandInput,
1849
- options: __HttpHandlerOptions,
1850
- cb: (err: any, data?: ModifyReplicationTaskCommandOutput) => void
1851
- ): void;
1852
- public modifyReplicationTask(
1853
- args: ModifyReplicationTaskCommandInput,
1854
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyReplicationTaskCommandOutput) => void),
1855
- cb?: (err: any, data?: ModifyReplicationTaskCommandOutput) => void
1856
- ): Promise<ModifyReplicationTaskCommandOutput> | void {
1857
- const command = new ModifyReplicationTaskCommand(args);
1858
- if (typeof optionsOrCb === "function") {
1859
- this.send(command, optionsOrCb);
1860
- } else if (typeof cb === "function") {
1861
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1862
- this.send(command, optionsOrCb || {}, cb);
1863
- } else {
1864
- return this.send(command, optionsOrCb);
1865
- }
1866
- }
1867
-
1868
- /**
1869
- * <p>Moves a replication task from its current replication instance to a different target
1870
- * replication instance using the specified parameters. The target replication instance must
1871
- * be created with the same or later DMS version as the current replication
1872
- * instance.</p>
1873
- */
1874
- public moveReplicationTask(
1875
- args: MoveReplicationTaskCommandInput,
1876
- options?: __HttpHandlerOptions
1877
- ): Promise<MoveReplicationTaskCommandOutput>;
1878
- public moveReplicationTask(
1879
- args: MoveReplicationTaskCommandInput,
1880
- cb: (err: any, data?: MoveReplicationTaskCommandOutput) => void
1881
- ): void;
1882
- public moveReplicationTask(
1883
- args: MoveReplicationTaskCommandInput,
1884
- options: __HttpHandlerOptions,
1885
- cb: (err: any, data?: MoveReplicationTaskCommandOutput) => void
1886
- ): void;
1887
- public moveReplicationTask(
1888
- args: MoveReplicationTaskCommandInput,
1889
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: MoveReplicationTaskCommandOutput) => void),
1890
- cb?: (err: any, data?: MoveReplicationTaskCommandOutput) => void
1891
- ): Promise<MoveReplicationTaskCommandOutput> | void {
1892
- const command = new MoveReplicationTaskCommand(args);
1893
- if (typeof optionsOrCb === "function") {
1894
- this.send(command, optionsOrCb);
1895
- } else if (typeof cb === "function") {
1896
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1897
- this.send(command, optionsOrCb || {}, cb);
1898
- } else {
1899
- return this.send(command, optionsOrCb);
1900
- }
1901
- }
1902
-
1903
- /**
1904
- * <p>Reboots a replication instance. Rebooting results in a momentary outage, until the
1905
- * replication instance becomes available again.</p>
1906
- */
1907
- public rebootReplicationInstance(
1908
- args: RebootReplicationInstanceCommandInput,
1909
- options?: __HttpHandlerOptions
1910
- ): Promise<RebootReplicationInstanceCommandOutput>;
1911
- public rebootReplicationInstance(
1912
- args: RebootReplicationInstanceCommandInput,
1913
- cb: (err: any, data?: RebootReplicationInstanceCommandOutput) => void
1914
- ): void;
1915
- public rebootReplicationInstance(
1916
- args: RebootReplicationInstanceCommandInput,
1917
- options: __HttpHandlerOptions,
1918
- cb: (err: any, data?: RebootReplicationInstanceCommandOutput) => void
1919
- ): void;
1920
- public rebootReplicationInstance(
1921
- args: RebootReplicationInstanceCommandInput,
1922
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RebootReplicationInstanceCommandOutput) => void),
1923
- cb?: (err: any, data?: RebootReplicationInstanceCommandOutput) => void
1924
- ): Promise<RebootReplicationInstanceCommandOutput> | void {
1925
- const command = new RebootReplicationInstanceCommand(args);
1926
- if (typeof optionsOrCb === "function") {
1927
- this.send(command, optionsOrCb);
1928
- } else if (typeof cb === "function") {
1929
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1930
- this.send(command, optionsOrCb || {}, cb);
1931
- } else {
1932
- return this.send(command, optionsOrCb);
1933
- }
1934
- }
1935
-
1936
- /**
1937
- * <p>Populates the schema for the specified endpoint. This is an asynchronous operation and
1938
- * can take several minutes. You can check the status of this operation by calling the
1939
- * DescribeRefreshSchemasStatus operation.</p>
1940
- */
1941
- public refreshSchemas(
1942
- args: RefreshSchemasCommandInput,
1943
- options?: __HttpHandlerOptions
1944
- ): Promise<RefreshSchemasCommandOutput>;
1945
- public refreshSchemas(
1946
- args: RefreshSchemasCommandInput,
1947
- cb: (err: any, data?: RefreshSchemasCommandOutput) => void
1948
- ): void;
1949
- public refreshSchemas(
1950
- args: RefreshSchemasCommandInput,
1951
- options: __HttpHandlerOptions,
1952
- cb: (err: any, data?: RefreshSchemasCommandOutput) => void
1953
- ): void;
1954
- public refreshSchemas(
1955
- args: RefreshSchemasCommandInput,
1956
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RefreshSchemasCommandOutput) => void),
1957
- cb?: (err: any, data?: RefreshSchemasCommandOutput) => void
1958
- ): Promise<RefreshSchemasCommandOutput> | void {
1959
- const command = new RefreshSchemasCommand(args);
1960
- if (typeof optionsOrCb === "function") {
1961
- this.send(command, optionsOrCb);
1962
- } else if (typeof cb === "function") {
1963
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1964
- this.send(command, optionsOrCb || {}, cb);
1965
- } else {
1966
- return this.send(command, optionsOrCb);
1967
- }
1968
- }
1969
-
1970
- /**
1971
- * <p>Reloads the target database table with the source data. </p>
1972
- */
1973
- public reloadTables(
1974
- args: ReloadTablesCommandInput,
1975
- options?: __HttpHandlerOptions
1976
- ): Promise<ReloadTablesCommandOutput>;
1977
- public reloadTables(args: ReloadTablesCommandInput, cb: (err: any, data?: ReloadTablesCommandOutput) => void): void;
1978
- public reloadTables(
1979
- args: ReloadTablesCommandInput,
1980
- options: __HttpHandlerOptions,
1981
- cb: (err: any, data?: ReloadTablesCommandOutput) => void
1982
- ): void;
1983
- public reloadTables(
1984
- args: ReloadTablesCommandInput,
1985
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ReloadTablesCommandOutput) => void),
1986
- cb?: (err: any, data?: ReloadTablesCommandOutput) => void
1987
- ): Promise<ReloadTablesCommandOutput> | void {
1988
- const command = new ReloadTablesCommand(args);
1989
- if (typeof optionsOrCb === "function") {
1990
- this.send(command, optionsOrCb);
1991
- } else if (typeof cb === "function") {
1992
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1993
- this.send(command, optionsOrCb || {}, cb);
1994
- } else {
1995
- return this.send(command, optionsOrCb);
1996
- }
1997
- }
1998
-
1999
- /**
2000
- * <p>Removes metadata tags from an DMS resource, including replication instance,
2001
- * endpoint, security group, and migration task. For more information, see
2002
- * <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
2003
- * <code>Tag</code>
2004
- * </a>
2005
- * data type description.</p>
2006
- */
2007
- public removeTagsFromResource(
2008
- args: RemoveTagsFromResourceCommandInput,
2009
- options?: __HttpHandlerOptions
2010
- ): Promise<RemoveTagsFromResourceCommandOutput>;
2011
- public removeTagsFromResource(
2012
- args: RemoveTagsFromResourceCommandInput,
2013
- cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
2014
- ): void;
2015
- public removeTagsFromResource(
2016
- args: RemoveTagsFromResourceCommandInput,
2017
- options: __HttpHandlerOptions,
2018
- cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
2019
- ): void;
2020
- public removeTagsFromResource(
2021
- args: RemoveTagsFromResourceCommandInput,
2022
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RemoveTagsFromResourceCommandOutput) => void),
2023
- cb?: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
2024
- ): Promise<RemoveTagsFromResourceCommandOutput> | void {
2025
- const command = new RemoveTagsFromResourceCommand(args);
2026
- if (typeof optionsOrCb === "function") {
2027
- this.send(command, optionsOrCb);
2028
- } else if (typeof cb === "function") {
2029
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2030
- this.send(command, optionsOrCb || {}, cb);
2031
- } else {
2032
- return this.send(command, optionsOrCb);
2033
- }
2034
- }
2035
-
2036
- /**
2037
- * <p>Starts the replication task.</p>
2038
- * <p>For more information about DMS tasks, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html">Working with Migration Tasks </a> in the
2039
- * <i>Database Migration Service User Guide.</i>
2040
- * </p>
2041
- */
2042
- public startReplicationTask(
2043
- args: StartReplicationTaskCommandInput,
2044
- options?: __HttpHandlerOptions
2045
- ): Promise<StartReplicationTaskCommandOutput>;
2046
- public startReplicationTask(
2047
- args: StartReplicationTaskCommandInput,
2048
- cb: (err: any, data?: StartReplicationTaskCommandOutput) => void
2049
- ): void;
2050
- public startReplicationTask(
2051
- args: StartReplicationTaskCommandInput,
2052
- options: __HttpHandlerOptions,
2053
- cb: (err: any, data?: StartReplicationTaskCommandOutput) => void
2054
- ): void;
2055
- public startReplicationTask(
2056
- args: StartReplicationTaskCommandInput,
2057
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartReplicationTaskCommandOutput) => void),
2058
- cb?: (err: any, data?: StartReplicationTaskCommandOutput) => void
2059
- ): Promise<StartReplicationTaskCommandOutput> | void {
2060
- const command = new StartReplicationTaskCommand(args);
2061
- if (typeof optionsOrCb === "function") {
2062
- this.send(command, optionsOrCb);
2063
- } else if (typeof cb === "function") {
2064
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2065
- this.send(command, optionsOrCb || {}, cb);
2066
- } else {
2067
- return this.send(command, optionsOrCb);
2068
- }
2069
- }
2070
-
2071
- /**
2072
- * <p> Starts the replication task assessment for unsupported data types in the source
2073
- * database. </p>
2074
- */
2075
- public startReplicationTaskAssessment(
2076
- args: StartReplicationTaskAssessmentCommandInput,
2077
- options?: __HttpHandlerOptions
2078
- ): Promise<StartReplicationTaskAssessmentCommandOutput>;
2079
- public startReplicationTaskAssessment(
2080
- args: StartReplicationTaskAssessmentCommandInput,
2081
- cb: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void
2082
- ): void;
2083
- public startReplicationTaskAssessment(
2084
- args: StartReplicationTaskAssessmentCommandInput,
2085
- options: __HttpHandlerOptions,
2086
- cb: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void
2087
- ): void;
2088
- public startReplicationTaskAssessment(
2089
- args: StartReplicationTaskAssessmentCommandInput,
2090
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void),
2091
- cb?: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void
2092
- ): Promise<StartReplicationTaskAssessmentCommandOutput> | void {
2093
- const command = new StartReplicationTaskAssessmentCommand(args);
2094
- if (typeof optionsOrCb === "function") {
2095
- this.send(command, optionsOrCb);
2096
- } else if (typeof cb === "function") {
2097
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2098
- this.send(command, optionsOrCb || {}, cb);
2099
- } else {
2100
- return this.send(command, optionsOrCb);
2101
- }
2102
- }
2103
-
2104
- /**
2105
- * <p>Starts a new premigration assessment run for one or more individual assessments
2106
- * of a migration task.</p>
2107
- * <p>The assessments that you can specify depend on the source and target database engine and
2108
- * the migration type defined for the given task. To run this operation, your migration task
2109
- * must already be created. After you run this operation, you can review the status of each
2110
- * individual assessment. You can also run the migration task manually after the assessment
2111
- * run and its individual assessments complete.</p>
2112
- */
2113
- public startReplicationTaskAssessmentRun(
2114
- args: StartReplicationTaskAssessmentRunCommandInput,
2115
- options?: __HttpHandlerOptions
2116
- ): Promise<StartReplicationTaskAssessmentRunCommandOutput>;
2117
- public startReplicationTaskAssessmentRun(
2118
- args: StartReplicationTaskAssessmentRunCommandInput,
2119
- cb: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void
2120
- ): void;
2121
- public startReplicationTaskAssessmentRun(
2122
- args: StartReplicationTaskAssessmentRunCommandInput,
2123
- options: __HttpHandlerOptions,
2124
- cb: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void
2125
- ): void;
2126
- public startReplicationTaskAssessmentRun(
2127
- args: StartReplicationTaskAssessmentRunCommandInput,
2128
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void),
2129
- cb?: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void
2130
- ): Promise<StartReplicationTaskAssessmentRunCommandOutput> | void {
2131
- const command = new StartReplicationTaskAssessmentRunCommand(args);
2132
- if (typeof optionsOrCb === "function") {
2133
- this.send(command, optionsOrCb);
2134
- } else if (typeof cb === "function") {
2135
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2136
- this.send(command, optionsOrCb || {}, cb);
2137
- } else {
2138
- return this.send(command, optionsOrCb);
2139
- }
2140
- }
2141
-
2142
- /**
2143
- * <p>Stops the replication task.</p>
2144
- */
2145
- public stopReplicationTask(
2146
- args: StopReplicationTaskCommandInput,
2147
- options?: __HttpHandlerOptions
2148
- ): Promise<StopReplicationTaskCommandOutput>;
2149
- public stopReplicationTask(
2150
- args: StopReplicationTaskCommandInput,
2151
- cb: (err: any, data?: StopReplicationTaskCommandOutput) => void
2152
- ): void;
2153
- public stopReplicationTask(
2154
- args: StopReplicationTaskCommandInput,
2155
- options: __HttpHandlerOptions,
2156
- cb: (err: any, data?: StopReplicationTaskCommandOutput) => void
2157
- ): void;
2158
- public stopReplicationTask(
2159
- args: StopReplicationTaskCommandInput,
2160
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopReplicationTaskCommandOutput) => void),
2161
- cb?: (err: any, data?: StopReplicationTaskCommandOutput) => void
2162
- ): Promise<StopReplicationTaskCommandOutput> | void {
2163
- const command = new StopReplicationTaskCommand(args);
2164
- if (typeof optionsOrCb === "function") {
2165
- this.send(command, optionsOrCb);
2166
- } else if (typeof cb === "function") {
2167
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2168
- this.send(command, optionsOrCb || {}, cb);
2169
- } else {
2170
- return this.send(command, optionsOrCb);
2171
- }
2172
- }
2173
-
2174
- /**
2175
- * <p>Tests the connection between the replication instance and the endpoint.</p>
2176
- */
2177
- public testConnection(
2178
- args: TestConnectionCommandInput,
2179
- options?: __HttpHandlerOptions
2180
- ): Promise<TestConnectionCommandOutput>;
2181
- public testConnection(
2182
- args: TestConnectionCommandInput,
2183
- cb: (err: any, data?: TestConnectionCommandOutput) => void
2184
- ): void;
2185
- public testConnection(
2186
- args: TestConnectionCommandInput,
2187
- options: __HttpHandlerOptions,
2188
- cb: (err: any, data?: TestConnectionCommandOutput) => void
2189
- ): void;
2190
- public testConnection(
2191
- args: TestConnectionCommandInput,
2192
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TestConnectionCommandOutput) => void),
2193
- cb?: (err: any, data?: TestConnectionCommandOutput) => void
2194
- ): Promise<TestConnectionCommandOutput> | void {
2195
- const command = new TestConnectionCommand(args);
2196
- if (typeof optionsOrCb === "function") {
2197
- this.send(command, optionsOrCb);
2198
- } else if (typeof cb === "function") {
2199
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2200
- this.send(command, optionsOrCb || {}, cb);
2201
- } else {
2202
- return this.send(command, optionsOrCb);
2203
- }
2204
- }
2205
- }