@aws-sdk/client-database-migration-service 3.362.0 → 3.368.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 (460) hide show
  1. package/README.md +72 -0
  2. package/dist-cjs/DatabaseMigrationService.js +19 -1
  3. package/dist-cjs/DatabaseMigrationServiceClient.js +5 -5
  4. package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
  5. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
  6. package/dist-cjs/commands/BatchStartRecommendationsCommand.js +3 -3
  7. package/dist-cjs/commands/CancelReplicationTaskAssessmentRunCommand.js +3 -3
  8. package/dist-cjs/commands/CreateEndpointCommand.js +3 -3
  9. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +3 -3
  10. package/dist-cjs/commands/CreateFleetAdvisorCollectorCommand.js +3 -3
  11. package/dist-cjs/commands/CreateReplicationConfigCommand.js +46 -0
  12. package/dist-cjs/commands/CreateReplicationInstanceCommand.js +3 -3
  13. package/dist-cjs/commands/CreateReplicationSubnetGroupCommand.js +3 -3
  14. package/dist-cjs/commands/CreateReplicationTaskCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteCertificateCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteEndpointCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteFleetAdvisorCollectorCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteFleetAdvisorDatabasesCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteReplicationConfigCommand.js +46 -0
  22. package/dist-cjs/commands/DeleteReplicationInstanceCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteReplicationSubnetGroupCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteReplicationTaskAssessmentRunCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteReplicationTaskCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeApplicableIndividualAssessmentsCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeCertificatesCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeConnectionsCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeEndpointSettingsCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeEndpointTypesCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeEndpointsCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeFleetAdvisorCollectorsCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeFleetAdvisorDatabasesCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeFleetAdvisorSchemasCommand.js +3 -3
  41. package/dist-cjs/commands/DescribeOrderableReplicationInstancesCommand.js +3 -3
  42. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
  43. package/dist-cjs/commands/DescribeRecommendationLimitationsCommand.js +3 -3
  44. package/dist-cjs/commands/DescribeRecommendationsCommand.js +3 -3
  45. package/dist-cjs/commands/DescribeRefreshSchemasStatusCommand.js +3 -3
  46. package/dist-cjs/commands/DescribeReplicationConfigsCommand.js +46 -0
  47. package/dist-cjs/commands/DescribeReplicationInstanceTaskLogsCommand.js +3 -3
  48. package/dist-cjs/commands/DescribeReplicationInstancesCommand.js +3 -3
  49. package/dist-cjs/commands/DescribeReplicationSubnetGroupsCommand.js +3 -3
  50. package/dist-cjs/commands/DescribeReplicationTableStatisticsCommand.js +46 -0
  51. package/dist-cjs/commands/DescribeReplicationTaskAssessmentResultsCommand.js +3 -3
  52. package/dist-cjs/commands/DescribeReplicationTaskAssessmentRunsCommand.js +3 -3
  53. package/dist-cjs/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +3 -3
  54. package/dist-cjs/commands/DescribeReplicationTasksCommand.js +3 -3
  55. package/dist-cjs/commands/DescribeReplicationsCommand.js +46 -0
  56. package/dist-cjs/commands/DescribeSchemasCommand.js +3 -3
  57. package/dist-cjs/commands/DescribeTableStatisticsCommand.js +3 -3
  58. package/dist-cjs/commands/ImportCertificateCommand.js +3 -3
  59. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  60. package/dist-cjs/commands/ModifyEndpointCommand.js +3 -3
  61. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +3 -3
  62. package/dist-cjs/commands/ModifyReplicationConfigCommand.js +46 -0
  63. package/dist-cjs/commands/ModifyReplicationInstanceCommand.js +3 -3
  64. package/dist-cjs/commands/ModifyReplicationSubnetGroupCommand.js +3 -3
  65. package/dist-cjs/commands/ModifyReplicationTaskCommand.js +3 -3
  66. package/dist-cjs/commands/MoveReplicationTaskCommand.js +3 -3
  67. package/dist-cjs/commands/RebootReplicationInstanceCommand.js +3 -3
  68. package/dist-cjs/commands/RefreshSchemasCommand.js +3 -3
  69. package/dist-cjs/commands/ReloadReplicationTablesCommand.js +46 -0
  70. package/dist-cjs/commands/ReloadTablesCommand.js +3 -3
  71. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
  72. package/dist-cjs/commands/RunFleetAdvisorLsaAnalysisCommand.js +3 -3
  73. package/dist-cjs/commands/StartRecommendationsCommand.js +3 -3
  74. package/dist-cjs/commands/StartReplicationCommand.js +46 -0
  75. package/dist-cjs/commands/StartReplicationTaskAssessmentCommand.js +3 -3
  76. package/dist-cjs/commands/StartReplicationTaskAssessmentRunCommand.js +3 -3
  77. package/dist-cjs/commands/StartReplicationTaskCommand.js +3 -3
  78. package/dist-cjs/commands/StopReplicationCommand.js +46 -0
  79. package/dist-cjs/commands/StopReplicationTaskCommand.js +3 -3
  80. package/dist-cjs/commands/TestConnectionCommand.js +3 -3
  81. package/dist-cjs/commands/UpdateSubscriptionsToEventBridgeCommand.js +3 -3
  82. package/dist-cjs/commands/index.js +9 -0
  83. package/dist-cjs/models/DatabaseMigrationServiceServiceException.js +1 -1
  84. package/dist-cjs/models/models_0.js +30 -21
  85. package/dist-cjs/pagination/DescribeReplicationConfigsPaginator.js +29 -0
  86. package/dist-cjs/pagination/DescribeReplicationTableStatisticsPaginator.js +29 -0
  87. package/dist-cjs/pagination/DescribeReplicationsPaginator.js +29 -0
  88. package/dist-cjs/pagination/index.js +3 -0
  89. package/dist-cjs/protocols/Aws_json1_1.js +566 -4
  90. package/dist-cjs/runtimeConfig.browser.js +7 -7
  91. package/dist-cjs/runtimeConfig.js +10 -10
  92. package/dist-cjs/runtimeConfig.shared.js +4 -4
  93. package/dist-cjs/waiters/waitForEndpointDeleted.js +1 -1
  94. package/dist-cjs/waiters/waitForReplicationInstanceAvailable.js +1 -1
  95. package/dist-cjs/waiters/waitForReplicationInstanceDeleted.js +1 -1
  96. package/dist-cjs/waiters/waitForReplicationTaskDeleted.js +1 -1
  97. package/dist-cjs/waiters/waitForReplicationTaskReady.js +1 -1
  98. package/dist-cjs/waiters/waitForReplicationTaskRunning.js +1 -1
  99. package/dist-cjs/waiters/waitForReplicationTaskStopped.js +1 -1
  100. package/dist-cjs/waiters/waitForTestConnectionSucceeds.js +1 -1
  101. package/dist-es/DatabaseMigrationService.js +19 -1
  102. package/dist-es/DatabaseMigrationServiceClient.js +5 -5
  103. package/dist-es/commands/AddTagsToResourceCommand.js +3 -3
  104. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
  105. package/dist-es/commands/BatchStartRecommendationsCommand.js +3 -3
  106. package/dist-es/commands/CancelReplicationTaskAssessmentRunCommand.js +3 -3
  107. package/dist-es/commands/CreateEndpointCommand.js +3 -3
  108. package/dist-es/commands/CreateEventSubscriptionCommand.js +3 -3
  109. package/dist-es/commands/CreateFleetAdvisorCollectorCommand.js +3 -3
  110. package/dist-es/commands/CreateReplicationConfigCommand.js +42 -0
  111. package/dist-es/commands/CreateReplicationInstanceCommand.js +3 -3
  112. package/dist-es/commands/CreateReplicationSubnetGroupCommand.js +3 -3
  113. package/dist-es/commands/CreateReplicationTaskCommand.js +3 -3
  114. package/dist-es/commands/DeleteCertificateCommand.js +3 -3
  115. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  116. package/dist-es/commands/DeleteEndpointCommand.js +3 -3
  117. package/dist-es/commands/DeleteEventSubscriptionCommand.js +3 -3
  118. package/dist-es/commands/DeleteFleetAdvisorCollectorCommand.js +3 -3
  119. package/dist-es/commands/DeleteFleetAdvisorDatabasesCommand.js +3 -3
  120. package/dist-es/commands/DeleteReplicationConfigCommand.js +42 -0
  121. package/dist-es/commands/DeleteReplicationInstanceCommand.js +3 -3
  122. package/dist-es/commands/DeleteReplicationSubnetGroupCommand.js +3 -3
  123. package/dist-es/commands/DeleteReplicationTaskAssessmentRunCommand.js +3 -3
  124. package/dist-es/commands/DeleteReplicationTaskCommand.js +3 -3
  125. package/dist-es/commands/DescribeAccountAttributesCommand.js +3 -3
  126. package/dist-es/commands/DescribeApplicableIndividualAssessmentsCommand.js +3 -3
  127. package/dist-es/commands/DescribeCertificatesCommand.js +3 -3
  128. package/dist-es/commands/DescribeConnectionsCommand.js +3 -3
  129. package/dist-es/commands/DescribeEndpointSettingsCommand.js +3 -3
  130. package/dist-es/commands/DescribeEndpointTypesCommand.js +3 -3
  131. package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
  132. package/dist-es/commands/DescribeEventCategoriesCommand.js +3 -3
  133. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +3 -3
  134. package/dist-es/commands/DescribeEventsCommand.js +3 -3
  135. package/dist-es/commands/DescribeFleetAdvisorCollectorsCommand.js +3 -3
  136. package/dist-es/commands/DescribeFleetAdvisorDatabasesCommand.js +3 -3
  137. package/dist-es/commands/DescribeFleetAdvisorLsaAnalysisCommand.js +3 -3
  138. package/dist-es/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.js +3 -3
  139. package/dist-es/commands/DescribeFleetAdvisorSchemasCommand.js +3 -3
  140. package/dist-es/commands/DescribeOrderableReplicationInstancesCommand.js +3 -3
  141. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
  142. package/dist-es/commands/DescribeRecommendationLimitationsCommand.js +3 -3
  143. package/dist-es/commands/DescribeRecommendationsCommand.js +3 -3
  144. package/dist-es/commands/DescribeRefreshSchemasStatusCommand.js +3 -3
  145. package/dist-es/commands/DescribeReplicationConfigsCommand.js +42 -0
  146. package/dist-es/commands/DescribeReplicationInstanceTaskLogsCommand.js +3 -3
  147. package/dist-es/commands/DescribeReplicationInstancesCommand.js +3 -3
  148. package/dist-es/commands/DescribeReplicationSubnetGroupsCommand.js +3 -3
  149. package/dist-es/commands/DescribeReplicationTableStatisticsCommand.js +42 -0
  150. package/dist-es/commands/DescribeReplicationTaskAssessmentResultsCommand.js +3 -3
  151. package/dist-es/commands/DescribeReplicationTaskAssessmentRunsCommand.js +3 -3
  152. package/dist-es/commands/DescribeReplicationTaskIndividualAssessmentsCommand.js +3 -3
  153. package/dist-es/commands/DescribeReplicationTasksCommand.js +3 -3
  154. package/dist-es/commands/DescribeReplicationsCommand.js +42 -0
  155. package/dist-es/commands/DescribeSchemasCommand.js +3 -3
  156. package/dist-es/commands/DescribeTableStatisticsCommand.js +3 -3
  157. package/dist-es/commands/ImportCertificateCommand.js +3 -3
  158. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  159. package/dist-es/commands/ModifyEndpointCommand.js +3 -3
  160. package/dist-es/commands/ModifyEventSubscriptionCommand.js +3 -3
  161. package/dist-es/commands/ModifyReplicationConfigCommand.js +42 -0
  162. package/dist-es/commands/ModifyReplicationInstanceCommand.js +3 -3
  163. package/dist-es/commands/ModifyReplicationSubnetGroupCommand.js +3 -3
  164. package/dist-es/commands/ModifyReplicationTaskCommand.js +3 -3
  165. package/dist-es/commands/MoveReplicationTaskCommand.js +3 -3
  166. package/dist-es/commands/RebootReplicationInstanceCommand.js +3 -3
  167. package/dist-es/commands/RefreshSchemasCommand.js +3 -3
  168. package/dist-es/commands/ReloadReplicationTablesCommand.js +42 -0
  169. package/dist-es/commands/ReloadTablesCommand.js +3 -3
  170. package/dist-es/commands/RemoveTagsFromResourceCommand.js +3 -3
  171. package/dist-es/commands/RunFleetAdvisorLsaAnalysisCommand.js +3 -3
  172. package/dist-es/commands/StartRecommendationsCommand.js +3 -3
  173. package/dist-es/commands/StartReplicationCommand.js +42 -0
  174. package/dist-es/commands/StartReplicationTaskAssessmentCommand.js +3 -3
  175. package/dist-es/commands/StartReplicationTaskAssessmentRunCommand.js +3 -3
  176. package/dist-es/commands/StartReplicationTaskCommand.js +3 -3
  177. package/dist-es/commands/StopReplicationCommand.js +42 -0
  178. package/dist-es/commands/StopReplicationTaskCommand.js +3 -3
  179. package/dist-es/commands/TestConnectionCommand.js +3 -3
  180. package/dist-es/commands/UpdateSubscriptionsToEventBridgeCommand.js +3 -3
  181. package/dist-es/commands/index.js +9 -0
  182. package/dist-es/models/DatabaseMigrationServiceServiceException.js +1 -1
  183. package/dist-es/models/models_0.js +27 -18
  184. package/dist-es/pagination/DescribeReplicationConfigsPaginator.js +25 -0
  185. package/dist-es/pagination/DescribeReplicationTableStatisticsPaginator.js +25 -0
  186. package/dist-es/pagination/DescribeReplicationsPaginator.js +25 -0
  187. package/dist-es/pagination/index.js +3 -0
  188. package/dist-es/protocols/Aws_json1_1.js +544 -1
  189. package/dist-es/runtimeConfig.browser.js +7 -7
  190. package/dist-es/runtimeConfig.js +10 -10
  191. package/dist-es/runtimeConfig.shared.js +4 -4
  192. package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
  193. package/dist-es/waiters/waitForReplicationInstanceAvailable.js +1 -1
  194. package/dist-es/waiters/waitForReplicationInstanceDeleted.js +1 -1
  195. package/dist-es/waiters/waitForReplicationTaskDeleted.js +1 -1
  196. package/dist-es/waiters/waitForReplicationTaskReady.js +1 -1
  197. package/dist-es/waiters/waitForReplicationTaskRunning.js +1 -1
  198. package/dist-es/waiters/waitForReplicationTaskStopped.js +1 -1
  199. package/dist-es/waiters/waitForTestConnectionSucceeds.js +1 -1
  200. package/dist-types/DatabaseMigrationService.d.ts +64 -1
  201. package/dist-types/DatabaseMigrationServiceClient.d.ts +19 -10
  202. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -3
  203. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -3
  204. package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +3 -3
  205. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +3 -3
  206. package/dist-types/commands/CreateEndpointCommand.d.ts +33 -3
  207. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +3 -3
  208. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +3 -3
  209. package/dist-types/commands/CreateReplicationConfigCommand.d.ts +151 -0
  210. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +4 -4
  211. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +8 -4
  212. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +3 -3
  213. package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -3
  214. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -3
  215. package/dist-types/commands/DeleteEndpointCommand.d.ts +18 -3
  216. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -3
  217. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +3 -3
  218. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +3 -3
  219. package/dist-types/commands/DeleteReplicationConfigCommand.d.ts +109 -0
  220. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +3 -3
  221. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +3 -3
  222. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +3 -3
  223. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +3 -3
  224. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +3 -3
  225. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +3 -3
  226. package/dist-types/commands/DescribeCertificatesCommand.d.ts +3 -3
  227. package/dist-types/commands/DescribeConnectionsCommand.d.ts +3 -3
  228. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +3 -3
  229. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +3 -3
  230. package/dist-types/commands/DescribeEndpointsCommand.d.ts +18 -3
  231. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +3 -3
  232. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +3 -3
  233. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
  234. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +3 -3
  235. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +3 -3
  236. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
  237. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +3 -3
  238. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +3 -3
  239. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +3 -3
  240. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -3
  241. package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +3 -3
  242. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +5 -3
  243. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +3 -3
  244. package/dist-types/commands/DescribeReplicationConfigsCommand.d.ts +112 -0
  245. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +3 -3
  246. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +3 -3
  247. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +3 -3
  248. package/dist-types/commands/DescribeReplicationTableStatisticsCommand.d.ts +118 -0
  249. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +3 -3
  250. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +3 -3
  251. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +3 -3
  252. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +3 -3
  253. package/dist-types/commands/DescribeReplicationsCommand.d.ts +129 -0
  254. package/dist-types/commands/DescribeSchemasCommand.d.ts +3 -3
  255. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +3 -3
  256. package/dist-types/commands/ImportCertificateCommand.d.ts +3 -3
  257. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  258. package/dist-types/commands/ModifyEndpointCommand.d.ts +33 -3
  259. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +3 -3
  260. package/dist-types/commands/ModifyReplicationConfigCommand.d.ts +143 -0
  261. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +3 -3
  262. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +4 -4
  263. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +3 -3
  264. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +3 -3
  265. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +3 -3
  266. package/dist-types/commands/RefreshSchemasCommand.d.ts +3 -3
  267. package/dist-types/commands/ReloadReplicationTablesCommand.d.ts +89 -0
  268. package/dist-types/commands/ReloadTablesCommand.d.ts +3 -3
  269. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
  270. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
  271. package/dist-types/commands/StartRecommendationsCommand.d.ts +3 -3
  272. package/dist-types/commands/StartReplicationCommand.d.ts +130 -0
  273. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +3 -3
  274. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +3 -3
  275. package/dist-types/commands/StartReplicationTaskCommand.d.ts +3 -3
  276. package/dist-types/commands/StopReplicationCommand.d.ts +124 -0
  277. package/dist-types/commands/StopReplicationTaskCommand.d.ts +3 -3
  278. package/dist-types/commands/TestConnectionCommand.d.ts +3 -3
  279. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +3 -3
  280. package/dist-types/commands/index.d.ts +9 -0
  281. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  282. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  283. package/dist-types/endpoint/ruleset.d.ts +1 -1
  284. package/dist-types/models/DatabaseMigrationServiceServiceException.d.ts +1 -1
  285. package/dist-types/models/models_0.d.ts +1236 -345
  286. package/dist-types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +1 -1
  287. package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +1 -1
  288. package/dist-types/pagination/DescribeConnectionsPaginator.d.ts +1 -1
  289. package/dist-types/pagination/DescribeEndpointSettingsPaginator.d.ts +1 -1
  290. package/dist-types/pagination/DescribeEndpointTypesPaginator.d.ts +1 -1
  291. package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +1 -1
  292. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
  293. package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
  294. package/dist-types/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +1 -1
  295. package/dist-types/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +1 -1
  296. package/dist-types/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +1 -1
  297. package/dist-types/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +1 -1
  298. package/dist-types/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +1 -1
  299. package/dist-types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +1 -1
  300. package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
  301. package/dist-types/pagination/DescribeRecommendationLimitationsPaginator.d.ts +1 -1
  302. package/dist-types/pagination/DescribeRecommendationsPaginator.d.ts +1 -1
  303. package/dist-types/pagination/DescribeReplicationConfigsPaginator.d.ts +7 -0
  304. package/dist-types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +1 -1
  305. package/dist-types/pagination/DescribeReplicationInstancesPaginator.d.ts +1 -1
  306. package/dist-types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +1 -1
  307. package/dist-types/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +7 -0
  308. package/dist-types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +1 -1
  309. package/dist-types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +1 -1
  310. package/dist-types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +1 -1
  311. package/dist-types/pagination/DescribeReplicationTasksPaginator.d.ts +1 -1
  312. package/dist-types/pagination/DescribeReplicationsPaginator.d.ts +7 -0
  313. package/dist-types/pagination/DescribeSchemasPaginator.d.ts +1 -1
  314. package/dist-types/pagination/DescribeTableStatisticsPaginator.d.ts +1 -1
  315. package/dist-types/pagination/Interfaces.d.ts +1 -1
  316. package/dist-types/pagination/index.d.ts +3 -0
  317. package/dist-types/protocols/Aws_json1_1.d.ts +81 -0
  318. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  319. package/dist-types/runtimeConfig.d.ts +20 -20
  320. package/dist-types/runtimeConfig.native.d.ts +19 -19
  321. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  322. package/dist-types/ts3.4/DatabaseMigrationService.d.ts +160 -1
  323. package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +73 -21
  324. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -3
  325. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -3
  326. package/dist-types/ts3.4/commands/BatchStartRecommendationsCommand.d.ts +3 -3
  327. package/dist-types/ts3.4/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +3 -3
  328. package/dist-types/ts3.4/commands/CreateEndpointCommand.d.ts +3 -3
  329. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +3 -3
  330. package/dist-types/ts3.4/commands/CreateFleetAdvisorCollectorCommand.d.ts +3 -3
  331. package/dist-types/ts3.4/commands/CreateReplicationConfigCommand.d.ts +42 -0
  332. package/dist-types/ts3.4/commands/CreateReplicationInstanceCommand.d.ts +3 -3
  333. package/dist-types/ts3.4/commands/CreateReplicationSubnetGroupCommand.d.ts +3 -3
  334. package/dist-types/ts3.4/commands/CreateReplicationTaskCommand.d.ts +3 -3
  335. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +3 -3
  336. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +3 -3
  337. package/dist-types/ts3.4/commands/DeleteEndpointCommand.d.ts +3 -3
  338. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +3 -3
  339. package/dist-types/ts3.4/commands/DeleteFleetAdvisorCollectorCommand.d.ts +3 -3
  340. package/dist-types/ts3.4/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +3 -3
  341. package/dist-types/ts3.4/commands/DeleteReplicationConfigCommand.d.ts +42 -0
  342. package/dist-types/ts3.4/commands/DeleteReplicationInstanceCommand.d.ts +3 -3
  343. package/dist-types/ts3.4/commands/DeleteReplicationSubnetGroupCommand.d.ts +3 -3
  344. package/dist-types/ts3.4/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +3 -3
  345. package/dist-types/ts3.4/commands/DeleteReplicationTaskCommand.d.ts +3 -3
  346. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +3 -3
  347. package/dist-types/ts3.4/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +3 -3
  348. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +3 -3
  349. package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +3 -3
  350. package/dist-types/ts3.4/commands/DescribeEndpointSettingsCommand.d.ts +3 -3
  351. package/dist-types/ts3.4/commands/DescribeEndpointTypesCommand.d.ts +3 -3
  352. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +3 -3
  353. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +3 -3
  354. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +3 -3
  355. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +3 -3
  356. package/dist-types/ts3.4/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +3 -3
  357. package/dist-types/ts3.4/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +3 -3
  358. package/dist-types/ts3.4/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
  359. package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +3 -3
  360. package/dist-types/ts3.4/commands/DescribeFleetAdvisorSchemasCommand.d.ts +3 -3
  361. package/dist-types/ts3.4/commands/DescribeOrderableReplicationInstancesCommand.d.ts +3 -3
  362. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -3
  363. package/dist-types/ts3.4/commands/DescribeRecommendationLimitationsCommand.d.ts +3 -3
  364. package/dist-types/ts3.4/commands/DescribeRecommendationsCommand.d.ts +3 -3
  365. package/dist-types/ts3.4/commands/DescribeRefreshSchemasStatusCommand.d.ts +3 -3
  366. package/dist-types/ts3.4/commands/DescribeReplicationConfigsCommand.d.ts +42 -0
  367. package/dist-types/ts3.4/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +3 -3
  368. package/dist-types/ts3.4/commands/DescribeReplicationInstancesCommand.d.ts +3 -3
  369. package/dist-types/ts3.4/commands/DescribeReplicationSubnetGroupsCommand.d.ts +3 -3
  370. package/dist-types/ts3.4/commands/DescribeReplicationTableStatisticsCommand.d.ts +42 -0
  371. package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +3 -3
  372. package/dist-types/ts3.4/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +3 -3
  373. package/dist-types/ts3.4/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +3 -3
  374. package/dist-types/ts3.4/commands/DescribeReplicationTasksCommand.d.ts +3 -3
  375. package/dist-types/ts3.4/commands/DescribeReplicationsCommand.d.ts +42 -0
  376. package/dist-types/ts3.4/commands/DescribeSchemasCommand.d.ts +3 -3
  377. package/dist-types/ts3.4/commands/DescribeTableStatisticsCommand.d.ts +3 -3
  378. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +3 -3
  379. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  380. package/dist-types/ts3.4/commands/ModifyEndpointCommand.d.ts +3 -3
  381. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +3 -3
  382. package/dist-types/ts3.4/commands/ModifyReplicationConfigCommand.d.ts +42 -0
  383. package/dist-types/ts3.4/commands/ModifyReplicationInstanceCommand.d.ts +3 -3
  384. package/dist-types/ts3.4/commands/ModifyReplicationSubnetGroupCommand.d.ts +3 -3
  385. package/dist-types/ts3.4/commands/ModifyReplicationTaskCommand.d.ts +3 -3
  386. package/dist-types/ts3.4/commands/MoveReplicationTaskCommand.d.ts +3 -3
  387. package/dist-types/ts3.4/commands/RebootReplicationInstanceCommand.d.ts +3 -3
  388. package/dist-types/ts3.4/commands/RefreshSchemasCommand.d.ts +3 -3
  389. package/dist-types/ts3.4/commands/ReloadReplicationTablesCommand.d.ts +42 -0
  390. package/dist-types/ts3.4/commands/ReloadTablesCommand.d.ts +3 -3
  391. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -3
  392. package/dist-types/ts3.4/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +3 -3
  393. package/dist-types/ts3.4/commands/StartRecommendationsCommand.d.ts +3 -3
  394. package/dist-types/ts3.4/commands/StartReplicationCommand.d.ts +38 -0
  395. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentCommand.d.ts +3 -3
  396. package/dist-types/ts3.4/commands/StartReplicationTaskAssessmentRunCommand.d.ts +3 -3
  397. package/dist-types/ts3.4/commands/StartReplicationTaskCommand.d.ts +3 -3
  398. package/dist-types/ts3.4/commands/StopReplicationCommand.d.ts +38 -0
  399. package/dist-types/ts3.4/commands/StopReplicationTaskCommand.d.ts +3 -3
  400. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +3 -3
  401. package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +3 -3
  402. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  403. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  404. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  405. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  406. package/dist-types/ts3.4/models/DatabaseMigrationServiceServiceException.d.ts +1 -1
  407. package/dist-types/ts3.4/models/models_0.d.ts +236 -48
  408. package/dist-types/ts3.4/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +1 -1
  409. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +1 -1
  410. package/dist-types/ts3.4/pagination/DescribeConnectionsPaginator.d.ts +1 -1
  411. package/dist-types/ts3.4/pagination/DescribeEndpointSettingsPaginator.d.ts +1 -1
  412. package/dist-types/ts3.4/pagination/DescribeEndpointTypesPaginator.d.ts +1 -1
  413. package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +1 -1
  414. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
  415. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
  416. package/dist-types/ts3.4/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +1 -1
  417. package/dist-types/ts3.4/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +1 -1
  418. package/dist-types/ts3.4/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +1 -1
  419. package/dist-types/ts3.4/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +1 -1
  420. package/dist-types/ts3.4/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +1 -1
  421. package/dist-types/ts3.4/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +1 -1
  422. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
  423. package/dist-types/ts3.4/pagination/DescribeRecommendationLimitationsPaginator.d.ts +1 -1
  424. package/dist-types/ts3.4/pagination/DescribeRecommendationsPaginator.d.ts +1 -1
  425. package/dist-types/ts3.4/pagination/DescribeReplicationConfigsPaginator.d.ts +11 -0
  426. package/dist-types/ts3.4/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +1 -1
  427. package/dist-types/ts3.4/pagination/DescribeReplicationInstancesPaginator.d.ts +1 -1
  428. package/dist-types/ts3.4/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +1 -1
  429. package/dist-types/ts3.4/pagination/DescribeReplicationTableStatisticsPaginator.d.ts +11 -0
  430. package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +1 -1
  431. package/dist-types/ts3.4/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +1 -1
  432. package/dist-types/ts3.4/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +1 -1
  433. package/dist-types/ts3.4/pagination/DescribeReplicationTasksPaginator.d.ts +1 -1
  434. package/dist-types/ts3.4/pagination/DescribeReplicationsPaginator.d.ts +11 -0
  435. package/dist-types/ts3.4/pagination/DescribeSchemasPaginator.d.ts +1 -1
  436. package/dist-types/ts3.4/pagination/DescribeTableStatisticsPaginator.d.ts +1 -1
  437. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  438. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  439. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +108 -0
  440. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  441. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  442. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  443. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  444. package/dist-types/ts3.4/waiters/waitForEndpointDeleted.d.ts +1 -1
  445. package/dist-types/ts3.4/waiters/waitForReplicationInstanceAvailable.d.ts +1 -1
  446. package/dist-types/ts3.4/waiters/waitForReplicationInstanceDeleted.d.ts +1 -1
  447. package/dist-types/ts3.4/waiters/waitForReplicationTaskDeleted.d.ts +1 -1
  448. package/dist-types/ts3.4/waiters/waitForReplicationTaskReady.d.ts +1 -1
  449. package/dist-types/ts3.4/waiters/waitForReplicationTaskRunning.d.ts +1 -1
  450. package/dist-types/ts3.4/waiters/waitForReplicationTaskStopped.d.ts +1 -1
  451. package/dist-types/ts3.4/waiters/waitForTestConnectionSucceeds.d.ts +1 -1
  452. package/dist-types/waiters/waitForEndpointDeleted.d.ts +1 -1
  453. package/dist-types/waiters/waitForReplicationInstanceAvailable.d.ts +1 -1
  454. package/dist-types/waiters/waitForReplicationInstanceDeleted.d.ts +1 -1
  455. package/dist-types/waiters/waitForReplicationTaskDeleted.d.ts +1 -1
  456. package/dist-types/waiters/waitForReplicationTaskReady.d.ts +1 -1
  457. package/dist-types/waiters/waitForReplicationTaskRunning.d.ts +1 -1
  458. package/dist-types/waiters/waitForReplicationTaskStopped.d.ts +1 -1
  459. package/dist-types/waiters/waitForTestConnectionSucceeds.d.ts +1 -1
  460. package/package.json +32 -31
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeEndpointsMessage, DescribeEndpointsResponse } from "../models/models_0";
6
6
  /**
@@ -130,6 +130,8 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
130
130
  * // KmsKeyId: "STRING_VALUE",
131
131
  * // SecretsManagerAccessRoleArn: "STRING_VALUE",
132
132
  * // SecretsManagerSecretId: "STRING_VALUE",
133
+ * // UseUpdateLookUp: true || false,
134
+ * // ReplicateShardCollections: true || false,
133
135
  * // },
134
136
  * // KinesisSettings: { // KinesisSettings
135
137
  * // StreamArn: "STRING_VALUE",
@@ -163,6 +165,7 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
163
165
  * // SaslPassword: "STRING_VALUE",
164
166
  * // NoHexPrefix: true || false,
165
167
  * // SaslMechanism: "scram-sha-512" || "plain",
168
+ * // SslEndpointIdentificationAlgorithm: "none" || "https",
166
169
  * // },
167
170
  * // ElasticsearchSettings: { // ElasticsearchSettings
168
171
  * // ServiceAccessRoleArn: "STRING_VALUE", // required
@@ -234,6 +237,8 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
234
237
  * // SecretsManagerSecretId: "STRING_VALUE",
235
238
  * // TrimSpaceInChar: true || false,
236
239
  * // MapBooleanAsBoolean: true || false,
240
+ * // MapJsonbAsClob: true || false,
241
+ * // MapLongVarcharAs: "wstring" || "clob" || "nclob",
237
242
  * // },
238
243
  * // MySQLSettings: { // MySQLSettings
239
244
  * // AfterConnectScript: "STRING_VALUE",
@@ -296,6 +301,7 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
296
301
  * // SecretsManagerOracleAsmSecretId: "STRING_VALUE",
297
302
  * // TrimSpaceInChar: true || false,
298
303
  * // ConvertTimestampWithZoneToUTC: true || false,
304
+ * // OpenTransactionWindow: Number("int"),
299
305
  * // },
300
306
  * // SybaseSettings: { // SybaseSettings
301
307
  * // DatabaseName: "STRING_VALUE",
@@ -349,6 +355,8 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
349
355
  * // KmsKeyId: "STRING_VALUE",
350
356
  * // SecretsManagerAccessRoleArn: "STRING_VALUE",
351
357
  * // SecretsManagerSecretId: "STRING_VALUE",
358
+ * // UseUpdateLookUp: true || false,
359
+ * // ReplicateShardCollections: true || false,
352
360
  * // },
353
361
  * // RedisSettings: { // RedisSettings
354
362
  * // ServerName: "STRING_VALUE", // required
@@ -375,6 +383,13 @@ export interface DescribeEndpointsCommandOutput extends DescribeEndpointsRespons
375
383
  * // SecretsManagerAccessRoleArn: "STRING_VALUE",
376
384
  * // SecretsManagerSecretId: "STRING_VALUE",
377
385
  * // },
386
+ * // TimestreamSettings: { // TimestreamSettings
387
+ * // DatabaseName: "STRING_VALUE", // required
388
+ * // MemoryDuration: Number("int"), // required
389
+ * // MagneticDuration: Number("int"), // required
390
+ * // CdcInsertsAndUpdates: true || false,
391
+ * // EnableMagneticStoreWrites: true || false,
392
+ * // },
378
393
  * // },
379
394
  * // ],
380
395
  * // };
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeEventCategoriesMessage, DescribeEventCategoriesResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeEventSubscriptionsMessage, DescribeEventSubscriptionsResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeEventsMessage, DescribeEventsResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeFleetAdvisorCollectorsRequest, DescribeFleetAdvisorCollectorsResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeFleetAdvisorDatabasesRequest, DescribeFleetAdvisorDatabasesResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeFleetAdvisorLsaAnalysisRequest, DescribeFleetAdvisorLsaAnalysisResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeFleetAdvisorSchemaObjectSummaryRequest, DescribeFleetAdvisorSchemaObjectSummaryResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeFleetAdvisorSchemasRequest, DescribeFleetAdvisorSchemasResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeOrderableReplicationInstancesMessage, DescribeOrderableReplicationInstancesResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribePendingMaintenanceActionsMessage, DescribePendingMaintenanceActionsResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeRecommendationLimitationsRequest, DescribeRecommendationLimitationsResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeRecommendationsRequest, DescribeRecommendationsResponse } from "../models/models_0";
6
6
  /**
@@ -67,6 +67,7 @@ export interface DescribeRecommendationsCommandOutput extends DescribeRecommenda
67
67
  * // StorageSize: Number("int"),
68
68
  * // StorageIops: Number("int"),
69
69
  * // DeploymentOption: "STRING_VALUE",
70
+ * // EngineVersion: "STRING_VALUE",
70
71
  * // },
71
72
  * // TargetConfiguration: { // RdsConfiguration
72
73
  * // EngineEdition: "STRING_VALUE",
@@ -77,6 +78,7 @@ export interface DescribeRecommendationsCommandOutput extends DescribeRecommenda
77
78
  * // StorageSize: Number("int"),
78
79
  * // StorageIops: Number("int"),
79
80
  * // DeploymentOption: "STRING_VALUE",
81
+ * // EngineVersion: "STRING_VALUE",
80
82
  * // },
81
83
  * // },
82
84
  * // },
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeRefreshSchemasStatusMessage, DescribeRefreshSchemasStatusResponse } from "../models/models_0";
6
6
  /**
@@ -0,0 +1,112 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
+ import { DescribeReplicationConfigsMessage, DescribeReplicationConfigsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeReplicationConfigsCommand}.
14
+ */
15
+ export interface DescribeReplicationConfigsCommandInput extends DescribeReplicationConfigsMessage {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeReplicationConfigsCommand}.
21
+ */
22
+ export interface DescribeReplicationConfigsCommandOutput extends DescribeReplicationConfigsResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Returns one or more existing DMS Serverless replication configurations as a list of structures.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { DatabaseMigrationServiceClient, DescribeReplicationConfigsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
31
+ * // const { DatabaseMigrationServiceClient, DescribeReplicationConfigsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
32
+ * const client = new DatabaseMigrationServiceClient(config);
33
+ * const input = { // DescribeReplicationConfigsMessage
34
+ * Filters: [ // FilterList
35
+ * { // Filter
36
+ * Name: "STRING_VALUE", // required
37
+ * Values: [ // FilterValueList // required
38
+ * "STRING_VALUE",
39
+ * ],
40
+ * },
41
+ * ],
42
+ * MaxRecords: Number("int"),
43
+ * Marker: "STRING_VALUE",
44
+ * };
45
+ * const command = new DescribeReplicationConfigsCommand(input);
46
+ * const response = await client.send(command);
47
+ * // { // DescribeReplicationConfigsResponse
48
+ * // Marker: "STRING_VALUE",
49
+ * // ReplicationConfigs: [ // ReplicationConfigList
50
+ * // { // ReplicationConfig
51
+ * // ReplicationConfigIdentifier: "STRING_VALUE",
52
+ * // ReplicationConfigArn: "STRING_VALUE",
53
+ * // SourceEndpointArn: "STRING_VALUE",
54
+ * // TargetEndpointArn: "STRING_VALUE",
55
+ * // ReplicationType: "full-load" || "cdc" || "full-load-and-cdc",
56
+ * // ComputeConfig: { // ComputeConfig
57
+ * // AvailabilityZone: "STRING_VALUE",
58
+ * // DnsNameServers: "STRING_VALUE",
59
+ * // KmsKeyId: "STRING_VALUE",
60
+ * // MaxCapacityUnits: Number("int"),
61
+ * // MinCapacityUnits: Number("int"),
62
+ * // MultiAZ: true || false,
63
+ * // PreferredMaintenanceWindow: "STRING_VALUE",
64
+ * // ReplicationSubnetGroupId: "STRING_VALUE",
65
+ * // VpcSecurityGroupIds: [ // StringList
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // },
69
+ * // ReplicationSettings: "STRING_VALUE",
70
+ * // SupplementalSettings: "STRING_VALUE",
71
+ * // TableMappings: "STRING_VALUE",
72
+ * // ReplicationConfigCreateTime: new Date("TIMESTAMP"),
73
+ * // ReplicationConfigUpdateTime: new Date("TIMESTAMP"),
74
+ * // },
75
+ * // ],
76
+ * // };
77
+ *
78
+ * ```
79
+ *
80
+ * @param DescribeReplicationConfigsCommandInput - {@link DescribeReplicationConfigsCommandInput}
81
+ * @returns {@link DescribeReplicationConfigsCommandOutput}
82
+ * @see {@link DescribeReplicationConfigsCommandInput} for command's `input` shape.
83
+ * @see {@link DescribeReplicationConfigsCommandOutput} for command's `response` shape.
84
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
85
+ *
86
+ * @throws {@link ResourceNotFoundFault} (client fault)
87
+ * <p>The resource could not be found.</p>
88
+ *
89
+ * @throws {@link DatabaseMigrationServiceServiceException}
90
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
91
+ *
92
+ */
93
+ export declare class DescribeReplicationConfigsCommand extends $Command<DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
94
+ readonly input: DescribeReplicationConfigsCommandInput;
95
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
+ /**
97
+ * @public
98
+ */
99
+ constructor(input: DescribeReplicationConfigsCommandInput);
100
+ /**
101
+ * @internal
102
+ */
103
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationConfigsCommandInput, DescribeReplicationConfigsCommandOutput>;
104
+ /**
105
+ * @internal
106
+ */
107
+ private serialize;
108
+ /**
109
+ * @internal
110
+ */
111
+ private deserialize;
112
+ }
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationInstanceTaskLogsMessage, DescribeReplicationInstanceTaskLogsResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationInstancesMessage, DescribeReplicationInstancesResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationSubnetGroupsMessage, DescribeReplicationSubnetGroupsResponse } from "../models/models_0";
6
6
  /**
@@ -0,0 +1,118 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
+ import { DescribeReplicationTableStatisticsMessage, DescribeReplicationTableStatisticsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeReplicationTableStatisticsCommand}.
14
+ */
15
+ export interface DescribeReplicationTableStatisticsCommandInput extends DescribeReplicationTableStatisticsMessage {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeReplicationTableStatisticsCommand}.
21
+ */
22
+ export interface DescribeReplicationTableStatisticsCommandOutput extends DescribeReplicationTableStatisticsResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Returns table and schema statistics for one or more provisioned replications that use a
27
+ * given DMS Serverless replication configuration.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { DatabaseMigrationServiceClient, DescribeReplicationTableStatisticsCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
32
+ * // const { DatabaseMigrationServiceClient, DescribeReplicationTableStatisticsCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
33
+ * const client = new DatabaseMigrationServiceClient(config);
34
+ * const input = { // DescribeReplicationTableStatisticsMessage
35
+ * ReplicationConfigArn: "STRING_VALUE", // required
36
+ * MaxRecords: Number("int"),
37
+ * Marker: "STRING_VALUE",
38
+ * Filters: [ // FilterList
39
+ * { // Filter
40
+ * Name: "STRING_VALUE", // required
41
+ * Values: [ // FilterValueList // required
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * },
45
+ * ],
46
+ * };
47
+ * const command = new DescribeReplicationTableStatisticsCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // DescribeReplicationTableStatisticsResponse
50
+ * // ReplicationConfigArn: "STRING_VALUE",
51
+ * // Marker: "STRING_VALUE",
52
+ * // ReplicationTableStatistics: [ // ReplicationTableStatisticsList
53
+ * // { // TableStatistics
54
+ * // SchemaName: "STRING_VALUE",
55
+ * // TableName: "STRING_VALUE",
56
+ * // Inserts: Number("long"),
57
+ * // Deletes: Number("long"),
58
+ * // Updates: Number("long"),
59
+ * // Ddls: Number("long"),
60
+ * // AppliedInserts: Number("long"),
61
+ * // AppliedDeletes: Number("long"),
62
+ * // AppliedUpdates: Number("long"),
63
+ * // AppliedDdls: Number("long"),
64
+ * // FullLoadRows: Number("long"),
65
+ * // FullLoadCondtnlChkFailedRows: Number("long"),
66
+ * // FullLoadErrorRows: Number("long"),
67
+ * // FullLoadStartTime: new Date("TIMESTAMP"),
68
+ * // FullLoadEndTime: new Date("TIMESTAMP"),
69
+ * // FullLoadReloaded: true || false,
70
+ * // LastUpdateTime: new Date("TIMESTAMP"),
71
+ * // TableState: "STRING_VALUE",
72
+ * // ValidationPendingRecords: Number("long"),
73
+ * // ValidationFailedRecords: Number("long"),
74
+ * // ValidationSuspendedRecords: Number("long"),
75
+ * // ValidationState: "STRING_VALUE",
76
+ * // ValidationStateDetails: "STRING_VALUE",
77
+ * // },
78
+ * // ],
79
+ * // };
80
+ *
81
+ * ```
82
+ *
83
+ * @param DescribeReplicationTableStatisticsCommandInput - {@link DescribeReplicationTableStatisticsCommandInput}
84
+ * @returns {@link DescribeReplicationTableStatisticsCommandOutput}
85
+ * @see {@link DescribeReplicationTableStatisticsCommandInput} for command's `input` shape.
86
+ * @see {@link DescribeReplicationTableStatisticsCommandOutput} for command's `response` shape.
87
+ * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
88
+ *
89
+ * @throws {@link InvalidResourceStateFault} (client fault)
90
+ * <p>The resource is in a state that prevents it from being used for database migration.</p>
91
+ *
92
+ * @throws {@link ResourceNotFoundFault} (client fault)
93
+ * <p>The resource could not be found.</p>
94
+ *
95
+ * @throws {@link DatabaseMigrationServiceServiceException}
96
+ * <p>Base exception class for all service exceptions from DatabaseMigrationService service.</p>
97
+ *
98
+ */
99
+ export declare class DescribeReplicationTableStatisticsCommand extends $Command<DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
100
+ readonly input: DescribeReplicationTableStatisticsCommandInput;
101
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
+ /**
103
+ * @public
104
+ */
105
+ constructor(input: DescribeReplicationTableStatisticsCommandInput);
106
+ /**
107
+ * @internal
108
+ */
109
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReplicationTableStatisticsCommandInput, DescribeReplicationTableStatisticsCommandOutput>;
110
+ /**
111
+ * @internal
112
+ */
113
+ private serialize;
114
+ /**
115
+ * @internal
116
+ */
117
+ private deserialize;
118
+ }
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationTaskAssessmentResultsMessage, DescribeReplicationTaskAssessmentResultsResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationTaskAssessmentRunsMessage, DescribeReplicationTaskAssessmentRunsResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationTaskIndividualAssessmentsMessage, DescribeReplicationTaskIndividualAssessmentsResponse } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeReplicationTasksMessage, DescribeReplicationTasksResponse } from "../models/models_0";
6
6
  /**