@aws-sdk/client-database-migration-service 3.34.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 (1292) hide show
  1. package/CHANGELOG.md +12 -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 → dist-cjs}/endpoints.js +0 -0
  117. package/dist-cjs/endpoints.js.map +1 -0
  118. package/{dist/cjs → dist-cjs}/index.js +0 -0
  119. package/dist-cjs/index.js.map +1 -0
  120. package/{dist/cjs → dist-cjs}/models/index.js +0 -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 → dist-cjs}/protocols/Aws_json1_1.js +0 -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 → dist-cjs}/runtimeConfig.native.js +0 -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 → dist-es}/endpoints.js +0 -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 → dist-es}/models/models_0.js +0 -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 → dist-es}/protocols/Aws_json1_1.js +0 -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 → dist-es}/runtimeConfig.native.js +0 -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 → dist-types}/models/models_0.d.ts +0 -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 → dist-types}/runtimeConfig.browser.d.ts +0 -0
  461. package/dist-types/runtimeConfig.d.ts +37 -0
  462. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -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 → dist-types}/ts3.4/models/models_0.d.ts +0 -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 → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  547. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  548. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -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 +43 -43
  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/{models → src/models}/models_0.ts +0 -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 -1
  662. package/tsconfig.json +4 -2
  663. package/tsconfig.types.json +3 -2
  664. package/DatabaseMigrationService.ts +0 -2209
  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 -105
  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 -100
  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 -63
  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 -63
  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.map +0 -1
  836. package/dist/cjs/index.js.map +0 -1
  837. package/dist/cjs/models/index.js.map +0 -1
  838. package/dist/cjs/models/models_0.js.map +0 -1
  839. package/dist/cjs/package.json +0 -92
  840. package/dist/cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +0 -46
  841. package/dist/cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +0 -1
  842. package/dist/cjs/pagination/DescribeCertificatesPaginator.js +0 -46
  843. package/dist/cjs/pagination/DescribeCertificatesPaginator.js.map +0 -1
  844. package/dist/cjs/pagination/DescribeConnectionsPaginator.js +0 -46
  845. package/dist/cjs/pagination/DescribeConnectionsPaginator.js.map +0 -1
  846. package/dist/cjs/pagination/DescribeEndpointSettingsPaginator.js +0 -46
  847. package/dist/cjs/pagination/DescribeEndpointSettingsPaginator.js.map +0 -1
  848. package/dist/cjs/pagination/DescribeEndpointTypesPaginator.js +0 -46
  849. package/dist/cjs/pagination/DescribeEndpointTypesPaginator.js.map +0 -1
  850. package/dist/cjs/pagination/DescribeEndpointsPaginator.js +0 -46
  851. package/dist/cjs/pagination/DescribeEndpointsPaginator.js.map +0 -1
  852. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js +0 -46
  853. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  854. package/dist/cjs/pagination/DescribeEventsPaginator.js +0 -46
  855. package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
  856. package/dist/cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js +0 -46
  857. package/dist/cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +0 -1
  858. package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -46
  859. package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
  860. package/dist/cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +0 -46
  861. package/dist/cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +0 -1
  862. package/dist/cjs/pagination/DescribeReplicationInstancesPaginator.js +0 -46
  863. package/dist/cjs/pagination/DescribeReplicationInstancesPaginator.js.map +0 -1
  864. package/dist/cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js +0 -46
  865. package/dist/cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +0 -1
  866. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +0 -46
  867. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +0 -1
  868. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +0 -46
  869. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +0 -1
  870. package/dist/cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +0 -46
  871. package/dist/cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +0 -1
  872. package/dist/cjs/pagination/DescribeReplicationTasksPaginator.js +0 -46
  873. package/dist/cjs/pagination/DescribeReplicationTasksPaginator.js.map +0 -1
  874. package/dist/cjs/pagination/DescribeSchemasPaginator.js +0 -46
  875. package/dist/cjs/pagination/DescribeSchemasPaginator.js.map +0 -1
  876. package/dist/cjs/pagination/DescribeTableStatisticsPaginator.js +0 -46
  877. package/dist/cjs/pagination/DescribeTableStatisticsPaginator.js.map +0 -1
  878. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  879. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  880. package/dist/cjs/runtimeConfig.browser.js +0 -41
  881. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  882. package/dist/cjs/runtimeConfig.js +0 -46
  883. package/dist/cjs/runtimeConfig.js.map +0 -1
  884. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  885. package/dist/cjs/runtimeConfig.shared.js +0 -21
  886. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  887. package/dist/cjs/waiters/waitForEndpointDeleted.js +0 -70
  888. package/dist/cjs/waiters/waitForEndpointDeleted.js.map +0 -1
  889. package/dist/cjs/waiters/waitForReplicationInstanceAvailable.js +0 -114
  890. package/dist/cjs/waiters/waitForReplicationInstanceAvailable.js.map +0 -1
  891. package/dist/cjs/waiters/waitForReplicationInstanceDeleted.js +0 -55
  892. package/dist/cjs/waiters/waitForReplicationInstanceDeleted.js.map +0 -1
  893. package/dist/cjs/waiters/waitForReplicationTaskDeleted.js +0 -115
  894. package/dist/cjs/waiters/waitForReplicationTaskDeleted.js.map +0 -1
  895. package/dist/cjs/waiters/waitForReplicationTaskReady.js +0 -174
  896. package/dist/cjs/waiters/waitForReplicationTaskReady.js.map +0 -1
  897. package/dist/cjs/waiters/waitForReplicationTaskRunning.js +0 -174
  898. package/dist/cjs/waiters/waitForReplicationTaskRunning.js.map +0 -1
  899. package/dist/cjs/waiters/waitForReplicationTaskStopped.js +0 -159
  900. package/dist/cjs/waiters/waitForReplicationTaskStopped.js.map +0 -1
  901. package/dist/cjs/waiters/waitForTestConnectionSucceeds.js +0 -69
  902. package/dist/cjs/waiters/waitForTestConnectionSucceeds.js.map +0 -1
  903. package/dist/es/DatabaseMigrationService.js +0 -836
  904. package/dist/es/DatabaseMigrationService.js.map +0 -1
  905. package/dist/es/DatabaseMigrationServiceClient.js +0 -38
  906. package/dist/es/DatabaseMigrationServiceClient.js.map +0 -1
  907. package/dist/es/commands/AddTagsToResourceCommand.js +0 -40
  908. package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
  909. package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js +0 -40
  910. package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
  911. package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js +0 -40
  912. package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js.map +0 -1
  913. package/dist/es/commands/CreateEndpointCommand.js +0 -40
  914. package/dist/es/commands/CreateEndpointCommand.js.map +0 -1
  915. package/dist/es/commands/CreateEventSubscriptionCommand.js +0 -40
  916. package/dist/es/commands/CreateEventSubscriptionCommand.js.map +0 -1
  917. package/dist/es/commands/CreateReplicationInstanceCommand.js +0 -40
  918. package/dist/es/commands/CreateReplicationInstanceCommand.js.map +0 -1
  919. package/dist/es/commands/CreateReplicationSubnetGroupCommand.js +0 -40
  920. package/dist/es/commands/CreateReplicationSubnetGroupCommand.js.map +0 -1
  921. package/dist/es/commands/CreateReplicationTaskCommand.js +0 -40
  922. package/dist/es/commands/CreateReplicationTaskCommand.js.map +0 -1
  923. package/dist/es/commands/DeleteCertificateCommand.js +0 -40
  924. package/dist/es/commands/DeleteCertificateCommand.js.map +0 -1
  925. package/dist/es/commands/DeleteConnectionCommand.js +0 -40
  926. package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
  927. package/dist/es/commands/DeleteEndpointCommand.js +0 -40
  928. package/dist/es/commands/DeleteEndpointCommand.js.map +0 -1
  929. package/dist/es/commands/DeleteEventSubscriptionCommand.js +0 -40
  930. package/dist/es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  931. package/dist/es/commands/DeleteReplicationInstanceCommand.js +0 -40
  932. package/dist/es/commands/DeleteReplicationInstanceCommand.js.map +0 -1
  933. package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js +0 -40
  934. package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js.map +0 -1
  935. package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js +0 -40
  936. package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +0 -1
  937. package/dist/es/commands/DeleteReplicationTaskCommand.js +0 -40
  938. package/dist/es/commands/DeleteReplicationTaskCommand.js.map +0 -1
  939. package/dist/es/commands/DescribeAccountAttributesCommand.js +0 -40
  940. package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
  941. package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js +0 -40
  942. package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +0 -1
  943. package/dist/es/commands/DescribeCertificatesCommand.js +0 -40
  944. package/dist/es/commands/DescribeCertificatesCommand.js.map +0 -1
  945. package/dist/es/commands/DescribeConnectionsCommand.js +0 -40
  946. package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
  947. package/dist/es/commands/DescribeEndpointSettingsCommand.js +0 -40
  948. package/dist/es/commands/DescribeEndpointSettingsCommand.js.map +0 -1
  949. package/dist/es/commands/DescribeEndpointTypesCommand.js +0 -40
  950. package/dist/es/commands/DescribeEndpointTypesCommand.js.map +0 -1
  951. package/dist/es/commands/DescribeEndpointsCommand.js +0 -40
  952. package/dist/es/commands/DescribeEndpointsCommand.js.map +0 -1
  953. package/dist/es/commands/DescribeEventCategoriesCommand.js +0 -40
  954. package/dist/es/commands/DescribeEventCategoriesCommand.js.map +0 -1
  955. package/dist/es/commands/DescribeEventSubscriptionsCommand.js +0 -40
  956. package/dist/es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  957. package/dist/es/commands/DescribeEventsCommand.js +0 -40
  958. package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
  959. package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js +0 -40
  960. package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js.map +0 -1
  961. package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js +0 -40
  962. package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
  963. package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js +0 -40
  964. package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js.map +0 -1
  965. package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js +0 -40
  966. package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +0 -1
  967. package/dist/es/commands/DescribeReplicationInstancesCommand.js +0 -40
  968. package/dist/es/commands/DescribeReplicationInstancesCommand.js.map +0 -1
  969. package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js +0 -40
  970. package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js.map +0 -1
  971. package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +0 -40
  972. package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +0 -1
  973. package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +0 -40
  974. package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +0 -1
  975. package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +0 -40
  976. package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +0 -1
  977. package/dist/es/commands/DescribeReplicationTasksCommand.js +0 -40
  978. package/dist/es/commands/DescribeReplicationTasksCommand.js.map +0 -1
  979. package/dist/es/commands/DescribeSchemasCommand.js +0 -40
  980. package/dist/es/commands/DescribeSchemasCommand.js.map +0 -1
  981. package/dist/es/commands/DescribeTableStatisticsCommand.js +0 -40
  982. package/dist/es/commands/DescribeTableStatisticsCommand.js.map +0 -1
  983. package/dist/es/commands/ImportCertificateCommand.js +0 -40
  984. package/dist/es/commands/ImportCertificateCommand.js.map +0 -1
  985. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  986. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  987. package/dist/es/commands/ModifyEndpointCommand.js +0 -40
  988. package/dist/es/commands/ModifyEndpointCommand.js.map +0 -1
  989. package/dist/es/commands/ModifyEventSubscriptionCommand.js +0 -40
  990. package/dist/es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  991. package/dist/es/commands/ModifyReplicationInstanceCommand.js +0 -40
  992. package/dist/es/commands/ModifyReplicationInstanceCommand.js.map +0 -1
  993. package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js +0 -40
  994. package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js.map +0 -1
  995. package/dist/es/commands/ModifyReplicationTaskCommand.js +0 -40
  996. package/dist/es/commands/ModifyReplicationTaskCommand.js.map +0 -1
  997. package/dist/es/commands/MoveReplicationTaskCommand.js +0 -40
  998. package/dist/es/commands/MoveReplicationTaskCommand.js.map +0 -1
  999. package/dist/es/commands/RebootReplicationInstanceCommand.js +0 -40
  1000. package/dist/es/commands/RebootReplicationInstanceCommand.js.map +0 -1
  1001. package/dist/es/commands/RefreshSchemasCommand.js +0 -40
  1002. package/dist/es/commands/RefreshSchemasCommand.js.map +0 -1
  1003. package/dist/es/commands/ReloadTablesCommand.js +0 -40
  1004. package/dist/es/commands/ReloadTablesCommand.js.map +0 -1
  1005. package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -40
  1006. package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  1007. package/dist/es/commands/StartReplicationTaskAssessmentCommand.js +0 -40
  1008. package/dist/es/commands/StartReplicationTaskAssessmentCommand.js.map +0 -1
  1009. package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js +0 -40
  1010. package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js.map +0 -1
  1011. package/dist/es/commands/StartReplicationTaskCommand.js +0 -40
  1012. package/dist/es/commands/StartReplicationTaskCommand.js.map +0 -1
  1013. package/dist/es/commands/StopReplicationTaskCommand.js +0 -40
  1014. package/dist/es/commands/StopReplicationTaskCommand.js.map +0 -1
  1015. package/dist/es/commands/TestConnectionCommand.js +0 -40
  1016. package/dist/es/commands/TestConnectionCommand.js.map +0 -1
  1017. package/dist/es/endpoints.js.map +0 -1
  1018. package/dist/es/index.js.map +0 -1
  1019. package/dist/es/models/index.js.map +0 -1
  1020. package/dist/es/models/models_0.js.map +0 -1
  1021. package/dist/es/package.json +0 -92
  1022. package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +0 -75
  1023. package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +0 -1
  1024. package/dist/es/pagination/DescribeCertificatesPaginator.js +0 -75
  1025. package/dist/es/pagination/DescribeCertificatesPaginator.js.map +0 -1
  1026. package/dist/es/pagination/DescribeConnectionsPaginator.js +0 -75
  1027. package/dist/es/pagination/DescribeConnectionsPaginator.js.map +0 -1
  1028. package/dist/es/pagination/DescribeEndpointSettingsPaginator.js +0 -75
  1029. package/dist/es/pagination/DescribeEndpointSettingsPaginator.js.map +0 -1
  1030. package/dist/es/pagination/DescribeEndpointTypesPaginator.js +0 -75
  1031. package/dist/es/pagination/DescribeEndpointTypesPaginator.js.map +0 -1
  1032. package/dist/es/pagination/DescribeEndpointsPaginator.js +0 -75
  1033. package/dist/es/pagination/DescribeEndpointsPaginator.js.map +0 -1
  1034. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js +0 -75
  1035. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  1036. package/dist/es/pagination/DescribeEventsPaginator.js +0 -75
  1037. package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
  1038. package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js +0 -75
  1039. package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +0 -1
  1040. package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -75
  1041. package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
  1042. package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +0 -75
  1043. package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +0 -1
  1044. package/dist/es/pagination/DescribeReplicationInstancesPaginator.js +0 -75
  1045. package/dist/es/pagination/DescribeReplicationInstancesPaginator.js.map +0 -1
  1046. package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js +0 -75
  1047. package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +0 -1
  1048. package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +0 -75
  1049. package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +0 -1
  1050. package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +0 -75
  1051. package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +0 -1
  1052. package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +0 -75
  1053. package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +0 -1
  1054. package/dist/es/pagination/DescribeReplicationTasksPaginator.js +0 -75
  1055. package/dist/es/pagination/DescribeReplicationTasksPaginator.js.map +0 -1
  1056. package/dist/es/pagination/DescribeSchemasPaginator.js +0 -75
  1057. package/dist/es/pagination/DescribeSchemasPaginator.js.map +0 -1
  1058. package/dist/es/pagination/DescribeTableStatisticsPaginator.js +0 -75
  1059. package/dist/es/pagination/DescribeTableStatisticsPaginator.js.map +0 -1
  1060. package/dist/es/pagination/Interfaces.js.map +0 -1
  1061. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  1062. package/dist/es/runtimeConfig.browser.js +0 -17
  1063. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1064. package/dist/es/runtimeConfig.js +0 -22
  1065. package/dist/es/runtimeConfig.js.map +0 -1
  1066. package/dist/es/runtimeConfig.native.js.map +0 -1
  1067. package/dist/es/runtimeConfig.shared.js +0 -14
  1068. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1069. package/dist/es/waiters/waitForEndpointDeleted.js +0 -97
  1070. package/dist/es/waiters/waitForEndpointDeleted.js.map +0 -1
  1071. package/dist/es/waiters/waitForReplicationInstanceAvailable.js +0 -171
  1072. package/dist/es/waiters/waitForReplicationInstanceAvailable.js.map +0 -1
  1073. package/dist/es/waiters/waitForReplicationInstanceDeleted.js +0 -72
  1074. package/dist/es/waiters/waitForReplicationInstanceDeleted.js.map +0 -1
  1075. package/dist/es/waiters/waitForReplicationTaskDeleted.js +0 -172
  1076. package/dist/es/waiters/waitForReplicationTaskDeleted.js.map +0 -1
  1077. package/dist/es/waiters/waitForReplicationTaskReady.js +0 -271
  1078. package/dist/es/waiters/waitForReplicationTaskReady.js.map +0 -1
  1079. package/dist/es/waiters/waitForReplicationTaskRunning.js +0 -271
  1080. package/dist/es/waiters/waitForReplicationTaskRunning.js.map +0 -1
  1081. package/dist/es/waiters/waitForReplicationTaskStopped.js +0 -246
  1082. package/dist/es/waiters/waitForReplicationTaskStopped.js.map +0 -1
  1083. package/dist/es/waiters/waitForTestConnectionSucceeds.js +0 -96
  1084. package/dist/es/waiters/waitForTestConnectionSucceeds.js.map +0 -1
  1085. package/dist/types/DatabaseMigrationService.d.ts +0 -552
  1086. package/dist/types/DatabaseMigrationServiceClient.d.ts +0 -196
  1087. package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -40
  1088. package/dist/types/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
  1089. package/dist/types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1090. package/dist/types/commands/CreateEndpointCommand.d.ts +0 -42
  1091. package/dist/types/commands/CreateEventSubscriptionCommand.d.ts +0 -50
  1092. package/dist/types/commands/CreateReplicationInstanceCommand.d.ts +0 -40
  1093. package/dist/types/commands/CreateReplicationSubnetGroupCommand.d.ts +0 -37
  1094. package/dist/types/commands/CreateReplicationTaskCommand.d.ts +0 -35
  1095. package/dist/types/commands/DeleteCertificateCommand.d.ts +0 -35
  1096. package/dist/types/commands/DeleteConnectionCommand.d.ts +0 -35
  1097. package/dist/types/commands/DeleteEndpointCommand.d.ts +0 -40
  1098. package/dist/types/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1099. package/dist/types/commands/DeleteReplicationInstanceCommand.d.ts +0 -40
  1100. package/dist/types/commands/DeleteReplicationSubnetGroupCommand.d.ts +0 -35
  1101. package/dist/types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1102. package/dist/types/commands/DeleteReplicationTaskCommand.d.ts +0 -35
  1103. package/dist/types/commands/DescribeAccountAttributesCommand.d.ts +0 -41
  1104. package/dist/types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +0 -49
  1105. package/dist/types/commands/DescribeCertificatesCommand.d.ts +0 -35
  1106. package/dist/types/commands/DescribeConnectionsCommand.d.ts +0 -36
  1107. package/dist/types/commands/DescribeEndpointSettingsCommand.d.ts +0 -36
  1108. package/dist/types/commands/DescribeEndpointTypesCommand.d.ts +0 -35
  1109. package/dist/types/commands/DescribeEndpointsCommand.d.ts +0 -35
  1110. package/dist/types/commands/DescribeEventCategoriesCommand.d.ts +0 -39
  1111. package/dist/types/commands/DescribeEventSubscriptionsCommand.d.ts +0 -40
  1112. package/dist/types/commands/DescribeEventsCommand.d.ts +0 -39
  1113. package/dist/types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +0 -36
  1114. package/dist/types/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
  1115. package/dist/types/commands/DescribeRefreshSchemasStatusCommand.d.ts +0 -35
  1116. package/dist/types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +0 -35
  1117. package/dist/types/commands/DescribeReplicationInstancesCommand.d.ts +0 -36
  1118. package/dist/types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +0 -35
  1119. package/dist/types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +0 -41
  1120. package/dist/types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +0 -43
  1121. package/dist/types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +0 -37
  1122. package/dist/types/commands/DescribeReplicationTasksCommand.d.ts +0 -36
  1123. package/dist/types/commands/DescribeSchemasCommand.d.ts +0 -37
  1124. package/dist/types/commands/DescribeTableStatisticsCommand.d.ts +0 -39
  1125. package/dist/types/commands/ImportCertificateCommand.d.ts +0 -35
  1126. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -39
  1127. package/dist/types/commands/ModifyEndpointCommand.d.ts +0 -42
  1128. package/dist/types/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
  1129. package/dist/types/commands/ModifyReplicationInstanceCommand.d.ts +0 -39
  1130. package/dist/types/commands/ModifyReplicationSubnetGroupCommand.d.ts +0 -35
  1131. package/dist/types/commands/ModifyReplicationTaskCommand.d.ts +0 -38
  1132. package/dist/types/commands/MoveReplicationTaskCommand.d.ts +0 -38
  1133. package/dist/types/commands/RebootReplicationInstanceCommand.d.ts +0 -36
  1134. package/dist/types/commands/RefreshSchemasCommand.d.ts +0 -37
  1135. package/dist/types/commands/ReloadTablesCommand.d.ts +0 -37
  1136. package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -40
  1137. package/dist/types/commands/StartReplicationTaskAssessmentCommand.d.ts +0 -36
  1138. package/dist/types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +0 -41
  1139. package/dist/types/commands/StartReplicationTaskCommand.d.ts +0 -38
  1140. package/dist/types/commands/StopReplicationTaskCommand.d.ts +0 -35
  1141. package/dist/types/commands/TestConnectionCommand.d.ts +0 -35
  1142. package/dist/types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +0 -4
  1143. package/dist/types/pagination/DescribeCertificatesPaginator.d.ts +0 -4
  1144. package/dist/types/pagination/DescribeConnectionsPaginator.d.ts +0 -4
  1145. package/dist/types/pagination/DescribeEndpointSettingsPaginator.d.ts +0 -4
  1146. package/dist/types/pagination/DescribeEndpointTypesPaginator.d.ts +0 -4
  1147. package/dist/types/pagination/DescribeEndpointsPaginator.d.ts +0 -4
  1148. package/dist/types/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  1149. package/dist/types/pagination/DescribeEventsPaginator.d.ts +0 -4
  1150. package/dist/types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +0 -4
  1151. package/dist/types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
  1152. package/dist/types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +0 -4
  1153. package/dist/types/pagination/DescribeReplicationInstancesPaginator.d.ts +0 -4
  1154. package/dist/types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +0 -4
  1155. package/dist/types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +0 -4
  1156. package/dist/types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +0 -4
  1157. package/dist/types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +0 -4
  1158. package/dist/types/pagination/DescribeReplicationTasksPaginator.d.ts +0 -4
  1159. package/dist/types/pagination/DescribeSchemasPaginator.d.ts +0 -4
  1160. package/dist/types/pagination/DescribeTableStatisticsPaginator.d.ts +0 -4
  1161. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1162. package/dist/types/protocols/Aws_json1_1.d.ts +0 -167
  1163. package/dist/types/runtimeConfig.d.ts +0 -37
  1164. package/dist/types/ts3.4/DatabaseMigrationService.d.ts +0 -552
  1165. package/dist/types/ts3.4/DatabaseMigrationServiceClient.d.ts +0 -196
  1166. package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -40
  1167. package/dist/types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
  1168. package/dist/types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1169. package/dist/types/ts3.4/commands/CreateEndpointCommand.d.ts +0 -42
  1170. package/dist/types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +0 -50
  1171. package/dist/types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +0 -40
  1172. package/dist/types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +0 -37
  1173. package/dist/types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +0 -35
  1174. package/dist/types/ts3.4/commands/DeleteCertificateCommand.d.ts +0 -35
  1175. package/dist/types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -35
  1176. package/dist/types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -40
  1177. package/dist/types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1178. package/dist/types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +0 -40
  1179. package/dist/types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +0 -35
  1180. package/dist/types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1181. package/dist/types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +0 -35
  1182. package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -41
  1183. package/dist/types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +0 -49
  1184. package/dist/types/ts3.4/commands/DescribeCertificatesCommand.d.ts +0 -35
  1185. package/dist/types/ts3.4/commands/DescribeConnectionsCommand.d.ts +0 -36
  1186. package/dist/types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +0 -36
  1187. package/dist/types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +0 -35
  1188. package/dist/types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -35
  1189. package/dist/types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +0 -39
  1190. package/dist/types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +0 -40
  1191. package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -39
  1192. package/dist/types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +0 -36
  1193. package/dist/types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
  1194. package/dist/types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +0 -35
  1195. package/dist/types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +0 -35
  1196. package/dist/types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +0 -36
  1197. package/dist/types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +0 -35
  1198. package/dist/types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +0 -41
  1199. package/dist/types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +0 -43
  1200. package/dist/types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +0 -37
  1201. package/dist/types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +0 -36
  1202. package/dist/types/ts3.4/commands/DescribeSchemasCommand.d.ts +0 -37
  1203. package/dist/types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +0 -39
  1204. package/dist/types/ts3.4/commands/ImportCertificateCommand.d.ts +0 -35
  1205. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -39
  1206. package/dist/types/ts3.4/commands/ModifyEndpointCommand.d.ts +0 -42
  1207. package/dist/types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
  1208. package/dist/types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +0 -39
  1209. package/dist/types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +0 -35
  1210. package/dist/types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +0 -38
  1211. package/dist/types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +0 -38
  1212. package/dist/types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +0 -36
  1213. package/dist/types/ts3.4/commands/RefreshSchemasCommand.d.ts +0 -37
  1214. package/dist/types/ts3.4/commands/ReloadTablesCommand.d.ts +0 -37
  1215. package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -40
  1216. package/dist/types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +0 -36
  1217. package/dist/types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +0 -41
  1218. package/dist/types/ts3.4/commands/StartReplicationTaskCommand.d.ts +0 -38
  1219. package/dist/types/ts3.4/commands/StopReplicationTaskCommand.d.ts +0 -35
  1220. package/dist/types/ts3.4/commands/TestConnectionCommand.d.ts +0 -35
  1221. package/dist/types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +0 -4
  1222. package/dist/types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +0 -4
  1223. package/dist/types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +0 -4
  1224. package/dist/types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +0 -4
  1225. package/dist/types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +0 -4
  1226. package/dist/types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +0 -4
  1227. package/dist/types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  1228. package/dist/types/ts3.4/pagination/DescribeEventsPaginator.d.ts +0 -4
  1229. package/dist/types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +0 -4
  1230. package/dist/types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
  1231. package/dist/types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +0 -4
  1232. package/dist/types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +0 -4
  1233. package/dist/types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +0 -4
  1234. package/dist/types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +0 -4
  1235. package/dist/types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +0 -4
  1236. package/dist/types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +0 -4
  1237. package/dist/types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +0 -4
  1238. package/dist/types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +0 -4
  1239. package/dist/types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +0 -4
  1240. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1241. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -167
  1242. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  1243. package/dist/types/ts3.4/waiters/waitForEndpointDeleted.d.ts +0 -14
  1244. package/dist/types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +0 -14
  1245. package/dist/types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +0 -14
  1246. package/dist/types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +0 -14
  1247. package/dist/types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +0 -14
  1248. package/dist/types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +0 -14
  1249. package/dist/types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +0 -14
  1250. package/dist/types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +0 -14
  1251. package/dist/types/waiters/waitForEndpointDeleted.d.ts +0 -14
  1252. package/dist/types/waiters/waitForReplicationInstanceAvailable.d.ts +0 -14
  1253. package/dist/types/waiters/waitForReplicationInstanceDeleted.d.ts +0 -14
  1254. package/dist/types/waiters/waitForReplicationTaskDeleted.d.ts +0 -14
  1255. package/dist/types/waiters/waitForReplicationTaskReady.d.ts +0 -14
  1256. package/dist/types/waiters/waitForReplicationTaskRunning.d.ts +0 -14
  1257. package/dist/types/waiters/waitForReplicationTaskStopped.d.ts +0 -14
  1258. package/dist/types/waiters/waitForTestConnectionSucceeds.d.ts +0 -14
  1259. package/endpoints.ts +0 -63
  1260. package/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts +0 -58
  1261. package/pagination/DescribeCertificatesPaginator.ts +0 -58
  1262. package/pagination/DescribeConnectionsPaginator.ts +0 -58
  1263. package/pagination/DescribeEndpointSettingsPaginator.ts +0 -58
  1264. package/pagination/DescribeEndpointTypesPaginator.ts +0 -58
  1265. package/pagination/DescribeEndpointsPaginator.ts +0 -58
  1266. package/pagination/DescribeEventSubscriptionsPaginator.ts +0 -58
  1267. package/pagination/DescribeEventsPaginator.ts +0 -58
  1268. package/pagination/DescribeOrderableReplicationInstancesPaginator.ts +0 -58
  1269. package/pagination/DescribePendingMaintenanceActionsPaginator.ts +0 -58
  1270. package/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts +0 -58
  1271. package/pagination/DescribeReplicationInstancesPaginator.ts +0 -58
  1272. package/pagination/DescribeReplicationSubnetGroupsPaginator.ts +0 -58
  1273. package/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts +0 -58
  1274. package/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts +0 -58
  1275. package/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts +0 -58
  1276. package/pagination/DescribeReplicationTasksPaginator.ts +0 -58
  1277. package/pagination/DescribeSchemasPaginator.ts +0 -58
  1278. package/pagination/DescribeTableStatisticsPaginator.ts +0 -58
  1279. package/pagination/Interfaces.ts +0 -7
  1280. package/protocols/Aws_json1_1.ts +0 -9002
  1281. package/runtimeConfig.browser.ts +0 -40
  1282. package/runtimeConfig.native.ts +0 -16
  1283. package/runtimeConfig.shared.ts +0 -16
  1284. package/runtimeConfig.ts +0 -45
  1285. package/waiters/waitForEndpointDeleted.ts +0 -72
  1286. package/waiters/waitForReplicationInstanceAvailable.ts +0 -116
  1287. package/waiters/waitForReplicationInstanceDeleted.ts +0 -61
  1288. package/waiters/waitForReplicationTaskDeleted.ts +0 -117
  1289. package/waiters/waitForReplicationTaskReady.ts +0 -172
  1290. package/waiters/waitForReplicationTaskRunning.ts +0 -172
  1291. package/waiters/waitForReplicationTaskStopped.ts +0 -158
  1292. package/waiters/waitForTestConnectionSucceeds.ts +0 -71
@@ -1,2209 +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
- * <p>The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region, otherwise the
522
- * service will throw a <code>ReplicationSubnetGroupDoesNotCoverEnoughAZs</code> exception.</p>
523
- */
524
- public createReplicationSubnetGroup(
525
- args: CreateReplicationSubnetGroupCommandInput,
526
- options?: __HttpHandlerOptions
527
- ): Promise<CreateReplicationSubnetGroupCommandOutput>;
528
- public createReplicationSubnetGroup(
529
- args: CreateReplicationSubnetGroupCommandInput,
530
- cb: (err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void
531
- ): void;
532
- public createReplicationSubnetGroup(
533
- args: CreateReplicationSubnetGroupCommandInput,
534
- options: __HttpHandlerOptions,
535
- cb: (err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void
536
- ): void;
537
- public createReplicationSubnetGroup(
538
- args: CreateReplicationSubnetGroupCommandInput,
539
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void),
540
- cb?: (err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void
541
- ): Promise<CreateReplicationSubnetGroupCommandOutput> | void {
542
- const command = new CreateReplicationSubnetGroupCommand(args);
543
- if (typeof optionsOrCb === "function") {
544
- this.send(command, optionsOrCb);
545
- } else if (typeof cb === "function") {
546
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
547
- this.send(command, optionsOrCb || {}, cb);
548
- } else {
549
- return this.send(command, optionsOrCb);
550
- }
551
- }
552
-
553
- /**
554
- * <p>Creates a replication task using the specified parameters.</p>
555
- */
556
- public createReplicationTask(
557
- args: CreateReplicationTaskCommandInput,
558
- options?: __HttpHandlerOptions
559
- ): Promise<CreateReplicationTaskCommandOutput>;
560
- public createReplicationTask(
561
- args: CreateReplicationTaskCommandInput,
562
- cb: (err: any, data?: CreateReplicationTaskCommandOutput) => void
563
- ): void;
564
- public createReplicationTask(
565
- args: CreateReplicationTaskCommandInput,
566
- options: __HttpHandlerOptions,
567
- cb: (err: any, data?: CreateReplicationTaskCommandOutput) => void
568
- ): void;
569
- public createReplicationTask(
570
- args: CreateReplicationTaskCommandInput,
571
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateReplicationTaskCommandOutput) => void),
572
- cb?: (err: any, data?: CreateReplicationTaskCommandOutput) => void
573
- ): Promise<CreateReplicationTaskCommandOutput> | void {
574
- const command = new CreateReplicationTaskCommand(args);
575
- if (typeof optionsOrCb === "function") {
576
- this.send(command, optionsOrCb);
577
- } else if (typeof cb === "function") {
578
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
579
- this.send(command, optionsOrCb || {}, cb);
580
- } else {
581
- return this.send(command, optionsOrCb);
582
- }
583
- }
584
-
585
- /**
586
- * <p>Deletes the specified certificate. </p>
587
- */
588
- public deleteCertificate(
589
- args: DeleteCertificateCommandInput,
590
- options?: __HttpHandlerOptions
591
- ): Promise<DeleteCertificateCommandOutput>;
592
- public deleteCertificate(
593
- args: DeleteCertificateCommandInput,
594
- cb: (err: any, data?: DeleteCertificateCommandOutput) => void
595
- ): void;
596
- public deleteCertificate(
597
- args: DeleteCertificateCommandInput,
598
- options: __HttpHandlerOptions,
599
- cb: (err: any, data?: DeleteCertificateCommandOutput) => void
600
- ): void;
601
- public deleteCertificate(
602
- args: DeleteCertificateCommandInput,
603
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteCertificateCommandOutput) => void),
604
- cb?: (err: any, data?: DeleteCertificateCommandOutput) => void
605
- ): Promise<DeleteCertificateCommandOutput> | void {
606
- const command = new DeleteCertificateCommand(args);
607
- if (typeof optionsOrCb === "function") {
608
- this.send(command, optionsOrCb);
609
- } else if (typeof cb === "function") {
610
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
611
- this.send(command, optionsOrCb || {}, cb);
612
- } else {
613
- return this.send(command, optionsOrCb);
614
- }
615
- }
616
-
617
- /**
618
- * <p>Deletes the connection between a replication instance and an endpoint.</p>
619
- */
620
- public deleteConnection(
621
- args: DeleteConnectionCommandInput,
622
- options?: __HttpHandlerOptions
623
- ): Promise<DeleteConnectionCommandOutput>;
624
- public deleteConnection(
625
- args: DeleteConnectionCommandInput,
626
- cb: (err: any, data?: DeleteConnectionCommandOutput) => void
627
- ): void;
628
- public deleteConnection(
629
- args: DeleteConnectionCommandInput,
630
- options: __HttpHandlerOptions,
631
- cb: (err: any, data?: DeleteConnectionCommandOutput) => void
632
- ): void;
633
- public deleteConnection(
634
- args: DeleteConnectionCommandInput,
635
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteConnectionCommandOutput) => void),
636
- cb?: (err: any, data?: DeleteConnectionCommandOutput) => void
637
- ): Promise<DeleteConnectionCommandOutput> | void {
638
- const command = new DeleteConnectionCommand(args);
639
- if (typeof optionsOrCb === "function") {
640
- this.send(command, optionsOrCb);
641
- } else if (typeof cb === "function") {
642
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
643
- this.send(command, optionsOrCb || {}, cb);
644
- } else {
645
- return this.send(command, optionsOrCb);
646
- }
647
- }
648
-
649
- /**
650
- * <p>Deletes the specified endpoint.</p>
651
- * <note>
652
- * <p>All tasks associated with the endpoint must be deleted before you can delete the
653
- * endpoint.</p>
654
- * </note>
655
- * <p></p>
656
- */
657
- public deleteEndpoint(
658
- args: DeleteEndpointCommandInput,
659
- options?: __HttpHandlerOptions
660
- ): Promise<DeleteEndpointCommandOutput>;
661
- public deleteEndpoint(
662
- args: DeleteEndpointCommandInput,
663
- cb: (err: any, data?: DeleteEndpointCommandOutput) => void
664
- ): void;
665
- public deleteEndpoint(
666
- args: DeleteEndpointCommandInput,
667
- options: __HttpHandlerOptions,
668
- cb: (err: any, data?: DeleteEndpointCommandOutput) => void
669
- ): void;
670
- public deleteEndpoint(
671
- args: DeleteEndpointCommandInput,
672
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEndpointCommandOutput) => void),
673
- cb?: (err: any, data?: DeleteEndpointCommandOutput) => void
674
- ): Promise<DeleteEndpointCommandOutput> | void {
675
- const command = new DeleteEndpointCommand(args);
676
- if (typeof optionsOrCb === "function") {
677
- this.send(command, optionsOrCb);
678
- } else if (typeof cb === "function") {
679
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
680
- this.send(command, optionsOrCb || {}, cb);
681
- } else {
682
- return this.send(command, optionsOrCb);
683
- }
684
- }
685
-
686
- /**
687
- * <p> Deletes an DMS event subscription. </p>
688
- */
689
- public deleteEventSubscription(
690
- args: DeleteEventSubscriptionCommandInput,
691
- options?: __HttpHandlerOptions
692
- ): Promise<DeleteEventSubscriptionCommandOutput>;
693
- public deleteEventSubscription(
694
- args: DeleteEventSubscriptionCommandInput,
695
- cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
696
- ): void;
697
- public deleteEventSubscription(
698
- args: DeleteEventSubscriptionCommandInput,
699
- options: __HttpHandlerOptions,
700
- cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
701
- ): void;
702
- public deleteEventSubscription(
703
- args: DeleteEventSubscriptionCommandInput,
704
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEventSubscriptionCommandOutput) => void),
705
- cb?: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void
706
- ): Promise<DeleteEventSubscriptionCommandOutput> | void {
707
- const command = new DeleteEventSubscriptionCommand(args);
708
- if (typeof optionsOrCb === "function") {
709
- this.send(command, optionsOrCb);
710
- } else if (typeof cb === "function") {
711
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
712
- this.send(command, optionsOrCb || {}, cb);
713
- } else {
714
- return this.send(command, optionsOrCb);
715
- }
716
- }
717
-
718
- /**
719
- * <p>Deletes the specified replication instance.</p>
720
- * <note>
721
- * <p>You must delete any migration tasks that are associated with the replication instance
722
- * before you can delete it.</p>
723
- * </note>
724
- * <p></p>
725
- */
726
- public deleteReplicationInstance(
727
- args: DeleteReplicationInstanceCommandInput,
728
- options?: __HttpHandlerOptions
729
- ): Promise<DeleteReplicationInstanceCommandOutput>;
730
- public deleteReplicationInstance(
731
- args: DeleteReplicationInstanceCommandInput,
732
- cb: (err: any, data?: DeleteReplicationInstanceCommandOutput) => void
733
- ): void;
734
- public deleteReplicationInstance(
735
- args: DeleteReplicationInstanceCommandInput,
736
- options: __HttpHandlerOptions,
737
- cb: (err: any, data?: DeleteReplicationInstanceCommandOutput) => void
738
- ): void;
739
- public deleteReplicationInstance(
740
- args: DeleteReplicationInstanceCommandInput,
741
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationInstanceCommandOutput) => void),
742
- cb?: (err: any, data?: DeleteReplicationInstanceCommandOutput) => void
743
- ): Promise<DeleteReplicationInstanceCommandOutput> | void {
744
- const command = new DeleteReplicationInstanceCommand(args);
745
- if (typeof optionsOrCb === "function") {
746
- this.send(command, optionsOrCb);
747
- } else if (typeof cb === "function") {
748
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
749
- this.send(command, optionsOrCb || {}, cb);
750
- } else {
751
- return this.send(command, optionsOrCb);
752
- }
753
- }
754
-
755
- /**
756
- * <p>Deletes a subnet group.</p>
757
- */
758
- public deleteReplicationSubnetGroup(
759
- args: DeleteReplicationSubnetGroupCommandInput,
760
- options?: __HttpHandlerOptions
761
- ): Promise<DeleteReplicationSubnetGroupCommandOutput>;
762
- public deleteReplicationSubnetGroup(
763
- args: DeleteReplicationSubnetGroupCommandInput,
764
- cb: (err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void
765
- ): void;
766
- public deleteReplicationSubnetGroup(
767
- args: DeleteReplicationSubnetGroupCommandInput,
768
- options: __HttpHandlerOptions,
769
- cb: (err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void
770
- ): void;
771
- public deleteReplicationSubnetGroup(
772
- args: DeleteReplicationSubnetGroupCommandInput,
773
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void),
774
- cb?: (err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void
775
- ): Promise<DeleteReplicationSubnetGroupCommandOutput> | void {
776
- const command = new DeleteReplicationSubnetGroupCommand(args);
777
- if (typeof optionsOrCb === "function") {
778
- this.send(command, optionsOrCb);
779
- } else if (typeof cb === "function") {
780
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
781
- this.send(command, optionsOrCb || {}, cb);
782
- } else {
783
- return this.send(command, optionsOrCb);
784
- }
785
- }
786
-
787
- /**
788
- * <p>Deletes the specified replication task.</p>
789
- */
790
- public deleteReplicationTask(
791
- args: DeleteReplicationTaskCommandInput,
792
- options?: __HttpHandlerOptions
793
- ): Promise<DeleteReplicationTaskCommandOutput>;
794
- public deleteReplicationTask(
795
- args: DeleteReplicationTaskCommandInput,
796
- cb: (err: any, data?: DeleteReplicationTaskCommandOutput) => void
797
- ): void;
798
- public deleteReplicationTask(
799
- args: DeleteReplicationTaskCommandInput,
800
- options: __HttpHandlerOptions,
801
- cb: (err: any, data?: DeleteReplicationTaskCommandOutput) => void
802
- ): void;
803
- public deleteReplicationTask(
804
- args: DeleteReplicationTaskCommandInput,
805
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationTaskCommandOutput) => void),
806
- cb?: (err: any, data?: DeleteReplicationTaskCommandOutput) => void
807
- ): Promise<DeleteReplicationTaskCommandOutput> | void {
808
- const command = new DeleteReplicationTaskCommand(args);
809
- if (typeof optionsOrCb === "function") {
810
- this.send(command, optionsOrCb);
811
- } else if (typeof cb === "function") {
812
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
813
- this.send(command, optionsOrCb || {}, cb);
814
- } else {
815
- return this.send(command, optionsOrCb);
816
- }
817
- }
818
-
819
- /**
820
- * <p>Deletes the record of a single premigration assessment run.</p>
821
- * <p>This operation removes all metadata that DMS maintains about this assessment run.
822
- * However, the operation leaves untouched all information about this assessment run that is
823
- * stored in your Amazon S3 bucket.</p>
824
- */
825
- public deleteReplicationTaskAssessmentRun(
826
- args: DeleteReplicationTaskAssessmentRunCommandInput,
827
- options?: __HttpHandlerOptions
828
- ): Promise<DeleteReplicationTaskAssessmentRunCommandOutput>;
829
- public deleteReplicationTaskAssessmentRun(
830
- args: DeleteReplicationTaskAssessmentRunCommandInput,
831
- cb: (err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void
832
- ): void;
833
- public deleteReplicationTaskAssessmentRun(
834
- args: DeleteReplicationTaskAssessmentRunCommandInput,
835
- options: __HttpHandlerOptions,
836
- cb: (err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void
837
- ): void;
838
- public deleteReplicationTaskAssessmentRun(
839
- args: DeleteReplicationTaskAssessmentRunCommandInput,
840
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void),
841
- cb?: (err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void
842
- ): Promise<DeleteReplicationTaskAssessmentRunCommandOutput> | void {
843
- const command = new DeleteReplicationTaskAssessmentRunCommand(args);
844
- if (typeof optionsOrCb === "function") {
845
- this.send(command, optionsOrCb);
846
- } else if (typeof cb === "function") {
847
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
848
- this.send(command, optionsOrCb || {}, cb);
849
- } else {
850
- return this.send(command, optionsOrCb);
851
- }
852
- }
853
-
854
- /**
855
- * <p>Lists all of the DMS attributes for a customer account. These attributes include DMS
856
- * quotas for the account and a unique account identifier in a particular DMS region. DMS
857
- * quotas include a list of resource quotas supported by the account, such as the number of
858
- * replication instances allowed. The description for each resource quota, includes the quota
859
- * name, current usage toward that quota, and the quota's maximum value. DMS uses the unique
860
- * account identifier to name each artifact used by DMS in the given region.</p>
861
- * <p>This command does not take any parameters.</p>
862
- */
863
- public describeAccountAttributes(
864
- args: DescribeAccountAttributesCommandInput,
865
- options?: __HttpHandlerOptions
866
- ): Promise<DescribeAccountAttributesCommandOutput>;
867
- public describeAccountAttributes(
868
- args: DescribeAccountAttributesCommandInput,
869
- cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
870
- ): void;
871
- public describeAccountAttributes(
872
- args: DescribeAccountAttributesCommandInput,
873
- options: __HttpHandlerOptions,
874
- cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
875
- ): void;
876
- public describeAccountAttributes(
877
- args: DescribeAccountAttributesCommandInput,
878
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAccountAttributesCommandOutput) => void),
879
- cb?: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
880
- ): Promise<DescribeAccountAttributesCommandOutput> | void {
881
- const command = new DescribeAccountAttributesCommand(args);
882
- if (typeof optionsOrCb === "function") {
883
- this.send(command, optionsOrCb);
884
- } else if (typeof cb === "function") {
885
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
886
- this.send(command, optionsOrCb || {}, cb);
887
- } else {
888
- return this.send(command, optionsOrCb);
889
- }
890
- }
891
-
892
- /**
893
- * <p>Provides a list of individual assessments that you can specify for a new premigration
894
- * assessment run, given one or more parameters.</p>
895
- * <p>If you specify an existing migration task, this operation provides the default individual
896
- * assessments you can specify for that task. Otherwise, the specified parameters model elements
897
- * of a possible migration task on which to base a premigration assessment run.</p>
898
- * <p>To use these migration task modeling parameters, you must specify an existing replication instance,
899
- * a source database engine, a target database engine, and a migration type. This combination of
900
- * parameters potentially limits the default individual assessments available for an assessment run
901
- * created for a corresponding migration task.</p>
902
- * <p>If you specify no parameters, this operation provides a list of all possible individual assessments
903
- * that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must
904
- * specify all of them or the operation cannot provide a list of individual assessments.
905
- * The only parameter that you can specify alone is for an existing migration task. The specified task
906
- * definition then determines the default list of individual assessments that you can specify in an
907
- * assessment run for the task.</p>
908
- */
909
- public describeApplicableIndividualAssessments(
910
- args: DescribeApplicableIndividualAssessmentsCommandInput,
911
- options?: __HttpHandlerOptions
912
- ): Promise<DescribeApplicableIndividualAssessmentsCommandOutput>;
913
- public describeApplicableIndividualAssessments(
914
- args: DescribeApplicableIndividualAssessmentsCommandInput,
915
- cb: (err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void
916
- ): void;
917
- public describeApplicableIndividualAssessments(
918
- args: DescribeApplicableIndividualAssessmentsCommandInput,
919
- options: __HttpHandlerOptions,
920
- cb: (err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void
921
- ): void;
922
- public describeApplicableIndividualAssessments(
923
- args: DescribeApplicableIndividualAssessmentsCommandInput,
924
- optionsOrCb?:
925
- | __HttpHandlerOptions
926
- | ((err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void),
927
- cb?: (err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void
928
- ): Promise<DescribeApplicableIndividualAssessmentsCommandOutput> | void {
929
- const command = new DescribeApplicableIndividualAssessmentsCommand(args);
930
- if (typeof optionsOrCb === "function") {
931
- this.send(command, optionsOrCb);
932
- } else if (typeof cb === "function") {
933
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
934
- this.send(command, optionsOrCb || {}, cb);
935
- } else {
936
- return this.send(command, optionsOrCb);
937
- }
938
- }
939
-
940
- /**
941
- * <p>Provides a description of the certificate.</p>
942
- */
943
- public describeCertificates(
944
- args: DescribeCertificatesCommandInput,
945
- options?: __HttpHandlerOptions
946
- ): Promise<DescribeCertificatesCommandOutput>;
947
- public describeCertificates(
948
- args: DescribeCertificatesCommandInput,
949
- cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
950
- ): void;
951
- public describeCertificates(
952
- args: DescribeCertificatesCommandInput,
953
- options: __HttpHandlerOptions,
954
- cb: (err: any, data?: DescribeCertificatesCommandOutput) => void
955
- ): void;
956
- public describeCertificates(
957
- args: DescribeCertificatesCommandInput,
958
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeCertificatesCommandOutput) => void),
959
- cb?: (err: any, data?: DescribeCertificatesCommandOutput) => void
960
- ): Promise<DescribeCertificatesCommandOutput> | void {
961
- const command = new DescribeCertificatesCommand(args);
962
- if (typeof optionsOrCb === "function") {
963
- this.send(command, optionsOrCb);
964
- } else if (typeof cb === "function") {
965
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
966
- this.send(command, optionsOrCb || {}, cb);
967
- } else {
968
- return this.send(command, optionsOrCb);
969
- }
970
- }
971
-
972
- /**
973
- * <p>Describes the status of the connections that have been made between the replication
974
- * instance and an endpoint. Connections are created when you test an endpoint.</p>
975
- */
976
- public describeConnections(
977
- args: DescribeConnectionsCommandInput,
978
- options?: __HttpHandlerOptions
979
- ): Promise<DescribeConnectionsCommandOutput>;
980
- public describeConnections(
981
- args: DescribeConnectionsCommandInput,
982
- cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
983
- ): void;
984
- public describeConnections(
985
- args: DescribeConnectionsCommandInput,
986
- options: __HttpHandlerOptions,
987
- cb: (err: any, data?: DescribeConnectionsCommandOutput) => void
988
- ): void;
989
- public describeConnections(
990
- args: DescribeConnectionsCommandInput,
991
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeConnectionsCommandOutput) => void),
992
- cb?: (err: any, data?: DescribeConnectionsCommandOutput) => void
993
- ): Promise<DescribeConnectionsCommandOutput> | void {
994
- const command = new DescribeConnectionsCommand(args);
995
- if (typeof optionsOrCb === "function") {
996
- this.send(command, optionsOrCb);
997
- } else if (typeof cb === "function") {
998
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
999
- this.send(command, optionsOrCb || {}, cb);
1000
- } else {
1001
- return this.send(command, optionsOrCb);
1002
- }
1003
- }
1004
-
1005
- /**
1006
- * <p>Returns information about the endpoints for your account in the current region.</p>
1007
- */
1008
- public describeEndpoints(
1009
- args: DescribeEndpointsCommandInput,
1010
- options?: __HttpHandlerOptions
1011
- ): Promise<DescribeEndpointsCommandOutput>;
1012
- public describeEndpoints(
1013
- args: DescribeEndpointsCommandInput,
1014
- cb: (err: any, data?: DescribeEndpointsCommandOutput) => void
1015
- ): void;
1016
- public describeEndpoints(
1017
- args: DescribeEndpointsCommandInput,
1018
- options: __HttpHandlerOptions,
1019
- cb: (err: any, data?: DescribeEndpointsCommandOutput) => void
1020
- ): void;
1021
- public describeEndpoints(
1022
- args: DescribeEndpointsCommandInput,
1023
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointsCommandOutput) => void),
1024
- cb?: (err: any, data?: DescribeEndpointsCommandOutput) => void
1025
- ): Promise<DescribeEndpointsCommandOutput> | void {
1026
- const command = new DescribeEndpointsCommand(args);
1027
- if (typeof optionsOrCb === "function") {
1028
- this.send(command, optionsOrCb);
1029
- } else if (typeof cb === "function") {
1030
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1031
- this.send(command, optionsOrCb || {}, cb);
1032
- } else {
1033
- return this.send(command, optionsOrCb);
1034
- }
1035
- }
1036
-
1037
- /**
1038
- * <p>Returns information about the possible endpoint settings available
1039
- * when you create an endpoint for a specific database engine.</p>
1040
- */
1041
- public describeEndpointSettings(
1042
- args: DescribeEndpointSettingsCommandInput,
1043
- options?: __HttpHandlerOptions
1044
- ): Promise<DescribeEndpointSettingsCommandOutput>;
1045
- public describeEndpointSettings(
1046
- args: DescribeEndpointSettingsCommandInput,
1047
- cb: (err: any, data?: DescribeEndpointSettingsCommandOutput) => void
1048
- ): void;
1049
- public describeEndpointSettings(
1050
- args: DescribeEndpointSettingsCommandInput,
1051
- options: __HttpHandlerOptions,
1052
- cb: (err: any, data?: DescribeEndpointSettingsCommandOutput) => void
1053
- ): void;
1054
- public describeEndpointSettings(
1055
- args: DescribeEndpointSettingsCommandInput,
1056
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointSettingsCommandOutput) => void),
1057
- cb?: (err: any, data?: DescribeEndpointSettingsCommandOutput) => void
1058
- ): Promise<DescribeEndpointSettingsCommandOutput> | void {
1059
- const command = new DescribeEndpointSettingsCommand(args);
1060
- if (typeof optionsOrCb === "function") {
1061
- this.send(command, optionsOrCb);
1062
- } else if (typeof cb === "function") {
1063
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1064
- this.send(command, optionsOrCb || {}, cb);
1065
- } else {
1066
- return this.send(command, optionsOrCb);
1067
- }
1068
- }
1069
-
1070
- /**
1071
- * <p>Returns information about the type of endpoints available.</p>
1072
- */
1073
- public describeEndpointTypes(
1074
- args: DescribeEndpointTypesCommandInput,
1075
- options?: __HttpHandlerOptions
1076
- ): Promise<DescribeEndpointTypesCommandOutput>;
1077
- public describeEndpointTypes(
1078
- args: DescribeEndpointTypesCommandInput,
1079
- cb: (err: any, data?: DescribeEndpointTypesCommandOutput) => void
1080
- ): void;
1081
- public describeEndpointTypes(
1082
- args: DescribeEndpointTypesCommandInput,
1083
- options: __HttpHandlerOptions,
1084
- cb: (err: any, data?: DescribeEndpointTypesCommandOutput) => void
1085
- ): void;
1086
- public describeEndpointTypes(
1087
- args: DescribeEndpointTypesCommandInput,
1088
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointTypesCommandOutput) => void),
1089
- cb?: (err: any, data?: DescribeEndpointTypesCommandOutput) => void
1090
- ): Promise<DescribeEndpointTypesCommandOutput> | void {
1091
- const command = new DescribeEndpointTypesCommand(args);
1092
- if (typeof optionsOrCb === "function") {
1093
- this.send(command, optionsOrCb);
1094
- } else if (typeof cb === "function") {
1095
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1096
- this.send(command, optionsOrCb || {}, cb);
1097
- } else {
1098
- return this.send(command, optionsOrCb);
1099
- }
1100
- }
1101
-
1102
- /**
1103
- * <p>Lists categories for all event source types, or, if specified, for a specified source
1104
- * 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
1105
- * and Notifications</a> in the <i>Database Migration Service User
1106
- * Guide.</i>
1107
- * </p>
1108
- */
1109
- public describeEventCategories(
1110
- args: DescribeEventCategoriesCommandInput,
1111
- options?: __HttpHandlerOptions
1112
- ): Promise<DescribeEventCategoriesCommandOutput>;
1113
- public describeEventCategories(
1114
- args: DescribeEventCategoriesCommandInput,
1115
- cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
1116
- ): void;
1117
- public describeEventCategories(
1118
- args: DescribeEventCategoriesCommandInput,
1119
- options: __HttpHandlerOptions,
1120
- cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
1121
- ): void;
1122
- public describeEventCategories(
1123
- args: DescribeEventCategoriesCommandInput,
1124
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventCategoriesCommandOutput) => void),
1125
- cb?: (err: any, data?: DescribeEventCategoriesCommandOutput) => void
1126
- ): Promise<DescribeEventCategoriesCommandOutput> | void {
1127
- const command = new DescribeEventCategoriesCommand(args);
1128
- if (typeof optionsOrCb === "function") {
1129
- this.send(command, optionsOrCb);
1130
- } else if (typeof cb === "function") {
1131
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1132
- this.send(command, optionsOrCb || {}, cb);
1133
- } else {
1134
- return this.send(command, optionsOrCb);
1135
- }
1136
- }
1137
-
1138
- /**
1139
- * <p> Lists events for a given source identifier and source type. You can also specify a
1140
- * 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
1141
- * Notifications</a> in the <i>Database Migration Service User
1142
- * Guide.</i>
1143
- * </p>
1144
- */
1145
- public describeEvents(
1146
- args: DescribeEventsCommandInput,
1147
- options?: __HttpHandlerOptions
1148
- ): Promise<DescribeEventsCommandOutput>;
1149
- public describeEvents(
1150
- args: DescribeEventsCommandInput,
1151
- cb: (err: any, data?: DescribeEventsCommandOutput) => void
1152
- ): void;
1153
- public describeEvents(
1154
- args: DescribeEventsCommandInput,
1155
- options: __HttpHandlerOptions,
1156
- cb: (err: any, data?: DescribeEventsCommandOutput) => void
1157
- ): void;
1158
- public describeEvents(
1159
- args: DescribeEventsCommandInput,
1160
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventsCommandOutput) => void),
1161
- cb?: (err: any, data?: DescribeEventsCommandOutput) => void
1162
- ): Promise<DescribeEventsCommandOutput> | void {
1163
- const command = new DescribeEventsCommand(args);
1164
- if (typeof optionsOrCb === "function") {
1165
- this.send(command, optionsOrCb);
1166
- } else if (typeof cb === "function") {
1167
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1168
- this.send(command, optionsOrCb || {}, cb);
1169
- } else {
1170
- return this.send(command, optionsOrCb);
1171
- }
1172
- }
1173
-
1174
- /**
1175
- * <p>Lists all the event subscriptions for a customer account. The description of a
1176
- * subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>,
1177
- * <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>,
1178
- * <code>CreationTime</code>, and <code>Status</code>. </p>
1179
- * <p>If you specify <code>SubscriptionName</code>, this action lists the description for that
1180
- * subscription.</p>
1181
- */
1182
- public describeEventSubscriptions(
1183
- args: DescribeEventSubscriptionsCommandInput,
1184
- options?: __HttpHandlerOptions
1185
- ): Promise<DescribeEventSubscriptionsCommandOutput>;
1186
- public describeEventSubscriptions(
1187
- args: DescribeEventSubscriptionsCommandInput,
1188
- cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
1189
- ): void;
1190
- public describeEventSubscriptions(
1191
- args: DescribeEventSubscriptionsCommandInput,
1192
- options: __HttpHandlerOptions,
1193
- cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
1194
- ): void;
1195
- public describeEventSubscriptions(
1196
- args: DescribeEventSubscriptionsCommandInput,
1197
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEventSubscriptionsCommandOutput) => void),
1198
- cb?: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void
1199
- ): Promise<DescribeEventSubscriptionsCommandOutput> | void {
1200
- const command = new DescribeEventSubscriptionsCommand(args);
1201
- if (typeof optionsOrCb === "function") {
1202
- this.send(command, optionsOrCb);
1203
- } else if (typeof cb === "function") {
1204
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1205
- this.send(command, optionsOrCb || {}, cb);
1206
- } else {
1207
- return this.send(command, optionsOrCb);
1208
- }
1209
- }
1210
-
1211
- /**
1212
- * <p>Returns information about the replication instance types that can be created in the
1213
- * specified region.</p>
1214
- */
1215
- public describeOrderableReplicationInstances(
1216
- args: DescribeOrderableReplicationInstancesCommandInput,
1217
- options?: __HttpHandlerOptions
1218
- ): Promise<DescribeOrderableReplicationInstancesCommandOutput>;
1219
- public describeOrderableReplicationInstances(
1220
- args: DescribeOrderableReplicationInstancesCommandInput,
1221
- cb: (err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void
1222
- ): void;
1223
- public describeOrderableReplicationInstances(
1224
- args: DescribeOrderableReplicationInstancesCommandInput,
1225
- options: __HttpHandlerOptions,
1226
- cb: (err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void
1227
- ): void;
1228
- public describeOrderableReplicationInstances(
1229
- args: DescribeOrderableReplicationInstancesCommandInput,
1230
- optionsOrCb?:
1231
- | __HttpHandlerOptions
1232
- | ((err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void),
1233
- cb?: (err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void
1234
- ): Promise<DescribeOrderableReplicationInstancesCommandOutput> | void {
1235
- const command = new DescribeOrderableReplicationInstancesCommand(args);
1236
- if (typeof optionsOrCb === "function") {
1237
- this.send(command, optionsOrCb);
1238
- } else if (typeof cb === "function") {
1239
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1240
- this.send(command, optionsOrCb || {}, cb);
1241
- } else {
1242
- return this.send(command, optionsOrCb);
1243
- }
1244
- }
1245
-
1246
- /**
1247
- * <p>For internal use only</p>
1248
- */
1249
- public describePendingMaintenanceActions(
1250
- args: DescribePendingMaintenanceActionsCommandInput,
1251
- options?: __HttpHandlerOptions
1252
- ): Promise<DescribePendingMaintenanceActionsCommandOutput>;
1253
- public describePendingMaintenanceActions(
1254
- args: DescribePendingMaintenanceActionsCommandInput,
1255
- cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void
1256
- ): void;
1257
- public describePendingMaintenanceActions(
1258
- args: DescribePendingMaintenanceActionsCommandInput,
1259
- options: __HttpHandlerOptions,
1260
- cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void
1261
- ): void;
1262
- public describePendingMaintenanceActions(
1263
- args: DescribePendingMaintenanceActionsCommandInput,
1264
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void),
1265
- cb?: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void
1266
- ): Promise<DescribePendingMaintenanceActionsCommandOutput> | void {
1267
- const command = new DescribePendingMaintenanceActionsCommand(args);
1268
- if (typeof optionsOrCb === "function") {
1269
- this.send(command, optionsOrCb);
1270
- } else if (typeof cb === "function") {
1271
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1272
- this.send(command, optionsOrCb || {}, cb);
1273
- } else {
1274
- return this.send(command, optionsOrCb);
1275
- }
1276
- }
1277
-
1278
- /**
1279
- * <p>Returns the status of the RefreshSchemas operation.</p>
1280
- */
1281
- public describeRefreshSchemasStatus(
1282
- args: DescribeRefreshSchemasStatusCommandInput,
1283
- options?: __HttpHandlerOptions
1284
- ): Promise<DescribeRefreshSchemasStatusCommandOutput>;
1285
- public describeRefreshSchemasStatus(
1286
- args: DescribeRefreshSchemasStatusCommandInput,
1287
- cb: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void
1288
- ): void;
1289
- public describeRefreshSchemasStatus(
1290
- args: DescribeRefreshSchemasStatusCommandInput,
1291
- options: __HttpHandlerOptions,
1292
- cb: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void
1293
- ): void;
1294
- public describeRefreshSchemasStatus(
1295
- args: DescribeRefreshSchemasStatusCommandInput,
1296
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void),
1297
- cb?: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void
1298
- ): Promise<DescribeRefreshSchemasStatusCommandOutput> | void {
1299
- const command = new DescribeRefreshSchemasStatusCommand(args);
1300
- if (typeof optionsOrCb === "function") {
1301
- this.send(command, optionsOrCb);
1302
- } else if (typeof cb === "function") {
1303
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1304
- this.send(command, optionsOrCb || {}, cb);
1305
- } else {
1306
- return this.send(command, optionsOrCb);
1307
- }
1308
- }
1309
-
1310
- /**
1311
- * <p>Returns information about replication instances for your account in the current
1312
- * region.</p>
1313
- */
1314
- public describeReplicationInstances(
1315
- args: DescribeReplicationInstancesCommandInput,
1316
- options?: __HttpHandlerOptions
1317
- ): Promise<DescribeReplicationInstancesCommandOutput>;
1318
- public describeReplicationInstances(
1319
- args: DescribeReplicationInstancesCommandInput,
1320
- cb: (err: any, data?: DescribeReplicationInstancesCommandOutput) => void
1321
- ): void;
1322
- public describeReplicationInstances(
1323
- args: DescribeReplicationInstancesCommandInput,
1324
- options: __HttpHandlerOptions,
1325
- cb: (err: any, data?: DescribeReplicationInstancesCommandOutput) => void
1326
- ): void;
1327
- public describeReplicationInstances(
1328
- args: DescribeReplicationInstancesCommandInput,
1329
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationInstancesCommandOutput) => void),
1330
- cb?: (err: any, data?: DescribeReplicationInstancesCommandOutput) => void
1331
- ): Promise<DescribeReplicationInstancesCommandOutput> | void {
1332
- const command = new DescribeReplicationInstancesCommand(args);
1333
- if (typeof optionsOrCb === "function") {
1334
- this.send(command, optionsOrCb);
1335
- } else if (typeof cb === "function") {
1336
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1337
- this.send(command, optionsOrCb || {}, cb);
1338
- } else {
1339
- return this.send(command, optionsOrCb);
1340
- }
1341
- }
1342
-
1343
- /**
1344
- * <p>Returns information about the task logs for the specified task.</p>
1345
- */
1346
- public describeReplicationInstanceTaskLogs(
1347
- args: DescribeReplicationInstanceTaskLogsCommandInput,
1348
- options?: __HttpHandlerOptions
1349
- ): Promise<DescribeReplicationInstanceTaskLogsCommandOutput>;
1350
- public describeReplicationInstanceTaskLogs(
1351
- args: DescribeReplicationInstanceTaskLogsCommandInput,
1352
- cb: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void
1353
- ): void;
1354
- public describeReplicationInstanceTaskLogs(
1355
- args: DescribeReplicationInstanceTaskLogsCommandInput,
1356
- options: __HttpHandlerOptions,
1357
- cb: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void
1358
- ): void;
1359
- public describeReplicationInstanceTaskLogs(
1360
- args: DescribeReplicationInstanceTaskLogsCommandInput,
1361
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void),
1362
- cb?: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void
1363
- ): Promise<DescribeReplicationInstanceTaskLogsCommandOutput> | void {
1364
- const command = new DescribeReplicationInstanceTaskLogsCommand(args);
1365
- if (typeof optionsOrCb === "function") {
1366
- this.send(command, optionsOrCb);
1367
- } else if (typeof cb === "function") {
1368
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1369
- this.send(command, optionsOrCb || {}, cb);
1370
- } else {
1371
- return this.send(command, optionsOrCb);
1372
- }
1373
- }
1374
-
1375
- /**
1376
- * <p>Returns information about the replication subnet groups.</p>
1377
- */
1378
- public describeReplicationSubnetGroups(
1379
- args: DescribeReplicationSubnetGroupsCommandInput,
1380
- options?: __HttpHandlerOptions
1381
- ): Promise<DescribeReplicationSubnetGroupsCommandOutput>;
1382
- public describeReplicationSubnetGroups(
1383
- args: DescribeReplicationSubnetGroupsCommandInput,
1384
- cb: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void
1385
- ): void;
1386
- public describeReplicationSubnetGroups(
1387
- args: DescribeReplicationSubnetGroupsCommandInput,
1388
- options: __HttpHandlerOptions,
1389
- cb: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void
1390
- ): void;
1391
- public describeReplicationSubnetGroups(
1392
- args: DescribeReplicationSubnetGroupsCommandInput,
1393
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void),
1394
- cb?: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void
1395
- ): Promise<DescribeReplicationSubnetGroupsCommandOutput> | void {
1396
- const command = new DescribeReplicationSubnetGroupsCommand(args);
1397
- if (typeof optionsOrCb === "function") {
1398
- this.send(command, optionsOrCb);
1399
- } else if (typeof cb === "function") {
1400
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1401
- this.send(command, optionsOrCb || {}, cb);
1402
- } else {
1403
- return this.send(command, optionsOrCb);
1404
- }
1405
- }
1406
-
1407
- /**
1408
- * <p>Returns the task assessment results from the Amazon S3 bucket that DMS creates in your
1409
- * Amazon Web Services account. This action always returns the
1410
- * latest results.</p>
1411
- * <p>For more information about DMS task assessments, see
1412
- * <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html">Creating a task assessment report</a>
1413
- * in the <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/dms/latest/userguide/Welcome.html">
1414
- * Database Migration Service User Guide</a>.</p>
1415
- */
1416
- public describeReplicationTaskAssessmentResults(
1417
- args: DescribeReplicationTaskAssessmentResultsCommandInput,
1418
- options?: __HttpHandlerOptions
1419
- ): Promise<DescribeReplicationTaskAssessmentResultsCommandOutput>;
1420
- public describeReplicationTaskAssessmentResults(
1421
- args: DescribeReplicationTaskAssessmentResultsCommandInput,
1422
- cb: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void
1423
- ): void;
1424
- public describeReplicationTaskAssessmentResults(
1425
- args: DescribeReplicationTaskAssessmentResultsCommandInput,
1426
- options: __HttpHandlerOptions,
1427
- cb: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void
1428
- ): void;
1429
- public describeReplicationTaskAssessmentResults(
1430
- args: DescribeReplicationTaskAssessmentResultsCommandInput,
1431
- optionsOrCb?:
1432
- | __HttpHandlerOptions
1433
- | ((err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void),
1434
- cb?: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void
1435
- ): Promise<DescribeReplicationTaskAssessmentResultsCommandOutput> | void {
1436
- const command = new DescribeReplicationTaskAssessmentResultsCommand(args);
1437
- if (typeof optionsOrCb === "function") {
1438
- this.send(command, optionsOrCb);
1439
- } else if (typeof cb === "function") {
1440
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1441
- this.send(command, optionsOrCb || {}, cb);
1442
- } else {
1443
- return this.send(command, optionsOrCb);
1444
- }
1445
- }
1446
-
1447
- /**
1448
- * <p>Returns a paginated list of premigration assessment runs based on filter
1449
- * settings.</p>
1450
- * <p>These filter settings can specify a combination of premigration assessment runs,
1451
- * migration tasks, replication instances, and assessment run status values.</p>
1452
- * <note>
1453
- * <p>This operation doesn't return information about individual assessments. For this
1454
- * information, see the <code>DescribeReplicationTaskIndividualAssessments</code>
1455
- * operation. </p>
1456
- * </note>
1457
- */
1458
- public describeReplicationTaskAssessmentRuns(
1459
- args: DescribeReplicationTaskAssessmentRunsCommandInput,
1460
- options?: __HttpHandlerOptions
1461
- ): Promise<DescribeReplicationTaskAssessmentRunsCommandOutput>;
1462
- public describeReplicationTaskAssessmentRuns(
1463
- args: DescribeReplicationTaskAssessmentRunsCommandInput,
1464
- cb: (err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void
1465
- ): void;
1466
- public describeReplicationTaskAssessmentRuns(
1467
- args: DescribeReplicationTaskAssessmentRunsCommandInput,
1468
- options: __HttpHandlerOptions,
1469
- cb: (err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void
1470
- ): void;
1471
- public describeReplicationTaskAssessmentRuns(
1472
- args: DescribeReplicationTaskAssessmentRunsCommandInput,
1473
- optionsOrCb?:
1474
- | __HttpHandlerOptions
1475
- | ((err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void),
1476
- cb?: (err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void
1477
- ): Promise<DescribeReplicationTaskAssessmentRunsCommandOutput> | void {
1478
- const command = new DescribeReplicationTaskAssessmentRunsCommand(args);
1479
- if (typeof optionsOrCb === "function") {
1480
- this.send(command, optionsOrCb);
1481
- } else if (typeof cb === "function") {
1482
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1483
- this.send(command, optionsOrCb || {}, cb);
1484
- } else {
1485
- return this.send(command, optionsOrCb);
1486
- }
1487
- }
1488
-
1489
- /**
1490
- * <p>Returns a paginated list of individual assessments based on filter settings.</p>
1491
- * <p>These filter settings can specify a combination of premigration assessment runs,
1492
- * migration tasks, and assessment status values.</p>
1493
- */
1494
- public describeReplicationTaskIndividualAssessments(
1495
- args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
1496
- options?: __HttpHandlerOptions
1497
- ): Promise<DescribeReplicationTaskIndividualAssessmentsCommandOutput>;
1498
- public describeReplicationTaskIndividualAssessments(
1499
- args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
1500
- cb: (err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void
1501
- ): void;
1502
- public describeReplicationTaskIndividualAssessments(
1503
- args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
1504
- options: __HttpHandlerOptions,
1505
- cb: (err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void
1506
- ): void;
1507
- public describeReplicationTaskIndividualAssessments(
1508
- args: DescribeReplicationTaskIndividualAssessmentsCommandInput,
1509
- optionsOrCb?:
1510
- | __HttpHandlerOptions
1511
- | ((err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void),
1512
- cb?: (err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void
1513
- ): Promise<DescribeReplicationTaskIndividualAssessmentsCommandOutput> | void {
1514
- const command = new DescribeReplicationTaskIndividualAssessmentsCommand(args);
1515
- if (typeof optionsOrCb === "function") {
1516
- this.send(command, optionsOrCb);
1517
- } else if (typeof cb === "function") {
1518
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1519
- this.send(command, optionsOrCb || {}, cb);
1520
- } else {
1521
- return this.send(command, optionsOrCb);
1522
- }
1523
- }
1524
-
1525
- /**
1526
- * <p>Returns information about replication tasks for your account in the current
1527
- * region.</p>
1528
- */
1529
- public describeReplicationTasks(
1530
- args: DescribeReplicationTasksCommandInput,
1531
- options?: __HttpHandlerOptions
1532
- ): Promise<DescribeReplicationTasksCommandOutput>;
1533
- public describeReplicationTasks(
1534
- args: DescribeReplicationTasksCommandInput,
1535
- cb: (err: any, data?: DescribeReplicationTasksCommandOutput) => void
1536
- ): void;
1537
- public describeReplicationTasks(
1538
- args: DescribeReplicationTasksCommandInput,
1539
- options: __HttpHandlerOptions,
1540
- cb: (err: any, data?: DescribeReplicationTasksCommandOutput) => void
1541
- ): void;
1542
- public describeReplicationTasks(
1543
- args: DescribeReplicationTasksCommandInput,
1544
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReplicationTasksCommandOutput) => void),
1545
- cb?: (err: any, data?: DescribeReplicationTasksCommandOutput) => void
1546
- ): Promise<DescribeReplicationTasksCommandOutput> | void {
1547
- const command = new DescribeReplicationTasksCommand(args);
1548
- if (typeof optionsOrCb === "function") {
1549
- this.send(command, optionsOrCb);
1550
- } else if (typeof cb === "function") {
1551
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1552
- this.send(command, optionsOrCb || {}, cb);
1553
- } else {
1554
- return this.send(command, optionsOrCb);
1555
- }
1556
- }
1557
-
1558
- /**
1559
- * <p>Returns information about the schema for the specified endpoint.</p>
1560
- *
1561
- * <p></p>
1562
- */
1563
- public describeSchemas(
1564
- args: DescribeSchemasCommandInput,
1565
- options?: __HttpHandlerOptions
1566
- ): Promise<DescribeSchemasCommandOutput>;
1567
- public describeSchemas(
1568
- args: DescribeSchemasCommandInput,
1569
- cb: (err: any, data?: DescribeSchemasCommandOutput) => void
1570
- ): void;
1571
- public describeSchemas(
1572
- args: DescribeSchemasCommandInput,
1573
- options: __HttpHandlerOptions,
1574
- cb: (err: any, data?: DescribeSchemasCommandOutput) => void
1575
- ): void;
1576
- public describeSchemas(
1577
- args: DescribeSchemasCommandInput,
1578
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeSchemasCommandOutput) => void),
1579
- cb?: (err: any, data?: DescribeSchemasCommandOutput) => void
1580
- ): Promise<DescribeSchemasCommandOutput> | void {
1581
- const command = new DescribeSchemasCommand(args);
1582
- if (typeof optionsOrCb === "function") {
1583
- this.send(command, optionsOrCb);
1584
- } else if (typeof cb === "function") {
1585
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1586
- this.send(command, optionsOrCb || {}, cb);
1587
- } else {
1588
- return this.send(command, optionsOrCb);
1589
- }
1590
- }
1591
-
1592
- /**
1593
- * <p>Returns table statistics on the database migration task, including table name, rows
1594
- * inserted, rows updated, and rows deleted.</p>
1595
- * <p>Note that the "last updated" column the DMS console only indicates the time that DMS
1596
- * last updated the table statistics record for a table. It does not indicate the time of the
1597
- * last update to the table.</p>
1598
- */
1599
- public describeTableStatistics(
1600
- args: DescribeTableStatisticsCommandInput,
1601
- options?: __HttpHandlerOptions
1602
- ): Promise<DescribeTableStatisticsCommandOutput>;
1603
- public describeTableStatistics(
1604
- args: DescribeTableStatisticsCommandInput,
1605
- cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void
1606
- ): void;
1607
- public describeTableStatistics(
1608
- args: DescribeTableStatisticsCommandInput,
1609
- options: __HttpHandlerOptions,
1610
- cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void
1611
- ): void;
1612
- public describeTableStatistics(
1613
- args: DescribeTableStatisticsCommandInput,
1614
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTableStatisticsCommandOutput) => void),
1615
- cb?: (err: any, data?: DescribeTableStatisticsCommandOutput) => void
1616
- ): Promise<DescribeTableStatisticsCommandOutput> | void {
1617
- const command = new DescribeTableStatisticsCommand(args);
1618
- if (typeof optionsOrCb === "function") {
1619
- this.send(command, optionsOrCb);
1620
- } else if (typeof cb === "function") {
1621
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1622
- this.send(command, optionsOrCb || {}, cb);
1623
- } else {
1624
- return this.send(command, optionsOrCb);
1625
- }
1626
- }
1627
-
1628
- /**
1629
- * <p>Uploads the specified certificate.</p>
1630
- */
1631
- public importCertificate(
1632
- args: ImportCertificateCommandInput,
1633
- options?: __HttpHandlerOptions
1634
- ): Promise<ImportCertificateCommandOutput>;
1635
- public importCertificate(
1636
- args: ImportCertificateCommandInput,
1637
- cb: (err: any, data?: ImportCertificateCommandOutput) => void
1638
- ): void;
1639
- public importCertificate(
1640
- args: ImportCertificateCommandInput,
1641
- options: __HttpHandlerOptions,
1642
- cb: (err: any, data?: ImportCertificateCommandOutput) => void
1643
- ): void;
1644
- public importCertificate(
1645
- args: ImportCertificateCommandInput,
1646
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ImportCertificateCommandOutput) => void),
1647
- cb?: (err: any, data?: ImportCertificateCommandOutput) => void
1648
- ): Promise<ImportCertificateCommandOutput> | void {
1649
- const command = new ImportCertificateCommand(args);
1650
- if (typeof optionsOrCb === "function") {
1651
- this.send(command, optionsOrCb);
1652
- } else if (typeof cb === "function") {
1653
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1654
- this.send(command, optionsOrCb || {}, cb);
1655
- } else {
1656
- return this.send(command, optionsOrCb);
1657
- }
1658
- }
1659
-
1660
- /**
1661
- * <p>Lists all metadata tags attached to an DMS resource, including
1662
- * replication instance, endpoint, security group, and migration task.
1663
- * For more information, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
1664
- * <code>Tag</code>
1665
- * </a> data type description.</p>
1666
- */
1667
- public listTagsForResource(
1668
- args: ListTagsForResourceCommandInput,
1669
- options?: __HttpHandlerOptions
1670
- ): Promise<ListTagsForResourceCommandOutput>;
1671
- public listTagsForResource(
1672
- args: ListTagsForResourceCommandInput,
1673
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1674
- ): void;
1675
- public listTagsForResource(
1676
- args: ListTagsForResourceCommandInput,
1677
- options: __HttpHandlerOptions,
1678
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1679
- ): void;
1680
- public listTagsForResource(
1681
- args: ListTagsForResourceCommandInput,
1682
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
1683
- cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
1684
- ): Promise<ListTagsForResourceCommandOutput> | void {
1685
- const command = new ListTagsForResourceCommand(args);
1686
- if (typeof optionsOrCb === "function") {
1687
- this.send(command, optionsOrCb);
1688
- } else if (typeof cb === "function") {
1689
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1690
- this.send(command, optionsOrCb || {}, cb);
1691
- } else {
1692
- return this.send(command, optionsOrCb);
1693
- }
1694
- }
1695
-
1696
- /**
1697
- * <p>Modifies the specified endpoint.</p>
1698
- * <note>
1699
- * <p>For a MySQL source or target endpoint, don't explicitly specify the database using
1700
- * the <code>DatabaseName</code> request parameter on the <code>ModifyEndpoint</code> API call.
1701
- * Specifying <code>DatabaseName</code> when you modify a MySQL endpoint replicates all the
1702
- * task tables to this single database. For MySQL endpoints, you specify the database only when
1703
- * you specify the schema in the table-mapping rules of the DMS task.</p>
1704
- * </note>
1705
- */
1706
- public modifyEndpoint(
1707
- args: ModifyEndpointCommandInput,
1708
- options?: __HttpHandlerOptions
1709
- ): Promise<ModifyEndpointCommandOutput>;
1710
- public modifyEndpoint(
1711
- args: ModifyEndpointCommandInput,
1712
- cb: (err: any, data?: ModifyEndpointCommandOutput) => void
1713
- ): void;
1714
- public modifyEndpoint(
1715
- args: ModifyEndpointCommandInput,
1716
- options: __HttpHandlerOptions,
1717
- cb: (err: any, data?: ModifyEndpointCommandOutput) => void
1718
- ): void;
1719
- public modifyEndpoint(
1720
- args: ModifyEndpointCommandInput,
1721
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyEndpointCommandOutput) => void),
1722
- cb?: (err: any, data?: ModifyEndpointCommandOutput) => void
1723
- ): Promise<ModifyEndpointCommandOutput> | void {
1724
- const command = new ModifyEndpointCommand(args);
1725
- if (typeof optionsOrCb === "function") {
1726
- this.send(command, optionsOrCb);
1727
- } else if (typeof cb === "function") {
1728
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1729
- this.send(command, optionsOrCb || {}, cb);
1730
- } else {
1731
- return this.send(command, optionsOrCb);
1732
- }
1733
- }
1734
-
1735
- /**
1736
- * <p>Modifies an existing DMS event notification subscription. </p>
1737
- */
1738
- public modifyEventSubscription(
1739
- args: ModifyEventSubscriptionCommandInput,
1740
- options?: __HttpHandlerOptions
1741
- ): Promise<ModifyEventSubscriptionCommandOutput>;
1742
- public modifyEventSubscription(
1743
- args: ModifyEventSubscriptionCommandInput,
1744
- cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
1745
- ): void;
1746
- public modifyEventSubscription(
1747
- args: ModifyEventSubscriptionCommandInput,
1748
- options: __HttpHandlerOptions,
1749
- cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
1750
- ): void;
1751
- public modifyEventSubscription(
1752
- args: ModifyEventSubscriptionCommandInput,
1753
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyEventSubscriptionCommandOutput) => void),
1754
- cb?: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void
1755
- ): Promise<ModifyEventSubscriptionCommandOutput> | void {
1756
- const command = new ModifyEventSubscriptionCommand(args);
1757
- if (typeof optionsOrCb === "function") {
1758
- this.send(command, optionsOrCb);
1759
- } else if (typeof cb === "function") {
1760
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1761
- this.send(command, optionsOrCb || {}, cb);
1762
- } else {
1763
- return this.send(command, optionsOrCb);
1764
- }
1765
- }
1766
-
1767
- /**
1768
- * <p>Modifies the replication instance to apply new settings. You can change one or more
1769
- * parameters by specifying these parameters and the new values in the request.</p>
1770
- * <p>Some settings are applied during the maintenance window.</p>
1771
- *
1772
- * <p></p>
1773
- */
1774
- public modifyReplicationInstance(
1775
- args: ModifyReplicationInstanceCommandInput,
1776
- options?: __HttpHandlerOptions
1777
- ): Promise<ModifyReplicationInstanceCommandOutput>;
1778
- public modifyReplicationInstance(
1779
- args: ModifyReplicationInstanceCommandInput,
1780
- cb: (err: any, data?: ModifyReplicationInstanceCommandOutput) => void
1781
- ): void;
1782
- public modifyReplicationInstance(
1783
- args: ModifyReplicationInstanceCommandInput,
1784
- options: __HttpHandlerOptions,
1785
- cb: (err: any, data?: ModifyReplicationInstanceCommandOutput) => void
1786
- ): void;
1787
- public modifyReplicationInstance(
1788
- args: ModifyReplicationInstanceCommandInput,
1789
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyReplicationInstanceCommandOutput) => void),
1790
- cb?: (err: any, data?: ModifyReplicationInstanceCommandOutput) => void
1791
- ): Promise<ModifyReplicationInstanceCommandOutput> | void {
1792
- const command = new ModifyReplicationInstanceCommand(args);
1793
- if (typeof optionsOrCb === "function") {
1794
- this.send(command, optionsOrCb);
1795
- } else if (typeof cb === "function") {
1796
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1797
- this.send(command, optionsOrCb || {}, cb);
1798
- } else {
1799
- return this.send(command, optionsOrCb);
1800
- }
1801
- }
1802
-
1803
- /**
1804
- * <p>Modifies the settings for the specified replication subnet group.</p>
1805
- */
1806
- public modifyReplicationSubnetGroup(
1807
- args: ModifyReplicationSubnetGroupCommandInput,
1808
- options?: __HttpHandlerOptions
1809
- ): Promise<ModifyReplicationSubnetGroupCommandOutput>;
1810
- public modifyReplicationSubnetGroup(
1811
- args: ModifyReplicationSubnetGroupCommandInput,
1812
- cb: (err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void
1813
- ): void;
1814
- public modifyReplicationSubnetGroup(
1815
- args: ModifyReplicationSubnetGroupCommandInput,
1816
- options: __HttpHandlerOptions,
1817
- cb: (err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void
1818
- ): void;
1819
- public modifyReplicationSubnetGroup(
1820
- args: ModifyReplicationSubnetGroupCommandInput,
1821
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void),
1822
- cb?: (err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void
1823
- ): Promise<ModifyReplicationSubnetGroupCommandOutput> | void {
1824
- const command = new ModifyReplicationSubnetGroupCommand(args);
1825
- if (typeof optionsOrCb === "function") {
1826
- this.send(command, optionsOrCb);
1827
- } else if (typeof cb === "function") {
1828
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1829
- this.send(command, optionsOrCb || {}, cb);
1830
- } else {
1831
- return this.send(command, optionsOrCb);
1832
- }
1833
- }
1834
-
1835
- /**
1836
- * <p>Modifies the specified replication task.</p>
1837
- * <p>You can't modify the task endpoints. The task must be stopped before you can modify it. </p>
1838
- * <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
1839
- * <i>Database Migration Service User Guide</i>.</p>
1840
- */
1841
- public modifyReplicationTask(
1842
- args: ModifyReplicationTaskCommandInput,
1843
- options?: __HttpHandlerOptions
1844
- ): Promise<ModifyReplicationTaskCommandOutput>;
1845
- public modifyReplicationTask(
1846
- args: ModifyReplicationTaskCommandInput,
1847
- cb: (err: any, data?: ModifyReplicationTaskCommandOutput) => void
1848
- ): void;
1849
- public modifyReplicationTask(
1850
- args: ModifyReplicationTaskCommandInput,
1851
- options: __HttpHandlerOptions,
1852
- cb: (err: any, data?: ModifyReplicationTaskCommandOutput) => void
1853
- ): void;
1854
- public modifyReplicationTask(
1855
- args: ModifyReplicationTaskCommandInput,
1856
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyReplicationTaskCommandOutput) => void),
1857
- cb?: (err: any, data?: ModifyReplicationTaskCommandOutput) => void
1858
- ): Promise<ModifyReplicationTaskCommandOutput> | void {
1859
- const command = new ModifyReplicationTaskCommand(args);
1860
- if (typeof optionsOrCb === "function") {
1861
- this.send(command, optionsOrCb);
1862
- } else if (typeof cb === "function") {
1863
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1864
- this.send(command, optionsOrCb || {}, cb);
1865
- } else {
1866
- return this.send(command, optionsOrCb);
1867
- }
1868
- }
1869
-
1870
- /**
1871
- * <p>Moves a replication task from its current replication instance to a different target
1872
- * replication instance using the specified parameters. The target replication instance must
1873
- * be created with the same or later DMS version as the current replication
1874
- * instance.</p>
1875
- */
1876
- public moveReplicationTask(
1877
- args: MoveReplicationTaskCommandInput,
1878
- options?: __HttpHandlerOptions
1879
- ): Promise<MoveReplicationTaskCommandOutput>;
1880
- public moveReplicationTask(
1881
- args: MoveReplicationTaskCommandInput,
1882
- cb: (err: any, data?: MoveReplicationTaskCommandOutput) => void
1883
- ): void;
1884
- public moveReplicationTask(
1885
- args: MoveReplicationTaskCommandInput,
1886
- options: __HttpHandlerOptions,
1887
- cb: (err: any, data?: MoveReplicationTaskCommandOutput) => void
1888
- ): void;
1889
- public moveReplicationTask(
1890
- args: MoveReplicationTaskCommandInput,
1891
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: MoveReplicationTaskCommandOutput) => void),
1892
- cb?: (err: any, data?: MoveReplicationTaskCommandOutput) => void
1893
- ): Promise<MoveReplicationTaskCommandOutput> | void {
1894
- const command = new MoveReplicationTaskCommand(args);
1895
- if (typeof optionsOrCb === "function") {
1896
- this.send(command, optionsOrCb);
1897
- } else if (typeof cb === "function") {
1898
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1899
- this.send(command, optionsOrCb || {}, cb);
1900
- } else {
1901
- return this.send(command, optionsOrCb);
1902
- }
1903
- }
1904
-
1905
- /**
1906
- * <p>Reboots a replication instance. Rebooting results in a momentary outage, until the
1907
- * replication instance becomes available again.</p>
1908
- */
1909
- public rebootReplicationInstance(
1910
- args: RebootReplicationInstanceCommandInput,
1911
- options?: __HttpHandlerOptions
1912
- ): Promise<RebootReplicationInstanceCommandOutput>;
1913
- public rebootReplicationInstance(
1914
- args: RebootReplicationInstanceCommandInput,
1915
- cb: (err: any, data?: RebootReplicationInstanceCommandOutput) => void
1916
- ): void;
1917
- public rebootReplicationInstance(
1918
- args: RebootReplicationInstanceCommandInput,
1919
- options: __HttpHandlerOptions,
1920
- cb: (err: any, data?: RebootReplicationInstanceCommandOutput) => void
1921
- ): void;
1922
- public rebootReplicationInstance(
1923
- args: RebootReplicationInstanceCommandInput,
1924
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RebootReplicationInstanceCommandOutput) => void),
1925
- cb?: (err: any, data?: RebootReplicationInstanceCommandOutput) => void
1926
- ): Promise<RebootReplicationInstanceCommandOutput> | void {
1927
- const command = new RebootReplicationInstanceCommand(args);
1928
- if (typeof optionsOrCb === "function") {
1929
- this.send(command, optionsOrCb);
1930
- } else if (typeof cb === "function") {
1931
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1932
- this.send(command, optionsOrCb || {}, cb);
1933
- } else {
1934
- return this.send(command, optionsOrCb);
1935
- }
1936
- }
1937
-
1938
- /**
1939
- * <p>Populates the schema for the specified endpoint. This is an asynchronous operation and
1940
- * can take several minutes. You can check the status of this operation by calling the
1941
- * DescribeRefreshSchemasStatus operation.</p>
1942
- */
1943
- public refreshSchemas(
1944
- args: RefreshSchemasCommandInput,
1945
- options?: __HttpHandlerOptions
1946
- ): Promise<RefreshSchemasCommandOutput>;
1947
- public refreshSchemas(
1948
- args: RefreshSchemasCommandInput,
1949
- cb: (err: any, data?: RefreshSchemasCommandOutput) => void
1950
- ): void;
1951
- public refreshSchemas(
1952
- args: RefreshSchemasCommandInput,
1953
- options: __HttpHandlerOptions,
1954
- cb: (err: any, data?: RefreshSchemasCommandOutput) => void
1955
- ): void;
1956
- public refreshSchemas(
1957
- args: RefreshSchemasCommandInput,
1958
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RefreshSchemasCommandOutput) => void),
1959
- cb?: (err: any, data?: RefreshSchemasCommandOutput) => void
1960
- ): Promise<RefreshSchemasCommandOutput> | void {
1961
- const command = new RefreshSchemasCommand(args);
1962
- if (typeof optionsOrCb === "function") {
1963
- this.send(command, optionsOrCb);
1964
- } else if (typeof cb === "function") {
1965
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1966
- this.send(command, optionsOrCb || {}, cb);
1967
- } else {
1968
- return this.send(command, optionsOrCb);
1969
- }
1970
- }
1971
-
1972
- /**
1973
- * <p>Reloads the target database table with the source data. </p>
1974
- * <p>You can only use this operation with a task in the <code>RUNNING</code> state, otherwise the service
1975
- * will throw an <code>InvalidResourceStateFault</code> exception.</p>
1976
- */
1977
- public reloadTables(
1978
- args: ReloadTablesCommandInput,
1979
- options?: __HttpHandlerOptions
1980
- ): Promise<ReloadTablesCommandOutput>;
1981
- public reloadTables(args: ReloadTablesCommandInput, cb: (err: any, data?: ReloadTablesCommandOutput) => void): void;
1982
- public reloadTables(
1983
- args: ReloadTablesCommandInput,
1984
- options: __HttpHandlerOptions,
1985
- cb: (err: any, data?: ReloadTablesCommandOutput) => void
1986
- ): void;
1987
- public reloadTables(
1988
- args: ReloadTablesCommandInput,
1989
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ReloadTablesCommandOutput) => void),
1990
- cb?: (err: any, data?: ReloadTablesCommandOutput) => void
1991
- ): Promise<ReloadTablesCommandOutput> | void {
1992
- const command = new ReloadTablesCommand(args);
1993
- if (typeof optionsOrCb === "function") {
1994
- this.send(command, optionsOrCb);
1995
- } else if (typeof cb === "function") {
1996
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1997
- this.send(command, optionsOrCb || {}, cb);
1998
- } else {
1999
- return this.send(command, optionsOrCb);
2000
- }
2001
- }
2002
-
2003
- /**
2004
- * <p>Removes metadata tags from an DMS resource, including replication instance,
2005
- * endpoint, security group, and migration task. For more information, see
2006
- * <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
2007
- * <code>Tag</code>
2008
- * </a>
2009
- * data type description.</p>
2010
- */
2011
- public removeTagsFromResource(
2012
- args: RemoveTagsFromResourceCommandInput,
2013
- options?: __HttpHandlerOptions
2014
- ): Promise<RemoveTagsFromResourceCommandOutput>;
2015
- public removeTagsFromResource(
2016
- args: RemoveTagsFromResourceCommandInput,
2017
- cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
2018
- ): void;
2019
- public removeTagsFromResource(
2020
- args: RemoveTagsFromResourceCommandInput,
2021
- options: __HttpHandlerOptions,
2022
- cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
2023
- ): void;
2024
- public removeTagsFromResource(
2025
- args: RemoveTagsFromResourceCommandInput,
2026
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RemoveTagsFromResourceCommandOutput) => void),
2027
- cb?: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void
2028
- ): Promise<RemoveTagsFromResourceCommandOutput> | void {
2029
- const command = new RemoveTagsFromResourceCommand(args);
2030
- if (typeof optionsOrCb === "function") {
2031
- this.send(command, optionsOrCb);
2032
- } else if (typeof cb === "function") {
2033
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2034
- this.send(command, optionsOrCb || {}, cb);
2035
- } else {
2036
- return this.send(command, optionsOrCb);
2037
- }
2038
- }
2039
-
2040
- /**
2041
- * <p>Starts the replication task.</p>
2042
- * <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
2043
- * <i>Database Migration Service User Guide.</i>
2044
- * </p>
2045
- */
2046
- public startReplicationTask(
2047
- args: StartReplicationTaskCommandInput,
2048
- options?: __HttpHandlerOptions
2049
- ): Promise<StartReplicationTaskCommandOutput>;
2050
- public startReplicationTask(
2051
- args: StartReplicationTaskCommandInput,
2052
- cb: (err: any, data?: StartReplicationTaskCommandOutput) => void
2053
- ): void;
2054
- public startReplicationTask(
2055
- args: StartReplicationTaskCommandInput,
2056
- options: __HttpHandlerOptions,
2057
- cb: (err: any, data?: StartReplicationTaskCommandOutput) => void
2058
- ): void;
2059
- public startReplicationTask(
2060
- args: StartReplicationTaskCommandInput,
2061
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartReplicationTaskCommandOutput) => void),
2062
- cb?: (err: any, data?: StartReplicationTaskCommandOutput) => void
2063
- ): Promise<StartReplicationTaskCommandOutput> | void {
2064
- const command = new StartReplicationTaskCommand(args);
2065
- if (typeof optionsOrCb === "function") {
2066
- this.send(command, optionsOrCb);
2067
- } else if (typeof cb === "function") {
2068
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2069
- this.send(command, optionsOrCb || {}, cb);
2070
- } else {
2071
- return this.send(command, optionsOrCb);
2072
- }
2073
- }
2074
-
2075
- /**
2076
- * <p> Starts the replication task assessment for unsupported data types in the source
2077
- * database. </p>
2078
- */
2079
- public startReplicationTaskAssessment(
2080
- args: StartReplicationTaskAssessmentCommandInput,
2081
- options?: __HttpHandlerOptions
2082
- ): Promise<StartReplicationTaskAssessmentCommandOutput>;
2083
- public startReplicationTaskAssessment(
2084
- args: StartReplicationTaskAssessmentCommandInput,
2085
- cb: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void
2086
- ): void;
2087
- public startReplicationTaskAssessment(
2088
- args: StartReplicationTaskAssessmentCommandInput,
2089
- options: __HttpHandlerOptions,
2090
- cb: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void
2091
- ): void;
2092
- public startReplicationTaskAssessment(
2093
- args: StartReplicationTaskAssessmentCommandInput,
2094
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void),
2095
- cb?: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void
2096
- ): Promise<StartReplicationTaskAssessmentCommandOutput> | void {
2097
- const command = new StartReplicationTaskAssessmentCommand(args);
2098
- if (typeof optionsOrCb === "function") {
2099
- this.send(command, optionsOrCb);
2100
- } else if (typeof cb === "function") {
2101
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2102
- this.send(command, optionsOrCb || {}, cb);
2103
- } else {
2104
- return this.send(command, optionsOrCb);
2105
- }
2106
- }
2107
-
2108
- /**
2109
- * <p>Starts a new premigration assessment run for one or more individual assessments
2110
- * of a migration task.</p>
2111
- * <p>The assessments that you can specify depend on the source and target database engine and
2112
- * the migration type defined for the given task. To run this operation, your migration task
2113
- * must already be created. After you run this operation, you can review the status of each
2114
- * individual assessment. You can also run the migration task manually after the assessment
2115
- * run and its individual assessments complete.</p>
2116
- */
2117
- public startReplicationTaskAssessmentRun(
2118
- args: StartReplicationTaskAssessmentRunCommandInput,
2119
- options?: __HttpHandlerOptions
2120
- ): Promise<StartReplicationTaskAssessmentRunCommandOutput>;
2121
- public startReplicationTaskAssessmentRun(
2122
- args: StartReplicationTaskAssessmentRunCommandInput,
2123
- cb: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void
2124
- ): void;
2125
- public startReplicationTaskAssessmentRun(
2126
- args: StartReplicationTaskAssessmentRunCommandInput,
2127
- options: __HttpHandlerOptions,
2128
- cb: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void
2129
- ): void;
2130
- public startReplicationTaskAssessmentRun(
2131
- args: StartReplicationTaskAssessmentRunCommandInput,
2132
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void),
2133
- cb?: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void
2134
- ): Promise<StartReplicationTaskAssessmentRunCommandOutput> | void {
2135
- const command = new StartReplicationTaskAssessmentRunCommand(args);
2136
- if (typeof optionsOrCb === "function") {
2137
- this.send(command, optionsOrCb);
2138
- } else if (typeof cb === "function") {
2139
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2140
- this.send(command, optionsOrCb || {}, cb);
2141
- } else {
2142
- return this.send(command, optionsOrCb);
2143
- }
2144
- }
2145
-
2146
- /**
2147
- * <p>Stops the replication task.</p>
2148
- */
2149
- public stopReplicationTask(
2150
- args: StopReplicationTaskCommandInput,
2151
- options?: __HttpHandlerOptions
2152
- ): Promise<StopReplicationTaskCommandOutput>;
2153
- public stopReplicationTask(
2154
- args: StopReplicationTaskCommandInput,
2155
- cb: (err: any, data?: StopReplicationTaskCommandOutput) => void
2156
- ): void;
2157
- public stopReplicationTask(
2158
- args: StopReplicationTaskCommandInput,
2159
- options: __HttpHandlerOptions,
2160
- cb: (err: any, data?: StopReplicationTaskCommandOutput) => void
2161
- ): void;
2162
- public stopReplicationTask(
2163
- args: StopReplicationTaskCommandInput,
2164
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopReplicationTaskCommandOutput) => void),
2165
- cb?: (err: any, data?: StopReplicationTaskCommandOutput) => void
2166
- ): Promise<StopReplicationTaskCommandOutput> | void {
2167
- const command = new StopReplicationTaskCommand(args);
2168
- if (typeof optionsOrCb === "function") {
2169
- this.send(command, optionsOrCb);
2170
- } else if (typeof cb === "function") {
2171
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2172
- this.send(command, optionsOrCb || {}, cb);
2173
- } else {
2174
- return this.send(command, optionsOrCb);
2175
- }
2176
- }
2177
-
2178
- /**
2179
- * <p>Tests the connection between the replication instance and the endpoint.</p>
2180
- */
2181
- public testConnection(
2182
- args: TestConnectionCommandInput,
2183
- options?: __HttpHandlerOptions
2184
- ): Promise<TestConnectionCommandOutput>;
2185
- public testConnection(
2186
- args: TestConnectionCommandInput,
2187
- cb: (err: any, data?: TestConnectionCommandOutput) => void
2188
- ): void;
2189
- public testConnection(
2190
- args: TestConnectionCommandInput,
2191
- options: __HttpHandlerOptions,
2192
- cb: (err: any, data?: TestConnectionCommandOutput) => void
2193
- ): void;
2194
- public testConnection(
2195
- args: TestConnectionCommandInput,
2196
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TestConnectionCommandOutput) => void),
2197
- cb?: (err: any, data?: TestConnectionCommandOutput) => void
2198
- ): Promise<TestConnectionCommandOutput> | void {
2199
- const command = new TestConnectionCommand(args);
2200
- if (typeof optionsOrCb === "function") {
2201
- this.send(command, optionsOrCb);
2202
- } else if (typeof cb === "function") {
2203
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
2204
- this.send(command, optionsOrCb || {}, cb);
2205
- } else {
2206
- return this.send(command, optionsOrCb);
2207
- }
2208
- }
2209
- }