@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,5 +1,5 @@
1
- import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@aws-sdk/smithy-client";
2
1
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
2
+ import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
3
3
  import { DatabaseMigrationServiceServiceException as __BaseException } from "../models/DatabaseMigrationServiceServiceException";
4
4
  import { AccessDeniedFault, CollectorNotFoundFault, InsufficientResourceCapacityFault, InvalidCertificateFault, InvalidOperationFault, InvalidResourceStateFault, InvalidSubnet, KMSAccessDeniedFault, KMSDisabledFault, KMSFault, KMSInvalidStateFault, KMSKeyNotAccessibleFault, KMSNotFoundFault, KMSThrottlingFault, ReplicationSubnetGroupDoesNotCoverEnoughAZs, ResourceAlreadyExistsFault, ResourceNotFoundFault, ResourceQuotaExceededFault, S3AccessDeniedFault, S3ResourceNotFoundFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, StorageQuotaExceededFault, SubnetAlreadyInUse, UpgradeDependencyFailureFault, } from "../models/models_0";
5
5
  export const se_AddTagsToResourceCommand = async (input, context) => {
@@ -44,6 +44,12 @@ export const se_CreateFleetAdvisorCollectorCommand = async (input, context) => {
44
44
  body = JSON.stringify(_json(input));
45
45
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
46
46
  };
47
+ export const se_CreateReplicationConfigCommand = async (input, context) => {
48
+ const headers = sharedHeaders("CreateReplicationConfig");
49
+ let body;
50
+ body = JSON.stringify(_json(input));
51
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
52
+ };
47
53
  export const se_CreateReplicationInstanceCommand = async (input, context) => {
48
54
  const headers = sharedHeaders("CreateReplicationInstance");
49
55
  let body;
@@ -98,6 +104,12 @@ export const se_DeleteFleetAdvisorDatabasesCommand = async (input, context) => {
98
104
  body = JSON.stringify(_json(input));
99
105
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
100
106
  };
107
+ export const se_DeleteReplicationConfigCommand = async (input, context) => {
108
+ const headers = sharedHeaders("DeleteReplicationConfig");
109
+ let body;
110
+ body = JSON.stringify(_json(input));
111
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
112
+ };
101
113
  export const se_DeleteReplicationInstanceCommand = async (input, context) => {
102
114
  const headers = sharedHeaders("DeleteReplicationInstance");
103
115
  let body;
@@ -242,6 +254,12 @@ export const se_DescribeRefreshSchemasStatusCommand = async (input, context) =>
242
254
  body = JSON.stringify(_json(input));
243
255
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
244
256
  };
257
+ export const se_DescribeReplicationConfigsCommand = async (input, context) => {
258
+ const headers = sharedHeaders("DescribeReplicationConfigs");
259
+ let body;
260
+ body = JSON.stringify(_json(input));
261
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
262
+ };
245
263
  export const se_DescribeReplicationInstancesCommand = async (input, context) => {
246
264
  const headers = sharedHeaders("DescribeReplicationInstances");
247
265
  let body;
@@ -254,12 +272,24 @@ export const se_DescribeReplicationInstanceTaskLogsCommand = async (input, conte
254
272
  body = JSON.stringify(_json(input));
255
273
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
256
274
  };
275
+ export const se_DescribeReplicationsCommand = async (input, context) => {
276
+ const headers = sharedHeaders("DescribeReplications");
277
+ let body;
278
+ body = JSON.stringify(_json(input));
279
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
280
+ };
257
281
  export const se_DescribeReplicationSubnetGroupsCommand = async (input, context) => {
258
282
  const headers = sharedHeaders("DescribeReplicationSubnetGroups");
259
283
  let body;
260
284
  body = JSON.stringify(_json(input));
261
285
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
262
286
  };
287
+ export const se_DescribeReplicationTableStatisticsCommand = async (input, context) => {
288
+ const headers = sharedHeaders("DescribeReplicationTableStatistics");
289
+ let body;
290
+ body = JSON.stringify(_json(input));
291
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
292
+ };
263
293
  export const se_DescribeReplicationTaskAssessmentResultsCommand = async (input, context) => {
264
294
  const headers = sharedHeaders("DescribeReplicationTaskAssessmentResults");
265
295
  let body;
@@ -320,6 +350,12 @@ export const se_ModifyEventSubscriptionCommand = async (input, context) => {
320
350
  body = JSON.stringify(_json(input));
321
351
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
322
352
  };
353
+ export const se_ModifyReplicationConfigCommand = async (input, context) => {
354
+ const headers = sharedHeaders("ModifyReplicationConfig");
355
+ let body;
356
+ body = JSON.stringify(_json(input));
357
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
358
+ };
323
359
  export const se_ModifyReplicationInstanceCommand = async (input, context) => {
324
360
  const headers = sharedHeaders("ModifyReplicationInstance");
325
361
  let body;
@@ -356,6 +392,12 @@ export const se_RefreshSchemasCommand = async (input, context) => {
356
392
  body = JSON.stringify(_json(input));
357
393
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
358
394
  };
395
+ export const se_ReloadReplicationTablesCommand = async (input, context) => {
396
+ const headers = sharedHeaders("ReloadReplicationTables");
397
+ let body;
398
+ body = JSON.stringify(_json(input));
399
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
400
+ };
359
401
  export const se_ReloadTablesCommand = async (input, context) => {
360
402
  const headers = sharedHeaders("ReloadTables");
361
403
  let body;
@@ -379,6 +421,12 @@ export const se_StartRecommendationsCommand = async (input, context) => {
379
421
  body = JSON.stringify(_json(input));
380
422
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
381
423
  };
424
+ export const se_StartReplicationCommand = async (input, context) => {
425
+ const headers = sharedHeaders("StartReplication");
426
+ let body;
427
+ body = JSON.stringify(se_StartReplicationMessage(input, context));
428
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
429
+ };
382
430
  export const se_StartReplicationTaskCommand = async (input, context) => {
383
431
  const headers = sharedHeaders("StartReplicationTask");
384
432
  let body;
@@ -397,6 +445,12 @@ export const se_StartReplicationTaskAssessmentRunCommand = async (input, context
397
445
  body = JSON.stringify(_json(input));
398
446
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
399
447
  };
448
+ export const se_StopReplicationCommand = async (input, context) => {
449
+ const headers = sharedHeaders("StopReplication");
450
+ let body;
451
+ body = JSON.stringify(_json(input));
452
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
453
+ };
400
454
  export const se_StopReplicationTaskCommand = async (input, context) => {
401
455
  const headers = sharedHeaders("StopReplicationTask");
402
456
  let body;
@@ -708,6 +762,59 @@ const de_CreateFleetAdvisorCollectorCommandError = async (output, context) => {
708
762
  });
709
763
  }
710
764
  };
765
+ export const de_CreateReplicationConfigCommand = async (output, context) => {
766
+ if (output.statusCode >= 300) {
767
+ return de_CreateReplicationConfigCommandError(output, context);
768
+ }
769
+ const data = await parseBody(output.body, context);
770
+ let contents = {};
771
+ contents = de_CreateReplicationConfigResponse(data, context);
772
+ const response = {
773
+ $metadata: deserializeMetadata(output),
774
+ ...contents,
775
+ };
776
+ return response;
777
+ };
778
+ const de_CreateReplicationConfigCommandError = async (output, context) => {
779
+ const parsedOutput = {
780
+ ...output,
781
+ body: await parseErrorBody(output.body, context),
782
+ };
783
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
784
+ switch (errorCode) {
785
+ case "AccessDeniedFault":
786
+ case "com.amazonaws.databasemigrationservice#AccessDeniedFault":
787
+ throw await de_AccessDeniedFaultRes(parsedOutput, context);
788
+ case "InvalidResourceStateFault":
789
+ case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
790
+ throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
791
+ case "InvalidSubnet":
792
+ case "com.amazonaws.databasemigrationservice#InvalidSubnet":
793
+ throw await de_InvalidSubnetRes(parsedOutput, context);
794
+ case "KMSKeyNotAccessibleFault":
795
+ case "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault":
796
+ throw await de_KMSKeyNotAccessibleFaultRes(parsedOutput, context);
797
+ case "ReplicationSubnetGroupDoesNotCoverEnoughAZs":
798
+ case "com.amazonaws.databasemigrationservice#ReplicationSubnetGroupDoesNotCoverEnoughAZs":
799
+ throw await de_ReplicationSubnetGroupDoesNotCoverEnoughAZsRes(parsedOutput, context);
800
+ case "ResourceAlreadyExistsFault":
801
+ case "com.amazonaws.databasemigrationservice#ResourceAlreadyExistsFault":
802
+ throw await de_ResourceAlreadyExistsFaultRes(parsedOutput, context);
803
+ case "ResourceNotFoundFault":
804
+ case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
805
+ throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
806
+ case "ResourceQuotaExceededFault":
807
+ case "com.amazonaws.databasemigrationservice#ResourceQuotaExceededFault":
808
+ throw await de_ResourceQuotaExceededFaultRes(parsedOutput, context);
809
+ default:
810
+ const parsedBody = parsedOutput.body;
811
+ return throwDefaultError({
812
+ output,
813
+ parsedBody,
814
+ errorCode,
815
+ });
816
+ }
817
+ };
711
818
  export const de_CreateReplicationInstanceCommand = async (output, context) => {
712
819
  if (output.statusCode >= 300) {
713
820
  return de_CreateReplicationInstanceCommandError(output, context);
@@ -1071,6 +1178,44 @@ const de_DeleteFleetAdvisorDatabasesCommandError = async (output, context) => {
1071
1178
  });
1072
1179
  }
1073
1180
  };
1181
+ export const de_DeleteReplicationConfigCommand = async (output, context) => {
1182
+ if (output.statusCode >= 300) {
1183
+ return de_DeleteReplicationConfigCommandError(output, context);
1184
+ }
1185
+ const data = await parseBody(output.body, context);
1186
+ let contents = {};
1187
+ contents = de_DeleteReplicationConfigResponse(data, context);
1188
+ const response = {
1189
+ $metadata: deserializeMetadata(output),
1190
+ ...contents,
1191
+ };
1192
+ return response;
1193
+ };
1194
+ const de_DeleteReplicationConfigCommandError = async (output, context) => {
1195
+ const parsedOutput = {
1196
+ ...output,
1197
+ body: await parseErrorBody(output.body, context),
1198
+ };
1199
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
1200
+ switch (errorCode) {
1201
+ case "AccessDeniedFault":
1202
+ case "com.amazonaws.databasemigrationservice#AccessDeniedFault":
1203
+ throw await de_AccessDeniedFaultRes(parsedOutput, context);
1204
+ case "InvalidResourceStateFault":
1205
+ case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
1206
+ throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
1207
+ case "ResourceNotFoundFault":
1208
+ case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
1209
+ throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
1210
+ default:
1211
+ const parsedBody = parsedOutput.body;
1212
+ return throwDefaultError({
1213
+ output,
1214
+ parsedBody,
1215
+ errorCode,
1216
+ });
1217
+ }
1218
+ };
1074
1219
  export const de_DeleteReplicationInstanceCommand = async (output, context) => {
1075
1220
  if (output.statusCode >= 300) {
1076
1221
  return de_DeleteReplicationInstanceCommandError(output, context);
@@ -1833,6 +1978,38 @@ const de_DescribeRefreshSchemasStatusCommandError = async (output, context) => {
1833
1978
  });
1834
1979
  }
1835
1980
  };
1981
+ export const de_DescribeReplicationConfigsCommand = async (output, context) => {
1982
+ if (output.statusCode >= 300) {
1983
+ return de_DescribeReplicationConfigsCommandError(output, context);
1984
+ }
1985
+ const data = await parseBody(output.body, context);
1986
+ let contents = {};
1987
+ contents = de_DescribeReplicationConfigsResponse(data, context);
1988
+ const response = {
1989
+ $metadata: deserializeMetadata(output),
1990
+ ...contents,
1991
+ };
1992
+ return response;
1993
+ };
1994
+ const de_DescribeReplicationConfigsCommandError = async (output, context) => {
1995
+ const parsedOutput = {
1996
+ ...output,
1997
+ body: await parseErrorBody(output.body, context),
1998
+ };
1999
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2000
+ switch (errorCode) {
2001
+ case "ResourceNotFoundFault":
2002
+ case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
2003
+ throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
2004
+ default:
2005
+ const parsedBody = parsedOutput.body;
2006
+ return throwDefaultError({
2007
+ output,
2008
+ parsedBody,
2009
+ errorCode,
2010
+ });
2011
+ }
2012
+ };
1836
2013
  export const de_DescribeReplicationInstancesCommand = async (output, context) => {
1837
2014
  if (output.statusCode >= 300) {
1838
2015
  return de_DescribeReplicationInstancesCommandError(output, context);
@@ -1900,6 +2077,38 @@ const de_DescribeReplicationInstanceTaskLogsCommandError = async (output, contex
1900
2077
  });
1901
2078
  }
1902
2079
  };
2080
+ export const de_DescribeReplicationsCommand = async (output, context) => {
2081
+ if (output.statusCode >= 300) {
2082
+ return de_DescribeReplicationsCommandError(output, context);
2083
+ }
2084
+ const data = await parseBody(output.body, context);
2085
+ let contents = {};
2086
+ contents = de_DescribeReplicationsResponse(data, context);
2087
+ const response = {
2088
+ $metadata: deserializeMetadata(output),
2089
+ ...contents,
2090
+ };
2091
+ return response;
2092
+ };
2093
+ const de_DescribeReplicationsCommandError = async (output, context) => {
2094
+ const parsedOutput = {
2095
+ ...output,
2096
+ body: await parseErrorBody(output.body, context),
2097
+ };
2098
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2099
+ switch (errorCode) {
2100
+ case "ResourceNotFoundFault":
2101
+ case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
2102
+ throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
2103
+ default:
2104
+ const parsedBody = parsedOutput.body;
2105
+ return throwDefaultError({
2106
+ output,
2107
+ parsedBody,
2108
+ errorCode,
2109
+ });
2110
+ }
2111
+ };
1903
2112
  export const de_DescribeReplicationSubnetGroupsCommand = async (output, context) => {
1904
2113
  if (output.statusCode >= 300) {
1905
2114
  return de_DescribeReplicationSubnetGroupsCommandError(output, context);
@@ -1932,6 +2141,41 @@ const de_DescribeReplicationSubnetGroupsCommandError = async (output, context) =
1932
2141
  });
1933
2142
  }
1934
2143
  };
2144
+ export const de_DescribeReplicationTableStatisticsCommand = async (output, context) => {
2145
+ if (output.statusCode >= 300) {
2146
+ return de_DescribeReplicationTableStatisticsCommandError(output, context);
2147
+ }
2148
+ const data = await parseBody(output.body, context);
2149
+ let contents = {};
2150
+ contents = de_DescribeReplicationTableStatisticsResponse(data, context);
2151
+ const response = {
2152
+ $metadata: deserializeMetadata(output),
2153
+ ...contents,
2154
+ };
2155
+ return response;
2156
+ };
2157
+ const de_DescribeReplicationTableStatisticsCommandError = async (output, context) => {
2158
+ const parsedOutput = {
2159
+ ...output,
2160
+ body: await parseErrorBody(output.body, context),
2161
+ };
2162
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2163
+ switch (errorCode) {
2164
+ case "InvalidResourceStateFault":
2165
+ case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
2166
+ throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
2167
+ case "ResourceNotFoundFault":
2168
+ case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
2169
+ throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
2170
+ default:
2171
+ const parsedBody = parsedOutput.body;
2172
+ return throwDefaultError({
2173
+ output,
2174
+ parsedBody,
2175
+ errorCode,
2176
+ });
2177
+ }
2178
+ };
1935
2179
  export const de_DescribeReplicationTaskAssessmentResultsCommand = async (output, context) => {
1936
2180
  if (output.statusCode >= 300) {
1937
2181
  return de_DescribeReplicationTaskAssessmentResultsCommandError(output, context);
@@ -2300,6 +2544,53 @@ const de_ModifyEventSubscriptionCommandError = async (output, context) => {
2300
2544
  });
2301
2545
  }
2302
2546
  };
2547
+ export const de_ModifyReplicationConfigCommand = async (output, context) => {
2548
+ if (output.statusCode >= 300) {
2549
+ return de_ModifyReplicationConfigCommandError(output, context);
2550
+ }
2551
+ const data = await parseBody(output.body, context);
2552
+ let contents = {};
2553
+ contents = de_ModifyReplicationConfigResponse(data, context);
2554
+ const response = {
2555
+ $metadata: deserializeMetadata(output),
2556
+ ...contents,
2557
+ };
2558
+ return response;
2559
+ };
2560
+ const de_ModifyReplicationConfigCommandError = async (output, context) => {
2561
+ const parsedOutput = {
2562
+ ...output,
2563
+ body: await parseErrorBody(output.body, context),
2564
+ };
2565
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2566
+ switch (errorCode) {
2567
+ case "AccessDeniedFault":
2568
+ case "com.amazonaws.databasemigrationservice#AccessDeniedFault":
2569
+ throw await de_AccessDeniedFaultRes(parsedOutput, context);
2570
+ case "InvalidResourceStateFault":
2571
+ case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
2572
+ throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
2573
+ case "InvalidSubnet":
2574
+ case "com.amazonaws.databasemigrationservice#InvalidSubnet":
2575
+ throw await de_InvalidSubnetRes(parsedOutput, context);
2576
+ case "KMSKeyNotAccessibleFault":
2577
+ case "com.amazonaws.databasemigrationservice#KMSKeyNotAccessibleFault":
2578
+ throw await de_KMSKeyNotAccessibleFaultRes(parsedOutput, context);
2579
+ case "ReplicationSubnetGroupDoesNotCoverEnoughAZs":
2580
+ case "com.amazonaws.databasemigrationservice#ReplicationSubnetGroupDoesNotCoverEnoughAZs":
2581
+ throw await de_ReplicationSubnetGroupDoesNotCoverEnoughAZsRes(parsedOutput, context);
2582
+ case "ResourceNotFoundFault":
2583
+ case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
2584
+ throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
2585
+ default:
2586
+ const parsedBody = parsedOutput.body;
2587
+ return throwDefaultError({
2588
+ output,
2589
+ parsedBody,
2590
+ errorCode,
2591
+ });
2592
+ }
2593
+ };
2303
2594
  export const de_ModifyReplicationInstanceCommand = async (output, context) => {
2304
2595
  if (output.statusCode >= 300) {
2305
2596
  return de_ModifyReplicationInstanceCommandError(output, context);
@@ -2558,6 +2849,41 @@ const de_RefreshSchemasCommandError = async (output, context) => {
2558
2849
  });
2559
2850
  }
2560
2851
  };
2852
+ export const de_ReloadReplicationTablesCommand = async (output, context) => {
2853
+ if (output.statusCode >= 300) {
2854
+ return de_ReloadReplicationTablesCommandError(output, context);
2855
+ }
2856
+ const data = await parseBody(output.body, context);
2857
+ let contents = {};
2858
+ contents = _json(data);
2859
+ const response = {
2860
+ $metadata: deserializeMetadata(output),
2861
+ ...contents,
2862
+ };
2863
+ return response;
2864
+ };
2865
+ const de_ReloadReplicationTablesCommandError = async (output, context) => {
2866
+ const parsedOutput = {
2867
+ ...output,
2868
+ body: await parseErrorBody(output.body, context),
2869
+ };
2870
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
2871
+ switch (errorCode) {
2872
+ case "InvalidResourceStateFault":
2873
+ case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
2874
+ throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
2875
+ case "ResourceNotFoundFault":
2876
+ case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
2877
+ throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
2878
+ default:
2879
+ const parsedBody = parsedOutput.body;
2880
+ return throwDefaultError({
2881
+ output,
2882
+ parsedBody,
2883
+ errorCode,
2884
+ });
2885
+ }
2886
+ };
2561
2887
  export const de_ReloadTablesCommand = async (output, context) => {
2562
2888
  if (output.statusCode >= 300) {
2563
2889
  return de_ReloadTablesCommandError(output, context);
@@ -2695,6 +3021,44 @@ const de_StartRecommendationsCommandError = async (output, context) => {
2695
3021
  });
2696
3022
  }
2697
3023
  };
3024
+ export const de_StartReplicationCommand = async (output, context) => {
3025
+ if (output.statusCode >= 300) {
3026
+ return de_StartReplicationCommandError(output, context);
3027
+ }
3028
+ const data = await parseBody(output.body, context);
3029
+ let contents = {};
3030
+ contents = de_StartReplicationResponse(data, context);
3031
+ const response = {
3032
+ $metadata: deserializeMetadata(output),
3033
+ ...contents,
3034
+ };
3035
+ return response;
3036
+ };
3037
+ const de_StartReplicationCommandError = async (output, context) => {
3038
+ const parsedOutput = {
3039
+ ...output,
3040
+ body: await parseErrorBody(output.body, context),
3041
+ };
3042
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
3043
+ switch (errorCode) {
3044
+ case "AccessDeniedFault":
3045
+ case "com.amazonaws.databasemigrationservice#AccessDeniedFault":
3046
+ throw await de_AccessDeniedFaultRes(parsedOutput, context);
3047
+ case "InvalidResourceStateFault":
3048
+ case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
3049
+ throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
3050
+ case "ResourceNotFoundFault":
3051
+ case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
3052
+ throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
3053
+ default:
3054
+ const parsedBody = parsedOutput.body;
3055
+ return throwDefaultError({
3056
+ output,
3057
+ parsedBody,
3058
+ errorCode,
3059
+ });
3060
+ }
3061
+ };
2698
3062
  export const de_StartReplicationTaskCommand = async (output, context) => {
2699
3063
  if (output.statusCode >= 300) {
2700
3064
  return de_StartReplicationTaskCommandError(output, context);
@@ -2833,6 +3197,44 @@ const de_StartReplicationTaskAssessmentRunCommandError = async (output, context)
2833
3197
  });
2834
3198
  }
2835
3199
  };
3200
+ export const de_StopReplicationCommand = async (output, context) => {
3201
+ if (output.statusCode >= 300) {
3202
+ return de_StopReplicationCommandError(output, context);
3203
+ }
3204
+ const data = await parseBody(output.body, context);
3205
+ let contents = {};
3206
+ contents = de_StopReplicationResponse(data, context);
3207
+ const response = {
3208
+ $metadata: deserializeMetadata(output),
3209
+ ...contents,
3210
+ };
3211
+ return response;
3212
+ };
3213
+ const de_StopReplicationCommandError = async (output, context) => {
3214
+ const parsedOutput = {
3215
+ ...output,
3216
+ body: await parseErrorBody(output.body, context),
3217
+ };
3218
+ const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
3219
+ switch (errorCode) {
3220
+ case "AccessDeniedFault":
3221
+ case "com.amazonaws.databasemigrationservice#AccessDeniedFault":
3222
+ throw await de_AccessDeniedFaultRes(parsedOutput, context);
3223
+ case "InvalidResourceStateFault":
3224
+ case "com.amazonaws.databasemigrationservice#InvalidResourceStateFault":
3225
+ throw await de_InvalidResourceStateFaultRes(parsedOutput, context);
3226
+ case "ResourceNotFoundFault":
3227
+ case "com.amazonaws.databasemigrationservice#ResourceNotFoundFault":
3228
+ throw await de_ResourceNotFoundFaultRes(parsedOutput, context);
3229
+ default:
3230
+ const parsedBody = parsedOutput.body;
3231
+ return throwDefaultError({
3232
+ output,
3233
+ parsedBody,
3234
+ errorCode,
3235
+ });
3236
+ }
3237
+ };
2836
3238
  export const de_StopReplicationTaskCommand = async (output, context) => {
2837
3239
  if (output.statusCode >= 300) {
2838
3240
  return de_StopReplicationTaskCommandError(output, context);
@@ -3223,6 +3625,15 @@ const se_ModifyReplicationTaskMessage = (input, context) => {
3223
3625
  TaskData: [],
3224
3626
  });
3225
3627
  };
3628
+ const se_StartReplicationMessage = (input, context) => {
3629
+ return take(input, {
3630
+ CdcStartPosition: [],
3631
+ CdcStartTime: (_) => Math.round(_.getTime() / 1000),
3632
+ CdcStopPosition: [],
3633
+ ReplicationConfigArn: [],
3634
+ StartReplicationType: [],
3635
+ });
3636
+ };
3226
3637
  const se_StartReplicationTaskMessage = (input, context) => {
3227
3638
  return take(input, {
3228
3639
  CdcStartPosition: [],
@@ -3264,6 +3675,11 @@ const de_CertificateList = (output, context) => {
3264
3675
  });
3265
3676
  return retVal;
3266
3677
  };
3678
+ const de_CreateReplicationConfigResponse = (output, context) => {
3679
+ return take(output, {
3680
+ ReplicationConfig: (_) => de_ReplicationConfig(_, context),
3681
+ });
3682
+ };
3267
3683
  const de_CreateReplicationInstanceResponse = (output, context) => {
3268
3684
  return take(output, {
3269
3685
  ReplicationInstance: (_) => de_ReplicationInstance(_, context),
@@ -3279,6 +3695,11 @@ const de_DeleteCertificateResponse = (output, context) => {
3279
3695
  Certificate: (_) => de_Certificate(_, context),
3280
3696
  });
3281
3697
  };
3698
+ const de_DeleteReplicationConfigResponse = (output, context) => {
3699
+ return take(output, {
3700
+ ReplicationConfig: (_) => de_ReplicationConfig(_, context),
3701
+ });
3702
+ };
3282
3703
  const de_DeleteReplicationInstanceResponse = (output, context) => {
3283
3704
  return take(output, {
3284
3705
  ReplicationInstance: (_) => de_ReplicationInstance(_, context),
@@ -3329,12 +3750,31 @@ const de_DescribeRefreshSchemasStatusResponse = (output, context) => {
3329
3750
  RefreshSchemasStatus: (_) => de_RefreshSchemasStatus(_, context),
3330
3751
  });
3331
3752
  };
3753
+ const de_DescribeReplicationConfigsResponse = (output, context) => {
3754
+ return take(output, {
3755
+ Marker: __expectString,
3756
+ ReplicationConfigs: (_) => de_ReplicationConfigList(_, context),
3757
+ });
3758
+ };
3332
3759
  const de_DescribeReplicationInstancesResponse = (output, context) => {
3333
3760
  return take(output, {
3334
3761
  Marker: __expectString,
3335
3762
  ReplicationInstances: (_) => de_ReplicationInstanceList(_, context),
3336
3763
  });
3337
3764
  };
3765
+ const de_DescribeReplicationsResponse = (output, context) => {
3766
+ return take(output, {
3767
+ Marker: __expectString,
3768
+ Replications: (_) => de_ReplicationList(_, context),
3769
+ });
3770
+ };
3771
+ const de_DescribeReplicationTableStatisticsResponse = (output, context) => {
3772
+ return take(output, {
3773
+ Marker: __expectString,
3774
+ ReplicationConfigArn: __expectString,
3775
+ ReplicationTableStatistics: (_) => de_ReplicationTableStatisticsList(_, context),
3776
+ });
3777
+ };
3338
3778
  const de_DescribeReplicationTaskAssessmentResultsResponse = (output, context) => {
3339
3779
  return take(output, {
3340
3780
  BucketName: __expectString,
@@ -3397,6 +3837,11 @@ const de_ImportCertificateResponse = (output, context) => {
3397
3837
  Certificate: (_) => de_Certificate(_, context),
3398
3838
  });
3399
3839
  };
3840
+ const de_ModifyReplicationConfigResponse = (output, context) => {
3841
+ return take(output, {
3842
+ ReplicationConfig: (_) => de_ReplicationConfig(_, context),
3843
+ });
3844
+ };
3400
3845
  const de_ModifyReplicationInstanceResponse = (output, context) => {
3401
3846
  return take(output, {
3402
3847
  ReplicationInstance: (_) => de_ReplicationInstance(_, context),
@@ -3438,10 +3883,21 @@ const de_PendingMaintenanceActions = (output, context) => {
3438
3883
  });
3439
3884
  return retVal;
3440
3885
  };
3886
+ const de_ProvisionData = (output, context) => {
3887
+ return take(output, {
3888
+ DateNewProvisioningDataAvailable: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3889
+ DateProvisioned: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3890
+ IsNewProvisioningAvailable: __expectBoolean,
3891
+ ProvisionState: __expectString,
3892
+ ProvisionedCapacityUnits: __expectInt32,
3893
+ ReasonForNewProvisioningData: __expectString,
3894
+ });
3895
+ };
3441
3896
  const de_RdsConfiguration = (output, context) => {
3442
3897
  return take(output, {
3443
3898
  DeploymentOption: __expectString,
3444
3899
  EngineEdition: __expectString,
3900
+ EngineVersion: __expectString,
3445
3901
  InstanceMemory: __limitedParseDouble,
3446
3902
  InstanceType: __expectString,
3447
3903
  InstanceVcpu: __limitedParseDouble,
@@ -3460,6 +3916,7 @@ const de_RdsRequirements = (output, context) => {
3460
3916
  return take(output, {
3461
3917
  DeploymentOption: __expectString,
3462
3918
  EngineEdition: __expectString,
3919
+ EngineVersion: __expectString,
3463
3920
  InstanceMemory: __limitedParseDouble,
3464
3921
  InstanceVcpu: __limitedParseDouble,
3465
3922
  StorageIops: __expectInt32,
@@ -3509,6 +3966,51 @@ const de_RefreshSchemasStatus = (output, context) => {
3509
3966
  Status: __expectString,
3510
3967
  });
3511
3968
  };
3969
+ const de_Replication = (output, context) => {
3970
+ return take(output, {
3971
+ CdcStartPosition: __expectString,
3972
+ CdcStartTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3973
+ CdcStopPosition: __expectString,
3974
+ FailureMessages: _json,
3975
+ ProvisionData: (_) => de_ProvisionData(_, context),
3976
+ RecoveryCheckpoint: __expectString,
3977
+ ReplicationConfigArn: __expectString,
3978
+ ReplicationConfigIdentifier: __expectString,
3979
+ ReplicationCreateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3980
+ ReplicationLastStopTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3981
+ ReplicationStats: (_) => de_ReplicationStats(_, context),
3982
+ ReplicationType: __expectString,
3983
+ ReplicationUpdateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3984
+ SourceEndpointArn: __expectString,
3985
+ StartReplicationType: __expectString,
3986
+ Status: __expectString,
3987
+ StopReason: __expectString,
3988
+ TargetEndpointArn: __expectString,
3989
+ });
3990
+ };
3991
+ const de_ReplicationConfig = (output, context) => {
3992
+ return take(output, {
3993
+ ComputeConfig: _json,
3994
+ ReplicationConfigArn: __expectString,
3995
+ ReplicationConfigCreateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3996
+ ReplicationConfigIdentifier: __expectString,
3997
+ ReplicationConfigUpdateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3998
+ ReplicationSettings: __expectString,
3999
+ ReplicationType: __expectString,
4000
+ SourceEndpointArn: __expectString,
4001
+ SupplementalSettings: __expectString,
4002
+ TableMappings: __expectString,
4003
+ TargetEndpointArn: __expectString,
4004
+ });
4005
+ };
4006
+ const de_ReplicationConfigList = (output, context) => {
4007
+ const retVal = (output || [])
4008
+ .filter((e) => e != null)
4009
+ .map((entry) => {
4010
+ return de_ReplicationConfig(entry, context);
4011
+ });
4012
+ return retVal;
4013
+ };
3512
4014
  const de_ReplicationInstance = (output, context) => {
3513
4015
  return take(output, {
3514
4016
  AllocatedStorage: __expectInt32,
@@ -3546,6 +4048,37 @@ const de_ReplicationInstanceList = (output, context) => {
3546
4048
  });
3547
4049
  return retVal;
3548
4050
  };
4051
+ const de_ReplicationList = (output, context) => {
4052
+ const retVal = (output || [])
4053
+ .filter((e) => e != null)
4054
+ .map((entry) => {
4055
+ return de_Replication(entry, context);
4056
+ });
4057
+ return retVal;
4058
+ };
4059
+ const de_ReplicationStats = (output, context) => {
4060
+ return take(output, {
4061
+ ElapsedTimeMillis: __expectLong,
4062
+ FreshStartDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
4063
+ FullLoadFinishDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
4064
+ FullLoadProgressPercent: __expectInt32,
4065
+ FullLoadStartDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
4066
+ StartDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
4067
+ StopDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
4068
+ TablesErrored: __expectInt32,
4069
+ TablesLoaded: __expectInt32,
4070
+ TablesLoading: __expectInt32,
4071
+ TablesQueued: __expectInt32,
4072
+ });
4073
+ };
4074
+ const de_ReplicationTableStatisticsList = (output, context) => {
4075
+ const retVal = (output || [])
4076
+ .filter((e) => e != null)
4077
+ .map((entry) => {
4078
+ return de_TableStatistics(entry, context);
4079
+ });
4080
+ return retVal;
4081
+ };
3549
4082
  const de_ReplicationTask = (output, context) => {
3550
4083
  return take(output, {
3551
4084
  CdcStartPosition: __expectString,
@@ -3671,6 +4204,11 @@ const de_SchemaResponse = (output, context) => {
3671
4204
  Similarity: __limitedParseDouble,
3672
4205
  });
3673
4206
  };
4207
+ const de_StartReplicationResponse = (output, context) => {
4208
+ return take(output, {
4209
+ Replication: (_) => de_Replication(_, context),
4210
+ });
4211
+ };
3674
4212
  const de_StartReplicationTaskAssessmentResponse = (output, context) => {
3675
4213
  return take(output, {
3676
4214
  ReplicationTask: (_) => de_ReplicationTask(_, context),
@@ -3686,6 +4224,11 @@ const de_StartReplicationTaskResponse = (output, context) => {
3686
4224
  ReplicationTask: (_) => de_ReplicationTask(_, context),
3687
4225
  });
3688
4226
  };
4227
+ const de_StopReplicationResponse = (output, context) => {
4228
+ return take(output, {
4229
+ Replication: (_) => de_Replication(_, context),
4230
+ });
4231
+ };
3689
4232
  const de_StopReplicationTaskResponse = (output, context) => {
3690
4233
  return take(output, {
3691
4234
  ReplicationTask: (_) => de_ReplicationTask(_, context),