oci-databasemigration 2.3.0 → 2.5.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 (481) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +53 -35
  4. package/lib/client.js +163 -42
  5. package/lib/client.js.map +1 -1
  6. package/lib/databasemigration-waiter.d.ts +2 -2
  7. package/lib/databasemigration-waiter.js +2 -2
  8. package/lib/databasemigration-waiter.js.map +1 -1
  9. package/lib/model/admin-credentials.d.ts +1 -1
  10. package/lib/model/admin-credentials.js +1 -1
  11. package/lib/model/advisor-report-bucket-details.d.ts +37 -0
  12. package/lib/model/advisor-report-bucket-details.js +29 -0
  13. package/lib/model/advisor-report-bucket-details.js.map +1 -0
  14. package/lib/model/advisor-report-location-details.d.ts +29 -0
  15. package/lib/model/advisor-report-location-details.js +57 -0
  16. package/lib/model/advisor-report-location-details.js.map +1 -0
  17. package/lib/model/advisor-report.d.ts +49 -0
  18. package/lib/model/advisor-report.js +57 -0
  19. package/lib/model/advisor-report.js.map +1 -0
  20. package/lib/model/advisor-results.d.ts +32 -0
  21. package/lib/model/advisor-results.js +43 -0
  22. package/lib/model/advisor-results.js.map +1 -0
  23. package/lib/model/advisor-settings.d.ts +32 -0
  24. package/lib/model/advisor-settings.js +29 -0
  25. package/lib/model/advisor-settings.js.map +1 -0
  26. package/lib/model/agent-collection.d.ts +1 -1
  27. package/lib/model/agent-collection.js +1 -1
  28. package/lib/model/agent-image-collection.d.ts +1 -1
  29. package/lib/model/agent-image-collection.js +1 -1
  30. package/lib/model/agent-image-summary.d.ts +1 -1
  31. package/lib/model/agent-image-summary.js +1 -1
  32. package/lib/model/agent-summary.d.ts +1 -1
  33. package/lib/model/agent-summary.js +1 -1
  34. package/lib/model/agent.d.ts +1 -1
  35. package/lib/model/agent.js +1 -1
  36. package/lib/model/change-agent-compartment-details.d.ts +1 -1
  37. package/lib/model/change-agent-compartment-details.js +1 -1
  38. package/lib/model/change-connection-compartment-details.d.ts +1 -1
  39. package/lib/model/change-connection-compartment-details.js +1 -1
  40. package/lib/model/change-migration-compartment-details.d.ts +1 -1
  41. package/lib/model/change-migration-compartment-details.js +1 -1
  42. package/lib/model/clone-migration-details.d.ts +7 -2
  43. package/lib/model/clone-migration-details.js +11 -1
  44. package/lib/model/clone-migration-details.js.map +1 -1
  45. package/lib/model/connect-descriptor.d.ts +1 -1
  46. package/lib/model/connect-descriptor.js +1 -1
  47. package/lib/model/connection-collection.d.ts +1 -1
  48. package/lib/model/connection-collection.js +1 -1
  49. package/lib/model/connection-summary.d.ts +1 -1
  50. package/lib/model/connection-summary.js +1 -1
  51. package/lib/model/connection.d.ts +1 -1
  52. package/lib/model/connection.js +1 -1
  53. package/lib/model/create-admin-credentials.d.ts +1 -1
  54. package/lib/model/create-admin-credentials.js +1 -1
  55. package/lib/model/create-advisor-settings.d.ts +32 -0
  56. package/lib/model/create-advisor-settings.js +29 -0
  57. package/lib/model/create-advisor-settings.js.map +1 -0
  58. package/lib/model/create-agent-details.d.ts +1 -1
  59. package/lib/model/create-agent-details.js +1 -1
  60. package/lib/model/create-connect-descriptor.d.ts +1 -1
  61. package/lib/model/create-connect-descriptor.js +1 -1
  62. package/lib/model/create-connection-details.d.ts +1 -1
  63. package/lib/model/create-connection-details.js +1 -1
  64. package/lib/model/create-curl-transfer-details.d.ts +25 -0
  65. package/lib/model/create-curl-transfer-details.js +54 -0
  66. package/lib/model/create-curl-transfer-details.js.map +1 -0
  67. package/lib/model/create-data-pump-parameters.d.ts +1 -1
  68. package/lib/model/create-data-pump-parameters.js +1 -1
  69. package/lib/model/create-data-pump-settings.d.ts +1 -1
  70. package/lib/model/create-data-pump-settings.js +1 -1
  71. package/lib/model/create-data-transfer-medium-details.d.ts +1 -1
  72. package/lib/model/create-data-transfer-medium-details.js +1 -1
  73. package/lib/model/create-database-link-details.d.ts +4 -2
  74. package/lib/model/create-database-link-details.js +31 -3
  75. package/lib/model/create-database-link-details.js.map +1 -1
  76. package/lib/model/create-directory-object.d.ts +1 -1
  77. package/lib/model/create-directory-object.js +1 -1
  78. package/lib/model/create-dump-transfer-details.d.ts +25 -0
  79. package/lib/model/create-dump-transfer-details.js +63 -0
  80. package/lib/model/create-dump-transfer-details.js.map +1 -0
  81. package/lib/model/create-extract.d.ts +1 -1
  82. package/lib/model/create-extract.js +1 -1
  83. package/lib/model/create-golden-gate-details.d.ts +1 -1
  84. package/lib/model/create-golden-gate-details.js +1 -1
  85. package/lib/model/create-golden-gate-hub.d.ts +1 -1
  86. package/lib/model/create-golden-gate-hub.js +1 -1
  87. package/lib/model/create-golden-gate-settings.d.ts +1 -1
  88. package/lib/model/create-golden-gate-settings.js +1 -1
  89. package/lib/model/create-host-dump-transfer-details.d.ts +23 -0
  90. package/lib/model/create-host-dump-transfer-details.js +69 -0
  91. package/lib/model/create-host-dump-transfer-details.js.map +1 -0
  92. package/lib/model/create-migration-details.d.ts +9 -2
  93. package/lib/model/create-migration-details.js +23 -1
  94. package/lib/model/create-migration-details.js.map +1 -1
  95. package/lib/model/create-object-store-bucket.d.ts +2 -1
  96. package/lib/model/create-object-store-bucket.js +1 -1
  97. package/lib/model/create-object-store-bucket.js.map +1 -1
  98. package/lib/model/create-oci-cli-dump-transfer-details.d.ts +30 -0
  99. package/lib/model/create-oci-cli-dump-transfer-details.js +54 -0
  100. package/lib/model/create-oci-cli-dump-transfer-details.js.map +1 -0
  101. package/lib/model/create-private-endpoint.d.ts +1 -1
  102. package/lib/model/create-private-endpoint.js +1 -1
  103. package/lib/model/create-replicat.d.ts +1 -1
  104. package/lib/model/create-replicat.js +1 -1
  105. package/lib/model/create-ssh-details.d.ts +1 -1
  106. package/lib/model/create-ssh-details.js +1 -1
  107. package/lib/model/create-vault-details.d.ts +1 -1
  108. package/lib/model/create-vault-details.js +1 -1
  109. package/lib/model/curl-transfer-details.d.ts +25 -0
  110. package/lib/model/curl-transfer-details.js +54 -0
  111. package/lib/model/curl-transfer-details.js.map +1 -0
  112. package/lib/model/data-pump-estimate.d.ts +1 -1
  113. package/lib/model/data-pump-estimate.js +1 -1
  114. package/lib/model/data-pump-exclude-parameters.d.ts +1 -1
  115. package/lib/model/data-pump-exclude-parameters.js +1 -1
  116. package/lib/model/data-pump-job-mode.d.ts +1 -1
  117. package/lib/model/data-pump-job-mode.js +1 -1
  118. package/lib/model/data-pump-parameters.d.ts +1 -1
  119. package/lib/model/data-pump-parameters.js +1 -1
  120. package/lib/model/data-pump-settings.d.ts +1 -1
  121. package/lib/model/data-pump-settings.js +1 -1
  122. package/lib/model/data-pump-table-exists-action.d.ts +1 -1
  123. package/lib/model/data-pump-table-exists-action.js +1 -1
  124. package/lib/model/data-transfer-medium-details.d.ts +1 -1
  125. package/lib/model/data-transfer-medium-details.js +1 -1
  126. package/lib/model/database-connection-types.d.ts +1 -1
  127. package/lib/model/database-connection-types.js +1 -1
  128. package/lib/model/database-link-details.d.ts +4 -2
  129. package/lib/model/database-link-details.js +31 -3
  130. package/lib/model/database-link-details.js.map +1 -1
  131. package/lib/model/database-object.d.ts +8 -2
  132. package/lib/model/database-object.js +1 -1
  133. package/lib/model/database-object.js.map +1 -1
  134. package/lib/model/directory-object.d.ts +1 -1
  135. package/lib/model/directory-object.js +1 -1
  136. package/lib/model/dump-transfer-details.d.ts +25 -0
  137. package/lib/model/dump-transfer-details.js +59 -0
  138. package/lib/model/dump-transfer-details.js.map +1 -0
  139. package/lib/model/extract-performance-profile.d.ts +1 -1
  140. package/lib/model/extract-performance-profile.js +1 -1
  141. package/lib/model/extract.d.ts +1 -1
  142. package/lib/model/extract.js +1 -1
  143. package/lib/model/generate-token.d.ts +1 -1
  144. package/lib/model/generate-token.js +1 -1
  145. package/lib/model/golden-gate-details.d.ts +1 -1
  146. package/lib/model/golden-gate-details.js +1 -1
  147. package/lib/model/golden-gate-hub.d.ts +1 -1
  148. package/lib/model/golden-gate-hub.js +1 -1
  149. package/lib/model/golden-gate-settings.d.ts +1 -1
  150. package/lib/model/golden-gate-settings.js +1 -1
  151. package/lib/model/host-dump-transfer-details.d.ts +23 -0
  152. package/lib/model/host-dump-transfer-details.js +69 -0
  153. package/lib/model/host-dump-transfer-details.js.map +1 -0
  154. package/lib/model/index.d.ts +51 -1
  155. package/lib/model/index.js +54 -4
  156. package/lib/model/index.js.map +1 -1
  157. package/lib/model/job-collection.d.ts +1 -1
  158. package/lib/model/job-collection.js +1 -1
  159. package/lib/model/job-lifecycle-states.d.ts +1 -1
  160. package/lib/model/job-lifecycle-states.js +1 -1
  161. package/lib/model/job-output-summary-collection.d.ts +1 -1
  162. package/lib/model/job-output-summary-collection.js +1 -1
  163. package/lib/model/job-output-summary.d.ts +1 -1
  164. package/lib/model/job-output-summary.js +1 -1
  165. package/lib/model/job-phase-status.d.ts +1 -1
  166. package/lib/model/job-phase-status.js +1 -1
  167. package/lib/model/job-summary.d.ts +1 -1
  168. package/lib/model/job-summary.js +1 -1
  169. package/lib/model/job-types.d.ts +1 -1
  170. package/lib/model/job-types.js +1 -1
  171. package/lib/model/job.d.ts +1 -1
  172. package/lib/model/job.js +1 -1
  173. package/lib/model/lifecycle-states.d.ts +1 -1
  174. package/lib/model/lifecycle-states.js +1 -1
  175. package/lib/model/log-location-bucket-details.d.ts +37 -0
  176. package/lib/model/log-location-bucket-details.js +29 -0
  177. package/lib/model/log-location-bucket-details.js.map +1 -0
  178. package/lib/model/metadata-remap.d.ts +1 -1
  179. package/lib/model/metadata-remap.js +1 -1
  180. package/lib/model/migration-collection.d.ts +1 -1
  181. package/lib/model/migration-collection.js +1 -1
  182. package/lib/model/migration-job-progress-resource.d.ts +1 -1
  183. package/lib/model/migration-job-progress-resource.js +1 -1
  184. package/lib/model/migration-job-progress-summary.d.ts +1 -1
  185. package/lib/model/migration-job-progress-summary.js +1 -1
  186. package/lib/model/migration-lifecycle-states.d.ts +40 -0
  187. package/lib/model/migration-lifecycle-states.js +51 -0
  188. package/lib/model/migration-lifecycle-states.js.map +1 -0
  189. package/lib/model/migration-object-type-summary-collection.d.ts +28 -0
  190. package/lib/model/migration-object-type-summary-collection.js +61 -0
  191. package/lib/model/migration-object-type-summary-collection.js.map +1 -0
  192. package/lib/model/migration-object-type-summary.d.ts +27 -0
  193. package/lib/model/migration-object-type-summary.js +29 -0
  194. package/lib/model/migration-object-type-summary.js.map +1 -0
  195. package/lib/model/migration-phase-collection.d.ts +1 -1
  196. package/lib/model/migration-phase-collection.js +1 -1
  197. package/lib/model/migration-phase-summary.d.ts +1 -1
  198. package/lib/model/migration-phase-summary.js +1 -1
  199. package/lib/model/migration-status.d.ts +1 -1
  200. package/lib/model/migration-status.js +1 -1
  201. package/lib/model/migration-summary.d.ts +2 -2
  202. package/lib/model/migration-summary.js +1 -1
  203. package/lib/model/migration-types.d.ts +1 -1
  204. package/lib/model/migration-types.js +1 -1
  205. package/lib/model/migration.d.ts +10 -2
  206. package/lib/model/migration.js +23 -1
  207. package/lib/model/migration.js.map +1 -1
  208. package/lib/model/object-store-bucket.d.ts +2 -1
  209. package/lib/model/object-store-bucket.js +1 -1
  210. package/lib/model/object-store-bucket.js.map +1 -1
  211. package/lib/model/oci-cli-dump-transfer-details.d.ts +30 -0
  212. package/lib/model/oci-cli-dump-transfer-details.js +54 -0
  213. package/lib/model/oci-cli-dump-transfer-details.js.map +1 -0
  214. package/lib/model/odms-job-phases.d.ts +4 -1
  215. package/lib/model/odms-job-phases.js +4 -1
  216. package/lib/model/odms-job-phases.js.map +1 -1
  217. package/lib/model/odms-phase-actions.d.ts +1 -1
  218. package/lib/model/odms-phase-actions.js +1 -1
  219. package/lib/model/operation-status.d.ts +2 -1
  220. package/lib/model/operation-status.js +2 -1
  221. package/lib/model/operation-status.js.map +1 -1
  222. package/lib/model/operation-types.d.ts +1 -1
  223. package/lib/model/operation-types.js +1 -1
  224. package/lib/model/par-link.d.ts +1 -1
  225. package/lib/model/par-link.js +1 -1
  226. package/lib/model/phase-extract-entry.d.ts +33 -0
  227. package/lib/model/phase-extract-entry.js +29 -0
  228. package/lib/model/phase-extract-entry.js.map +1 -0
  229. package/lib/model/phase-extract-types.d.ts +28 -0
  230. package/lib/model/phase-extract-types.js +39 -0
  231. package/lib/model/phase-extract-types.js.map +1 -0
  232. package/lib/model/phase-status.d.ts +12 -1
  233. package/lib/model/phase-status.js +41 -3
  234. package/lib/model/phase-status.js.map +1 -1
  235. package/lib/model/private-endpoint-details.d.ts +1 -1
  236. package/lib/model/private-endpoint-details.js +1 -1
  237. package/lib/model/replicat.d.ts +1 -1
  238. package/lib/model/replicat.js +1 -1
  239. package/lib/model/resume-job-details.d.ts +1 -1
  240. package/lib/model/resume-job-details.js +1 -1
  241. package/lib/model/sort-orders.d.ts +1 -1
  242. package/lib/model/sort-orders.js +1 -1
  243. package/lib/model/ssh-details.d.ts +1 -1
  244. package/lib/model/ssh-details.js +1 -1
  245. package/lib/model/start-migration-details.d.ts +1 -1
  246. package/lib/model/start-migration-details.js +1 -1
  247. package/lib/model/unsupported-database-object.d.ts +1 -1
  248. package/lib/model/unsupported-database-object.js +1 -1
  249. package/lib/model/update-admin-credentials.d.ts +1 -1
  250. package/lib/model/update-admin-credentials.js +1 -1
  251. package/lib/model/update-advisor-settings.d.ts +32 -0
  252. package/lib/model/update-advisor-settings.js +29 -0
  253. package/lib/model/update-advisor-settings.js.map +1 -0
  254. package/lib/model/update-agent-details.d.ts +1 -6
  255. package/lib/model/update-agent-details.js +1 -1
  256. package/lib/model/update-agent-details.js.map +1 -1
  257. package/lib/model/update-connect-descriptor.d.ts +1 -1
  258. package/lib/model/update-connect-descriptor.js +1 -1
  259. package/lib/model/update-connection-details.d.ts +1 -1
  260. package/lib/model/update-connection-details.js +1 -1
  261. package/lib/model/update-curl-transfer-details.d.ts +25 -0
  262. package/lib/model/update-curl-transfer-details.js +54 -0
  263. package/lib/model/update-curl-transfer-details.js.map +1 -0
  264. package/lib/model/update-data-pump-parameters.d.ts +1 -1
  265. package/lib/model/update-data-pump-parameters.js +1 -1
  266. package/lib/model/update-data-pump-settings.d.ts +1 -1
  267. package/lib/model/update-data-pump-settings.js +1 -1
  268. package/lib/model/update-data-transfer-medium-details.d.ts +1 -1
  269. package/lib/model/update-data-transfer-medium-details.js +1 -1
  270. package/lib/model/update-database-link-details.d.ts +4 -2
  271. package/lib/model/update-database-link-details.js +31 -3
  272. package/lib/model/update-database-link-details.js.map +1 -1
  273. package/lib/model/update-directory-object.d.ts +1 -1
  274. package/lib/model/update-directory-object.js +1 -1
  275. package/lib/model/update-dump-transfer-details.d.ts +25 -0
  276. package/lib/model/update-dump-transfer-details.js +63 -0
  277. package/lib/model/update-dump-transfer-details.js.map +1 -0
  278. package/lib/model/update-extract.d.ts +1 -1
  279. package/lib/model/update-extract.js +1 -1
  280. package/lib/model/update-golden-gate-details.d.ts +1 -1
  281. package/lib/model/update-golden-gate-details.js +1 -1
  282. package/lib/model/update-golden-gate-hub.d.ts +1 -1
  283. package/lib/model/update-golden-gate-hub.js +1 -1
  284. package/lib/model/update-golden-gate-settings.d.ts +1 -1
  285. package/lib/model/update-golden-gate-settings.js +1 -1
  286. package/lib/model/update-host-dump-transfer-details.d.ts +23 -0
  287. package/lib/model/update-host-dump-transfer-details.js +69 -0
  288. package/lib/model/update-host-dump-transfer-details.js.map +1 -0
  289. package/lib/model/update-job-details.d.ts +1 -1
  290. package/lib/model/update-job-details.js +1 -1
  291. package/lib/model/update-migration-details.d.ts +10 -2
  292. package/lib/model/update-migration-details.js +23 -1
  293. package/lib/model/update-migration-details.js.map +1 -1
  294. package/lib/model/update-object-store-bucket.d.ts +1 -1
  295. package/lib/model/update-object-store-bucket.js +1 -1
  296. package/lib/model/update-oci-cli-dump-transfer-details.d.ts +30 -0
  297. package/lib/model/update-oci-cli-dump-transfer-details.js +54 -0
  298. package/lib/model/update-oci-cli-dump-transfer-details.js.map +1 -0
  299. package/lib/model/update-private-endpoint.d.ts +1 -1
  300. package/lib/model/update-private-endpoint.js +1 -1
  301. package/lib/model/update-replicat.d.ts +1 -1
  302. package/lib/model/update-replicat.js +1 -1
  303. package/lib/model/update-ssh-details.d.ts +1 -1
  304. package/lib/model/update-ssh-details.js +1 -1
  305. package/lib/model/update-vault-details.d.ts +1 -1
  306. package/lib/model/update-vault-details.js +1 -1
  307. package/lib/model/vault-details.d.ts +1 -1
  308. package/lib/model/vault-details.js +1 -1
  309. package/lib/model/work-request-collection.d.ts +1 -1
  310. package/lib/model/work-request-collection.js +1 -1
  311. package/lib/model/work-request-error-collection.d.ts +1 -1
  312. package/lib/model/work-request-error-collection.js +1 -1
  313. package/lib/model/work-request-error.d.ts +2 -2
  314. package/lib/model/work-request-error.js +1 -1
  315. package/lib/model/work-request-log-entry-collection.d.ts +1 -1
  316. package/lib/model/work-request-log-entry-collection.js +1 -1
  317. package/lib/model/work-request-log-entry.d.ts +2 -2
  318. package/lib/model/work-request-log-entry.js +1 -1
  319. package/lib/model/work-request-resource.d.ts +1 -1
  320. package/lib/model/work-request-resource.js +1 -1
  321. package/lib/model/work-request-summary.d.ts +1 -1
  322. package/lib/model/work-request-summary.js +1 -1
  323. package/lib/model/work-request.d.ts +1 -1
  324. package/lib/model/work-request.js +1 -1
  325. package/lib/request/abort-job-request.d.ts +2 -2
  326. package/lib/request/abort-job-request.js +1 -1
  327. package/lib/request/change-agent-compartment-request.d.ts +2 -2
  328. package/lib/request/change-agent-compartment-request.js +1 -1
  329. package/lib/request/change-connection-compartment-request.d.ts +2 -2
  330. package/lib/request/change-connection-compartment-request.js +1 -1
  331. package/lib/request/change-migration-compartment-request.d.ts +2 -2
  332. package/lib/request/change-migration-compartment-request.js +1 -1
  333. package/lib/request/clone-migration-request.d.ts +2 -2
  334. package/lib/request/clone-migration-request.js +1 -1
  335. package/lib/request/create-connection-request.d.ts +2 -2
  336. package/lib/request/create-connection-request.js +1 -1
  337. package/lib/request/create-migration-request.d.ts +2 -2
  338. package/lib/request/create-migration-request.js +1 -1
  339. package/lib/request/delete-agent-request.d.ts +2 -2
  340. package/lib/request/delete-agent-request.js +1 -1
  341. package/lib/request/delete-connection-request.d.ts +2 -2
  342. package/lib/request/delete-connection-request.js +1 -1
  343. package/lib/request/delete-job-request.d.ts +2 -2
  344. package/lib/request/delete-job-request.js +1 -1
  345. package/lib/request/delete-migration-request.d.ts +2 -2
  346. package/lib/request/delete-migration-request.js +1 -1
  347. package/lib/request/evaluate-migration-request.d.ts +2 -2
  348. package/lib/request/evaluate-migration-request.js +1 -1
  349. package/lib/request/get-advisor-report-request.d.ts +29 -0
  350. package/lib/request/get-advisor-report-request.js +15 -0
  351. package/lib/request/get-advisor-report-request.js.map +1 -0
  352. package/lib/request/get-agent-request.d.ts +2 -2
  353. package/lib/request/get-agent-request.js +1 -1
  354. package/lib/request/get-connection-request.d.ts +2 -2
  355. package/lib/request/get-connection-request.js +1 -1
  356. package/lib/request/get-job-output-content-request.d.ts +2 -2
  357. package/lib/request/get-job-output-content-request.js +1 -1
  358. package/lib/request/get-job-request.d.ts +2 -2
  359. package/lib/request/get-job-request.js +1 -1
  360. package/lib/request/get-migration-request.d.ts +2 -2
  361. package/lib/request/get-migration-request.js +1 -1
  362. package/lib/request/get-work-request-request.d.ts +2 -2
  363. package/lib/request/get-work-request-request.js +1 -1
  364. package/lib/request/index.d.ts +5 -1
  365. package/lib/request/index.js +4 -2
  366. package/lib/request/index.js.map +1 -1
  367. package/lib/request/list-agent-images-request.d.ts +2 -2
  368. package/lib/request/list-agent-images-request.js +1 -1
  369. package/lib/request/list-agents-request.d.ts +2 -2
  370. package/lib/request/list-agents-request.js +1 -1
  371. package/lib/request/list-connections-request.d.ts +2 -2
  372. package/lib/request/list-connections-request.js +1 -1
  373. package/lib/request/list-job-outputs-request.d.ts +2 -2
  374. package/lib/request/list-job-outputs-request.js +1 -1
  375. package/lib/request/list-jobs-request.d.ts +2 -2
  376. package/lib/request/list-jobs-request.js +1 -1
  377. package/lib/request/list-migration-object-types-request.d.ts +51 -0
  378. package/lib/request/list-migration-object-types-request.js +23 -0
  379. package/lib/request/list-migration-object-types-request.js.map +1 -0
  380. package/lib/request/list-migrations-request.d.ts +4 -4
  381. package/lib/request/list-migrations-request.js +1 -1
  382. package/lib/request/list-work-request-errors-request.d.ts +4 -11
  383. package/lib/request/list-work-request-errors-request.js +2 -3
  384. package/lib/request/list-work-request-errors-request.js.map +1 -1
  385. package/lib/request/list-work-request-logs-request.d.ts +4 -11
  386. package/lib/request/list-work-request-logs-request.js +2 -3
  387. package/lib/request/list-work-request-logs-request.js.map +1 -1
  388. package/lib/request/list-work-requests-request.d.ts +9 -11
  389. package/lib/request/list-work-requests-request.js +2 -3
  390. package/lib/request/list-work-requests-request.js.map +1 -1
  391. package/lib/request/resume-job-request.d.ts +2 -2
  392. package/lib/request/resume-job-request.js +1 -1
  393. package/lib/request/retrieve-supported-phases-request.d.ts +2 -2
  394. package/lib/request/retrieve-supported-phases-request.js +1 -1
  395. package/lib/request/start-migration-request.d.ts +2 -2
  396. package/lib/request/start-migration-request.js +1 -1
  397. package/lib/request/update-agent-request.d.ts +2 -2
  398. package/lib/request/update-agent-request.js +1 -1
  399. package/lib/request/update-connection-request.d.ts +2 -2
  400. package/lib/request/update-connection-request.js +1 -1
  401. package/lib/request/update-job-request.d.ts +2 -2
  402. package/lib/request/update-job-request.js +1 -1
  403. package/lib/request/update-migration-request.d.ts +2 -2
  404. package/lib/request/update-migration-request.js +1 -1
  405. package/lib/response/abort-job-response.d.ts +1 -1
  406. package/lib/response/abort-job-response.js +1 -1
  407. package/lib/response/change-agent-compartment-response.d.ts +1 -1
  408. package/lib/response/change-agent-compartment-response.js +1 -1
  409. package/lib/response/change-connection-compartment-response.d.ts +1 -1
  410. package/lib/response/change-connection-compartment-response.js +1 -1
  411. package/lib/response/change-migration-compartment-response.d.ts +1 -1
  412. package/lib/response/change-migration-compartment-response.js +1 -1
  413. package/lib/response/clone-migration-response.d.ts +1 -1
  414. package/lib/response/clone-migration-response.js +1 -1
  415. package/lib/response/create-connection-response.d.ts +1 -1
  416. package/lib/response/create-connection-response.js +1 -1
  417. package/lib/response/create-migration-response.d.ts +1 -1
  418. package/lib/response/create-migration-response.js +1 -1
  419. package/lib/response/delete-agent-response.d.ts +1 -1
  420. package/lib/response/delete-agent-response.js +1 -1
  421. package/lib/response/delete-connection-response.d.ts +1 -1
  422. package/lib/response/delete-connection-response.js +1 -1
  423. package/lib/response/delete-job-response.d.ts +1 -1
  424. package/lib/response/delete-job-response.js +1 -1
  425. package/lib/response/delete-migration-response.d.ts +1 -1
  426. package/lib/response/delete-migration-response.js +1 -1
  427. package/lib/response/evaluate-migration-response.d.ts +1 -1
  428. package/lib/response/evaluate-migration-response.js +1 -1
  429. package/lib/response/get-advisor-report-response.d.ts +30 -0
  430. package/lib/response/get-advisor-report-response.js +15 -0
  431. package/lib/response/get-advisor-report-response.js.map +1 -0
  432. package/lib/response/get-agent-response.d.ts +1 -1
  433. package/lib/response/get-agent-response.js +1 -1
  434. package/lib/response/get-connection-response.d.ts +1 -1
  435. package/lib/response/get-connection-response.js +1 -1
  436. package/lib/response/get-job-output-content-response.d.ts +1 -1
  437. package/lib/response/get-job-output-content-response.js +1 -1
  438. package/lib/response/get-job-response.d.ts +1 -1
  439. package/lib/response/get-job-response.js +1 -1
  440. package/lib/response/get-migration-response.d.ts +1 -1
  441. package/lib/response/get-migration-response.js +1 -1
  442. package/lib/response/get-work-request-response.d.ts +1 -1
  443. package/lib/response/get-work-request-response.js +1 -1
  444. package/lib/response/index.d.ts +5 -1
  445. package/lib/response/index.js +1 -1
  446. package/lib/response/list-agent-images-response.d.ts +1 -1
  447. package/lib/response/list-agent-images-response.js +1 -1
  448. package/lib/response/list-agents-response.d.ts +1 -1
  449. package/lib/response/list-agents-response.js +1 -1
  450. package/lib/response/list-connections-response.d.ts +1 -1
  451. package/lib/response/list-connections-response.js +1 -1
  452. package/lib/response/list-job-outputs-response.d.ts +1 -1
  453. package/lib/response/list-job-outputs-response.js +1 -1
  454. package/lib/response/list-jobs-response.d.ts +1 -1
  455. package/lib/response/list-jobs-response.js +1 -1
  456. package/lib/response/list-migration-object-types-response.d.ts +32 -0
  457. package/lib/response/list-migration-object-types-response.js +15 -0
  458. package/lib/response/list-migration-object-types-response.js.map +1 -0
  459. package/lib/response/list-migrations-response.d.ts +1 -1
  460. package/lib/response/list-migrations-response.js +1 -1
  461. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  462. package/lib/response/list-work-request-errors-response.js +1 -1
  463. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  464. package/lib/response/list-work-request-logs-response.js +1 -1
  465. package/lib/response/list-work-requests-response.d.ts +1 -1
  466. package/lib/response/list-work-requests-response.js +1 -1
  467. package/lib/response/resume-job-response.d.ts +1 -1
  468. package/lib/response/resume-job-response.js +1 -1
  469. package/lib/response/retrieve-supported-phases-response.d.ts +1 -1
  470. package/lib/response/retrieve-supported-phases-response.js +1 -1
  471. package/lib/response/start-migration-response.d.ts +1 -1
  472. package/lib/response/start-migration-response.js +1 -1
  473. package/lib/response/update-agent-response.d.ts +1 -1
  474. package/lib/response/update-agent-response.js +1 -1
  475. package/lib/response/update-connection-response.d.ts +1 -1
  476. package/lib/response/update-connection-response.js +1 -1
  477. package/lib/response/update-job-response.d.ts +1 -1
  478. package/lib/response/update-job-response.js +1 -1
  479. package/lib/response/update-migration-response.d.ts +1 -1
  480. package/lib/response/update-migration-response.js +1 -1
  481. package/package.json +3 -3
@@ -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: 20200720
4
+ * OpenAPI spec version: 20210929
5
5
  *
6
6
  *
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -31,6 +31,17 @@ export interface PhaseStatus {
31
31
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
32
  */
33
33
  "durationInMs": number;
34
+ /**
35
+ * True if a Pre-Migration Advisor report is available for this phase. False or null if no report is available.
36
+ *
37
+ */
38
+ "isAdvisorReportAvailable"?: boolean;
39
+ /**
40
+ * Summary of phase status results.
41
+ *
42
+ */
43
+ "extract"?: Array<model.PhaseExtractEntry>;
44
+ "logLocation"?: model.LogLocationBucketDetails;
34
45
  /**
35
46
  * Percent progress of job phase.
36
47
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
@@ -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: 20200720
5
+ * OpenAPI spec version: 20210929
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -11,17 +11,55 @@
11
11
  * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
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
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
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.PhaseStatus = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var PhaseStatus;
17
37
  (function (PhaseStatus) {
18
38
  function getJsonObj(obj) {
19
- const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "extract": obj.extract
41
+ ? obj.extract.map(item => {
42
+ return model.PhaseExtractEntry.getJsonObj(item);
43
+ })
44
+ : undefined,
45
+ "logLocation": obj.logLocation
46
+ ? model.LogLocationBucketDetails.getJsonObj(obj.logLocation)
47
+ : undefined
48
+ });
20
49
  return jsonObj;
21
50
  }
22
51
  PhaseStatus.getJsonObj = getJsonObj;
23
52
  function getDeserializedJsonObj(obj) {
24
- const jsonObj = Object.assign(Object.assign({}, obj), {});
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "extract": obj.extract
55
+ ? obj.extract.map(item => {
56
+ return model.PhaseExtractEntry.getDeserializedJsonObj(item);
57
+ })
58
+ : undefined,
59
+ "logLocation": obj.logLocation
60
+ ? model.LogLocationBucketDetails.getDeserializedJsonObj(obj.logLocation)
61
+ : undefined
62
+ });
25
63
  return jsonObj;
26
64
  }
27
65
  PhaseStatus.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"phase-status.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/phase-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgCH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
1
+ {"version":3,"file":"phase-status.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/phase-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyClC,IAAiB,WAAW,CAmC3B;AAnCD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,sBAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,kCAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAmC3B"}
@@ -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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Database Migration API
3
+ * Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
4
+ * OpenAPI spec version: 20210929
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, 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
+ /**
14
+ * Optional Pre-Migration advisor settings.
15
+ *
16
+ */
17
+ export interface UpdateAdvisorSettings {
18
+ /**
19
+ * True to skip the Pre-Migration Advisor execution. Default is false.
20
+ *
21
+ */
22
+ "isSkipAdvisor"?: boolean;
23
+ /**
24
+ * True to not interrupt migration execution due to Pre-Migration Advisor errors. Default is false.
25
+ *
26
+ */
27
+ "isIgnoreErrors"?: boolean;
28
+ }
29
+ export declare namespace UpdateAdvisorSettings {
30
+ function getJsonObj(obj: UpdateAdvisorSettings): object;
31
+ function getDeserializedJsonObj(obj: UpdateAdvisorSettings): object;
32
+ }
@@ -0,0 +1,29 @@
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: 20210929
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.UpdateAdvisorSettings = void 0;
16
+ var UpdateAdvisorSettings;
17
+ (function (UpdateAdvisorSettings) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateAdvisorSettings.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateAdvisorSettings.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateAdvisorSettings = exports.UpdateAdvisorSettings || (exports.UpdateAdvisorSettings = {}));
29
+ //# sourceMappingURL=update-advisor-settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-advisor-settings.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/update-advisor-settings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsBH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
@@ -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: 20200720
4
+ * OpenAPI spec version: 20210929
5
5
  *
6
6
  *
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -15,11 +15,6 @@
15
15
  *
16
16
  */
17
17
  export interface UpdateAgentDetails {
18
- /**
19
- * The OCID of the compartment.
20
- *
21
- */
22
- "compartmentId"?: string;
23
18
  /**
24
19
  * ODMS Agent name
25
20
  *
@@ -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: 20200720
5
+ * OpenAPI spec version: 20210929
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -1 +1 @@
1
- {"version":3,"file":"update-agent-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/update-agent-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiDH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
1
+ {"version":3,"file":"update-agent-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/update-agent-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4CH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -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: 20210929
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2021, 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 properties for Curl-based dump transfer in source or target host.
16
+ *
17
+ */
18
+ export interface UpdateCurlTransferDetails extends model.UpdateHostDumpTransferDetails {
19
+ "kind": string;
20
+ }
21
+ export declare namespace UpdateCurlTransferDetails {
22
+ function getJsonObj(obj: UpdateCurlTransferDetails, isParentJsonObj?: boolean): object;
23
+ const kind = "CURL";
24
+ function getDeserializedJsonObj(obj: UpdateCurlTransferDetails, isParentJsonObj?: boolean): object;
25
+ }
@@ -0,0 +1,54 @@
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: 20210929
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2021, 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.UpdateCurlTransferDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var UpdateCurlTransferDetails;
37
+ (function (UpdateCurlTransferDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.UpdateHostDumpTransferDetails.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ UpdateCurlTransferDetails.getJsonObj = getJsonObj;
45
+ UpdateCurlTransferDetails.kind = "CURL";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.UpdateHostDumpTransferDetails.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ UpdateCurlTransferDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(UpdateCurlTransferDetails = exports.UpdateCurlTransferDetails || (exports.UpdateCurlTransferDetails = {}));
54
+ //# sourceMappingURL=update-curl-transfer-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-curl-transfer-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/update-curl-transfer-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,yBAAyB,CA2BzC;AA3BD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B,EAAE,eAAyB;QAClF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,GAAG,CAA+B,CAAC,GACpF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,oCAAU,aASzB,CAAA;IACY,8BAAI,GAAG,MAAM,CAAC;IAC3B,SAAgB,sBAAsB,CACpC,GAA8B,EAC9B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACzD,GAAG,CAC0B,CAAC,GACjC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gDAAsB,yBAcrC,CAAA;AACH,CAAC,EA3BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA2BzC"}
@@ -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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
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: 20200720
4
+ * OpenAPI spec version: 20210929
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: 20200720
5
+ * OpenAPI spec version: 20210929
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: 20200720
4
+ * OpenAPI spec version: 20210929
5
5
  *
6
6
  *
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -10,6 +10,7 @@
10
10
  * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
+ import * as model from "../model";
13
14
  /**
14
15
  * Optional details for updating a network database link from OCI database to on-premise database.
15
16
  *
@@ -19,7 +20,8 @@ export interface UpdateDatabaseLinkDetails {
19
20
  * Name of database link from OCI database to on-premise database. ODMS will create link, if the link does not already exist.
20
21
  *
21
22
  */
22
- "name": string;
23
+ "name"?: string;
24
+ "walletBucket"?: model.UpdateObjectStoreBucket;
23
25
  }
24
26
  export declare namespace UpdateDatabaseLinkDetails {
25
27
  function getJsonObj(obj: UpdateDatabaseLinkDetails): object;
@@ -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: 20200720
5
+ * OpenAPI spec version: 20210929
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
@@ -11,17 +11,45 @@
11
11
  * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
12
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
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
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.UpdateDatabaseLinkDetails = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var UpdateDatabaseLinkDetails;
17
37
  (function (UpdateDatabaseLinkDetails) {
18
38
  function getJsonObj(obj) {
19
- const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "walletBucket": obj.walletBucket
41
+ ? model.UpdateObjectStoreBucket.getJsonObj(obj.walletBucket)
42
+ : undefined
43
+ });
20
44
  return jsonObj;
21
45
  }
22
46
  UpdateDatabaseLinkDetails.getJsonObj = getJsonObj;
23
47
  function getDeserializedJsonObj(obj) {
24
- const jsonObj = Object.assign(Object.assign({}, obj), {});
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "walletBucket": obj.walletBucket
50
+ ? model.UpdateObjectStoreBucket.getDeserializedJsonObj(obj.walletBucket)
51
+ : undefined
52
+ });
25
53
  return jsonObj;
26
54
  }
27
55
  UpdateDatabaseLinkDetails.getDeserializedJsonObj = getDeserializedJsonObj;