oci-databasemigration 2.88.2 → 2.89.1

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 (851) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +45 -96
  4. package/lib/client.js +144 -458
  5. package/lib/client.js.map +1 -1
  6. package/lib/databasemigration-waiter.d.ts +2 -10
  7. package/lib/databasemigration-waiter.js +2 -14
  8. package/lib/databasemigration-waiter.js.map +1 -1
  9. package/lib/model/a-db-dedicated-auto-create-tablespace-details.d.ts +7 -5
  10. package/lib/model/a-db-dedicated-auto-create-tablespace-details.js +1 -1
  11. package/lib/model/a-db-dedicated-auto-create-tablespace-details.js.map +1 -1
  12. package/lib/model/a-db-dedicated-remap-target-tablespace-details.d.ts +3 -3
  13. package/lib/model/a-db-dedicated-remap-target-tablespace-details.js +1 -1
  14. package/lib/model/a-db-serverles-tablespace-details.d.ts +3 -3
  15. package/lib/model/a-db-serverles-tablespace-details.js +1 -1
  16. package/lib/model/admin-credentials.d.ts +1 -1
  17. package/lib/model/admin-credentials.js +1 -1
  18. package/lib/model/advanced-parameter-data-types.d.ts +31 -0
  19. package/lib/model/advanced-parameter-data-types.js +42 -0
  20. package/lib/model/advanced-parameter-data-types.js.map +1 -0
  21. package/lib/model/advisor-report-bucket-details.d.ts +4 -4
  22. package/lib/model/advisor-report-bucket-details.js +1 -1
  23. package/lib/model/advisor-report-location-details.d.ts +3 -3
  24. package/lib/model/advisor-report-location-details.js +1 -1
  25. package/lib/model/advisor-report.d.ts +3 -3
  26. package/lib/model/advisor-report.js +1 -1
  27. package/lib/model/advisor-results.d.ts +1 -1
  28. package/lib/model/advisor-results.js +1 -1
  29. package/lib/model/change-connection-compartment-details.d.ts +3 -4
  30. package/lib/model/change-connection-compartment-details.js +1 -1
  31. package/lib/model/change-connection-compartment-details.js.map +1 -1
  32. package/lib/model/change-migration-compartment-details.d.ts +3 -5
  33. package/lib/model/change-migration-compartment-details.js +1 -1
  34. package/lib/model/change-migration-compartment-details.js.map +1 -1
  35. package/lib/model/clone-migration-details.d.ts +10 -35
  36. package/lib/model/clone-migration-details.js +26 -31
  37. package/lib/model/clone-migration-details.js.map +1 -1
  38. package/lib/model/compatibility-option.d.ts +48 -0
  39. package/lib/model/compatibility-option.js +59 -0
  40. package/lib/model/compatibility-option.js.map +1 -0
  41. package/lib/model/connection-collection.d.ts +3 -5
  42. package/lib/model/connection-collection.js +1 -1
  43. package/lib/model/connection-collection.js.map +1 -1
  44. package/lib/model/connection-summary.d.ts +51 -49
  45. package/lib/model/connection-summary.js +58 -3
  46. package/lib/model/connection-summary.js.map +1 -1
  47. package/lib/model/{database-manual-connection-sub-types.d.ts → connection-type.d.ts} +8 -7
  48. package/lib/model/{data-pump-job-mode.js → connection-type.js} +15 -17
  49. package/lib/model/connection-type.js.map +1 -0
  50. package/lib/model/connection.d.ts +88 -60
  51. package/lib/model/connection.js +47 -33
  52. package/lib/model/connection.js.map +1 -1
  53. package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.d.ts +7 -5
  54. package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.js +1 -1
  55. package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.js.map +1 -1
  56. package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.d.ts +3 -3
  57. package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.js +1 -1
  58. package/lib/model/create-ad-bserverles-tablespace-details.d.ts +2 -2
  59. package/lib/model/create-ad-bserverles-tablespace-details.js +1 -1
  60. package/lib/model/create-admin-credentials.d.ts +1 -1
  61. package/lib/model/create-admin-credentials.js +1 -1
  62. package/lib/model/create-connection-details.d.ts +43 -43
  63. package/lib/model/create-connection-details.js +26 -41
  64. package/lib/model/create-connection-details.js.map +1 -1
  65. package/lib/model/create-curl-transfer-details.d.ts +1 -2
  66. package/lib/model/create-curl-transfer-details.js +1 -1
  67. package/lib/model/create-curl-transfer-details.js.map +1 -1
  68. package/lib/model/create-data-pump-parameters.d.ts +3 -8
  69. package/lib/model/create-data-pump-parameters.js +1 -1
  70. package/lib/model/create-data-pump-parameters.js.map +1 -1
  71. package/lib/model/create-directory-object.d.ts +1 -3
  72. package/lib/model/create-directory-object.js +1 -1
  73. package/lib/model/create-directory-object.js.map +1 -1
  74. package/lib/model/create-extract.d.ts +1 -2
  75. package/lib/model/create-extract.js +1 -1
  76. package/lib/model/create-extract.js.map +1 -1
  77. package/lib/model/create-golden-gate-hub-details.d.ts +46 -0
  78. package/lib/model/{create-dump-transfer-details.js → create-golden-gate-hub-details.js} +19 -17
  79. package/lib/model/create-golden-gate-hub-details.js.map +1 -0
  80. package/lib/model/create-host-dump-transfer-details.d.ts +2 -3
  81. package/lib/model/create-host-dump-transfer-details.js +1 -1
  82. package/lib/model/create-host-dump-transfer-details.js.map +1 -1
  83. package/lib/model/create-migration-details.d.ts +18 -47
  84. package/lib/model/create-migration-details.js +26 -73
  85. package/lib/model/create-migration-details.js.map +1 -1
  86. package/lib/model/{advisor-settings.d.ts → create-my-sql-advisor-settings.d.ts} +5 -7
  87. package/lib/model/create-my-sql-advisor-settings.js +29 -0
  88. package/lib/model/create-my-sql-advisor-settings.js.map +1 -0
  89. package/lib/model/{golden-gate-details.d.ts → create-my-sql-data-transfer-medium-details.d.ts} +7 -10
  90. package/lib/model/create-my-sql-data-transfer-medium-details.js +68 -0
  91. package/lib/model/create-my-sql-data-transfer-medium-details.js.map +1 -0
  92. package/lib/model/{connect-descriptor.d.ts → create-my-sql-ggs-deployment-details.d.ts} +10 -24
  93. package/lib/model/{database-link-details.js → create-my-sql-ggs-deployment-details.js} +11 -13
  94. package/lib/model/create-my-sql-ggs-deployment-details.js.map +1 -0
  95. package/lib/model/create-my-sql-initial-load-settings.d.ts +55 -0
  96. package/lib/model/{create-golden-gate-details.js → create-my-sql-initial-load-settings.js} +16 -14
  97. package/lib/model/create-my-sql-initial-load-settings.js.map +1 -0
  98. package/lib/model/create-my-sql-migration-details.d.ts +44 -0
  99. package/lib/model/create-my-sql-migration-details.js +106 -0
  100. package/lib/model/create-my-sql-migration-details.js.map +1 -0
  101. package/lib/model/create-my-sql-object-storage-data-transfer-medium-details.d.ts +25 -0
  102. package/lib/model/create-my-sql-object-storage-data-transfer-medium-details.js +62 -0
  103. package/lib/model/create-my-sql-object-storage-data-transfer-medium-details.js.map +1 -0
  104. package/lib/model/create-mysql-connection-details.d.ts +82 -0
  105. package/lib/model/create-mysql-connection-details.js +66 -0
  106. package/lib/model/create-mysql-connection-details.js.map +1 -0
  107. package/lib/model/create-non-ad-bauto-create-tablespace-details.d.ts +1 -1
  108. package/lib/model/create-non-ad-bauto-create-tablespace-details.js +1 -1
  109. package/lib/model/create-non-ad-bremap-tablespace-details.d.ts +1 -1
  110. package/lib/model/create-non-ad-bremap-tablespace-details.js +1 -1
  111. package/lib/model/create-object-store-bucket.d.ts +1 -1
  112. package/lib/model/create-object-store-bucket.js +1 -1
  113. package/lib/model/create-oci-cli-dump-transfer-details.d.ts +1 -3
  114. package/lib/model/create-oci-cli-dump-transfer-details.js +1 -1
  115. package/lib/model/create-oci-cli-dump-transfer-details.js.map +1 -1
  116. package/lib/model/{create-advisor-settings.d.ts → create-oracle-advisor-settings.d.ts} +5 -8
  117. package/lib/model/create-oracle-advisor-settings.js +29 -0
  118. package/lib/model/create-oracle-advisor-settings.js.map +1 -0
  119. package/lib/model/{aws-s3-data-transfer-medium-details.d.ts → create-oracle-aws-s3-data-transfer-medium-details.d.ts} +5 -6
  120. package/lib/model/{object-storage-data-transfer-medium-details.js → create-oracle-aws-s3-data-transfer-medium-details.js} +11 -11
  121. package/lib/model/create-oracle-aws-s3-data-transfer-medium-details.js.map +1 -0
  122. package/lib/model/create-oracle-connection-details.d.ts +64 -0
  123. package/lib/model/create-oracle-connection-details.js +54 -0
  124. package/lib/model/create-oracle-connection-details.js.map +1 -0
  125. package/lib/model/create-oracle-data-transfer-medium-details.d.ts +22 -0
  126. package/lib/model/create-oracle-data-transfer-medium-details.js +80 -0
  127. package/lib/model/create-oracle-data-transfer-medium-details.js.map +1 -0
  128. package/lib/model/{database-link-details.d.ts → create-oracle-db-link-data-transfer-medium-details.d.ts} +10 -8
  129. package/lib/model/create-oracle-db-link-data-transfer-medium-details.js +62 -0
  130. package/lib/model/create-oracle-db-link-data-transfer-medium-details.js.map +1 -0
  131. package/lib/model/{create-golden-gate-settings.d.ts → create-oracle-ggs-deployment-details.d.ts} +6 -7
  132. package/lib/model/{create-golden-gate-settings.js → create-oracle-ggs-deployment-details.js} +8 -8
  133. package/lib/model/create-oracle-ggs-deployment-details.js.map +1 -0
  134. package/lib/model/{create-data-pump-settings.d.ts → create-oracle-initial-load-settings.d.ts} +11 -15
  135. package/lib/model/{create-data-pump-settings.js → create-oracle-initial-load-settings.js} +18 -18
  136. package/lib/model/create-oracle-initial-load-settings.js.map +1 -0
  137. package/lib/model/create-oracle-migration-details.d.ts +53 -0
  138. package/lib/model/create-oracle-migration-details.js +116 -0
  139. package/lib/model/create-oracle-migration-details.js.map +1 -0
  140. package/lib/model/create-oracle-nfs-data-transfer-medium-details.d.ts +32 -0
  141. package/lib/model/{dump-transfer-details.js → create-oracle-nfs-data-transfer-medium-details.js} +23 -12
  142. package/lib/model/create-oracle-nfs-data-transfer-medium-details.js.map +1 -0
  143. package/lib/model/create-oracle-object-storage-data-transfer-medium-details.d.ts +27 -0
  144. package/lib/model/create-oracle-object-storage-data-transfer-medium-details.js +70 -0
  145. package/lib/model/create-oracle-object-storage-data-transfer-medium-details.js.map +1 -0
  146. package/lib/model/create-replicat.d.ts +1 -16
  147. package/lib/model/create-replicat.js +1 -1
  148. package/lib/model/create-replicat.js.map +1 -1
  149. package/lib/model/create-target-type-tablespace-details.d.ts +1 -2
  150. package/lib/model/create-target-type-tablespace-details.js +1 -1
  151. package/lib/model/create-target-type-tablespace-details.js.map +1 -1
  152. package/lib/model/curl-transfer-details.d.ts +1 -2
  153. package/lib/model/curl-transfer-details.js +1 -1
  154. package/lib/model/curl-transfer-details.js.map +1 -1
  155. package/lib/model/data-pump-estimate.d.ts +1 -1
  156. package/lib/model/data-pump-estimate.js +1 -1
  157. package/lib/model/data-pump-exclude-parameters.d.ts +1 -2
  158. package/lib/model/data-pump-exclude-parameters.js +1 -2
  159. package/lib/model/data-pump-exclude-parameters.js.map +1 -1
  160. package/lib/model/data-pump-parameters.d.ts +4 -9
  161. package/lib/model/data-pump-parameters.js +1 -1
  162. package/lib/model/data-pump-parameters.js.map +1 -1
  163. package/lib/model/data-pump-table-exists-action.d.ts +1 -1
  164. package/lib/model/data-pump-table-exists-action.js +1 -1
  165. package/lib/model/data-pump-tablespace-block-sizes-in-kb.d.ts +1 -2
  166. package/lib/model/data-pump-tablespace-block-sizes-in-kb.js +1 -2
  167. package/lib/model/data-pump-tablespace-block-sizes-in-kb.js.map +1 -1
  168. package/lib/model/{database-connection-types.d.ts → database-combination.d.ts} +8 -10
  169. package/lib/model/{database-connection-types.js → database-combination.js} +14 -16
  170. package/lib/model/database-combination.js.map +1 -0
  171. package/lib/model/diagnostics-result.d.ts +1 -1
  172. package/lib/model/diagnostics-result.js +1 -1
  173. package/lib/model/directory-object.d.ts +1 -1
  174. package/lib/model/directory-object.js +1 -1
  175. package/lib/model/excluded-object-summary-collection.d.ts +1 -1
  176. package/lib/model/excluded-object-summary-collection.js +1 -1
  177. package/lib/model/excluded-object-summary.d.ts +1 -1
  178. package/lib/model/excluded-object-summary.js +1 -1
  179. package/lib/model/extract-performance-profile.d.ts +1 -1
  180. package/lib/model/extract-performance-profile.js +1 -1
  181. package/lib/model/extract.d.ts +1 -2
  182. package/lib/model/extract.js +1 -1
  183. package/lib/model/extract.js.map +1 -1
  184. package/lib/model/ggs-deployment.d.ts +3 -6
  185. package/lib/model/ggs-deployment.js +1 -1
  186. package/lib/model/ggs-deployment.js.map +1 -1
  187. package/lib/model/golden-gate-hub-details.d.ts +46 -0
  188. package/lib/model/{golden-gate-settings.js → golden-gate-hub-details.js} +14 -8
  189. package/lib/model/golden-gate-hub-details.js.map +1 -0
  190. package/lib/model/handle-grant-errors.d.ts +33 -0
  191. package/lib/model/handle-grant-errors.js +44 -0
  192. package/lib/model/handle-grant-errors.js.map +1 -0
  193. package/lib/model/host-dump-transfer-details.d.ts +2 -3
  194. package/lib/model/host-dump-transfer-details.js +1 -1
  195. package/lib/model/host-dump-transfer-details.js.map +1 -1
  196. package/lib/model/index.d.ts +163 -121
  197. package/lib/model/index.js +168 -125
  198. package/lib/model/index.js.map +1 -1
  199. package/lib/model/{agent-collection.d.ts → ingress-ip-details.d.ts} +8 -11
  200. package/lib/model/{create-ssh-details.js → ingress-ip-details.js} +8 -8
  201. package/lib/model/ingress-ip-details.js.map +1 -0
  202. package/lib/model/job-collection.d.ts +1 -1
  203. package/lib/model/job-collection.js +1 -1
  204. package/lib/model/job-lifecycle-states.d.ts +1 -1
  205. package/lib/model/job-lifecycle-states.js +1 -1
  206. package/lib/model/job-mode-my-sql.d.ts +28 -0
  207. package/lib/model/job-mode-my-sql.js +39 -0
  208. package/lib/model/job-mode-my-sql.js.map +1 -0
  209. package/lib/model/{data-pump-job-mode.d.ts → job-mode-oracle.d.ts} +6 -7
  210. package/lib/model/job-mode-oracle.js +42 -0
  211. package/lib/model/job-mode-oracle.js.map +1 -0
  212. package/lib/model/job-output-summary-collection.d.ts +1 -1
  213. package/lib/model/job-output-summary-collection.js +1 -1
  214. package/lib/model/job-output-summary.d.ts +1 -1
  215. package/lib/model/job-output-summary.js +1 -1
  216. package/lib/model/job-phase-status.d.ts +1 -1
  217. package/lib/model/job-phase-status.js +1 -1
  218. package/lib/model/job-summary.d.ts +3 -3
  219. package/lib/model/job-summary.js +1 -1
  220. package/lib/model/job-types.d.ts +1 -1
  221. package/lib/model/job-types.js +1 -1
  222. package/lib/model/job.d.ts +3 -3
  223. package/lib/model/job.js +1 -1
  224. package/lib/model/lifecycle-states.d.ts +1 -1
  225. package/lib/model/lifecycle-states.js +1 -1
  226. package/lib/model/log-location-bucket-details.d.ts +1 -1
  227. package/lib/model/log-location-bucket-details.js +1 -1
  228. package/lib/model/metadata-remap.d.ts +1 -3
  229. package/lib/model/metadata-remap.js +1 -1
  230. package/lib/model/metadata-remap.js.map +1 -1
  231. package/lib/model/migration-collection.d.ts +1 -3
  232. package/lib/model/migration-collection.js +1 -1
  233. package/lib/model/migration-collection.js.map +1 -1
  234. package/lib/model/migration-database-target-types-update.d.ts +1 -2
  235. package/lib/model/migration-database-target-types-update.js +1 -2
  236. package/lib/model/migration-database-target-types-update.js.map +1 -1
  237. package/lib/model/migration-database-target-types.d.ts +1 -2
  238. package/lib/model/migration-database-target-types.js +1 -2
  239. package/lib/model/migration-database-target-types.js.map +1 -1
  240. package/lib/model/migration-job-progress-resource.d.ts +1 -1
  241. package/lib/model/migration-job-progress-resource.js +1 -1
  242. package/lib/model/migration-job-progress-summary.d.ts +1 -1
  243. package/lib/model/migration-job-progress-summary.js +1 -1
  244. package/lib/model/migration-lifecycle-states.d.ts +1 -2
  245. package/lib/model/migration-lifecycle-states.js +1 -2
  246. package/lib/model/migration-lifecycle-states.js.map +1 -1
  247. package/lib/model/migration-object-collection.d.ts +3 -14
  248. package/lib/model/migration-object-collection.js +26 -15
  249. package/lib/model/migration-object-collection.js.map +1 -1
  250. package/lib/model/migration-object-type-summary-collection.d.ts +1 -3
  251. package/lib/model/migration-object-type-summary-collection.js +1 -1
  252. package/lib/model/migration-object-type-summary-collection.js.map +1 -1
  253. package/lib/model/migration-object-type-summary.d.ts +1 -3
  254. package/lib/model/migration-object-type-summary.js +1 -1
  255. package/lib/model/migration-object-type-summary.js.map +1 -1
  256. package/lib/model/{agent-image-collection.d.ts → migration-parameter-base.d.ts} +12 -10
  257. package/lib/model/{migration-object-summary.js → migration-parameter-base.js} +8 -8
  258. package/lib/model/{migration-object-summary.js.map → migration-parameter-base.js.map} +1 -1
  259. package/lib/model/migration-parameter-details.d.ts +38 -0
  260. package/lib/model/{agent-summary.js → migration-parameter-details.js} +8 -8
  261. package/lib/model/migration-parameter-details.js.map +1 -0
  262. package/lib/model/migration-parameter-summary-collection.d.ts +26 -0
  263. package/lib/model/{agent-collection.js → migration-parameter-summary-collection.js} +10 -10
  264. package/lib/model/migration-parameter-summary-collection.js.map +1 -0
  265. package/lib/model/migration-parameter-summary.d.ts +76 -0
  266. package/lib/model/{agent.js → migration-parameter-summary.js} +8 -8
  267. package/lib/model/migration-parameter-summary.js.map +1 -0
  268. package/lib/model/migration-phase-collection.d.ts +1 -1
  269. package/lib/model/migration-phase-collection.js +1 -1
  270. package/lib/model/migration-phase-summary.d.ts +1 -1
  271. package/lib/model/migration-phase-summary.js +1 -1
  272. package/lib/model/migration-status.d.ts +1 -2
  273. package/lib/model/migration-status.js +1 -2
  274. package/lib/model/migration-status.js.map +1 -1
  275. package/lib/model/migration-summary.d.ts +17 -33
  276. package/lib/model/migration-summary.js +26 -11
  277. package/lib/model/migration-summary.js.map +1 -1
  278. package/lib/model/migration-types.d.ts +1 -2
  279. package/lib/model/migration-types.js +1 -2
  280. package/lib/model/migration-types.js.map +1 -1
  281. package/lib/model/migration.d.ts +24 -57
  282. package/lib/model/migration.js +26 -73
  283. package/lib/model/migration.js.map +1 -1
  284. package/lib/model/my-sql-advisor-settings.d.ts +30 -0
  285. package/lib/model/{advisor-settings.js → my-sql-advisor-settings.js} +8 -8
  286. package/lib/model/my-sql-advisor-settings.js.map +1 -0
  287. package/lib/model/my-sql-clone-migration-details.d.ts +24 -0
  288. package/lib/model/my-sql-clone-migration-details.js +54 -0
  289. package/lib/model/my-sql-clone-migration-details.js.map +1 -0
  290. package/lib/model/{data-transfer-medium-details-v2.d.ts → my-sql-data-transfer-medium-details.d.ts} +6 -7
  291. package/lib/model/my-sql-data-transfer-medium-details.js +68 -0
  292. package/lib/model/my-sql-data-transfer-medium-details.js.map +1 -0
  293. package/lib/model/my-sql-database-object-summary.d.ts +40 -0
  294. package/lib/model/my-sql-database-object-summary.js +29 -0
  295. package/lib/model/my-sql-database-object-summary.js.map +1 -0
  296. package/lib/model/{create-vault-details.d.ts → my-sql-database-object.d.ts} +13 -15
  297. package/lib/model/{database-credentials.js → my-sql-database-object.js} +8 -8
  298. package/lib/model/my-sql-database-object.js.map +1 -0
  299. package/lib/model/my-sql-ggs-deployment-details.d.ts +29 -0
  300. package/lib/model/{golden-gate-service-details.js → my-sql-ggs-deployment-details.js} +10 -12
  301. package/lib/model/my-sql-ggs-deployment-details.js.map +1 -0
  302. package/lib/model/my-sql-initial-load-settings.d.ts +55 -0
  303. package/lib/model/{agent-image-collection.js → my-sql-initial-load-settings.js} +14 -14
  304. package/lib/model/my-sql-initial-load-settings.js.map +1 -0
  305. package/lib/model/my-sql-migration-object-collection.d.ts +35 -0
  306. package/lib/model/my-sql-migration-object-collection.js +66 -0
  307. package/lib/model/my-sql-migration-object-collection.js.map +1 -0
  308. package/lib/model/{create-golden-gate-details.d.ts → my-sql-migration-summary.d.ts} +8 -9
  309. package/lib/model/my-sql-migration-summary.js +54 -0
  310. package/lib/model/my-sql-migration-summary.js.map +1 -0
  311. package/lib/model/my-sql-migration.d.ts +29 -0
  312. package/lib/model/my-sql-migration.js +82 -0
  313. package/lib/model/my-sql-migration.js.map +1 -0
  314. package/lib/model/{object-storage-data-transfer-medium-details.d.ts → my-sql-object-storage-data-transfer-medium-details.d.ts} +6 -7
  315. package/lib/model/my-sql-object-storage-data-transfer-medium-details.js +62 -0
  316. package/lib/model/my-sql-object-storage-data-transfer-medium-details.js.map +1 -0
  317. package/lib/model/mysql-connection-summary.d.ts +59 -0
  318. package/lib/model/mysql-connection-summary.js +66 -0
  319. package/lib/model/mysql-connection-summary.js.map +1 -0
  320. package/lib/model/mysql-connection.d.ts +94 -0
  321. package/lib/model/mysql-connection.js +102 -0
  322. package/lib/model/mysql-connection.js.map +1 -0
  323. package/lib/model/{agent-image-summary.d.ts → name-value-pair.d.ts} +10 -13
  324. package/lib/model/{aws-s3-details.js → name-value-pair.js} +8 -8
  325. package/lib/model/name-value-pair.js.map +1 -0
  326. package/lib/model/non-ad-bauto-create-tablespace-details.d.ts +1 -1
  327. package/lib/model/non-ad-bauto-create-tablespace-details.js +1 -1
  328. package/lib/model/non-ad-bremap-tablespace-details.d.ts +1 -1
  329. package/lib/model/non-ad-bremap-tablespace-details.js +1 -1
  330. package/lib/model/object-status.d.ts +2 -3
  331. package/lib/model/object-status.js +2 -3
  332. package/lib/model/object-status.js.map +1 -1
  333. package/lib/model/object-store-bucket.d.ts +1 -3
  334. package/lib/model/object-store-bucket.js +1 -1
  335. package/lib/model/object-store-bucket.js.map +1 -1
  336. package/lib/model/oci-cli-dump-transfer-details.d.ts +1 -3
  337. package/lib/model/oci-cli-dump-transfer-details.js +1 -1
  338. package/lib/model/oci-cli-dump-transfer-details.js.map +1 -1
  339. package/lib/model/odms-job-phases.d.ts +5 -3
  340. package/lib/model/odms-job-phases.js +5 -3
  341. package/lib/model/odms-job-phases.js.map +1 -1
  342. package/lib/model/odms-phase-actions.d.ts +1 -1
  343. package/lib/model/odms-phase-actions.js +1 -1
  344. package/lib/model/operation-status.d.ts +1 -1
  345. package/lib/model/operation-status.js +1 -1
  346. package/lib/model/operation-types.d.ts +1 -3
  347. package/lib/model/operation-types.js +1 -3
  348. package/lib/model/operation-types.js.map +1 -1
  349. package/lib/model/oracle-advisor-settings.d.ts +29 -0
  350. package/lib/model/{create-advisor-settings.js → oracle-advisor-settings.js} +8 -8
  351. package/lib/model/oracle-advisor-settings.js.map +1 -0
  352. package/lib/model/{update-aws-s3-details.d.ts → oracle-aws-s3-data-transfer-medium-details.d.ts} +9 -6
  353. package/lib/model/{db-link-data-transfer-medium-details.js → oracle-aws-s3-data-transfer-medium-details.js} +11 -11
  354. package/lib/model/oracle-aws-s3-data-transfer-medium-details.js.map +1 -0
  355. package/lib/model/oracle-clone-migration-details.d.ts +28 -0
  356. package/lib/model/oracle-clone-migration-details.js +54 -0
  357. package/lib/model/oracle-clone-migration-details.js.map +1 -0
  358. package/lib/model/oracle-connection-summary.d.ts +38 -0
  359. package/lib/model/oracle-connection-summary.js +54 -0
  360. package/lib/model/oracle-connection-summary.js.map +1 -0
  361. package/lib/model/oracle-connection.d.ts +69 -0
  362. package/lib/model/oracle-connection.js +64 -0
  363. package/lib/model/oracle-connection.js.map +1 -0
  364. package/lib/model/{database-credentials.d.ts → oracle-data-transfer-medium-details.d.ts} +7 -17
  365. package/lib/model/{data-transfer-medium-details-v2.js → oracle-data-transfer-medium-details.js} +20 -20
  366. package/lib/model/oracle-data-transfer-medium-details.js.map +1 -0
  367. package/lib/model/{migration-object-summary.d.ts → oracle-database-object-summary.d.ts} +11 -14
  368. package/lib/model/oracle-database-object-summary.js +29 -0
  369. package/lib/model/oracle-database-object-summary.js.map +1 -0
  370. package/lib/model/{database-object.d.ts → oracle-database-object.d.ts} +7 -9
  371. package/lib/model/{agent-image-summary.js → oracle-database-object.js} +8 -8
  372. package/lib/model/oracle-database-object.js.map +1 -0
  373. package/lib/model/{db-link-data-transfer-medium-details.d.ts → oracle-db-link-data-transfer-medium-details.d.ts} +7 -7
  374. package/lib/model/{nfs-data-transfer-medium-details.js → oracle-db-link-data-transfer-medium-details.js} +11 -11
  375. package/lib/model/oracle-db-link-data-transfer-medium-details.js.map +1 -0
  376. package/lib/model/{golden-gate-settings.d.ts → oracle-ggs-deployment-details.d.ts} +6 -6
  377. package/lib/model/{update-dump-transfer-details.js → oracle-ggs-deployment-details.js} +16 -18
  378. package/lib/model/oracle-ggs-deployment-details.js.map +1 -0
  379. package/lib/model/{data-pump-settings.d.ts → oracle-initial-load-settings.d.ts} +11 -15
  380. package/lib/model/{data-pump-settings.js → oracle-initial-load-settings.js} +18 -18
  381. package/lib/model/oracle-initial-load-settings.js.map +1 -0
  382. package/lib/model/oracle-migration-object-collection.d.ts +35 -0
  383. package/lib/model/oracle-migration-object-collection.js +66 -0
  384. package/lib/model/oracle-migration-object-collection.js.map +1 -0
  385. package/lib/model/oracle-migration-summary.d.ts +28 -0
  386. package/lib/model/oracle-migration-summary.js +54 -0
  387. package/lib/model/oracle-migration-summary.js.map +1 -0
  388. package/lib/model/oracle-migration.d.ts +37 -0
  389. package/lib/model/oracle-migration.js +92 -0
  390. package/lib/model/oracle-migration.js.map +1 -0
  391. package/lib/model/{dump-transfer-details.d.ts → oracle-nfs-data-transfer-medium-details.d.ts} +9 -7
  392. package/lib/model/oracle-nfs-data-transfer-medium-details.js +70 -0
  393. package/lib/model/oracle-nfs-data-transfer-medium-details.js.map +1 -0
  394. package/lib/model/{nfs-data-transfer-medium-details.d.ts → oracle-object-storage-data-transfer-medium-details.d.ts} +8 -7
  395. package/lib/model/oracle-object-storage-data-transfer-medium-details.js +70 -0
  396. package/lib/model/oracle-object-storage-data-transfer-medium-details.js.map +1 -0
  397. package/lib/model/phase-extract-entry.d.ts +1 -1
  398. package/lib/model/phase-extract-entry.js +1 -1
  399. package/lib/model/phase-extract-types.d.ts +1 -1
  400. package/lib/model/phase-extract-types.js +1 -1
  401. package/lib/model/phase-status.d.ts +1 -1
  402. package/lib/model/phase-status.js +1 -1
  403. package/lib/model/primary-key-compatibility.d.ts +34 -0
  404. package/lib/model/primary-key-compatibility.js +45 -0
  405. package/lib/model/primary-key-compatibility.js.map +1 -0
  406. package/lib/model/reason-keywords.d.ts +1 -1
  407. package/lib/model/reason-keywords.js +1 -1
  408. package/lib/model/replicat-performance-profile.d.ts +1 -1
  409. package/lib/model/replicat-performance-profile.js +1 -1
  410. package/lib/model/replicat.d.ts +1 -17
  411. package/lib/model/replicat.js +1 -1
  412. package/lib/model/replicat.js.map +1 -1
  413. package/lib/model/result-error.d.ts +1 -1
  414. package/lib/model/result-error.js +1 -1
  415. package/lib/model/result-type.d.ts +1 -1
  416. package/lib/model/result-type.js +1 -1
  417. package/lib/model/resume-job-details.d.ts +1 -1
  418. package/lib/model/resume-job-details.js +1 -1
  419. package/lib/model/sort-orders.d.ts +1 -1
  420. package/lib/model/sort-orders.js +1 -1
  421. package/lib/model/start-migration-details.d.ts +1 -2
  422. package/lib/model/start-migration-details.js +1 -1
  423. package/lib/model/start-migration-details.js.map +1 -1
  424. package/lib/model/target-type-tablespace-details.d.ts +1 -1
  425. package/lib/model/target-type-tablespace-details.js +1 -1
  426. package/lib/model/technology-type.d.ts +33 -0
  427. package/lib/model/technology-type.js +44 -0
  428. package/lib/model/technology-type.js.map +1 -0
  429. package/lib/model/unsupported-database-object.d.ts +1 -1
  430. package/lib/model/unsupported-database-object.js +1 -1
  431. package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.d.ts +7 -5
  432. package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.js +1 -1
  433. package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.js.map +1 -1
  434. package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.d.ts +3 -3
  435. package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.js +1 -1
  436. package/lib/model/update-ad-bserverles-tablespace-details.d.ts +2 -2
  437. package/lib/model/update-ad-bserverles-tablespace-details.js +1 -1
  438. package/lib/model/update-admin-credentials.d.ts +1 -1
  439. package/lib/model/update-admin-credentials.js +1 -1
  440. package/lib/model/update-connection-details.d.ts +42 -29
  441. package/lib/model/update-connection-details.js +26 -41
  442. package/lib/model/update-connection-details.js.map +1 -1
  443. package/lib/model/update-curl-transfer-details.d.ts +1 -2
  444. package/lib/model/update-curl-transfer-details.js +1 -1
  445. package/lib/model/update-curl-transfer-details.js.map +1 -1
  446. package/lib/model/update-data-pump-parameters.d.ts +5 -9
  447. package/lib/model/update-data-pump-parameters.js +1 -1
  448. package/lib/model/update-data-pump-parameters.js.map +1 -1
  449. package/lib/model/update-directory-object.d.ts +1 -3
  450. package/lib/model/update-directory-object.js +1 -1
  451. package/lib/model/update-directory-object.js.map +1 -1
  452. package/lib/model/update-extract.d.ts +1 -1
  453. package/lib/model/update-extract.js +1 -1
  454. package/lib/model/update-golden-gate-hub-details.d.ts +46 -0
  455. package/lib/model/update-golden-gate-hub-details.js +65 -0
  456. package/lib/model/update-golden-gate-hub-details.js.map +1 -0
  457. package/lib/model/update-host-dump-transfer-details.d.ts +2 -4
  458. package/lib/model/update-host-dump-transfer-details.js +1 -1
  459. package/lib/model/update-host-dump-transfer-details.js.map +1 -1
  460. package/lib/model/update-job-details.d.ts +3 -3
  461. package/lib/model/update-job-details.js +1 -1
  462. package/lib/model/update-migration-details.d.ts +16 -42
  463. package/lib/model/update-migration-details.js +26 -73
  464. package/lib/model/update-migration-details.js.map +1 -1
  465. package/lib/model/{update-advisor-settings.d.ts → update-my-sql-advisor-settings.d.ts} +5 -8
  466. package/lib/model/update-my-sql-advisor-settings.js +29 -0
  467. package/lib/model/update-my-sql-advisor-settings.js.map +1 -0
  468. package/lib/model/{golden-gate-service-details.d.ts → update-my-sql-data-transfer-medium-details.d.ts} +7 -10
  469. package/lib/model/update-my-sql-data-transfer-medium-details.js +68 -0
  470. package/lib/model/update-my-sql-data-transfer-medium-details.js.map +1 -0
  471. package/lib/model/update-my-sql-ggs-deployment-details.d.ts +28 -0
  472. package/lib/model/{create-database-link-details.js → update-my-sql-ggs-deployment-details.js} +11 -13
  473. package/lib/model/update-my-sql-ggs-deployment-details.js.map +1 -0
  474. package/lib/model/update-my-sql-initial-load-settings.d.ts +55 -0
  475. package/lib/model/update-my-sql-initial-load-settings.js +61 -0
  476. package/lib/model/update-my-sql-initial-load-settings.js.map +1 -0
  477. package/lib/model/update-my-sql-migration-details.d.ts +29 -0
  478. package/lib/model/update-my-sql-migration-details.js +86 -0
  479. package/lib/model/update-my-sql-migration-details.js.map +1 -0
  480. package/lib/model/update-my-sql-object-storage-data-transfer-medium-details.d.ts +25 -0
  481. package/lib/model/update-my-sql-object-storage-data-transfer-medium-details.js +62 -0
  482. package/lib/model/update-my-sql-object-storage-data-transfer-medium-details.js.map +1 -0
  483. package/lib/model/update-mysql-connection-details.d.ts +76 -0
  484. package/lib/model/update-mysql-connection-details.js +66 -0
  485. package/lib/model/update-mysql-connection-details.js.map +1 -0
  486. package/lib/model/update-non-ad-bauto-create-tablespace-details.d.ts +1 -1
  487. package/lib/model/update-non-ad-bauto-create-tablespace-details.js +1 -1
  488. package/lib/model/update-non-ad-bremap-tablespace-details.d.ts +1 -1
  489. package/lib/model/update-non-ad-bremap-tablespace-details.js +1 -1
  490. package/lib/model/update-object-store-bucket.d.ts +1 -1
  491. package/lib/model/update-object-store-bucket.js +1 -1
  492. package/lib/model/update-oci-cli-dump-transfer-details.d.ts +1 -3
  493. package/lib/model/update-oci-cli-dump-transfer-details.js +1 -1
  494. package/lib/model/update-oci-cli-dump-transfer-details.js.map +1 -1
  495. package/lib/model/update-oracle-advisor-settings.d.ts +29 -0
  496. package/lib/model/update-oracle-advisor-settings.js +29 -0
  497. package/lib/model/update-oracle-advisor-settings.js.map +1 -0
  498. package/lib/model/{create-aws-s3-details.d.ts → update-oracle-aws-s3-data-transfer-medium-details.d.ts} +13 -10
  499. package/lib/model/{aws-s3-data-transfer-medium-details.js → update-oracle-aws-s3-data-transfer-medium-details.js} +11 -11
  500. package/lib/model/update-oracle-aws-s3-data-transfer-medium-details.js.map +1 -0
  501. package/lib/model/update-oracle-connection-details.d.ts +60 -0
  502. package/lib/model/update-oracle-connection-details.js +54 -0
  503. package/lib/model/update-oracle-connection-details.js.map +1 -0
  504. package/lib/model/update-oracle-data-transfer-medium-details.d.ts +22 -0
  505. package/lib/model/update-oracle-data-transfer-medium-details.js +80 -0
  506. package/lib/model/update-oracle-data-transfer-medium-details.js.map +1 -0
  507. package/lib/model/{create-database-link-details.d.ts → update-oracle-db-link-data-transfer-medium-details.d.ts} +10 -8
  508. package/lib/model/update-oracle-db-link-data-transfer-medium-details.js +62 -0
  509. package/lib/model/update-oracle-db-link-data-transfer-medium-details.js.map +1 -0
  510. package/lib/model/{update-golden-gate-settings.d.ts → update-oracle-ggs-deployment-details.d.ts} +5 -7
  511. package/lib/model/{update-golden-gate-settings.js → update-oracle-ggs-deployment-details.js} +8 -8
  512. package/lib/model/update-oracle-ggs-deployment-details.js.map +1 -0
  513. package/lib/model/{update-data-pump-settings.d.ts → update-oracle-initial-load-settings.d.ts} +12 -17
  514. package/lib/model/{update-data-pump-settings.js → update-oracle-initial-load-settings.js} +18 -18
  515. package/lib/model/update-oracle-initial-load-settings.js.map +1 -0
  516. package/lib/model/update-oracle-migration-details.d.ts +37 -0
  517. package/lib/model/update-oracle-migration-details.js +96 -0
  518. package/lib/model/update-oracle-migration-details.js.map +1 -0
  519. package/lib/model/update-oracle-nfs-data-transfer-medium-details.d.ts +32 -0
  520. package/lib/model/update-oracle-nfs-data-transfer-medium-details.js +70 -0
  521. package/lib/model/update-oracle-nfs-data-transfer-medium-details.js.map +1 -0
  522. package/lib/model/update-oracle-object-storage-data-transfer-medium-details.d.ts +27 -0
  523. package/lib/model/update-oracle-object-storage-data-transfer-medium-details.js +70 -0
  524. package/lib/model/update-oracle-object-storage-data-transfer-medium-details.js.map +1 -0
  525. package/lib/model/update-replicat.d.ts +1 -16
  526. package/lib/model/update-replicat.js +1 -1
  527. package/lib/model/update-replicat.js.map +1 -1
  528. package/lib/model/update-target-defaults-auto-create-tablespace-details.d.ts +1 -1
  529. package/lib/model/update-target-defaults-auto-create-tablespace-details.js +1 -1
  530. package/lib/model/update-target-defaults-remap-tablespace-details.d.ts +1 -1
  531. package/lib/model/update-target-defaults-remap-tablespace-details.js +1 -1
  532. package/lib/model/update-target-type-tablespace-details.d.ts +1 -2
  533. package/lib/model/update-target-type-tablespace-details.js +1 -1
  534. package/lib/model/update-target-type-tablespace-details.js.map +1 -1
  535. package/lib/model/work-request-collection.d.ts +1 -1
  536. package/lib/model/work-request-collection.js +1 -1
  537. package/lib/model/work-request-error-collection.d.ts +1 -1
  538. package/lib/model/work-request-error-collection.js +1 -1
  539. package/lib/model/work-request-error.d.ts +1 -1
  540. package/lib/model/work-request-error.js +1 -1
  541. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  542. package/lib/model/work-request-log-entry-collection.js +1 -1
  543. package/lib/model/work-request-log-entry.d.ts +1 -1
  544. package/lib/model/work-request-log-entry.js +1 -1
  545. package/lib/model/work-request-resource.d.ts +1 -1
  546. package/lib/model/work-request-resource.js +1 -1
  547. package/lib/model/work-request-summary.d.ts +1 -1
  548. package/lib/model/work-request-summary.js +1 -1
  549. package/lib/model/work-request.d.ts +1 -1
  550. package/lib/model/work-request.js +1 -1
  551. package/lib/request/abort-job-request.d.ts +2 -2
  552. package/lib/request/abort-job-request.js +1 -1
  553. package/lib/request/add-migration-objects-request.d.ts +3 -3
  554. package/lib/request/add-migration-objects-request.js +1 -1
  555. package/lib/request/change-connection-compartment-request.d.ts +3 -4
  556. package/lib/request/change-connection-compartment-request.js +1 -1
  557. package/lib/request/change-migration-compartment-request.d.ts +2 -2
  558. package/lib/request/change-migration-compartment-request.js +1 -1
  559. package/lib/request/clone-migration-request.d.ts +3 -3
  560. package/lib/request/clone-migration-request.js +1 -1
  561. package/lib/request/connection-diagnostics-request.d.ts +3 -4
  562. package/lib/request/connection-diagnostics-request.js +1 -1
  563. package/lib/request/create-connection-request.d.ts +3 -3
  564. package/lib/request/create-connection-request.js +1 -1
  565. package/lib/request/create-migration-request.d.ts +3 -4
  566. package/lib/request/create-migration-request.js +1 -1
  567. package/lib/request/delete-connection-request.d.ts +3 -4
  568. package/lib/request/delete-connection-request.js +1 -1
  569. package/lib/request/delete-job-request.d.ts +2 -2
  570. package/lib/request/delete-job-request.js +1 -1
  571. package/lib/request/delete-migration-request.d.ts +2 -2
  572. package/lib/request/delete-migration-request.js +1 -1
  573. package/lib/request/evaluate-migration-request.d.ts +2 -2
  574. package/lib/request/evaluate-migration-request.js +1 -1
  575. package/lib/request/get-advisor-report-request.d.ts +2 -2
  576. package/lib/request/get-advisor-report-request.js +1 -1
  577. package/lib/request/get-connection-request.d.ts +3 -4
  578. package/lib/request/get-connection-request.js +1 -1
  579. package/lib/request/get-job-output-content-request.d.ts +2 -2
  580. package/lib/request/get-job-output-content-request.js +1 -1
  581. package/lib/request/get-job-request.d.ts +2 -2
  582. package/lib/request/get-job-request.js +1 -1
  583. package/lib/request/get-migration-request.d.ts +2 -2
  584. package/lib/request/get-migration-request.js +1 -1
  585. package/lib/request/get-work-request-request.d.ts +2 -2
  586. package/lib/request/get-work-request-request.js +1 -1
  587. package/lib/request/index.d.ts +3 -13
  588. package/lib/request/index.js +4 -4
  589. package/lib/request/index.js.map +1 -1
  590. package/lib/request/list-connections-request.d.ts +14 -2
  591. package/lib/request/list-connections-request.js +1 -1
  592. package/lib/request/list-connections-request.js.map +1 -1
  593. package/lib/request/list-excluded-objects-request.d.ts +2 -2
  594. package/lib/request/list-excluded-objects-request.js +1 -1
  595. package/lib/request/list-job-outputs-request.d.ts +2 -2
  596. package/lib/request/list-job-outputs-request.js +1 -1
  597. package/lib/request/list-jobs-request.d.ts +2 -2
  598. package/lib/request/list-jobs-request.js +1 -1
  599. package/lib/request/list-migration-object-types-request.d.ts +6 -2
  600. package/lib/request/list-migration-object-types-request.js +1 -1
  601. package/lib/request/list-migration-object-types-request.js.map +1 -1
  602. package/lib/request/list-migration-objects-request.d.ts +2 -2
  603. package/lib/request/list-migration-objects-request.js +1 -1
  604. package/lib/request/{list-agents-request.d.ts → list-migration-parameters-request.d.ts} +18 -23
  605. package/lib/request/{list-agents-request.js → list-migration-parameters-request.js} +7 -7
  606. package/lib/request/list-migration-parameters-request.js.map +1 -0
  607. package/lib/request/list-migrations-request.d.ts +2 -2
  608. package/lib/request/list-migrations-request.js +1 -1
  609. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  610. package/lib/request/list-work-request-errors-request.js +1 -1
  611. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  612. package/lib/request/list-work-request-logs-request.js +1 -1
  613. package/lib/request/list-work-requests-request.d.ts +2 -2
  614. package/lib/request/list-work-requests-request.js +1 -1
  615. package/lib/request/remove-migration-objects-request.d.ts +3 -3
  616. package/lib/request/remove-migration-objects-request.js +1 -1
  617. package/lib/request/resume-job-request.d.ts +2 -2
  618. package/lib/request/resume-job-request.js +1 -1
  619. package/lib/request/retrieve-supported-phases-request.d.ts +2 -2
  620. package/lib/request/retrieve-supported-phases-request.js +1 -1
  621. package/lib/request/start-migration-request.d.ts +2 -2
  622. package/lib/request/start-migration-request.js +1 -1
  623. package/lib/request/update-connection-request.d.ts +4 -5
  624. package/lib/request/update-connection-request.js +1 -1
  625. package/lib/request/update-job-request.d.ts +2 -2
  626. package/lib/request/update-job-request.js +1 -1
  627. package/lib/request/update-migration-request.d.ts +3 -3
  628. package/lib/request/update-migration-request.js +1 -1
  629. package/lib/response/abort-job-response.d.ts +1 -1
  630. package/lib/response/abort-job-response.js +1 -1
  631. package/lib/response/add-migration-objects-response.d.ts +1 -1
  632. package/lib/response/add-migration-objects-response.js +1 -1
  633. package/lib/response/change-connection-compartment-response.d.ts +1 -1
  634. package/lib/response/change-connection-compartment-response.js +1 -1
  635. package/lib/response/change-migration-compartment-response.d.ts +1 -1
  636. package/lib/response/change-migration-compartment-response.js +1 -1
  637. package/lib/response/clone-migration-response.d.ts +1 -1
  638. package/lib/response/clone-migration-response.js +1 -1
  639. package/lib/response/connection-diagnostics-response.d.ts +1 -1
  640. package/lib/response/connection-diagnostics-response.js +1 -1
  641. package/lib/response/create-connection-response.d.ts +1 -1
  642. package/lib/response/create-connection-response.js +1 -1
  643. package/lib/response/create-migration-response.d.ts +1 -1
  644. package/lib/response/create-migration-response.js +1 -1
  645. package/lib/response/delete-connection-response.d.ts +1 -1
  646. package/lib/response/delete-connection-response.js +1 -1
  647. package/lib/response/delete-job-response.d.ts +1 -1
  648. package/lib/response/delete-job-response.js +1 -1
  649. package/lib/response/delete-migration-response.d.ts +1 -1
  650. package/lib/response/delete-migration-response.js +1 -1
  651. package/lib/response/evaluate-migration-response.d.ts +1 -1
  652. package/lib/response/evaluate-migration-response.js +1 -1
  653. package/lib/response/get-advisor-report-response.d.ts +1 -1
  654. package/lib/response/get-advisor-report-response.js +1 -1
  655. package/lib/response/get-connection-response.d.ts +1 -1
  656. package/lib/response/get-connection-response.js +1 -1
  657. package/lib/response/get-job-output-content-response.d.ts +1 -1
  658. package/lib/response/get-job-output-content-response.js +1 -1
  659. package/lib/response/get-job-response.d.ts +1 -1
  660. package/lib/response/get-job-response.js +1 -1
  661. package/lib/response/get-migration-response.d.ts +1 -1
  662. package/lib/response/get-migration-response.js +1 -1
  663. package/lib/response/get-work-request-response.d.ts +1 -1
  664. package/lib/response/get-work-request-response.js +1 -1
  665. package/lib/response/index.d.ts +3 -13
  666. package/lib/response/index.js +1 -1
  667. package/lib/response/list-connections-response.d.ts +1 -1
  668. package/lib/response/list-connections-response.js +1 -1
  669. package/lib/response/list-excluded-objects-response.d.ts +1 -1
  670. package/lib/response/list-excluded-objects-response.js +1 -1
  671. package/lib/response/list-job-outputs-response.d.ts +1 -1
  672. package/lib/response/list-job-outputs-response.js +1 -1
  673. package/lib/response/list-jobs-response.d.ts +1 -1
  674. package/lib/response/list-jobs-response.js +1 -1
  675. package/lib/response/list-migration-object-types-response.d.ts +1 -1
  676. package/lib/response/list-migration-object-types-response.js +1 -1
  677. package/lib/response/list-migration-objects-response.d.ts +1 -1
  678. package/lib/response/list-migration-objects-response.js +1 -1
  679. package/lib/response/{list-agent-images-response.d.ts → list-migration-parameters-response.d.ts} +4 -4
  680. package/lib/{request/change-agent-compartment-request.js → response/list-migration-parameters-response.js} +2 -2
  681. package/lib/response/list-migration-parameters-response.js.map +1 -0
  682. package/lib/response/list-migrations-response.d.ts +1 -1
  683. package/lib/response/list-migrations-response.js +1 -1
  684. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  685. package/lib/response/list-work-request-errors-response.js +1 -1
  686. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  687. package/lib/response/list-work-request-logs-response.js +1 -1
  688. package/lib/response/list-work-requests-response.d.ts +1 -1
  689. package/lib/response/list-work-requests-response.js +1 -1
  690. package/lib/response/remove-migration-objects-response.d.ts +1 -1
  691. package/lib/response/remove-migration-objects-response.js +1 -1
  692. package/lib/response/resume-job-response.d.ts +1 -1
  693. package/lib/response/resume-job-response.js +1 -1
  694. package/lib/response/retrieve-supported-phases-response.d.ts +1 -1
  695. package/lib/response/retrieve-supported-phases-response.js +1 -1
  696. package/lib/response/start-migration-response.d.ts +1 -1
  697. package/lib/response/start-migration-response.js +1 -1
  698. package/lib/response/update-connection-response.d.ts +1 -1
  699. package/lib/response/update-connection-response.js +1 -1
  700. package/lib/response/update-job-response.d.ts +1 -1
  701. package/lib/response/update-job-response.js +1 -1
  702. package/lib/response/update-migration-response.d.ts +1 -1
  703. package/lib/response/update-migration-response.js +1 -1
  704. package/package.json +3 -3
  705. package/lib/model/advisor-settings.js.map +0 -1
  706. package/lib/model/agent-collection.js.map +0 -1
  707. package/lib/model/agent-image-collection.js.map +0 -1
  708. package/lib/model/agent-image-summary.js.map +0 -1
  709. package/lib/model/agent-summary.d.ts +0 -96
  710. package/lib/model/agent-summary.js.map +0 -1
  711. package/lib/model/agent.d.ts +0 -101
  712. package/lib/model/agent.js.map +0 -1
  713. package/lib/model/aws-s3-data-transfer-medium-details.js.map +0 -1
  714. package/lib/model/aws-s3-details.d.ts +0 -35
  715. package/lib/model/aws-s3-details.js.map +0 -1
  716. package/lib/model/change-agent-compartment-details.d.ts +0 -27
  717. package/lib/model/change-agent-compartment-details.js +0 -29
  718. package/lib/model/change-agent-compartment-details.js.map +0 -1
  719. package/lib/model/connect-descriptor.js +0 -29
  720. package/lib/model/connect-descriptor.js.map +0 -1
  721. package/lib/model/create-advisor-settings.js.map +0 -1
  722. package/lib/model/create-aws-s3-details.js +0 -29
  723. package/lib/model/create-aws-s3-details.js.map +0 -1
  724. package/lib/model/create-connect-descriptor.d.ts +0 -47
  725. package/lib/model/create-connect-descriptor.js +0 -29
  726. package/lib/model/create-connect-descriptor.js.map +0 -1
  727. package/lib/model/create-data-pump-settings.js.map +0 -1
  728. package/lib/model/create-data-transfer-medium-details.d.ts +0 -28
  729. package/lib/model/create-data-transfer-medium-details.js +0 -69
  730. package/lib/model/create-data-transfer-medium-details.js.map +0 -1
  731. package/lib/model/create-database-link-details.js.map +0 -1
  732. package/lib/model/create-dump-transfer-details.d.ts +0 -30
  733. package/lib/model/create-dump-transfer-details.js.map +0 -1
  734. package/lib/model/create-golden-gate-details.js.map +0 -1
  735. package/lib/model/create-golden-gate-hub.d.ts +0 -48
  736. package/lib/model/create-golden-gate-hub.js +0 -75
  737. package/lib/model/create-golden-gate-hub.js.map +0 -1
  738. package/lib/model/create-golden-gate-service-details.d.ts +0 -27
  739. package/lib/model/create-golden-gate-service-details.js +0 -75
  740. package/lib/model/create-golden-gate-service-details.js.map +0 -1
  741. package/lib/model/create-golden-gate-settings.js.map +0 -1
  742. package/lib/model/create-private-endpoint.d.ts +0 -40
  743. package/lib/model/create-private-endpoint.js +0 -29
  744. package/lib/model/create-private-endpoint.js.map +0 -1
  745. package/lib/model/create-ssh-details.d.ts +0 -43
  746. package/lib/model/create-ssh-details.js.map +0 -1
  747. package/lib/model/create-vault-details.js +0 -29
  748. package/lib/model/create-vault-details.js.map +0 -1
  749. package/lib/model/data-pump-job-mode.js.map +0 -1
  750. package/lib/model/data-pump-settings.js.map +0 -1
  751. package/lib/model/data-transfer-medium-details-v2.js.map +0 -1
  752. package/lib/model/data-transfer-medium-details.d.ts +0 -26
  753. package/lib/model/data-transfer-medium-details.js +0 -69
  754. package/lib/model/data-transfer-medium-details.js.map +0 -1
  755. package/lib/model/database-connection-types.js.map +0 -1
  756. package/lib/model/database-credentials.js.map +0 -1
  757. package/lib/model/database-link-details.js.map +0 -1
  758. package/lib/model/database-manual-connection-sub-types.js +0 -40
  759. package/lib/model/database-manual-connection-sub-types.js.map +0 -1
  760. package/lib/model/database-object.js +0 -29
  761. package/lib/model/database-object.js.map +0 -1
  762. package/lib/model/db-link-data-transfer-medium-details.js.map +0 -1
  763. package/lib/model/dump-transfer-details.js.map +0 -1
  764. package/lib/model/golden-gate-details.js +0 -57
  765. package/lib/model/golden-gate-details.js.map +0 -1
  766. package/lib/model/golden-gate-hub.d.ts +0 -48
  767. package/lib/model/golden-gate-hub.js +0 -75
  768. package/lib/model/golden-gate-hub.js.map +0 -1
  769. package/lib/model/golden-gate-service-details.js.map +0 -1
  770. package/lib/model/golden-gate-settings.js.map +0 -1
  771. package/lib/model/nfs-data-transfer-medium-details.js.map +0 -1
  772. package/lib/model/object-storage-data-transfer-medium-details.js.map +0 -1
  773. package/lib/model/private-endpoint-details.d.ts +0 -44
  774. package/lib/model/private-endpoint-details.js +0 -29
  775. package/lib/model/private-endpoint-details.js.map +0 -1
  776. package/lib/model/ssh-details.d.ts +0 -37
  777. package/lib/model/ssh-details.js +0 -29
  778. package/lib/model/ssh-details.js.map +0 -1
  779. package/lib/model/update-advisor-settings.js +0 -29
  780. package/lib/model/update-advisor-settings.js.map +0 -1
  781. package/lib/model/update-agent-details.d.ts +0 -60
  782. package/lib/model/update-agent-details.js +0 -29
  783. package/lib/model/update-agent-details.js.map +0 -1
  784. package/lib/model/update-aws-s3-details.js +0 -29
  785. package/lib/model/update-aws-s3-details.js.map +0 -1
  786. package/lib/model/update-connect-descriptor.d.ts +0 -46
  787. package/lib/model/update-connect-descriptor.js +0 -29
  788. package/lib/model/update-connect-descriptor.js.map +0 -1
  789. package/lib/model/update-data-pump-settings.js.map +0 -1
  790. package/lib/model/update-data-transfer-medium-details.d.ts +0 -29
  791. package/lib/model/update-data-transfer-medium-details.js +0 -69
  792. package/lib/model/update-data-transfer-medium-details.js.map +0 -1
  793. package/lib/model/update-database-link-details.d.ts +0 -29
  794. package/lib/model/update-database-link-details.js +0 -57
  795. package/lib/model/update-database-link-details.js.map +0 -1
  796. package/lib/model/update-dump-transfer-details.d.ts +0 -30
  797. package/lib/model/update-dump-transfer-details.js.map +0 -1
  798. package/lib/model/update-golden-gate-details.d.ts +0 -25
  799. package/lib/model/update-golden-gate-details.js +0 -59
  800. package/lib/model/update-golden-gate-details.js.map +0 -1
  801. package/lib/model/update-golden-gate-hub.d.ts +0 -48
  802. package/lib/model/update-golden-gate-hub.js +0 -75
  803. package/lib/model/update-golden-gate-hub.js.map +0 -1
  804. package/lib/model/update-golden-gate-service-details.d.ts +0 -27
  805. package/lib/model/update-golden-gate-service-details.js +0 -75
  806. package/lib/model/update-golden-gate-service-details.js.map +0 -1
  807. package/lib/model/update-golden-gate-settings.js.map +0 -1
  808. package/lib/model/update-private-endpoint.d.ts +0 -40
  809. package/lib/model/update-private-endpoint.js +0 -29
  810. package/lib/model/update-private-endpoint.js.map +0 -1
  811. package/lib/model/update-ssh-details.d.ts +0 -42
  812. package/lib/model/update-ssh-details.js +0 -29
  813. package/lib/model/update-ssh-details.js.map +0 -1
  814. package/lib/model/update-vault-details.d.ts +0 -37
  815. package/lib/model/update-vault-details.js +0 -29
  816. package/lib/model/update-vault-details.js.map +0 -1
  817. package/lib/model/vault-details.d.ts +0 -37
  818. package/lib/model/vault-details.js +0 -29
  819. package/lib/model/vault-details.js.map +0 -1
  820. package/lib/request/change-agent-compartment-request.d.ts +0 -53
  821. package/lib/request/change-agent-compartment-request.js.map +0 -1
  822. package/lib/request/delete-agent-request.d.ts +0 -38
  823. package/lib/request/delete-agent-request.js +0 -15
  824. package/lib/request/delete-agent-request.js.map +0 -1
  825. package/lib/request/get-agent-request.d.ts +0 -29
  826. package/lib/request/get-agent-request.js +0 -15
  827. package/lib/request/get-agent-request.js.map +0 -1
  828. package/lib/request/list-agent-images-request.d.ts +0 -40
  829. package/lib/request/list-agent-images-request.js +0 -15
  830. package/lib/request/list-agent-images-request.js.map +0 -1
  831. package/lib/request/list-agents-request.js.map +0 -1
  832. package/lib/request/update-agent-request.d.ts +0 -53
  833. package/lib/request/update-agent-request.js +0 -15
  834. package/lib/request/update-agent-request.js.map +0 -1
  835. package/lib/response/change-agent-compartment-response.d.ts +0 -20
  836. package/lib/response/change-agent-compartment-response.js +0 -15
  837. package/lib/response/change-agent-compartment-response.js.map +0 -1
  838. package/lib/response/delete-agent-response.d.ts +0 -25
  839. package/lib/response/delete-agent-response.js +0 -15
  840. package/lib/response/delete-agent-response.js.map +0 -1
  841. package/lib/response/get-agent-response.d.ts +0 -30
  842. package/lib/response/get-agent-response.js +0 -15
  843. package/lib/response/get-agent-response.js.map +0 -1
  844. package/lib/response/list-agent-images-response.js +0 -15
  845. package/lib/response/list-agent-images-response.js.map +0 -1
  846. package/lib/response/list-agents-response.d.ts +0 -32
  847. package/lib/response/list-agents-response.js +0 -15
  848. package/lib/response/list-agents-response.js.map +0 -1
  849. package/lib/response/update-agent-response.d.ts +0 -30
  850. package/lib/response/update-agent-response.js +0 -15
  851. package/lib/response/update-agent-response.js.map +0 -1
@@ -0,0 +1,55 @@
1
+ /**
2
+ * Database Migration API
3
+ * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
4
+ * OpenAPI spec version: 20230518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Optional dump settings
16
+ */
17
+ export interface CreateMySqlInitialLoadSettings {
18
+ /**
19
+ * Enable (true) or disable (false) consistent data dumps by locking the instance for backup during the dump.
20
+ *
21
+ */
22
+ "isConsistent"?: boolean;
23
+ /**
24
+ * Include a statement at the start of the dump to set the time zone to UTC.
25
+ *
26
+ */
27
+ "isTzUtc"?: boolean;
28
+ /**
29
+ * Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump
30
+ * output, altering the dump files as necessary.
31
+ *
32
+ */
33
+ "compatibility"?: Array<model.CompatibilityOption>;
34
+ /**
35
+ * Primary key compatibility option
36
+ */
37
+ "primaryKeyCompatibility"?: model.PrimaryKeyCompatibility;
38
+ /**
39
+ * Import the dump even if it contains objects that already exist in the target schema in the MySQL instance.
40
+ *
41
+ */
42
+ "isIgnoreExistingObjects"?: boolean;
43
+ /**
44
+ * The action taken in the event of errors related to GRANT or REVOKE errors.
45
+ */
46
+ "handleGrantErrors"?: model.HandleGrantErrors;
47
+ /**
48
+ * MySql Job Mode
49
+ */
50
+ "jobMode": model.JobModeMySql;
51
+ }
52
+ export declare namespace CreateMySqlInitialLoadSettings {
53
+ function getJsonObj(obj: CreateMySqlInitialLoadSettings): object;
54
+ function getDeserializedJsonObj(obj: CreateMySqlInitialLoadSettings): object;
55
+ }
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Database Migration API
4
4
  * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
5
- * OpenAPI spec version: 20210929
5
+ * OpenAPI spec version: 20230518
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -31,29 +31,31 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.CreateGoldenGateDetails = void 0;
34
+ exports.CreateMySqlInitialLoadSettings = void 0;
35
35
  const model = __importStar(require("../model"));
36
- var CreateGoldenGateDetails;
37
- (function (CreateGoldenGateDetails) {
36
+ var CreateMySqlInitialLoadSettings;
37
+ (function (CreateMySqlInitialLoadSettings) {
38
38
  function getJsonObj(obj) {
39
39
  const jsonObj = Object.assign(Object.assign({}, obj), {
40
- "hub": obj.hub ? model.CreateGoldenGateHub.getJsonObj(obj.hub) : undefined,
41
- "settings": obj.settings
42
- ? model.CreateGoldenGateSettings.getJsonObj(obj.settings)
40
+ "compatibility": obj.compatibility
41
+ ? obj.compatibility.map(item => {
42
+ return model.CompatibilityOption.getJsonObj(item);
43
+ })
43
44
  : undefined
44
45
  });
45
46
  return jsonObj;
46
47
  }
47
- CreateGoldenGateDetails.getJsonObj = getJsonObj;
48
+ CreateMySqlInitialLoadSettings.getJsonObj = getJsonObj;
48
49
  function getDeserializedJsonObj(obj) {
49
50
  const jsonObj = Object.assign(Object.assign({}, obj), {
50
- "hub": obj.hub ? model.CreateGoldenGateHub.getDeserializedJsonObj(obj.hub) : undefined,
51
- "settings": obj.settings
52
- ? model.CreateGoldenGateSettings.getDeserializedJsonObj(obj.settings)
51
+ "compatibility": obj.compatibility
52
+ ? obj.compatibility.map(item => {
53
+ return model.CompatibilityOption.getDeserializedJsonObj(item);
54
+ })
53
55
  : undefined
54
56
  });
55
57
  return jsonObj;
56
58
  }
57
- CreateGoldenGateDetails.getDeserializedJsonObj = getDeserializedJsonObj;
58
- })(CreateGoldenGateDetails = exports.CreateGoldenGateDetails || (exports.CreateGoldenGateDetails = {}));
59
- //# sourceMappingURL=create-golden-gate-details.js.map
59
+ CreateMySqlInitialLoadSettings.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(CreateMySqlInitialLoadSettings = exports.CreateMySqlInitialLoadSettings || (exports.CreateMySqlInitialLoadSettings = {}));
61
+ //# sourceMappingURL=create-my-sql-initial-load-settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-my-sql-initial-load-settings.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-my-sql-initial-load-settings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ClC,IAAiB,8BAA8B,CA6B9C;AA7BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA6B9C"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Database Migration API
3
+ * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
4
+ * OpenAPI spec version: 20230518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Create Migration resource parameters.
16
+ */
17
+ export interface CreateMySqlMigrationDetails extends model.CreateMigrationDetails {
18
+ "dataTransferMediumDetails"?: model.CreateMySqlObjectStorageDataTransferMediumDetails;
19
+ "initialLoadSettings"?: model.CreateMySqlInitialLoadSettings;
20
+ "advisorSettings"?: model.CreateMySqlAdvisorSettings;
21
+ /**
22
+ * Database objects to exclude from migration, cannot be specified alongside 'includeObjects'
23
+ */
24
+ "excludeObjects"?: Array<model.MySqlDatabaseObject>;
25
+ /**
26
+ * Database objects to include from migration, cannot be specified alongside 'excludeObjects'
27
+ */
28
+ "includeObjects"?: Array<model.MySqlDatabaseObject>;
29
+ /**
30
+ * Specifies the database objects to be excluded from the migration in bulk.
31
+ * The definition accepts input in a CSV format, newline separated for each entry.
32
+ * More details can be found in the documentation.
33
+ *
34
+ */
35
+ "bulkIncludeExcludeData"?: string;
36
+ "hubDetails"?: model.CreateGoldenGateHubDetails;
37
+ "ggsDetails"?: model.CreateMySqlGgsDeploymentDetails;
38
+ "databaseCombination": string;
39
+ }
40
+ export declare namespace CreateMySqlMigrationDetails {
41
+ function getJsonObj(obj: CreateMySqlMigrationDetails, isParentJsonObj?: boolean): object;
42
+ const databaseCombination = "MYSQL";
43
+ function getDeserializedJsonObj(obj: CreateMySqlMigrationDetails, isParentJsonObj?: boolean): object;
44
+ }
@@ -0,0 +1,106 @@
1
+ "use strict";
2
+ /**
3
+ * Database Migration API
4
+ * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
5
+ * OpenAPI spec version: 20230518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.CreateMySqlMigrationDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CreateMySqlMigrationDetails;
37
+ (function (CreateMySqlMigrationDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.CreateMigrationDetails.getJsonObj(obj))), {
42
+ "dataTransferMediumDetails": obj.dataTransferMediumDetails
43
+ ? model.CreateMySqlDataTransferMediumDetails.getJsonObj(obj.dataTransferMediumDetails)
44
+ : undefined,
45
+ "initialLoadSettings": obj.initialLoadSettings
46
+ ? model.CreateMySqlInitialLoadSettings.getJsonObj(obj.initialLoadSettings)
47
+ : undefined,
48
+ "advisorSettings": obj.advisorSettings
49
+ ? model.CreateMySqlAdvisorSettings.getJsonObj(obj.advisorSettings)
50
+ : undefined,
51
+ "excludeObjects": obj.excludeObjects
52
+ ? obj.excludeObjects.map(item => {
53
+ return model.MySqlDatabaseObject.getJsonObj(item);
54
+ })
55
+ : undefined,
56
+ "includeObjects": obj.includeObjects
57
+ ? obj.includeObjects.map(item => {
58
+ return model.MySqlDatabaseObject.getJsonObj(item);
59
+ })
60
+ : undefined,
61
+ "hubDetails": obj.hubDetails
62
+ ? model.CreateGoldenGateHubDetails.getJsonObj(obj.hubDetails)
63
+ : undefined,
64
+ "ggsDetails": obj.ggsDetails
65
+ ? model.CreateMySqlGgsDeploymentDetails.getJsonObj(obj.ggsDetails)
66
+ : undefined
67
+ });
68
+ return jsonObj;
69
+ }
70
+ CreateMySqlMigrationDetails.getJsonObj = getJsonObj;
71
+ CreateMySqlMigrationDetails.databaseCombination = "MYSQL";
72
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
73
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
74
+ ? obj
75
+ : model.CreateMigrationDetails.getDeserializedJsonObj(obj))), {
76
+ "dataTransferMediumDetails": obj.dataTransferMediumDetails
77
+ ? model.CreateMySqlDataTransferMediumDetails.getDeserializedJsonObj(obj.dataTransferMediumDetails)
78
+ : undefined,
79
+ "initialLoadSettings": obj.initialLoadSettings
80
+ ? model.CreateMySqlInitialLoadSettings.getDeserializedJsonObj(obj.initialLoadSettings)
81
+ : undefined,
82
+ "advisorSettings": obj.advisorSettings
83
+ ? model.CreateMySqlAdvisorSettings.getDeserializedJsonObj(obj.advisorSettings)
84
+ : undefined,
85
+ "excludeObjects": obj.excludeObjects
86
+ ? obj.excludeObjects.map(item => {
87
+ return model.MySqlDatabaseObject.getDeserializedJsonObj(item);
88
+ })
89
+ : undefined,
90
+ "includeObjects": obj.includeObjects
91
+ ? obj.includeObjects.map(item => {
92
+ return model.MySqlDatabaseObject.getDeserializedJsonObj(item);
93
+ })
94
+ : undefined,
95
+ "hubDetails": obj.hubDetails
96
+ ? model.CreateGoldenGateHubDetails.getDeserializedJsonObj(obj.hubDetails)
97
+ : undefined,
98
+ "ggsDetails": obj.ggsDetails
99
+ ? model.CreateMySqlGgsDeploymentDetails.getDeserializedJsonObj(obj.ggsDetails)
100
+ : undefined
101
+ });
102
+ return jsonObj;
103
+ }
104
+ CreateMySqlMigrationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
105
+ })(CreateMySqlMigrationDetails = exports.CreateMySqlMigrationDetails || (exports.CreateMySqlMigrationDetails = {}));
106
+ //# sourceMappingURL=create-my-sql-migration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-my-sql-migration-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-my-sql-migration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,2BAA2B,CAmF3C;AAnFD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GAC/E;YACD,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,UAAU,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBACtF,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC1E,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAClE,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApCe,sCAAU,aAoCzB,CAAA;IACY,+CAAmB,GAAG,OAAO,CAAC;IAC3C,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CAC4B,CAAC,GACnC;YACD,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAC/D,GAAG,CAAC,yBAAyB,CAC9B;gBACH,CAAC,CAAC,SAAS;YACb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACtF,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC9E,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBAC9E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA3Ce,kDAAsB,yBA2CrC,CAAA;AACH,CAAC,EAnFgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAmF3C"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Database Migration API
3
+ * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
4
+ * OpenAPI spec version: 20230518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * OCI Object Storage bucket will be used to store dump files for the migration.
16
+ */
17
+ export interface CreateMySqlObjectStorageDataTransferMediumDetails extends model.CreateMySqlDataTransferMediumDetails {
18
+ "objectStorageBucket"?: model.CreateObjectStoreBucket;
19
+ "type": string;
20
+ }
21
+ export declare namespace CreateMySqlObjectStorageDataTransferMediumDetails {
22
+ function getJsonObj(obj: CreateMySqlObjectStorageDataTransferMediumDetails, isParentJsonObj?: boolean): object;
23
+ const type = "OBJECT_STORAGE";
24
+ function getDeserializedJsonObj(obj: CreateMySqlObjectStorageDataTransferMediumDetails, isParentJsonObj?: boolean): object;
25
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ /**
3
+ * Database Migration API
4
+ * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
5
+ * OpenAPI spec version: 20230518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.CreateMySqlObjectStorageDataTransferMediumDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CreateMySqlObjectStorageDataTransferMediumDetails;
37
+ (function (CreateMySqlObjectStorageDataTransferMediumDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.CreateMySqlDataTransferMediumDetails.getJsonObj(obj))), {
42
+ "objectStorageBucket": obj.objectStorageBucket
43
+ ? model.CreateObjectStoreBucket.getJsonObj(obj.objectStorageBucket)
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ CreateMySqlObjectStorageDataTransferMediumDetails.getJsonObj = getJsonObj;
49
+ CreateMySqlObjectStorageDataTransferMediumDetails.type = "OBJECT_STORAGE";
50
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
51
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
52
+ ? obj
53
+ : model.CreateMySqlDataTransferMediumDetails.getDeserializedJsonObj(obj))), {
54
+ "objectStorageBucket": obj.objectStorageBucket
55
+ ? model.CreateObjectStoreBucket.getDeserializedJsonObj(obj.objectStorageBucket)
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ CreateMySqlObjectStorageDataTransferMediumDetails.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(CreateMySqlObjectStorageDataTransferMediumDetails = exports.CreateMySqlObjectStorageDataTransferMediumDetails || (exports.CreateMySqlObjectStorageDataTransferMediumDetails = {}));
62
+ //# sourceMappingURL=create-my-sql-object-storage-data-transfer-medium-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-my-sql-object-storage-data-transfer-medium-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-my-sql-object-storage-data-transfer-medium-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,iDAAiD,CAwCjE;AAxCD,WAAiB,iDAAiD;IAChE,SAAgB,UAAU,CACxB,GAAsD,EACtD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACpD,GAAG,CACkD,CAAC,GACzD;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,4DAAU,aAkBzB,CAAA;IACY,sDAAI,GAAG,gBAAgB,CAAC;IACrC,SAAgB,sBAAsB,CACpC,GAAsD,EACtD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAChE,GAAG,CACkD,CAAC,GACzD;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC/E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,wEAAsB,yBAkBrC,CAAA;AACH,CAAC,EAxCgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAwCjE"}
@@ -0,0 +1,82 @@
1
+ /**
2
+ * Database Migration API
3
+ * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
4
+ * OpenAPI spec version: 20230518
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * The information about a new MySQL Connection.
16
+ */
17
+ export interface CreateMysqlConnectionDetails extends model.CreateConnectionDetails {
18
+ /**
19
+ * The type of MySQL source or target connection.
20
+ * Example: OCI_MYSQL represents OCI MySQL HeatWave Database Service
21
+ *
22
+ */
23
+ "technologyType": string;
24
+ /**
25
+ * The IP Address of the host.
26
+ */
27
+ "host"?: string;
28
+ /**
29
+ * The port to be used for the connection. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "port"?: number;
32
+ /**
33
+ * The name of the database being referenced.
34
+ */
35
+ "databaseName": string;
36
+ /**
37
+ * Security Type for MySQL.
38
+ */
39
+ "securityProtocol": string;
40
+ /**
41
+ * SSL modes for MySQL.
42
+ */
43
+ "sslMode"?: string;
44
+ /**
45
+ * Database Certificate - The base64 encoded content of mysql.pem file
46
+ * containing the server public key (for 1 and 2-way SSL).
47
+ *
48
+ */
49
+ "sslCa"?: string;
50
+ /**
51
+ * Certificates revoked by certificate authorities (CA).
52
+ * Server certificate must not be on this list (for 1 and 2-way SSL).
53
+ * Note: This is an optional and that too only applicable if TLS/MTLS option is selected.
54
+ *
55
+ */
56
+ "sslCrl"?: string;
57
+ /**
58
+ * Client Certificate - The base64 encoded content of client-cert.pem file
59
+ * containing the client public key (for 2-way SSL).
60
+ *
61
+ */
62
+ "sslCert"?: string;
63
+ /**
64
+ * Client Key - The client-key.pem containing the client private key (for 2-way SSL).
65
+ */
66
+ "sslKey"?: string;
67
+ /**
68
+ * An array of name-value pair attribute entries.
69
+ */
70
+ "additionalAttributes"?: Array<model.NameValuePair>;
71
+ /**
72
+ * The OCID of the database system being referenced.
73
+ *
74
+ */
75
+ "dbSystemId"?: string;
76
+ "connectionType": string;
77
+ }
78
+ export declare namespace CreateMysqlConnectionDetails {
79
+ function getJsonObj(obj: CreateMysqlConnectionDetails, isParentJsonObj?: boolean): object;
80
+ const connectionType = "MYSQL";
81
+ function getDeserializedJsonObj(obj: CreateMysqlConnectionDetails, isParentJsonObj?: boolean): object;
82
+ }
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ /**
3
+ * Database Migration API
4
+ * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
5
+ * OpenAPI spec version: 20230518
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.CreateMysqlConnectionDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CreateMysqlConnectionDetails;
37
+ (function (CreateMysqlConnectionDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.CreateConnectionDetails.getJsonObj(obj))), {
42
+ "additionalAttributes": obj.additionalAttributes
43
+ ? obj.additionalAttributes.map(item => {
44
+ return model.NameValuePair.getJsonObj(item);
45
+ })
46
+ : undefined
47
+ });
48
+ return jsonObj;
49
+ }
50
+ CreateMysqlConnectionDetails.getJsonObj = getJsonObj;
51
+ CreateMysqlConnectionDetails.connectionType = "MYSQL";
52
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
53
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
54
+ ? obj
55
+ : model.CreateConnectionDetails.getDeserializedJsonObj(obj))), {
56
+ "additionalAttributes": obj.additionalAttributes
57
+ ? obj.additionalAttributes.map(item => {
58
+ return model.NameValuePair.getDeserializedJsonObj(item);
59
+ })
60
+ : undefined
61
+ });
62
+ return jsonObj;
63
+ }
64
+ CreateMysqlConnectionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
65
+ })(CreateMysqlConnectionDetails = exports.CreateMysqlConnectionDetails || (exports.CreateMysqlConnectionDetails = {}));
66
+ //# sourceMappingURL=create-mysql-connection-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-mysql-connection-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-mysql-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqElC,IAAiB,4BAA4B,CAuC5C;AAvCD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GACjF;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,uCAAU,aAezB,CAAA;IACY,2CAAc,GAAG,OAAO,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACnD,GAAG,CAC6B,CAAC,GACpC;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mDAAsB,yBAoBrC,CAAA;AACH,CAAC,EAvCgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAuC5C"}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Database Migration API
3
3
  * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
4
- * OpenAPI spec version: 20210929
4
+ * OpenAPI spec version: 20230518
5
5
  *
6
6
  *
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Database Migration API
4
4
  * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
5
- * OpenAPI spec version: 20210929
5
+ * OpenAPI spec version: 20230518
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Database Migration API
3
3
  * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
4
- * OpenAPI spec version: 20210929
4
+ * OpenAPI spec version: 20230518
5
5
  *
6
6
  *
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Database Migration API
4
4
  * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
5
- * OpenAPI spec version: 20210929
5
+ * OpenAPI spec version: 20230518
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Database Migration API
3
3
  * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
4
- * OpenAPI spec version: 20210929
4
+ * OpenAPI spec version: 20230518
5
5
  *
6
6
  *
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Database Migration API
4
4
  * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
5
- * OpenAPI spec version: 20210929
5
+ * OpenAPI spec version: 20230518
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Database Migration API
3
3
  * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
4
- * OpenAPI spec version: 20210929
4
+ * OpenAPI spec version: 20230518
5
5
  *
6
6
  *
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -13,12 +13,10 @@
13
13
  import * as model from "../model";
14
14
  /**
15
15
  * Optional dump transfer details for OCI-CLI-based dump transfer in source or target host.
16
- *
17
16
  */
18
17
  export interface CreateOciCliDumpTransferDetails extends model.CreateHostDumpTransferDetails {
19
18
  /**
20
19
  * Path to the OCI CLI installation in the node.
21
- *
22
20
  */
23
21
  "ociHome": string;
24
22
  "kind": string;
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * Database Migration API
4
4
  * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
5
- * OpenAPI spec version: 20210929
5
+ * OpenAPI spec version: 20230518
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -1 +1 @@
1
- {"version":3,"file":"create-oci-cli-dump-transfer-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-oci-cli-dump-transfer-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,+BAA+B,CA8B/C;AA9BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CACxB,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,GAAG,CAAqC,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0CAAU,aAYzB,CAAA;IACY,oCAAI,GAAG,SAAS,CAAC;IAC9B,SAAgB,sBAAsB,CACpC,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACzD,GAAG,CACgC,CAAC,GACvC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA8B/C"}
1
+ {"version":3,"file":"create-oci-cli-dump-transfer-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-oci-cli-dump-transfer-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,+BAA+B,CA8B/C;AA9BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CACxB,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,GAAG,CAAqC,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0CAAU,aAYzB,CAAA;IACY,oCAAI,GAAG,SAAS,CAAC;IAC9B,SAAgB,sBAAsB,CACpC,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACzD,GAAG,CACgC,CAAC,GACvC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA8B/C"}