@aws-sdk/client-database-migration-service 3.31.0 → 3.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1308) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/DatabaseMigrationService.js +845 -0
  3. package/dist-cjs/DatabaseMigrationService.js.map +1 -0
  4. package/dist-cjs/DatabaseMigrationServiceClient.js +53 -0
  5. package/dist-cjs/DatabaseMigrationServiceClient.js.map +1 -0
  6. package/dist-cjs/commands/AddTagsToResourceCommand.js +66 -0
  7. package/dist-cjs/commands/AddTagsToResourceCommand.js.map +1 -0
  8. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +61 -0
  9. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +1 -0
  10. package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +64 -0
  11. package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js.map +1 -0
  12. package/dist-cjs/commands/CreateEndpointCommand.js +68 -0
  13. package/dist-cjs/commands/CreateEndpointCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +76 -0
  15. package/dist-cjs/commands/CreateEventSubscriptionCommand.js.map +1 -0
  16. package/dist-cjs/commands/CreateReplicationInstanceCommand.js +66 -0
  17. package/dist-cjs/commands/CreateReplicationInstanceCommand.js.map +1 -0
  18. package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js +63 -0
  19. package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js.map +1 -0
  20. package/dist-cjs/commands/CreateReplicationTaskCommand.js +61 -0
  21. package/dist-cjs/commands/CreateReplicationTaskCommand.js.map +1 -0
  22. package/dist-cjs/commands/DeleteCertificateCommand.js +61 -0
  23. package/dist-cjs/commands/DeleteCertificateCommand.js.map +1 -0
  24. package/dist-cjs/commands/DeleteConnectionCommand.js +61 -0
  25. package/dist-cjs/commands/DeleteConnectionCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteEndpointCommand.js +66 -0
  27. package/dist-cjs/commands/DeleteEndpointCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +61 -0
  29. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js.map +1 -0
  30. package/dist-cjs/commands/DeleteReplicationInstanceCommand.js +66 -0
  31. package/dist-cjs/commands/DeleteReplicationInstanceCommand.js.map +1 -0
  32. package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js +61 -0
  33. package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js.map +1 -0
  34. package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +64 -0
  35. package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +1 -0
  36. package/dist-cjs/commands/DeleteReplicationTaskCommand.js +61 -0
  37. package/dist-cjs/commands/DeleteReplicationTaskCommand.js.map +1 -0
  38. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +67 -0
  39. package/dist-cjs/commands/DescribeAccountAttributesCommand.js.map +1 -0
  40. package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +75 -0
  41. package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +1 -0
  42. package/dist-cjs/commands/DescribeCertificatesCommand.js +61 -0
  43. package/dist-cjs/commands/DescribeCertificatesCommand.js.map +1 -0
  44. package/dist-cjs/commands/DescribeConnectionsCommand.js +62 -0
  45. package/dist-cjs/commands/DescribeConnectionsCommand.js.map +1 -0
  46. package/dist-cjs/commands/DescribeEndpointSettingsCommand.js +62 -0
  47. package/dist-cjs/commands/DescribeEndpointSettingsCommand.js.map +1 -0
  48. package/dist-cjs/commands/DescribeEndpointTypesCommand.js +61 -0
  49. package/dist-cjs/commands/DescribeEndpointTypesCommand.js.map +1 -0
  50. package/dist-cjs/commands/DescribeEndpointsCommand.js +61 -0
  51. package/dist-cjs/commands/DescribeEndpointsCommand.js.map +1 -0
  52. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +65 -0
  53. package/dist-cjs/commands/DescribeEventCategoriesCommand.js.map +1 -0
  54. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +66 -0
  55. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js.map +1 -0
  56. package/dist-cjs/commands/DescribeEventsCommand.js +65 -0
  57. package/dist-cjs/commands/DescribeEventsCommand.js.map +1 -0
  58. package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js +62 -0
  59. package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js.map +1 -0
  60. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +61 -0
  61. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +1 -0
  62. package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js +61 -0
  63. package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js.map +1 -0
  64. package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +61 -0
  65. package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +1 -0
  66. package/dist-cjs/commands/DescribeReplicationInstancesCommand.js +62 -0
  67. package/dist-cjs/commands/DescribeReplicationInstancesCommand.js.map +1 -0
  68. package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js +61 -0
  69. package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js.map +1 -0
  70. package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +67 -0
  71. package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +1 -0
  72. package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +69 -0
  73. package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +1 -0
  74. package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +63 -0
  75. package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +1 -0
  76. package/dist-cjs/commands/DescribeReplicationTasksCommand.js +62 -0
  77. package/dist-cjs/commands/DescribeReplicationTasksCommand.js.map +1 -0
  78. package/dist-cjs/commands/DescribeSchemasCommand.js +63 -0
  79. package/dist-cjs/commands/DescribeSchemasCommand.js.map +1 -0
  80. package/dist-cjs/commands/DescribeTableStatisticsCommand.js +65 -0
  81. package/dist-cjs/commands/DescribeTableStatisticsCommand.js.map +1 -0
  82. package/dist-cjs/commands/ImportCertificateCommand.js +61 -0
  83. package/dist-cjs/commands/ImportCertificateCommand.js.map +1 -0
  84. package/dist-cjs/commands/ListTagsForResourceCommand.js +65 -0
  85. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  86. package/dist-cjs/commands/ModifyEndpointCommand.js +68 -0
  87. package/dist-cjs/commands/ModifyEndpointCommand.js.map +1 -0
  88. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +61 -0
  89. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js.map +1 -0
  90. package/dist-cjs/commands/ModifyReplicationInstanceCommand.js +65 -0
  91. package/dist-cjs/commands/ModifyReplicationInstanceCommand.js.map +1 -0
  92. package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js +61 -0
  93. package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js.map +1 -0
  94. package/dist-cjs/commands/ModifyReplicationTaskCommand.js +64 -0
  95. package/dist-cjs/commands/ModifyReplicationTaskCommand.js.map +1 -0
  96. package/dist-cjs/commands/MoveReplicationTaskCommand.js +64 -0
  97. package/dist-cjs/commands/MoveReplicationTaskCommand.js.map +1 -0
  98. package/dist-cjs/commands/RebootReplicationInstanceCommand.js +62 -0
  99. package/dist-cjs/commands/RebootReplicationInstanceCommand.js.map +1 -0
  100. package/dist-cjs/commands/RefreshSchemasCommand.js +63 -0
  101. package/dist-cjs/commands/RefreshSchemasCommand.js.map +1 -0
  102. package/dist-cjs/commands/ReloadTablesCommand.js +63 -0
  103. package/dist-cjs/commands/ReloadTablesCommand.js.map +1 -0
  104. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +66 -0
  105. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js.map +1 -0
  106. package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js +62 -0
  107. package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js.map +1 -0
  108. package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js +67 -0
  109. package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js.map +1 -0
  110. package/dist-cjs/commands/StartReplicationTaskCommand.js +64 -0
  111. package/dist-cjs/commands/StartReplicationTaskCommand.js.map +1 -0
  112. package/dist-cjs/commands/StopReplicationTaskCommand.js +61 -0
  113. package/dist-cjs/commands/StopReplicationTaskCommand.js.map +1 -0
  114. package/dist-cjs/commands/TestConnectionCommand.js +61 -0
  115. package/dist-cjs/commands/TestConnectionCommand.js.map +1 -0
  116. package/dist-cjs/endpoints.js +63 -0
  117. package/dist-cjs/endpoints.js.map +1 -0
  118. package/dist-cjs/index.js +90 -0
  119. package/dist-cjs/index.js.map +1 -0
  120. package/dist-cjs/models/index.js +5 -0
  121. package/dist-cjs/models/index.js.map +1 -0
  122. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  123. package/dist-cjs/models/models_0.js.map +1 -0
  124. package/dist-cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +46 -0
  125. package/dist-cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +1 -0
  126. package/dist-cjs/pagination/DescribeCertificatesPaginator.js +46 -0
  127. package/dist-cjs/pagination/DescribeCertificatesPaginator.js.map +1 -0
  128. package/dist-cjs/pagination/DescribeConnectionsPaginator.js +46 -0
  129. package/dist-cjs/pagination/DescribeConnectionsPaginator.js.map +1 -0
  130. package/dist-cjs/pagination/DescribeEndpointSettingsPaginator.js +46 -0
  131. package/dist-cjs/pagination/DescribeEndpointSettingsPaginator.js.map +1 -0
  132. package/dist-cjs/pagination/DescribeEndpointTypesPaginator.js +46 -0
  133. package/dist-cjs/pagination/DescribeEndpointTypesPaginator.js.map +1 -0
  134. package/dist-cjs/pagination/DescribeEndpointsPaginator.js +46 -0
  135. package/dist-cjs/pagination/DescribeEndpointsPaginator.js.map +1 -0
  136. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js +46 -0
  137. package/dist-cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +1 -0
  138. package/dist-cjs/pagination/DescribeEventsPaginator.js +46 -0
  139. package/dist-cjs/pagination/DescribeEventsPaginator.js.map +1 -0
  140. package/dist-cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js +46 -0
  141. package/dist-cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +1 -0
  142. package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +46 -0
  143. package/dist-cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +1 -0
  144. package/dist-cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +46 -0
  145. package/dist-cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +1 -0
  146. package/dist-cjs/pagination/DescribeReplicationInstancesPaginator.js +46 -0
  147. package/dist-cjs/pagination/DescribeReplicationInstancesPaginator.js.map +1 -0
  148. package/dist-cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js +46 -0
  149. package/dist-cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +1 -0
  150. package/dist-cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +46 -0
  151. package/dist-cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +1 -0
  152. package/dist-cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +46 -0
  153. package/dist-cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +1 -0
  154. package/dist-cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +46 -0
  155. package/dist-cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +1 -0
  156. package/dist-cjs/pagination/DescribeReplicationTasksPaginator.js +46 -0
  157. package/dist-cjs/pagination/DescribeReplicationTasksPaginator.js.map +1 -0
  158. package/dist-cjs/pagination/DescribeSchemasPaginator.js +46 -0
  159. package/dist-cjs/pagination/DescribeSchemasPaginator.js.map +1 -0
  160. package/dist-cjs/pagination/DescribeTableStatisticsPaginator.js +46 -0
  161. package/dist-cjs/pagination/DescribeTableStatisticsPaginator.js.map +1 -0
  162. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  163. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  164. package/dist-cjs/protocols/Aws_json1_1.js +7217 -0
  165. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  166. package/dist-cjs/runtimeConfig.browser.js +42 -0
  167. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  168. package/dist-cjs/runtimeConfig.js +47 -0
  169. package/dist-cjs/runtimeConfig.js.map +1 -0
  170. package/dist-cjs/runtimeConfig.native.js +20 -0
  171. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  172. package/dist-cjs/runtimeConfig.shared.js +21 -0
  173. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  174. package/dist-cjs/waiters/waitForEndpointDeleted.js +70 -0
  175. package/dist-cjs/waiters/waitForEndpointDeleted.js.map +1 -0
  176. package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js +114 -0
  177. package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js.map +1 -0
  178. package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js +55 -0
  179. package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js.map +1 -0
  180. package/dist-cjs/waiters/waitForReplicationTaskDeleted.js +115 -0
  181. package/dist-cjs/waiters/waitForReplicationTaskDeleted.js.map +1 -0
  182. package/dist-cjs/waiters/waitForReplicationTaskReady.js +174 -0
  183. package/dist-cjs/waiters/waitForReplicationTaskReady.js.map +1 -0
  184. package/dist-cjs/waiters/waitForReplicationTaskRunning.js +174 -0
  185. package/dist-cjs/waiters/waitForReplicationTaskRunning.js.map +1 -0
  186. package/dist-cjs/waiters/waitForReplicationTaskStopped.js +159 -0
  187. package/dist-cjs/waiters/waitForReplicationTaskStopped.js.map +1 -0
  188. package/dist-cjs/waiters/waitForTestConnectionSucceeds.js +69 -0
  189. package/dist-cjs/waiters/waitForTestConnectionSucceeds.js.map +1 -0
  190. package/dist-es/DatabaseMigrationService.js +836 -0
  191. package/dist-es/DatabaseMigrationService.js.map +1 -0
  192. package/dist-es/DatabaseMigrationServiceClient.js +38 -0
  193. package/dist-es/DatabaseMigrationServiceClient.js.map +1 -0
  194. package/dist-es/commands/AddTagsToResourceCommand.js +40 -0
  195. package/dist-es/commands/AddTagsToResourceCommand.js.map +1 -0
  196. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +40 -0
  197. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js.map +1 -0
  198. package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +40 -0
  199. package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js.map +1 -0
  200. package/dist-es/commands/CreateEndpointCommand.js +40 -0
  201. package/dist-es/commands/CreateEndpointCommand.js.map +1 -0
  202. package/dist-es/commands/CreateEventSubscriptionCommand.js +40 -0
  203. package/dist-es/commands/CreateEventSubscriptionCommand.js.map +1 -0
  204. package/dist-es/commands/CreateReplicationInstanceCommand.js +40 -0
  205. package/dist-es/commands/CreateReplicationInstanceCommand.js.map +1 -0
  206. package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +40 -0
  207. package/dist-es/commands/CreateReplicationSubnetGroupCommand.js.map +1 -0
  208. package/dist-es/commands/CreateReplicationTaskCommand.js +40 -0
  209. package/dist-es/commands/CreateReplicationTaskCommand.js.map +1 -0
  210. package/dist-es/commands/DeleteCertificateCommand.js +40 -0
  211. package/dist-es/commands/DeleteCertificateCommand.js.map +1 -0
  212. package/dist-es/commands/DeleteConnectionCommand.js +40 -0
  213. package/dist-es/commands/DeleteConnectionCommand.js.map +1 -0
  214. package/dist-es/commands/DeleteEndpointCommand.js +40 -0
  215. package/dist-es/commands/DeleteEndpointCommand.js.map +1 -0
  216. package/dist-es/commands/DeleteEventSubscriptionCommand.js +40 -0
  217. package/dist-es/commands/DeleteEventSubscriptionCommand.js.map +1 -0
  218. package/dist-es/commands/DeleteReplicationInstanceCommand.js +40 -0
  219. package/dist-es/commands/DeleteReplicationInstanceCommand.js.map +1 -0
  220. package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +40 -0
  221. package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js.map +1 -0
  222. package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +40 -0
  223. package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +1 -0
  224. package/dist-es/commands/DeleteReplicationTaskCommand.js +40 -0
  225. package/dist-es/commands/DeleteReplicationTaskCommand.js.map +1 -0
  226. package/dist-es/commands/DescribeAccountAttributesCommand.js +40 -0
  227. package/dist-es/commands/DescribeAccountAttributesCommand.js.map +1 -0
  228. package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +40 -0
  229. package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +1 -0
  230. package/dist-es/commands/DescribeCertificatesCommand.js +40 -0
  231. package/dist-es/commands/DescribeCertificatesCommand.js.map +1 -0
  232. package/dist-es/commands/DescribeConnectionsCommand.js +40 -0
  233. package/dist-es/commands/DescribeConnectionsCommand.js.map +1 -0
  234. package/dist-es/commands/DescribeEndpointSettingsCommand.js +40 -0
  235. package/dist-es/commands/DescribeEndpointSettingsCommand.js.map +1 -0
  236. package/dist-es/commands/DescribeEndpointTypesCommand.js +40 -0
  237. package/dist-es/commands/DescribeEndpointTypesCommand.js.map +1 -0
  238. package/dist-es/commands/DescribeEndpointsCommand.js +40 -0
  239. package/dist-es/commands/DescribeEndpointsCommand.js.map +1 -0
  240. package/dist-es/commands/DescribeEventCategoriesCommand.js +40 -0
  241. package/dist-es/commands/DescribeEventCategoriesCommand.js.map +1 -0
  242. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +40 -0
  243. package/dist-es/commands/DescribeEventSubscriptionsCommand.js.map +1 -0
  244. package/dist-es/commands/DescribeEventsCommand.js +40 -0
  245. package/dist-es/commands/DescribeEventsCommand.js.map +1 -0
  246. package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +40 -0
  247. package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js.map +1 -0
  248. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +40 -0
  249. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js.map +1 -0
  250. package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +40 -0
  251. package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js.map +1 -0
  252. package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +40 -0
  253. package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +1 -0
  254. package/dist-es/commands/DescribeReplicationInstancesCommand.js +40 -0
  255. package/dist-es/commands/DescribeReplicationInstancesCommand.js.map +1 -0
  256. package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +40 -0
  257. package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js.map +1 -0
  258. package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +40 -0
  259. package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +1 -0
  260. package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +40 -0
  261. package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +1 -0
  262. package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +40 -0
  263. package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +1 -0
  264. package/dist-es/commands/DescribeReplicationTasksCommand.js +40 -0
  265. package/dist-es/commands/DescribeReplicationTasksCommand.js.map +1 -0
  266. package/dist-es/commands/DescribeSchemasCommand.js +40 -0
  267. package/dist-es/commands/DescribeSchemasCommand.js.map +1 -0
  268. package/dist-es/commands/DescribeTableStatisticsCommand.js +40 -0
  269. package/dist-es/commands/DescribeTableStatisticsCommand.js.map +1 -0
  270. package/dist-es/commands/ImportCertificateCommand.js +40 -0
  271. package/dist-es/commands/ImportCertificateCommand.js.map +1 -0
  272. package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
  273. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  274. package/dist-es/commands/ModifyEndpointCommand.js +40 -0
  275. package/dist-es/commands/ModifyEndpointCommand.js.map +1 -0
  276. package/dist-es/commands/ModifyEventSubscriptionCommand.js +40 -0
  277. package/dist-es/commands/ModifyEventSubscriptionCommand.js.map +1 -0
  278. package/dist-es/commands/ModifyReplicationInstanceCommand.js +40 -0
  279. package/dist-es/commands/ModifyReplicationInstanceCommand.js.map +1 -0
  280. package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +40 -0
  281. package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js.map +1 -0
  282. package/dist-es/commands/ModifyReplicationTaskCommand.js +40 -0
  283. package/dist-es/commands/ModifyReplicationTaskCommand.js.map +1 -0
  284. package/dist-es/commands/MoveReplicationTaskCommand.js +40 -0
  285. package/dist-es/commands/MoveReplicationTaskCommand.js.map +1 -0
  286. package/dist-es/commands/RebootReplicationInstanceCommand.js +40 -0
  287. package/dist-es/commands/RebootReplicationInstanceCommand.js.map +1 -0
  288. package/dist-es/commands/RefreshSchemasCommand.js +40 -0
  289. package/dist-es/commands/RefreshSchemasCommand.js.map +1 -0
  290. package/dist-es/commands/ReloadTablesCommand.js +40 -0
  291. package/dist-es/commands/ReloadTablesCommand.js.map +1 -0
  292. package/dist-es/commands/RemoveTagsFromResourceCommand.js +40 -0
  293. package/dist-es/commands/RemoveTagsFromResourceCommand.js.map +1 -0
  294. package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +40 -0
  295. package/dist-es/commands/StartReplicationTaskAssessmentCommand.js.map +1 -0
  296. package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +40 -0
  297. package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js.map +1 -0
  298. package/dist-es/commands/StartReplicationTaskCommand.js +40 -0
  299. package/dist-es/commands/StartReplicationTaskCommand.js.map +1 -0
  300. package/dist-es/commands/StopReplicationTaskCommand.js +40 -0
  301. package/dist-es/commands/StopReplicationTaskCommand.js.map +1 -0
  302. package/dist-es/commands/TestConnectionCommand.js +40 -0
  303. package/dist-es/commands/TestConnectionCommand.js.map +1 -0
  304. package/dist-es/endpoints.js +59 -0
  305. package/dist-es/endpoints.js.map +1 -0
  306. package/{dist/es → dist-es}/index.js +0 -0
  307. package/dist-es/index.js.map +1 -0
  308. package/{dist/es → dist-es}/models/index.js +0 -0
  309. package/dist-es/models/index.js.map +1 -0
  310. package/dist-es/models/models_0.js +895 -0
  311. package/dist-es/models/models_0.js.map +1 -0
  312. package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +75 -0
  313. package/dist-es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +1 -0
  314. package/dist-es/pagination/DescribeCertificatesPaginator.js +75 -0
  315. package/dist-es/pagination/DescribeCertificatesPaginator.js.map +1 -0
  316. package/dist-es/pagination/DescribeConnectionsPaginator.js +75 -0
  317. package/dist-es/pagination/DescribeConnectionsPaginator.js.map +1 -0
  318. package/dist-es/pagination/DescribeEndpointSettingsPaginator.js +75 -0
  319. package/dist-es/pagination/DescribeEndpointSettingsPaginator.js.map +1 -0
  320. package/dist-es/pagination/DescribeEndpointTypesPaginator.js +75 -0
  321. package/dist-es/pagination/DescribeEndpointTypesPaginator.js.map +1 -0
  322. package/dist-es/pagination/DescribeEndpointsPaginator.js +75 -0
  323. package/dist-es/pagination/DescribeEndpointsPaginator.js.map +1 -0
  324. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +75 -0
  325. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js.map +1 -0
  326. package/dist-es/pagination/DescribeEventsPaginator.js +75 -0
  327. package/dist-es/pagination/DescribeEventsPaginator.js.map +1 -0
  328. package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js +75 -0
  329. package/dist-es/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +1 -0
  330. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +75 -0
  331. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +1 -0
  332. package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +75 -0
  333. package/dist-es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +1 -0
  334. package/dist-es/pagination/DescribeReplicationInstancesPaginator.js +75 -0
  335. package/dist-es/pagination/DescribeReplicationInstancesPaginator.js.map +1 -0
  336. package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js +75 -0
  337. package/dist-es/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +1 -0
  338. package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +75 -0
  339. package/dist-es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +1 -0
  340. package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +75 -0
  341. package/dist-es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +1 -0
  342. package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +75 -0
  343. package/dist-es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +1 -0
  344. package/dist-es/pagination/DescribeReplicationTasksPaginator.js +75 -0
  345. package/dist-es/pagination/DescribeReplicationTasksPaginator.js.map +1 -0
  346. package/dist-es/pagination/DescribeSchemasPaginator.js +75 -0
  347. package/dist-es/pagination/DescribeSchemasPaginator.js.map +1 -0
  348. package/dist-es/pagination/DescribeTableStatisticsPaginator.js +75 -0
  349. package/dist-es/pagination/DescribeTableStatisticsPaginator.js.map +1 -0
  350. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  351. package/dist-es/pagination/Interfaces.js.map +1 -0
  352. package/dist-es/protocols/Aws_json1_1.js +7120 -0
  353. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  354. package/dist-es/runtimeConfig.browser.js +17 -0
  355. package/dist-es/runtimeConfig.browser.js.map +1 -0
  356. package/dist-es/runtimeConfig.js +22 -0
  357. package/dist-es/runtimeConfig.js.map +1 -0
  358. package/dist-es/runtimeConfig.native.js +9 -0
  359. package/dist-es/runtimeConfig.native.js.map +1 -0
  360. package/dist-es/runtimeConfig.shared.js +14 -0
  361. package/dist-es/runtimeConfig.shared.js.map +1 -0
  362. package/dist-es/waiters/waitForEndpointDeleted.js +97 -0
  363. package/dist-es/waiters/waitForEndpointDeleted.js.map +1 -0
  364. package/dist-es/waiters/waitForReplicationInstanceAvailable.js +171 -0
  365. package/dist-es/waiters/waitForReplicationInstanceAvailable.js.map +1 -0
  366. package/dist-es/waiters/waitForReplicationInstanceDeleted.js +72 -0
  367. package/dist-es/waiters/waitForReplicationInstanceDeleted.js.map +1 -0
  368. package/dist-es/waiters/waitForReplicationTaskDeleted.js +172 -0
  369. package/dist-es/waiters/waitForReplicationTaskDeleted.js.map +1 -0
  370. package/dist-es/waiters/waitForReplicationTaskReady.js +271 -0
  371. package/dist-es/waiters/waitForReplicationTaskReady.js.map +1 -0
  372. package/dist-es/waiters/waitForReplicationTaskRunning.js +271 -0
  373. package/dist-es/waiters/waitForReplicationTaskRunning.js.map +1 -0
  374. package/dist-es/waiters/waitForReplicationTaskStopped.js +246 -0
  375. package/dist-es/waiters/waitForReplicationTaskStopped.js.map +1 -0
  376. package/dist-es/waiters/waitForTestConnectionSucceeds.js +96 -0
  377. package/dist-es/waiters/waitForTestConnectionSucceeds.js.map +1 -0
  378. package/dist-types/DatabaseMigrationService.d.ts +552 -0
  379. package/dist-types/DatabaseMigrationServiceClient.d.ts +196 -0
  380. package/dist-types/commands/AddTagsToResourceCommand.d.ts +40 -0
  381. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +35 -0
  382. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +38 -0
  383. package/dist-types/commands/CreateEndpointCommand.d.ts +42 -0
  384. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +50 -0
  385. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +40 -0
  386. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +37 -0
  387. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +35 -0
  388. package/dist-types/commands/DeleteCertificateCommand.d.ts +35 -0
  389. package/dist-types/commands/DeleteConnectionCommand.d.ts +35 -0
  390. package/dist-types/commands/DeleteEndpointCommand.d.ts +40 -0
  391. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
  392. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +40 -0
  393. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +35 -0
  394. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +38 -0
  395. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +35 -0
  396. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +41 -0
  397. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +49 -0
  398. package/dist-types/commands/DescribeCertificatesCommand.d.ts +35 -0
  399. package/dist-types/commands/DescribeConnectionsCommand.d.ts +36 -0
  400. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +36 -0
  401. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +35 -0
  402. package/dist-types/commands/DescribeEndpointsCommand.d.ts +35 -0
  403. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +39 -0
  404. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +40 -0
  405. package/dist-types/commands/DescribeEventsCommand.d.ts +39 -0
  406. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +36 -0
  407. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +35 -0
  408. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +35 -0
  409. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +35 -0
  410. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +36 -0
  411. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +35 -0
  412. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +41 -0
  413. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +43 -0
  414. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +37 -0
  415. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +36 -0
  416. package/dist-types/commands/DescribeSchemasCommand.d.ts +37 -0
  417. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +39 -0
  418. package/dist-types/commands/ImportCertificateCommand.d.ts +35 -0
  419. package/dist-types/commands/ListTagsForResourceCommand.d.ts +39 -0
  420. package/dist-types/commands/ModifyEndpointCommand.d.ts +42 -0
  421. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +35 -0
  422. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +39 -0
  423. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +35 -0
  424. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +38 -0
  425. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +38 -0
  426. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +36 -0
  427. package/dist-types/commands/RefreshSchemasCommand.d.ts +37 -0
  428. package/dist-types/commands/ReloadTablesCommand.d.ts +37 -0
  429. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +40 -0
  430. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +36 -0
  431. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +41 -0
  432. package/dist-types/commands/StartReplicationTaskCommand.d.ts +38 -0
  433. package/dist-types/commands/StopReplicationTaskCommand.d.ts +35 -0
  434. package/dist-types/commands/TestConnectionCommand.d.ts +35 -0
  435. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  436. package/{dist/types → dist-types}/index.d.ts +0 -0
  437. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  438. package/dist-types/models/models_0.d.ts +7684 -0
  439. package/dist-types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +4 -0
  440. package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +4 -0
  441. package/dist-types/pagination/DescribeConnectionsPaginator.d.ts +4 -0
  442. package/dist-types/pagination/DescribeEndpointSettingsPaginator.d.ts +4 -0
  443. package/dist-types/pagination/DescribeEndpointTypesPaginator.d.ts +4 -0
  444. package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +4 -0
  445. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  446. package/dist-types/pagination/DescribeEventsPaginator.d.ts +4 -0
  447. package/dist-types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +4 -0
  448. package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
  449. package/dist-types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +4 -0
  450. package/dist-types/pagination/DescribeReplicationInstancesPaginator.d.ts +4 -0
  451. package/dist-types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +4 -0
  452. package/dist-types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +4 -0
  453. package/dist-types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +4 -0
  454. package/dist-types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +4 -0
  455. package/dist-types/pagination/DescribeReplicationTasksPaginator.d.ts +4 -0
  456. package/dist-types/pagination/DescribeSchemasPaginator.d.ts +4 -0
  457. package/dist-types/pagination/DescribeTableStatisticsPaginator.d.ts +4 -0
  458. package/dist-types/pagination/Interfaces.d.ts +6 -0
  459. package/dist-types/protocols/Aws_json1_1.d.ts +167 -0
  460. package/dist-types/runtimeConfig.browser.d.ts +37 -0
  461. package/dist-types/runtimeConfig.d.ts +37 -0
  462. package/dist-types/runtimeConfig.native.d.ts +36 -0
  463. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  464. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +552 -0
  465. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +196 -0
  466. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +40 -0
  467. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +35 -0
  468. package/dist-types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +38 -0
  469. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +42 -0
  470. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +50 -0
  471. package/dist-types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +40 -0
  472. package/dist-types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +37 -0
  473. package/dist-types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +35 -0
  474. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +35 -0
  475. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +35 -0
  476. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +40 -0
  477. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +35 -0
  478. package/dist-types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +40 -0
  479. package/dist-types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +35 -0
  480. package/dist-types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +38 -0
  481. package/dist-types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +35 -0
  482. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +41 -0
  483. package/dist-types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +49 -0
  484. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +35 -0
  485. package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +36 -0
  486. package/dist-types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +36 -0
  487. package/dist-types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +35 -0
  488. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +35 -0
  489. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +39 -0
  490. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +40 -0
  491. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +39 -0
  492. package/dist-types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +36 -0
  493. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +35 -0
  494. package/dist-types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +35 -0
  495. package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +35 -0
  496. package/dist-types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +36 -0
  497. package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +35 -0
  498. package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +41 -0
  499. package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +43 -0
  500. package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +37 -0
  501. package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +36 -0
  502. package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +37 -0
  503. package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +39 -0
  504. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +35 -0
  505. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
  506. package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +42 -0
  507. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +35 -0
  508. package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +39 -0
  509. package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +35 -0
  510. package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +38 -0
  511. package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +38 -0
  512. package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +36 -0
  513. package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +37 -0
  514. package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +37 -0
  515. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +40 -0
  516. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +36 -0
  517. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +41 -0
  518. package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +38 -0
  519. package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +35 -0
  520. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +35 -0
  521. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  522. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  523. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  524. package/dist-types/ts3.4/models/models_0.d.ts +7684 -0
  525. package/dist-types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +4 -0
  526. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +4 -0
  527. package/dist-types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +4 -0
  528. package/dist-types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +4 -0
  529. package/dist-types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +4 -0
  530. package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +4 -0
  531. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +4 -0
  532. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +4 -0
  533. package/dist-types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +4 -0
  534. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +4 -0
  535. package/dist-types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +4 -0
  536. package/dist-types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +4 -0
  537. package/dist-types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +4 -0
  538. package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +4 -0
  539. package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +4 -0
  540. package/dist-types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +4 -0
  541. package/dist-types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +4 -0
  542. package/dist-types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +4 -0
  543. package/dist-types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +4 -0
  544. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  545. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +167 -0
  546. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
  547. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  548. package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
  549. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  550. package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +14 -0
  551. package/dist-types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +14 -0
  552. package/dist-types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +14 -0
  553. package/dist-types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +14 -0
  554. package/dist-types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +14 -0
  555. package/dist-types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +14 -0
  556. package/dist-types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +14 -0
  557. package/dist-types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +14 -0
  558. package/dist-types/waiters/waitForEndpointDeleted.d.ts +14 -0
  559. package/dist-types/waiters/waitForReplicationInstanceAvailable.d.ts +14 -0
  560. package/dist-types/waiters/waitForReplicationInstanceDeleted.d.ts +14 -0
  561. package/dist-types/waiters/waitForReplicationTaskDeleted.d.ts +14 -0
  562. package/dist-types/waiters/waitForReplicationTaskReady.d.ts +14 -0
  563. package/dist-types/waiters/waitForReplicationTaskRunning.d.ts +14 -0
  564. package/dist-types/waiters/waitForReplicationTaskStopped.d.ts +14 -0
  565. package/dist-types/waiters/waitForTestConnectionSucceeds.d.ts +14 -0
  566. package/package.json +51 -51
  567. package/src/DatabaseMigrationService.ts +2210 -0
  568. package/src/DatabaseMigrationServiceClient.ts +537 -0
  569. package/src/commands/AddTagsToResourceCommand.ts +104 -0
  570. package/src/commands/ApplyPendingMaintenanceActionCommand.ts +104 -0
  571. package/src/commands/CancelReplicationTaskAssessmentRunCommand.ts +113 -0
  572. package/src/commands/CreateEndpointCommand.ts +106 -0
  573. package/src/commands/CreateEventSubscriptionCommand.ts +114 -0
  574. package/src/commands/CreateReplicationInstanceCommand.ts +107 -0
  575. package/src/commands/CreateReplicationSubnetGroupCommand.ts +106 -0
  576. package/src/commands/CreateReplicationTaskCommand.ts +99 -0
  577. package/src/commands/DeleteCertificateCommand.ts +99 -0
  578. package/src/commands/DeleteConnectionCommand.ts +99 -0
  579. package/src/commands/DeleteEndpointCommand.ts +104 -0
  580. package/src/commands/DeleteEventSubscriptionCommand.ts +99 -0
  581. package/src/commands/DeleteReplicationInstanceCommand.ts +107 -0
  582. package/src/commands/DeleteReplicationSubnetGroupCommand.ts +104 -0
  583. package/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts +113 -0
  584. package/src/commands/DeleteReplicationTaskCommand.ts +99 -0
  585. package/src/commands/DescribeAccountAttributesCommand.ts +108 -0
  586. package/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts +128 -0
  587. package/src/commands/DescribeCertificatesCommand.ts +99 -0
  588. package/src/commands/DescribeConnectionsCommand.ts +100 -0
  589. package/src/commands/DescribeEndpointSettingsCommand.ts +100 -0
  590. package/src/commands/DescribeEndpointTypesCommand.ts +99 -0
  591. package/src/commands/DescribeEndpointsCommand.ts +99 -0
  592. package/src/commands/DescribeEventCategoriesCommand.ts +103 -0
  593. package/src/commands/DescribeEventSubscriptionsCommand.ts +107 -0
  594. package/src/commands/DescribeEventsCommand.ts +103 -0
  595. package/src/commands/DescribeOrderableReplicationInstancesCommand.ts +112 -0
  596. package/src/commands/DescribePendingMaintenanceActionsCommand.ts +110 -0
  597. package/src/commands/DescribeRefreshSchemasStatusCommand.ts +104 -0
  598. package/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts +110 -0
  599. package/src/commands/DescribeReplicationInstancesCommand.ts +105 -0
  600. package/src/commands/DescribeReplicationSubnetGroupsCommand.ts +107 -0
  601. package/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +120 -0
  602. package/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +119 -0
  603. package/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +116 -0
  604. package/src/commands/DescribeReplicationTasksCommand.ts +100 -0
  605. package/src/commands/DescribeSchemasCommand.ts +101 -0
  606. package/src/commands/DescribeTableStatisticsCommand.ts +103 -0
  607. package/src/commands/ImportCertificateCommand.ts +99 -0
  608. package/src/commands/ListTagsForResourceCommand.ts +103 -0
  609. package/src/commands/ModifyEndpointCommand.ts +106 -0
  610. package/src/commands/ModifyEventSubscriptionCommand.ts +99 -0
  611. package/src/commands/ModifyReplicationInstanceCommand.ts +106 -0
  612. package/src/commands/ModifyReplicationSubnetGroupCommand.ts +104 -0
  613. package/src/commands/ModifyReplicationTaskCommand.ts +102 -0
  614. package/src/commands/MoveReplicationTaskCommand.ts +102 -0
  615. package/src/commands/RebootReplicationInstanceCommand.ts +103 -0
  616. package/src/commands/RefreshSchemasCommand.ts +101 -0
  617. package/src/commands/ReloadTablesCommand.ts +101 -0
  618. package/src/commands/RemoveTagsFromResourceCommand.ts +104 -0
  619. package/src/commands/StartReplicationTaskAssessmentCommand.ts +108 -0
  620. package/src/commands/StartReplicationTaskAssessmentRunCommand.ts +116 -0
  621. package/src/commands/StartReplicationTaskCommand.ts +102 -0
  622. package/src/commands/StopReplicationTaskCommand.ts +99 -0
  623. package/src/commands/TestConnectionCommand.ts +99 -0
  624. package/src/endpoints.ts +63 -0
  625. package/{index.ts → src/index.ts} +0 -0
  626. package/{models → src/models}/index.ts +0 -0
  627. package/src/models/models_0.ts +9145 -0
  628. package/src/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts +59 -0
  629. package/src/pagination/DescribeCertificatesPaginator.ts +59 -0
  630. package/src/pagination/DescribeConnectionsPaginator.ts +59 -0
  631. package/src/pagination/DescribeEndpointSettingsPaginator.ts +59 -0
  632. package/src/pagination/DescribeEndpointTypesPaginator.ts +59 -0
  633. package/src/pagination/DescribeEndpointsPaginator.ts +59 -0
  634. package/src/pagination/DescribeEventSubscriptionsPaginator.ts +59 -0
  635. package/src/pagination/DescribeEventsPaginator.ts +59 -0
  636. package/src/pagination/DescribeOrderableReplicationInstancesPaginator.ts +59 -0
  637. package/src/pagination/DescribePendingMaintenanceActionsPaginator.ts +59 -0
  638. package/src/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts +59 -0
  639. package/src/pagination/DescribeReplicationInstancesPaginator.ts +59 -0
  640. package/src/pagination/DescribeReplicationSubnetGroupsPaginator.ts +59 -0
  641. package/src/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts +59 -0
  642. package/src/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts +59 -0
  643. package/src/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts +59 -0
  644. package/src/pagination/DescribeReplicationTasksPaginator.ts +59 -0
  645. package/src/pagination/DescribeSchemasPaginator.ts +59 -0
  646. package/src/pagination/DescribeTableStatisticsPaginator.ts +59 -0
  647. package/src/pagination/Interfaces.ts +8 -0
  648. package/src/protocols/Aws_json1_1.ts +9003 -0
  649. package/src/runtimeConfig.browser.ts +41 -0
  650. package/src/runtimeConfig.native.ts +17 -0
  651. package/src/runtimeConfig.shared.ts +17 -0
  652. package/src/runtimeConfig.ts +46 -0
  653. package/src/waiters/waitForEndpointDeleted.ts +73 -0
  654. package/src/waiters/waitForReplicationInstanceAvailable.ts +117 -0
  655. package/src/waiters/waitForReplicationInstanceDeleted.ts +62 -0
  656. package/src/waiters/waitForReplicationTaskDeleted.ts +118 -0
  657. package/src/waiters/waitForReplicationTaskReady.ts +173 -0
  658. package/src/waiters/waitForReplicationTaskRunning.ts +173 -0
  659. package/src/waiters/waitForReplicationTaskStopped.ts +159 -0
  660. package/src/waiters/waitForTestConnectionSucceeds.ts +72 -0
  661. package/tsconfig.es.json +1 -3
  662. package/tsconfig.json +7 -7
  663. package/tsconfig.types.json +9 -0
  664. package/DatabaseMigrationService.ts +0 -2205
  665. package/DatabaseMigrationServiceClient.ts +0 -536
  666. package/commands/AddTagsToResourceCommand.ts +0 -103
  667. package/commands/ApplyPendingMaintenanceActionCommand.ts +0 -103
  668. package/commands/CancelReplicationTaskAssessmentRunCommand.ts +0 -112
  669. package/commands/CreateEndpointCommand.ts +0 -105
  670. package/commands/CreateEventSubscriptionCommand.ts +0 -113
  671. package/commands/CreateReplicationInstanceCommand.ts +0 -106
  672. package/commands/CreateReplicationSubnetGroupCommand.ts +0 -103
  673. package/commands/CreateReplicationTaskCommand.ts +0 -98
  674. package/commands/DeleteCertificateCommand.ts +0 -98
  675. package/commands/DeleteConnectionCommand.ts +0 -98
  676. package/commands/DeleteEndpointCommand.ts +0 -103
  677. package/commands/DeleteEventSubscriptionCommand.ts +0 -98
  678. package/commands/DeleteReplicationInstanceCommand.ts +0 -106
  679. package/commands/DeleteReplicationSubnetGroupCommand.ts +0 -103
  680. package/commands/DeleteReplicationTaskAssessmentRunCommand.ts +0 -112
  681. package/commands/DeleteReplicationTaskCommand.ts +0 -98
  682. package/commands/DescribeAccountAttributesCommand.ts +0 -107
  683. package/commands/DescribeApplicableIndividualAssessmentsCommand.ts +0 -127
  684. package/commands/DescribeCertificatesCommand.ts +0 -98
  685. package/commands/DescribeConnectionsCommand.ts +0 -99
  686. package/commands/DescribeEndpointSettingsCommand.ts +0 -99
  687. package/commands/DescribeEndpointTypesCommand.ts +0 -98
  688. package/commands/DescribeEndpointsCommand.ts +0 -98
  689. package/commands/DescribeEventCategoriesCommand.ts +0 -102
  690. package/commands/DescribeEventSubscriptionsCommand.ts +0 -106
  691. package/commands/DescribeEventsCommand.ts +0 -102
  692. package/commands/DescribeOrderableReplicationInstancesCommand.ts +0 -111
  693. package/commands/DescribePendingMaintenanceActionsCommand.ts +0 -109
  694. package/commands/DescribeRefreshSchemasStatusCommand.ts +0 -103
  695. package/commands/DescribeReplicationInstanceTaskLogsCommand.ts +0 -109
  696. package/commands/DescribeReplicationInstancesCommand.ts +0 -104
  697. package/commands/DescribeReplicationSubnetGroupsCommand.ts +0 -106
  698. package/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +0 -119
  699. package/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +0 -118
  700. package/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +0 -115
  701. package/commands/DescribeReplicationTasksCommand.ts +0 -99
  702. package/commands/DescribeSchemasCommand.ts +0 -100
  703. package/commands/DescribeTableStatisticsCommand.ts +0 -102
  704. package/commands/ImportCertificateCommand.ts +0 -98
  705. package/commands/ListTagsForResourceCommand.ts +0 -102
  706. package/commands/ModifyEndpointCommand.ts +0 -105
  707. package/commands/ModifyEventSubscriptionCommand.ts +0 -98
  708. package/commands/ModifyReplicationInstanceCommand.ts +0 -105
  709. package/commands/ModifyReplicationSubnetGroupCommand.ts +0 -103
  710. package/commands/ModifyReplicationTaskCommand.ts +0 -101
  711. package/commands/MoveReplicationTaskCommand.ts +0 -101
  712. package/commands/RebootReplicationInstanceCommand.ts +0 -102
  713. package/commands/RefreshSchemasCommand.ts +0 -100
  714. package/commands/ReloadTablesCommand.ts +0 -98
  715. package/commands/RemoveTagsFromResourceCommand.ts +0 -103
  716. package/commands/StartReplicationTaskAssessmentCommand.ts +0 -107
  717. package/commands/StartReplicationTaskAssessmentRunCommand.ts +0 -115
  718. package/commands/StartReplicationTaskCommand.ts +0 -101
  719. package/commands/StopReplicationTaskCommand.ts +0 -98
  720. package/commands/TestConnectionCommand.ts +0 -98
  721. package/dist/cjs/DatabaseMigrationService.js +0 -845
  722. package/dist/cjs/DatabaseMigrationService.js.map +0 -1
  723. package/dist/cjs/DatabaseMigrationServiceClient.js +0 -53
  724. package/dist/cjs/DatabaseMigrationServiceClient.js.map +0 -1
  725. package/dist/cjs/commands/AddTagsToResourceCommand.js +0 -66
  726. package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
  727. package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js +0 -61
  728. package/dist/cjs/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
  729. package/dist/cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +0 -64
  730. package/dist/cjs/commands/CancelReplicationTaskAssessmentRunCommand.js.map +0 -1
  731. package/dist/cjs/commands/CreateEndpointCommand.js +0 -68
  732. package/dist/cjs/commands/CreateEndpointCommand.js.map +0 -1
  733. package/dist/cjs/commands/CreateEventSubscriptionCommand.js +0 -76
  734. package/dist/cjs/commands/CreateEventSubscriptionCommand.js.map +0 -1
  735. package/dist/cjs/commands/CreateReplicationInstanceCommand.js +0 -66
  736. package/dist/cjs/commands/CreateReplicationInstanceCommand.js.map +0 -1
  737. package/dist/cjs/commands/CreateReplicationSubnetGroupCommand.js +0 -61
  738. package/dist/cjs/commands/CreateReplicationSubnetGroupCommand.js.map +0 -1
  739. package/dist/cjs/commands/CreateReplicationTaskCommand.js +0 -61
  740. package/dist/cjs/commands/CreateReplicationTaskCommand.js.map +0 -1
  741. package/dist/cjs/commands/DeleteCertificateCommand.js +0 -61
  742. package/dist/cjs/commands/DeleteCertificateCommand.js.map +0 -1
  743. package/dist/cjs/commands/DeleteConnectionCommand.js +0 -61
  744. package/dist/cjs/commands/DeleteConnectionCommand.js.map +0 -1
  745. package/dist/cjs/commands/DeleteEndpointCommand.js +0 -66
  746. package/dist/cjs/commands/DeleteEndpointCommand.js.map +0 -1
  747. package/dist/cjs/commands/DeleteEventSubscriptionCommand.js +0 -61
  748. package/dist/cjs/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  749. package/dist/cjs/commands/DeleteReplicationInstanceCommand.js +0 -66
  750. package/dist/cjs/commands/DeleteReplicationInstanceCommand.js.map +0 -1
  751. package/dist/cjs/commands/DeleteReplicationSubnetGroupCommand.js +0 -61
  752. package/dist/cjs/commands/DeleteReplicationSubnetGroupCommand.js.map +0 -1
  753. package/dist/cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +0 -64
  754. package/dist/cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +0 -1
  755. package/dist/cjs/commands/DeleteReplicationTaskCommand.js +0 -61
  756. package/dist/cjs/commands/DeleteReplicationTaskCommand.js.map +0 -1
  757. package/dist/cjs/commands/DescribeAccountAttributesCommand.js +0 -67
  758. package/dist/cjs/commands/DescribeAccountAttributesCommand.js.map +0 -1
  759. package/dist/cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +0 -75
  760. package/dist/cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +0 -1
  761. package/dist/cjs/commands/DescribeCertificatesCommand.js +0 -61
  762. package/dist/cjs/commands/DescribeCertificatesCommand.js.map +0 -1
  763. package/dist/cjs/commands/DescribeConnectionsCommand.js +0 -62
  764. package/dist/cjs/commands/DescribeConnectionsCommand.js.map +0 -1
  765. package/dist/cjs/commands/DescribeEndpointSettingsCommand.js +0 -62
  766. package/dist/cjs/commands/DescribeEndpointSettingsCommand.js.map +0 -1
  767. package/dist/cjs/commands/DescribeEndpointTypesCommand.js +0 -61
  768. package/dist/cjs/commands/DescribeEndpointTypesCommand.js.map +0 -1
  769. package/dist/cjs/commands/DescribeEndpointsCommand.js +0 -61
  770. package/dist/cjs/commands/DescribeEndpointsCommand.js.map +0 -1
  771. package/dist/cjs/commands/DescribeEventCategoriesCommand.js +0 -65
  772. package/dist/cjs/commands/DescribeEventCategoriesCommand.js.map +0 -1
  773. package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js +0 -66
  774. package/dist/cjs/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  775. package/dist/cjs/commands/DescribeEventsCommand.js +0 -65
  776. package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
  777. package/dist/cjs/commands/DescribeOrderableReplicationInstancesCommand.js +0 -62
  778. package/dist/cjs/commands/DescribeOrderableReplicationInstancesCommand.js.map +0 -1
  779. package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js +0 -61
  780. package/dist/cjs/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
  781. package/dist/cjs/commands/DescribeRefreshSchemasStatusCommand.js +0 -61
  782. package/dist/cjs/commands/DescribeRefreshSchemasStatusCommand.js.map +0 -1
  783. package/dist/cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +0 -61
  784. package/dist/cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +0 -1
  785. package/dist/cjs/commands/DescribeReplicationInstancesCommand.js +0 -62
  786. package/dist/cjs/commands/DescribeReplicationInstancesCommand.js.map +0 -1
  787. package/dist/cjs/commands/DescribeReplicationSubnetGroupsCommand.js +0 -61
  788. package/dist/cjs/commands/DescribeReplicationSubnetGroupsCommand.js.map +0 -1
  789. package/dist/cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +0 -67
  790. package/dist/cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +0 -1
  791. package/dist/cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +0 -69
  792. package/dist/cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +0 -1
  793. package/dist/cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +0 -63
  794. package/dist/cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +0 -1
  795. package/dist/cjs/commands/DescribeReplicationTasksCommand.js +0 -62
  796. package/dist/cjs/commands/DescribeReplicationTasksCommand.js.map +0 -1
  797. package/dist/cjs/commands/DescribeSchemasCommand.js +0 -63
  798. package/dist/cjs/commands/DescribeSchemasCommand.js.map +0 -1
  799. package/dist/cjs/commands/DescribeTableStatisticsCommand.js +0 -65
  800. package/dist/cjs/commands/DescribeTableStatisticsCommand.js.map +0 -1
  801. package/dist/cjs/commands/ImportCertificateCommand.js +0 -61
  802. package/dist/cjs/commands/ImportCertificateCommand.js.map +0 -1
  803. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -65
  804. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  805. package/dist/cjs/commands/ModifyEndpointCommand.js +0 -68
  806. package/dist/cjs/commands/ModifyEndpointCommand.js.map +0 -1
  807. package/dist/cjs/commands/ModifyEventSubscriptionCommand.js +0 -61
  808. package/dist/cjs/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  809. package/dist/cjs/commands/ModifyReplicationInstanceCommand.js +0 -65
  810. package/dist/cjs/commands/ModifyReplicationInstanceCommand.js.map +0 -1
  811. package/dist/cjs/commands/ModifyReplicationSubnetGroupCommand.js +0 -61
  812. package/dist/cjs/commands/ModifyReplicationSubnetGroupCommand.js.map +0 -1
  813. package/dist/cjs/commands/ModifyReplicationTaskCommand.js +0 -64
  814. package/dist/cjs/commands/ModifyReplicationTaskCommand.js.map +0 -1
  815. package/dist/cjs/commands/MoveReplicationTaskCommand.js +0 -64
  816. package/dist/cjs/commands/MoveReplicationTaskCommand.js.map +0 -1
  817. package/dist/cjs/commands/RebootReplicationInstanceCommand.js +0 -62
  818. package/dist/cjs/commands/RebootReplicationInstanceCommand.js.map +0 -1
  819. package/dist/cjs/commands/RefreshSchemasCommand.js +0 -63
  820. package/dist/cjs/commands/RefreshSchemasCommand.js.map +0 -1
  821. package/dist/cjs/commands/ReloadTablesCommand.js +0 -61
  822. package/dist/cjs/commands/ReloadTablesCommand.js.map +0 -1
  823. package/dist/cjs/commands/RemoveTagsFromResourceCommand.js +0 -66
  824. package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  825. package/dist/cjs/commands/StartReplicationTaskAssessmentCommand.js +0 -62
  826. package/dist/cjs/commands/StartReplicationTaskAssessmentCommand.js.map +0 -1
  827. package/dist/cjs/commands/StartReplicationTaskAssessmentRunCommand.js +0 -67
  828. package/dist/cjs/commands/StartReplicationTaskAssessmentRunCommand.js.map +0 -1
  829. package/dist/cjs/commands/StartReplicationTaskCommand.js +0 -64
  830. package/dist/cjs/commands/StartReplicationTaskCommand.js.map +0 -1
  831. package/dist/cjs/commands/StopReplicationTaskCommand.js +0 -61
  832. package/dist/cjs/commands/StopReplicationTaskCommand.js.map +0 -1
  833. package/dist/cjs/commands/TestConnectionCommand.js +0 -61
  834. package/dist/cjs/commands/TestConnectionCommand.js.map +0 -1
  835. package/dist/cjs/endpoints.js +0 -63
  836. package/dist/cjs/endpoints.js.map +0 -1
  837. package/dist/cjs/index.js +0 -90
  838. package/dist/cjs/index.js.map +0 -1
  839. package/dist/cjs/models/index.js +0 -5
  840. package/dist/cjs/models/index.js.map +0 -1
  841. package/dist/cjs/models/models_0.js.map +0 -1
  842. package/dist/cjs/package.json +0 -92
  843. package/dist/cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +0 -46
  844. package/dist/cjs/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +0 -1
  845. package/dist/cjs/pagination/DescribeCertificatesPaginator.js +0 -46
  846. package/dist/cjs/pagination/DescribeCertificatesPaginator.js.map +0 -1
  847. package/dist/cjs/pagination/DescribeConnectionsPaginator.js +0 -46
  848. package/dist/cjs/pagination/DescribeConnectionsPaginator.js.map +0 -1
  849. package/dist/cjs/pagination/DescribeEndpointSettingsPaginator.js +0 -46
  850. package/dist/cjs/pagination/DescribeEndpointSettingsPaginator.js.map +0 -1
  851. package/dist/cjs/pagination/DescribeEndpointTypesPaginator.js +0 -46
  852. package/dist/cjs/pagination/DescribeEndpointTypesPaginator.js.map +0 -1
  853. package/dist/cjs/pagination/DescribeEndpointsPaginator.js +0 -46
  854. package/dist/cjs/pagination/DescribeEndpointsPaginator.js.map +0 -1
  855. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js +0 -46
  856. package/dist/cjs/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  857. package/dist/cjs/pagination/DescribeEventsPaginator.js +0 -46
  858. package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
  859. package/dist/cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js +0 -46
  860. package/dist/cjs/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +0 -1
  861. package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -46
  862. package/dist/cjs/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
  863. package/dist/cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +0 -46
  864. package/dist/cjs/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +0 -1
  865. package/dist/cjs/pagination/DescribeReplicationInstancesPaginator.js +0 -46
  866. package/dist/cjs/pagination/DescribeReplicationInstancesPaginator.js.map +0 -1
  867. package/dist/cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js +0 -46
  868. package/dist/cjs/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +0 -1
  869. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +0 -46
  870. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +0 -1
  871. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +0 -46
  872. package/dist/cjs/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +0 -1
  873. package/dist/cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +0 -46
  874. package/dist/cjs/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +0 -1
  875. package/dist/cjs/pagination/DescribeReplicationTasksPaginator.js +0 -46
  876. package/dist/cjs/pagination/DescribeReplicationTasksPaginator.js.map +0 -1
  877. package/dist/cjs/pagination/DescribeSchemasPaginator.js +0 -46
  878. package/dist/cjs/pagination/DescribeSchemasPaginator.js.map +0 -1
  879. package/dist/cjs/pagination/DescribeTableStatisticsPaginator.js +0 -46
  880. package/dist/cjs/pagination/DescribeTableStatisticsPaginator.js.map +0 -1
  881. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  882. package/dist/cjs/protocols/Aws_json1_1.js +0 -7215
  883. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  884. package/dist/cjs/runtimeConfig.browser.js +0 -41
  885. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  886. package/dist/cjs/runtimeConfig.js +0 -46
  887. package/dist/cjs/runtimeConfig.js.map +0 -1
  888. package/dist/cjs/runtimeConfig.native.js +0 -20
  889. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  890. package/dist/cjs/runtimeConfig.shared.js +0 -21
  891. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  892. package/dist/cjs/waiters/waitForEndpointDeleted.js +0 -70
  893. package/dist/cjs/waiters/waitForEndpointDeleted.js.map +0 -1
  894. package/dist/cjs/waiters/waitForReplicationInstanceAvailable.js +0 -114
  895. package/dist/cjs/waiters/waitForReplicationInstanceAvailable.js.map +0 -1
  896. package/dist/cjs/waiters/waitForReplicationInstanceDeleted.js +0 -55
  897. package/dist/cjs/waiters/waitForReplicationInstanceDeleted.js.map +0 -1
  898. package/dist/cjs/waiters/waitForReplicationTaskDeleted.js +0 -115
  899. package/dist/cjs/waiters/waitForReplicationTaskDeleted.js.map +0 -1
  900. package/dist/cjs/waiters/waitForReplicationTaskReady.js +0 -174
  901. package/dist/cjs/waiters/waitForReplicationTaskReady.js.map +0 -1
  902. package/dist/cjs/waiters/waitForReplicationTaskRunning.js +0 -174
  903. package/dist/cjs/waiters/waitForReplicationTaskRunning.js.map +0 -1
  904. package/dist/cjs/waiters/waitForReplicationTaskStopped.js +0 -159
  905. package/dist/cjs/waiters/waitForReplicationTaskStopped.js.map +0 -1
  906. package/dist/cjs/waiters/waitForTestConnectionSucceeds.js +0 -69
  907. package/dist/cjs/waiters/waitForTestConnectionSucceeds.js.map +0 -1
  908. package/dist/es/DatabaseMigrationService.js +0 -848
  909. package/dist/es/DatabaseMigrationService.js.map +0 -1
  910. package/dist/es/DatabaseMigrationServiceClient.js +0 -55
  911. package/dist/es/DatabaseMigrationServiceClient.js.map +0 -1
  912. package/dist/es/commands/AddTagsToResourceCommand.js +0 -70
  913. package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
  914. package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js +0 -65
  915. package/dist/es/commands/ApplyPendingMaintenanceActionCommand.js.map +0 -1
  916. package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js +0 -68
  917. package/dist/es/commands/CancelReplicationTaskAssessmentRunCommand.js.map +0 -1
  918. package/dist/es/commands/CreateEndpointCommand.js +0 -72
  919. package/dist/es/commands/CreateEndpointCommand.js.map +0 -1
  920. package/dist/es/commands/CreateEventSubscriptionCommand.js +0 -80
  921. package/dist/es/commands/CreateEventSubscriptionCommand.js.map +0 -1
  922. package/dist/es/commands/CreateReplicationInstanceCommand.js +0 -70
  923. package/dist/es/commands/CreateReplicationInstanceCommand.js.map +0 -1
  924. package/dist/es/commands/CreateReplicationSubnetGroupCommand.js +0 -65
  925. package/dist/es/commands/CreateReplicationSubnetGroupCommand.js.map +0 -1
  926. package/dist/es/commands/CreateReplicationTaskCommand.js +0 -65
  927. package/dist/es/commands/CreateReplicationTaskCommand.js.map +0 -1
  928. package/dist/es/commands/DeleteCertificateCommand.js +0 -65
  929. package/dist/es/commands/DeleteCertificateCommand.js.map +0 -1
  930. package/dist/es/commands/DeleteConnectionCommand.js +0 -65
  931. package/dist/es/commands/DeleteConnectionCommand.js.map +0 -1
  932. package/dist/es/commands/DeleteEndpointCommand.js +0 -70
  933. package/dist/es/commands/DeleteEndpointCommand.js.map +0 -1
  934. package/dist/es/commands/DeleteEventSubscriptionCommand.js +0 -65
  935. package/dist/es/commands/DeleteEventSubscriptionCommand.js.map +0 -1
  936. package/dist/es/commands/DeleteReplicationInstanceCommand.js +0 -70
  937. package/dist/es/commands/DeleteReplicationInstanceCommand.js.map +0 -1
  938. package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js +0 -65
  939. package/dist/es/commands/DeleteReplicationSubnetGroupCommand.js.map +0 -1
  940. package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js +0 -68
  941. package/dist/es/commands/DeleteReplicationTaskAssessmentRunCommand.js.map +0 -1
  942. package/dist/es/commands/DeleteReplicationTaskCommand.js +0 -65
  943. package/dist/es/commands/DeleteReplicationTaskCommand.js.map +0 -1
  944. package/dist/es/commands/DescribeAccountAttributesCommand.js +0 -71
  945. package/dist/es/commands/DescribeAccountAttributesCommand.js.map +0 -1
  946. package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js +0 -79
  947. package/dist/es/commands/DescribeApplicableIndividualAssessmentsCommand.js.map +0 -1
  948. package/dist/es/commands/DescribeCertificatesCommand.js +0 -65
  949. package/dist/es/commands/DescribeCertificatesCommand.js.map +0 -1
  950. package/dist/es/commands/DescribeConnectionsCommand.js +0 -66
  951. package/dist/es/commands/DescribeConnectionsCommand.js.map +0 -1
  952. package/dist/es/commands/DescribeEndpointSettingsCommand.js +0 -66
  953. package/dist/es/commands/DescribeEndpointSettingsCommand.js.map +0 -1
  954. package/dist/es/commands/DescribeEndpointTypesCommand.js +0 -65
  955. package/dist/es/commands/DescribeEndpointTypesCommand.js.map +0 -1
  956. package/dist/es/commands/DescribeEndpointsCommand.js +0 -65
  957. package/dist/es/commands/DescribeEndpointsCommand.js.map +0 -1
  958. package/dist/es/commands/DescribeEventCategoriesCommand.js +0 -69
  959. package/dist/es/commands/DescribeEventCategoriesCommand.js.map +0 -1
  960. package/dist/es/commands/DescribeEventSubscriptionsCommand.js +0 -70
  961. package/dist/es/commands/DescribeEventSubscriptionsCommand.js.map +0 -1
  962. package/dist/es/commands/DescribeEventsCommand.js +0 -69
  963. package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
  964. package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js +0 -66
  965. package/dist/es/commands/DescribeOrderableReplicationInstancesCommand.js.map +0 -1
  966. package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js +0 -65
  967. package/dist/es/commands/DescribePendingMaintenanceActionsCommand.js.map +0 -1
  968. package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js +0 -65
  969. package/dist/es/commands/DescribeRefreshSchemasStatusCommand.js.map +0 -1
  970. package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js +0 -65
  971. package/dist/es/commands/DescribeReplicationInstanceTaskLogsCommand.js.map +0 -1
  972. package/dist/es/commands/DescribeReplicationInstancesCommand.js +0 -66
  973. package/dist/es/commands/DescribeReplicationInstancesCommand.js.map +0 -1
  974. package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js +0 -65
  975. package/dist/es/commands/DescribeReplicationSubnetGroupsCommand.js.map +0 -1
  976. package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +0 -71
  977. package/dist/es/commands/DescribeReplicationTaskAssessmentResultsCommand.js.map +0 -1
  978. package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +0 -73
  979. package/dist/es/commands/DescribeReplicationTaskAssessmentRunsCommand.js.map +0 -1
  980. package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +0 -67
  981. package/dist/es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js.map +0 -1
  982. package/dist/es/commands/DescribeReplicationTasksCommand.js +0 -66
  983. package/dist/es/commands/DescribeReplicationTasksCommand.js.map +0 -1
  984. package/dist/es/commands/DescribeSchemasCommand.js +0 -67
  985. package/dist/es/commands/DescribeSchemasCommand.js.map +0 -1
  986. package/dist/es/commands/DescribeTableStatisticsCommand.js +0 -69
  987. package/dist/es/commands/DescribeTableStatisticsCommand.js.map +0 -1
  988. package/dist/es/commands/ImportCertificateCommand.js +0 -65
  989. package/dist/es/commands/ImportCertificateCommand.js.map +0 -1
  990. package/dist/es/commands/ListTagsForResourceCommand.js +0 -69
  991. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  992. package/dist/es/commands/ModifyEndpointCommand.js +0 -72
  993. package/dist/es/commands/ModifyEndpointCommand.js.map +0 -1
  994. package/dist/es/commands/ModifyEventSubscriptionCommand.js +0 -65
  995. package/dist/es/commands/ModifyEventSubscriptionCommand.js.map +0 -1
  996. package/dist/es/commands/ModifyReplicationInstanceCommand.js +0 -69
  997. package/dist/es/commands/ModifyReplicationInstanceCommand.js.map +0 -1
  998. package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js +0 -65
  999. package/dist/es/commands/ModifyReplicationSubnetGroupCommand.js.map +0 -1
  1000. package/dist/es/commands/ModifyReplicationTaskCommand.js +0 -68
  1001. package/dist/es/commands/ModifyReplicationTaskCommand.js.map +0 -1
  1002. package/dist/es/commands/MoveReplicationTaskCommand.js +0 -68
  1003. package/dist/es/commands/MoveReplicationTaskCommand.js.map +0 -1
  1004. package/dist/es/commands/RebootReplicationInstanceCommand.js +0 -66
  1005. package/dist/es/commands/RebootReplicationInstanceCommand.js.map +0 -1
  1006. package/dist/es/commands/RefreshSchemasCommand.js +0 -67
  1007. package/dist/es/commands/RefreshSchemasCommand.js.map +0 -1
  1008. package/dist/es/commands/ReloadTablesCommand.js +0 -65
  1009. package/dist/es/commands/ReloadTablesCommand.js.map +0 -1
  1010. package/dist/es/commands/RemoveTagsFromResourceCommand.js +0 -70
  1011. package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
  1012. package/dist/es/commands/StartReplicationTaskAssessmentCommand.js +0 -66
  1013. package/dist/es/commands/StartReplicationTaskAssessmentCommand.js.map +0 -1
  1014. package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js +0 -71
  1015. package/dist/es/commands/StartReplicationTaskAssessmentRunCommand.js.map +0 -1
  1016. package/dist/es/commands/StartReplicationTaskCommand.js +0 -68
  1017. package/dist/es/commands/StartReplicationTaskCommand.js.map +0 -1
  1018. package/dist/es/commands/StopReplicationTaskCommand.js +0 -65
  1019. package/dist/es/commands/StopReplicationTaskCommand.js.map +0 -1
  1020. package/dist/es/commands/TestConnectionCommand.js +0 -65
  1021. package/dist/es/commands/TestConnectionCommand.js.map +0 -1
  1022. package/dist/es/endpoints.js +0 -59
  1023. package/dist/es/endpoints.js.map +0 -1
  1024. package/dist/es/index.js.map +0 -1
  1025. package/dist/es/models/index.js.map +0 -1
  1026. package/dist/es/models/models_0.js +0 -1435
  1027. package/dist/es/models/models_0.js.map +0 -1
  1028. package/dist/es/package.json +0 -92
  1029. package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js +0 -87
  1030. package/dist/es/pagination/DescribeApplicableIndividualAssessmentsPaginator.js.map +0 -1
  1031. package/dist/es/pagination/DescribeCertificatesPaginator.js +0 -87
  1032. package/dist/es/pagination/DescribeCertificatesPaginator.js.map +0 -1
  1033. package/dist/es/pagination/DescribeConnectionsPaginator.js +0 -87
  1034. package/dist/es/pagination/DescribeConnectionsPaginator.js.map +0 -1
  1035. package/dist/es/pagination/DescribeEndpointSettingsPaginator.js +0 -87
  1036. package/dist/es/pagination/DescribeEndpointSettingsPaginator.js.map +0 -1
  1037. package/dist/es/pagination/DescribeEndpointTypesPaginator.js +0 -87
  1038. package/dist/es/pagination/DescribeEndpointTypesPaginator.js.map +0 -1
  1039. package/dist/es/pagination/DescribeEndpointsPaginator.js +0 -87
  1040. package/dist/es/pagination/DescribeEndpointsPaginator.js.map +0 -1
  1041. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js +0 -87
  1042. package/dist/es/pagination/DescribeEventSubscriptionsPaginator.js.map +0 -1
  1043. package/dist/es/pagination/DescribeEventsPaginator.js +0 -87
  1044. package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
  1045. package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js +0 -87
  1046. package/dist/es/pagination/DescribeOrderableReplicationInstancesPaginator.js.map +0 -1
  1047. package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js +0 -87
  1048. package/dist/es/pagination/DescribePendingMaintenanceActionsPaginator.js.map +0 -1
  1049. package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js +0 -87
  1050. package/dist/es/pagination/DescribeReplicationInstanceTaskLogsPaginator.js.map +0 -1
  1051. package/dist/es/pagination/DescribeReplicationInstancesPaginator.js +0 -87
  1052. package/dist/es/pagination/DescribeReplicationInstancesPaginator.js.map +0 -1
  1053. package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js +0 -87
  1054. package/dist/es/pagination/DescribeReplicationSubnetGroupsPaginator.js.map +0 -1
  1055. package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js +0 -87
  1056. package/dist/es/pagination/DescribeReplicationTaskAssessmentResultsPaginator.js.map +0 -1
  1057. package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js +0 -87
  1058. package/dist/es/pagination/DescribeReplicationTaskAssessmentRunsPaginator.js.map +0 -1
  1059. package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js +0 -87
  1060. package/dist/es/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.js.map +0 -1
  1061. package/dist/es/pagination/DescribeReplicationTasksPaginator.js +0 -87
  1062. package/dist/es/pagination/DescribeReplicationTasksPaginator.js.map +0 -1
  1063. package/dist/es/pagination/DescribeSchemasPaginator.js +0 -87
  1064. package/dist/es/pagination/DescribeSchemasPaginator.js.map +0 -1
  1065. package/dist/es/pagination/DescribeTableStatisticsPaginator.js +0 -87
  1066. package/dist/es/pagination/DescribeTableStatisticsPaginator.js.map +0 -1
  1067. package/dist/es/pagination/Interfaces.js.map +0 -1
  1068. package/dist/es/protocols/Aws_json1_1.js +0 -7124
  1069. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  1070. package/dist/es/runtimeConfig.browser.js +0 -20
  1071. package/dist/es/runtimeConfig.browser.js.map +0 -1
  1072. package/dist/es/runtimeConfig.js +0 -25
  1073. package/dist/es/runtimeConfig.js.map +0 -1
  1074. package/dist/es/runtimeConfig.native.js +0 -12
  1075. package/dist/es/runtimeConfig.native.js.map +0 -1
  1076. package/dist/es/runtimeConfig.shared.js +0 -17
  1077. package/dist/es/runtimeConfig.shared.js.map +0 -1
  1078. package/dist/es/waiters/waitForEndpointDeleted.js +0 -106
  1079. package/dist/es/waiters/waitForEndpointDeleted.js.map +0 -1
  1080. package/dist/es/waiters/waitForReplicationInstanceAvailable.js +0 -180
  1081. package/dist/es/waiters/waitForReplicationInstanceAvailable.js.map +0 -1
  1082. package/dist/es/waiters/waitForReplicationInstanceDeleted.js +0 -81
  1083. package/dist/es/waiters/waitForReplicationInstanceDeleted.js.map +0 -1
  1084. package/dist/es/waiters/waitForReplicationTaskDeleted.js +0 -181
  1085. package/dist/es/waiters/waitForReplicationTaskDeleted.js.map +0 -1
  1086. package/dist/es/waiters/waitForReplicationTaskReady.js +0 -280
  1087. package/dist/es/waiters/waitForReplicationTaskReady.js.map +0 -1
  1088. package/dist/es/waiters/waitForReplicationTaskRunning.js +0 -280
  1089. package/dist/es/waiters/waitForReplicationTaskRunning.js.map +0 -1
  1090. package/dist/es/waiters/waitForReplicationTaskStopped.js +0 -255
  1091. package/dist/es/waiters/waitForReplicationTaskStopped.js.map +0 -1
  1092. package/dist/es/waiters/waitForTestConnectionSucceeds.js +0 -105
  1093. package/dist/es/waiters/waitForTestConnectionSucceeds.js.map +0 -1
  1094. package/dist/types/DatabaseMigrationService.d.ts +0 -548
  1095. package/dist/types/DatabaseMigrationServiceClient.d.ts +0 -196
  1096. package/dist/types/commands/AddTagsToResourceCommand.d.ts +0 -40
  1097. package/dist/types/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
  1098. package/dist/types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1099. package/dist/types/commands/CreateEndpointCommand.d.ts +0 -42
  1100. package/dist/types/commands/CreateEventSubscriptionCommand.d.ts +0 -50
  1101. package/dist/types/commands/CreateReplicationInstanceCommand.d.ts +0 -40
  1102. package/dist/types/commands/CreateReplicationSubnetGroupCommand.d.ts +0 -35
  1103. package/dist/types/commands/CreateReplicationTaskCommand.d.ts +0 -35
  1104. package/dist/types/commands/DeleteCertificateCommand.d.ts +0 -35
  1105. package/dist/types/commands/DeleteConnectionCommand.d.ts +0 -35
  1106. package/dist/types/commands/DeleteEndpointCommand.d.ts +0 -40
  1107. package/dist/types/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1108. package/dist/types/commands/DeleteReplicationInstanceCommand.d.ts +0 -40
  1109. package/dist/types/commands/DeleteReplicationSubnetGroupCommand.d.ts +0 -35
  1110. package/dist/types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1111. package/dist/types/commands/DeleteReplicationTaskCommand.d.ts +0 -35
  1112. package/dist/types/commands/DescribeAccountAttributesCommand.d.ts +0 -41
  1113. package/dist/types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +0 -49
  1114. package/dist/types/commands/DescribeCertificatesCommand.d.ts +0 -35
  1115. package/dist/types/commands/DescribeConnectionsCommand.d.ts +0 -36
  1116. package/dist/types/commands/DescribeEndpointSettingsCommand.d.ts +0 -36
  1117. package/dist/types/commands/DescribeEndpointTypesCommand.d.ts +0 -35
  1118. package/dist/types/commands/DescribeEndpointsCommand.d.ts +0 -35
  1119. package/dist/types/commands/DescribeEventCategoriesCommand.d.ts +0 -39
  1120. package/dist/types/commands/DescribeEventSubscriptionsCommand.d.ts +0 -40
  1121. package/dist/types/commands/DescribeEventsCommand.d.ts +0 -39
  1122. package/dist/types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +0 -36
  1123. package/dist/types/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
  1124. package/dist/types/commands/DescribeRefreshSchemasStatusCommand.d.ts +0 -35
  1125. package/dist/types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +0 -35
  1126. package/dist/types/commands/DescribeReplicationInstancesCommand.d.ts +0 -36
  1127. package/dist/types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +0 -35
  1128. package/dist/types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +0 -41
  1129. package/dist/types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +0 -43
  1130. package/dist/types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +0 -37
  1131. package/dist/types/commands/DescribeReplicationTasksCommand.d.ts +0 -36
  1132. package/dist/types/commands/DescribeSchemasCommand.d.ts +0 -37
  1133. package/dist/types/commands/DescribeTableStatisticsCommand.d.ts +0 -39
  1134. package/dist/types/commands/ImportCertificateCommand.d.ts +0 -35
  1135. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -39
  1136. package/dist/types/commands/ModifyEndpointCommand.d.ts +0 -42
  1137. package/dist/types/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
  1138. package/dist/types/commands/ModifyReplicationInstanceCommand.d.ts +0 -39
  1139. package/dist/types/commands/ModifyReplicationSubnetGroupCommand.d.ts +0 -35
  1140. package/dist/types/commands/ModifyReplicationTaskCommand.d.ts +0 -38
  1141. package/dist/types/commands/MoveReplicationTaskCommand.d.ts +0 -38
  1142. package/dist/types/commands/RebootReplicationInstanceCommand.d.ts +0 -36
  1143. package/dist/types/commands/RefreshSchemasCommand.d.ts +0 -37
  1144. package/dist/types/commands/ReloadTablesCommand.d.ts +0 -35
  1145. package/dist/types/commands/RemoveTagsFromResourceCommand.d.ts +0 -40
  1146. package/dist/types/commands/StartReplicationTaskAssessmentCommand.d.ts +0 -36
  1147. package/dist/types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +0 -41
  1148. package/dist/types/commands/StartReplicationTaskCommand.d.ts +0 -38
  1149. package/dist/types/commands/StopReplicationTaskCommand.d.ts +0 -35
  1150. package/dist/types/commands/TestConnectionCommand.d.ts +0 -35
  1151. package/dist/types/models/models_0.d.ts +0 -7678
  1152. package/dist/types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +0 -4
  1153. package/dist/types/pagination/DescribeCertificatesPaginator.d.ts +0 -4
  1154. package/dist/types/pagination/DescribeConnectionsPaginator.d.ts +0 -4
  1155. package/dist/types/pagination/DescribeEndpointSettingsPaginator.d.ts +0 -4
  1156. package/dist/types/pagination/DescribeEndpointTypesPaginator.d.ts +0 -4
  1157. package/dist/types/pagination/DescribeEndpointsPaginator.d.ts +0 -4
  1158. package/dist/types/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  1159. package/dist/types/pagination/DescribeEventsPaginator.d.ts +0 -4
  1160. package/dist/types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +0 -4
  1161. package/dist/types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
  1162. package/dist/types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +0 -4
  1163. package/dist/types/pagination/DescribeReplicationInstancesPaginator.d.ts +0 -4
  1164. package/dist/types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +0 -4
  1165. package/dist/types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +0 -4
  1166. package/dist/types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +0 -4
  1167. package/dist/types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +0 -4
  1168. package/dist/types/pagination/DescribeReplicationTasksPaginator.d.ts +0 -4
  1169. package/dist/types/pagination/DescribeSchemasPaginator.d.ts +0 -4
  1170. package/dist/types/pagination/DescribeTableStatisticsPaginator.d.ts +0 -4
  1171. package/dist/types/pagination/Interfaces.d.ts +0 -6
  1172. package/dist/types/protocols/Aws_json1_1.d.ts +0 -167
  1173. package/dist/types/runtimeConfig.browser.d.ts +0 -36
  1174. package/dist/types/runtimeConfig.d.ts +0 -36
  1175. package/dist/types/runtimeConfig.native.d.ts +0 -35
  1176. package/dist/types/ts3.4/DatabaseMigrationService.d.ts +0 -548
  1177. package/dist/types/ts3.4/DatabaseMigrationServiceClient.d.ts +0 -196
  1178. package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -40
  1179. package/dist/types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +0 -35
  1180. package/dist/types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1181. package/dist/types/ts3.4/commands/CreateEndpointCommand.d.ts +0 -42
  1182. package/dist/types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +0 -50
  1183. package/dist/types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +0 -40
  1184. package/dist/types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +0 -35
  1185. package/dist/types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +0 -35
  1186. package/dist/types/ts3.4/commands/DeleteCertificateCommand.d.ts +0 -35
  1187. package/dist/types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -35
  1188. package/dist/types/ts3.4/commands/DeleteEndpointCommand.d.ts +0 -40
  1189. package/dist/types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +0 -35
  1190. package/dist/types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +0 -40
  1191. package/dist/types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +0 -35
  1192. package/dist/types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +0 -38
  1193. package/dist/types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +0 -35
  1194. package/dist/types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -41
  1195. package/dist/types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +0 -49
  1196. package/dist/types/ts3.4/commands/DescribeCertificatesCommand.d.ts +0 -35
  1197. package/dist/types/ts3.4/commands/DescribeConnectionsCommand.d.ts +0 -36
  1198. package/dist/types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +0 -36
  1199. package/dist/types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +0 -35
  1200. package/dist/types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -35
  1201. package/dist/types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +0 -39
  1202. package/dist/types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +0 -40
  1203. package/dist/types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -39
  1204. package/dist/types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +0 -36
  1205. package/dist/types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +0 -35
  1206. package/dist/types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +0 -35
  1207. package/dist/types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +0 -35
  1208. package/dist/types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +0 -36
  1209. package/dist/types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +0 -35
  1210. package/dist/types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +0 -41
  1211. package/dist/types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +0 -43
  1212. package/dist/types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +0 -37
  1213. package/dist/types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +0 -36
  1214. package/dist/types/ts3.4/commands/DescribeSchemasCommand.d.ts +0 -37
  1215. package/dist/types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +0 -39
  1216. package/dist/types/ts3.4/commands/ImportCertificateCommand.d.ts +0 -35
  1217. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -39
  1218. package/dist/types/ts3.4/commands/ModifyEndpointCommand.d.ts +0 -42
  1219. package/dist/types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +0 -35
  1220. package/dist/types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +0 -39
  1221. package/dist/types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +0 -35
  1222. package/dist/types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +0 -38
  1223. package/dist/types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +0 -38
  1224. package/dist/types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +0 -36
  1225. package/dist/types/ts3.4/commands/RefreshSchemasCommand.d.ts +0 -37
  1226. package/dist/types/ts3.4/commands/ReloadTablesCommand.d.ts +0 -35
  1227. package/dist/types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +0 -40
  1228. package/dist/types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +0 -36
  1229. package/dist/types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +0 -41
  1230. package/dist/types/ts3.4/commands/StartReplicationTaskCommand.d.ts +0 -38
  1231. package/dist/types/ts3.4/commands/StopReplicationTaskCommand.d.ts +0 -35
  1232. package/dist/types/ts3.4/commands/TestConnectionCommand.d.ts +0 -35
  1233. package/dist/types/ts3.4/models/models_0.d.ts +0 -7678
  1234. package/dist/types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +0 -4
  1235. package/dist/types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +0 -4
  1236. package/dist/types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +0 -4
  1237. package/dist/types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +0 -4
  1238. package/dist/types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +0 -4
  1239. package/dist/types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +0 -4
  1240. package/dist/types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +0 -4
  1241. package/dist/types/ts3.4/pagination/DescribeEventsPaginator.d.ts +0 -4
  1242. package/dist/types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +0 -4
  1243. package/dist/types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +0 -4
  1244. package/dist/types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +0 -4
  1245. package/dist/types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +0 -4
  1246. package/dist/types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +0 -4
  1247. package/dist/types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +0 -4
  1248. package/dist/types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +0 -4
  1249. package/dist/types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +0 -4
  1250. package/dist/types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +0 -4
  1251. package/dist/types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +0 -4
  1252. package/dist/types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +0 -4
  1253. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  1254. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -167
  1255. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
  1256. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
  1257. package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
  1258. package/dist/types/ts3.4/waiters/waitForEndpointDeleted.d.ts +0 -14
  1259. package/dist/types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +0 -14
  1260. package/dist/types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +0 -14
  1261. package/dist/types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +0 -14
  1262. package/dist/types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +0 -14
  1263. package/dist/types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +0 -14
  1264. package/dist/types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +0 -14
  1265. package/dist/types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +0 -14
  1266. package/dist/types/waiters/waitForEndpointDeleted.d.ts +0 -14
  1267. package/dist/types/waiters/waitForReplicationInstanceAvailable.d.ts +0 -14
  1268. package/dist/types/waiters/waitForReplicationInstanceDeleted.d.ts +0 -14
  1269. package/dist/types/waiters/waitForReplicationTaskDeleted.d.ts +0 -14
  1270. package/dist/types/waiters/waitForReplicationTaskReady.d.ts +0 -14
  1271. package/dist/types/waiters/waitForReplicationTaskRunning.d.ts +0 -14
  1272. package/dist/types/waiters/waitForReplicationTaskStopped.d.ts +0 -14
  1273. package/dist/types/waiters/waitForTestConnectionSucceeds.d.ts +0 -14
  1274. package/endpoints.ts +0 -63
  1275. package/models/models_0.ts +0 -9138
  1276. package/pagination/DescribeApplicableIndividualAssessmentsPaginator.ts +0 -58
  1277. package/pagination/DescribeCertificatesPaginator.ts +0 -58
  1278. package/pagination/DescribeConnectionsPaginator.ts +0 -58
  1279. package/pagination/DescribeEndpointSettingsPaginator.ts +0 -58
  1280. package/pagination/DescribeEndpointTypesPaginator.ts +0 -58
  1281. package/pagination/DescribeEndpointsPaginator.ts +0 -58
  1282. package/pagination/DescribeEventSubscriptionsPaginator.ts +0 -58
  1283. package/pagination/DescribeEventsPaginator.ts +0 -58
  1284. package/pagination/DescribeOrderableReplicationInstancesPaginator.ts +0 -58
  1285. package/pagination/DescribePendingMaintenanceActionsPaginator.ts +0 -58
  1286. package/pagination/DescribeReplicationInstanceTaskLogsPaginator.ts +0 -58
  1287. package/pagination/DescribeReplicationInstancesPaginator.ts +0 -58
  1288. package/pagination/DescribeReplicationSubnetGroupsPaginator.ts +0 -58
  1289. package/pagination/DescribeReplicationTaskAssessmentResultsPaginator.ts +0 -58
  1290. package/pagination/DescribeReplicationTaskAssessmentRunsPaginator.ts +0 -58
  1291. package/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.ts +0 -58
  1292. package/pagination/DescribeReplicationTasksPaginator.ts +0 -58
  1293. package/pagination/DescribeSchemasPaginator.ts +0 -58
  1294. package/pagination/DescribeTableStatisticsPaginator.ts +0 -58
  1295. package/pagination/Interfaces.ts +0 -7
  1296. package/protocols/Aws_json1_1.ts +0 -9000
  1297. package/runtimeConfig.browser.ts +0 -40
  1298. package/runtimeConfig.native.ts +0 -16
  1299. package/runtimeConfig.shared.ts +0 -16
  1300. package/runtimeConfig.ts +0 -45
  1301. package/waiters/waitForEndpointDeleted.ts +0 -72
  1302. package/waiters/waitForReplicationInstanceAvailable.ts +0 -116
  1303. package/waiters/waitForReplicationInstanceDeleted.ts +0 -61
  1304. package/waiters/waitForReplicationTaskDeleted.ts +0 -117
  1305. package/waiters/waitForReplicationTaskReady.ts +0 -172
  1306. package/waiters/waitForReplicationTaskRunning.ts +0 -172
  1307. package/waiters/waitForReplicationTaskStopped.ts +0 -158
  1308. package/waiters/waitForTestConnectionSucceeds.ts +0 -71
@@ -1,40 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DeleteEndpointMessage, DeleteEndpointResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteEndpointCommandInput extends DeleteEndpointMessage {
6
- }
7
- export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes the specified endpoint.</p>
11
- * <note>
12
- * <p>All tasks associated with the endpoint must be deleted before you can delete the
13
- * endpoint.</p>
14
- * </note>
15
- * <p></p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { DatabaseMigrationServiceClient, DeleteEndpointCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
20
- * // const { DatabaseMigrationServiceClient, DeleteEndpointCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
21
- * const client = new DatabaseMigrationServiceClient(config);
22
- * const command = new DeleteEndpointCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link DeleteEndpointCommandInput} for command's `input` shape.
27
- * @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
28
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
31
- export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
32
- readonly input: DeleteEndpointCommandInput;
33
- constructor(input: DeleteEndpointCommandInput);
34
- /**
35
- * @internal
36
- */
37
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
38
- private serialize;
39
- private deserialize;
40
- }
@@ -1,35 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteEventSubscriptionCommandInput extends DeleteEventSubscriptionMessage {
6
- }
7
- export interface DeleteEventSubscriptionCommandOutput extends DeleteEventSubscriptionResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p> Deletes an DMS event subscription. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DatabaseMigrationServiceClient, DeleteEventSubscriptionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
15
- * // const { DatabaseMigrationServiceClient, DeleteEventSubscriptionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
16
- * const client = new DatabaseMigrationServiceClient(config);
17
- * const command = new DeleteEventSubscriptionCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteEventSubscriptionCommandInput} for command's `input` shape.
22
- * @see {@link DeleteEventSubscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DeleteEventSubscriptionCommand extends $Command<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
27
- readonly input: DeleteEventSubscriptionCommandInput;
28
- constructor(input: DeleteEventSubscriptionCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventSubscriptionCommandInput, DeleteEventSubscriptionCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,40 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DeleteReplicationInstanceMessage, DeleteReplicationInstanceResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteReplicationInstanceCommandInput extends DeleteReplicationInstanceMessage {
6
- }
7
- export interface DeleteReplicationInstanceCommandOutput extends DeleteReplicationInstanceResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes the specified replication instance.</p>
11
- * <note>
12
- * <p>You must delete any migration tasks that are associated with the replication instance
13
- * before you can delete it.</p>
14
- * </note>
15
- * <p></p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { DatabaseMigrationServiceClient, DeleteReplicationInstanceCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
20
- * // const { DatabaseMigrationServiceClient, DeleteReplicationInstanceCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
21
- * const client = new DatabaseMigrationServiceClient(config);
22
- * const command = new DeleteReplicationInstanceCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link DeleteReplicationInstanceCommandInput} for command's `input` shape.
27
- * @see {@link DeleteReplicationInstanceCommandOutput} for command's `response` shape.
28
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
31
- export declare class DeleteReplicationInstanceCommand extends $Command<DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
32
- readonly input: DeleteReplicationInstanceCommandInput;
33
- constructor(input: DeleteReplicationInstanceCommandInput);
34
- /**
35
- * @internal
36
- */
37
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationInstanceCommandInput, DeleteReplicationInstanceCommandOutput>;
38
- private serialize;
39
- private deserialize;
40
- }
@@ -1,35 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DeleteReplicationSubnetGroupMessage, DeleteReplicationSubnetGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteReplicationSubnetGroupCommandInput extends DeleteReplicationSubnetGroupMessage {
6
- }
7
- export interface DeleteReplicationSubnetGroupCommandOutput extends DeleteReplicationSubnetGroupResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes a subnet group.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DatabaseMigrationServiceClient, DeleteReplicationSubnetGroupCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
15
- * // const { DatabaseMigrationServiceClient, DeleteReplicationSubnetGroupCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
16
- * const client = new DatabaseMigrationServiceClient(config);
17
- * const command = new DeleteReplicationSubnetGroupCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteReplicationSubnetGroupCommandInput} for command's `input` shape.
22
- * @see {@link DeleteReplicationSubnetGroupCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DeleteReplicationSubnetGroupCommand extends $Command<DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
27
- readonly input: DeleteReplicationSubnetGroupCommandInput;
28
- constructor(input: DeleteReplicationSubnetGroupCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationSubnetGroupCommandInput, DeleteReplicationSubnetGroupCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,38 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DeleteReplicationTaskAssessmentRunMessage, DeleteReplicationTaskAssessmentRunResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteReplicationTaskAssessmentRunCommandInput extends DeleteReplicationTaskAssessmentRunMessage {
6
- }
7
- export interface DeleteReplicationTaskAssessmentRunCommandOutput extends DeleteReplicationTaskAssessmentRunResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes the record of a single premigration assessment run.</p>
11
- * <p>This operation removes all metadata that DMS maintains about this assessment run.
12
- * However, the operation leaves untouched all information about this assessment run that is
13
- * stored in your Amazon S3 bucket.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { DatabaseMigrationServiceClient, DeleteReplicationTaskAssessmentRunCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
18
- * // const { DatabaseMigrationServiceClient, DeleteReplicationTaskAssessmentRunCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
19
- * const client = new DatabaseMigrationServiceClient(config);
20
- * const command = new DeleteReplicationTaskAssessmentRunCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link DeleteReplicationTaskAssessmentRunCommandInput} for command's `input` shape.
25
- * @see {@link DeleteReplicationTaskAssessmentRunCommandOutput} for command's `response` shape.
26
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
29
- export declare class DeleteReplicationTaskAssessmentRunCommand extends $Command<DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
30
- readonly input: DeleteReplicationTaskAssessmentRunCommandInput;
31
- constructor(input: DeleteReplicationTaskAssessmentRunCommandInput);
32
- /**
33
- * @internal
34
- */
35
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationTaskAssessmentRunCommandInput, DeleteReplicationTaskAssessmentRunCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
@@ -1,35 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DeleteReplicationTaskMessage, DeleteReplicationTaskResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DeleteReplicationTaskCommandInput extends DeleteReplicationTaskMessage {
6
- }
7
- export interface DeleteReplicationTaskCommandOutput extends DeleteReplicationTaskResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Deletes the specified replication task.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DatabaseMigrationServiceClient, DeleteReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
15
- * // const { DatabaseMigrationServiceClient, DeleteReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
16
- * const client = new DatabaseMigrationServiceClient(config);
17
- * const command = new DeleteReplicationTaskCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteReplicationTaskCommandInput} for command's `input` shape.
22
- * @see {@link DeleteReplicationTaskCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DeleteReplicationTaskCommand extends $Command<DeleteReplicationTaskCommandInput, DeleteReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
27
- readonly input: DeleteReplicationTaskCommandInput;
28
- constructor(input: DeleteReplicationTaskCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReplicationTaskCommandInput, DeleteReplicationTaskCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,41 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DescribeAccountAttributesMessage, DescribeAccountAttributesResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeAccountAttributesCommandInput extends DescribeAccountAttributesMessage {
6
- }
7
- export interface DescribeAccountAttributesCommandOutput extends DescribeAccountAttributesResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Lists all of the DMS attributes for a customer account. These attributes include DMS
11
- * quotas for the account and a unique account identifier in a particular DMS region. DMS
12
- * quotas include a list of resource quotas supported by the account, such as the number of
13
- * replication instances allowed. The description for each resource quota, includes the quota
14
- * name, current usage toward that quota, and the quota's maximum value. DMS uses the unique
15
- * account identifier to name each artifact used by DMS in the given region.</p>
16
- * <p>This command does not take any parameters.</p>
17
- * @example
18
- * Use a bare-bones client and the command you need to make an API call.
19
- * ```javascript
20
- * import { DatabaseMigrationServiceClient, DescribeAccountAttributesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
21
- * // const { DatabaseMigrationServiceClient, DescribeAccountAttributesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
22
- * const client = new DatabaseMigrationServiceClient(config);
23
- * const command = new DescribeAccountAttributesCommand(input);
24
- * const response = await client.send(command);
25
- * ```
26
- *
27
- * @see {@link DescribeAccountAttributesCommandInput} for command's `input` shape.
28
- * @see {@link DescribeAccountAttributesCommandOutput} for command's `response` shape.
29
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
30
- *
31
- */
32
- export declare class DescribeAccountAttributesCommand extends $Command<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
33
- readonly input: DescribeAccountAttributesCommandInput;
34
- constructor(input: DescribeAccountAttributesCommandInput);
35
- /**
36
- * @internal
37
- */
38
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput>;
39
- private serialize;
40
- private deserialize;
41
- }
@@ -1,49 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DescribeApplicableIndividualAssessmentsMessage, DescribeApplicableIndividualAssessmentsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeApplicableIndividualAssessmentsCommandInput extends DescribeApplicableIndividualAssessmentsMessage {
6
- }
7
- export interface DescribeApplicableIndividualAssessmentsCommandOutput extends DescribeApplicableIndividualAssessmentsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Provides a list of individual assessments that you can specify for a new premigration
11
- * assessment run, given one or more parameters.</p>
12
- * <p>If you specify an existing migration task, this operation provides the default individual
13
- * assessments you can specify for that task. Otherwise, the specified parameters model elements
14
- * of a possible migration task on which to base a premigration assessment run.</p>
15
- * <p>To use these migration task modeling parameters, you must specify an existing replication instance,
16
- * a source database engine, a target database engine, and a migration type. This combination of
17
- * parameters potentially limits the default individual assessments available for an assessment run
18
- * created for a corresponding migration task.</p>
19
- * <p>If you specify no parameters, this operation provides a list of all possible individual assessments
20
- * that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must
21
- * specify all of them or the operation cannot provide a list of individual assessments.
22
- * The only parameter that you can specify alone is for an existing migration task. The specified task
23
- * definition then determines the default list of individual assessments that you can specify in an
24
- * assessment run for the task.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { DatabaseMigrationServiceClient, DescribeApplicableIndividualAssessmentsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
29
- * // const { DatabaseMigrationServiceClient, DescribeApplicableIndividualAssessmentsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
30
- * const client = new DatabaseMigrationServiceClient(config);
31
- * const command = new DescribeApplicableIndividualAssessmentsCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link DescribeApplicableIndividualAssessmentsCommandInput} for command's `input` shape.
36
- * @see {@link DescribeApplicableIndividualAssessmentsCommandOutput} for command's `response` shape.
37
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export declare class DescribeApplicableIndividualAssessmentsCommand extends $Command<DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
41
- readonly input: DescribeApplicableIndividualAssessmentsCommandInput;
42
- constructor(input: DescribeApplicableIndividualAssessmentsCommandInput);
43
- /**
44
- * @internal
45
- */
46
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicableIndividualAssessmentsCommandInput, DescribeApplicableIndividualAssessmentsCommandOutput>;
47
- private serialize;
48
- private deserialize;
49
- }
@@ -1,35 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DescribeCertificatesMessage, DescribeCertificatesResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeCertificatesCommandInput extends DescribeCertificatesMessage {
6
- }
7
- export interface DescribeCertificatesCommandOutput extends DescribeCertificatesResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Provides a description of the certificate.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DatabaseMigrationServiceClient, DescribeCertificatesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
15
- * // const { DatabaseMigrationServiceClient, DescribeCertificatesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
16
- * const client = new DatabaseMigrationServiceClient(config);
17
- * const command = new DescribeCertificatesCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeCertificatesCommandInput} for command's `input` shape.
22
- * @see {@link DescribeCertificatesCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DescribeCertificatesCommand extends $Command<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
27
- readonly input: DescribeCertificatesCommandInput;
28
- constructor(input: DescribeCertificatesCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificatesCommandInput, DescribeCertificatesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,36 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DescribeConnectionsMessage, DescribeConnectionsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeConnectionsCommandInput extends DescribeConnectionsMessage {
6
- }
7
- export interface DescribeConnectionsCommandOutput extends DescribeConnectionsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Describes the status of the connections that have been made between the replication
11
- * instance and an endpoint. Connections are created when you test an endpoint.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DatabaseMigrationServiceClient, DescribeConnectionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
16
- * // const { DatabaseMigrationServiceClient, DescribeConnectionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
17
- * const client = new DatabaseMigrationServiceClient(config);
18
- * const command = new DescribeConnectionsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeConnectionsCommandInput} for command's `input` shape.
23
- * @see {@link DescribeConnectionsCommandOutput} for command's `response` shape.
24
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class DescribeConnectionsCommand extends $Command<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
28
- readonly input: DescribeConnectionsCommandInput;
29
- constructor(input: DescribeConnectionsCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,36 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DescribeEndpointSettingsMessage, DescribeEndpointSettingsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeEndpointSettingsCommandInput extends DescribeEndpointSettingsMessage {
6
- }
7
- export interface DescribeEndpointSettingsCommandOutput extends DescribeEndpointSettingsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Returns information about the possible endpoint settings available
11
- * when you create an endpoint for a specific database engine.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { DatabaseMigrationServiceClient, DescribeEndpointSettingsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
16
- * // const { DatabaseMigrationServiceClient, DescribeEndpointSettingsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
17
- * const client = new DatabaseMigrationServiceClient(config);
18
- * const command = new DescribeEndpointSettingsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeEndpointSettingsCommandInput} for command's `input` shape.
23
- * @see {@link DescribeEndpointSettingsCommandOutput} for command's `response` shape.
24
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- export declare class DescribeEndpointSettingsCommand extends $Command<DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
28
- readonly input: DescribeEndpointSettingsCommandInput;
29
- constructor(input: DescribeEndpointSettingsCommandInput);
30
- /**
31
- * @internal
32
- */
33
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
@@ -1,35 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DescribeEndpointTypesMessage, DescribeEndpointTypesResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeEndpointTypesCommandInput extends DescribeEndpointTypesMessage {
6
- }
7
- export interface DescribeEndpointTypesCommandOutput extends DescribeEndpointTypesResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Returns information about the type of endpoints available.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DatabaseMigrationServiceClient, DescribeEndpointTypesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
15
- * // const { DatabaseMigrationServiceClient, DescribeEndpointTypesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
16
- * const client = new DatabaseMigrationServiceClient(config);
17
- * const command = new DescribeEndpointTypesCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeEndpointTypesCommandInput} for command's `input` shape.
22
- * @see {@link DescribeEndpointTypesCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DescribeEndpointTypesCommand extends $Command<DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
27
- readonly input: DescribeEndpointTypesCommandInput;
28
- constructor(input: DescribeEndpointTypesCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,35 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DescribeEndpointsMessage, DescribeEndpointsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeEndpointsCommandInput extends DescribeEndpointsMessage {
6
- }
7
- export interface DescribeEndpointsCommandOutput extends DescribeEndpointsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Returns information about the endpoints for your account in the current region.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { DatabaseMigrationServiceClient, DescribeEndpointsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
15
- * // const { DatabaseMigrationServiceClient, DescribeEndpointsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
16
- * const client = new DatabaseMigrationServiceClient(config);
17
- * const command = new DescribeEndpointsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeEndpointsCommandInput} for command's `input` shape.
22
- * @see {@link DescribeEndpointsCommandOutput} for command's `response` shape.
23
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- export declare class DescribeEndpointsCommand extends $Command<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
27
- readonly input: DescribeEndpointsCommandInput;
28
- constructor(input: DescribeEndpointsCommandInput);
29
- /**
30
- * @internal
31
- */
32
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
@@ -1,39 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DescribeEventCategoriesMessage, DescribeEventCategoriesResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeEventCategoriesCommandInput extends DescribeEventCategoriesMessage {
6
- }
7
- export interface DescribeEventCategoriesCommandOutput extends DescribeEventCategoriesResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Lists categories for all event source types, or, if specified, for a specified source
11
- * 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
12
- * and Notifications</a> in the <i>Database Migration Service User
13
- * Guide.</i>
14
- * </p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { DatabaseMigrationServiceClient, DescribeEventCategoriesCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
19
- * // const { DatabaseMigrationServiceClient, DescribeEventCategoriesCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
20
- * const client = new DatabaseMigrationServiceClient(config);
21
- * const command = new DescribeEventCategoriesCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link DescribeEventCategoriesCommandInput} for command's `input` shape.
26
- * @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
27
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- export declare class DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
31
- readonly input: DescribeEventCategoriesCommandInput;
32
- constructor(input: DescribeEventCategoriesCommandInput);
33
- /**
34
- * @internal
35
- */
36
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
@@ -1,40 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DescribeEventSubscriptionsMessage, DescribeEventSubscriptionsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeEventSubscriptionsCommandInput extends DescribeEventSubscriptionsMessage {
6
- }
7
- export interface DescribeEventSubscriptionsCommandOutput extends DescribeEventSubscriptionsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Lists all the event subscriptions for a customer account. The description of a
11
- * subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>,
12
- * <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>,
13
- * <code>CreationTime</code>, and <code>Status</code>. </p>
14
- * <p>If you specify <code>SubscriptionName</code>, this action lists the description for that
15
- * subscription.</p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { DatabaseMigrationServiceClient, DescribeEventSubscriptionsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
20
- * // const { DatabaseMigrationServiceClient, DescribeEventSubscriptionsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
21
- * const client = new DatabaseMigrationServiceClient(config);
22
- * const command = new DescribeEventSubscriptionsCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link DescribeEventSubscriptionsCommandInput} for command's `input` shape.
27
- * @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
28
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
31
- export declare class DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
32
- readonly input: DescribeEventSubscriptionsCommandInput;
33
- constructor(input: DescribeEventSubscriptionsCommandInput);
34
- /**
35
- * @internal
36
- */
37
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput>;
38
- private serialize;
39
- private deserialize;
40
- }
@@ -1,39 +0,0 @@
1
- import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
2
- import { DescribeEventsMessage, DescribeEventsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface DescribeEventsCommandInput extends DescribeEventsMessage {
6
- }
7
- export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __MetadataBearer {
8
- }
9
- /**
10
- * <p> Lists events for a given source identifier and source type. You can also specify a
11
- * 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
12
- * Notifications</a> in the <i>Database Migration Service User
13
- * Guide.</i>
14
- * </p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { DatabaseMigrationServiceClient, DescribeEventsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
19
- * // const { DatabaseMigrationServiceClient, DescribeEventsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
20
- * const client = new DatabaseMigrationServiceClient(config);
21
- * const command = new DescribeEventsCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link DescribeEventsCommandInput} for command's `input` shape.
26
- * @see {@link DescribeEventsCommandOutput} for command's `response` shape.
27
- * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- export declare class DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
31
- readonly input: DescribeEventsCommandInput;
32
- constructor(input: DescribeEventsCommandInput);
33
- /**
34
- * @internal
35
- */
36
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }