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
@@ -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
+ * Pre-Migration advisor result.
15
+ *
16
+ **/
17
+ export declare enum AdvisorResults {
18
+ Fatal = "FATAL",
19
+ Blocker = "BLOCKER",
20
+ Warning = "WARNING",
21
+ Informational = "INFORMATIONAL",
22
+ Pass = "PASS",
23
+ /**
24
+ * This value is used if a service returns a value for this enum that is not recognized by this
25
+ * version of the SDK.
26
+ */
27
+ UnknownValue = "UNKNOWN_VALUE"
28
+ }
29
+ export declare namespace AdvisorResults {
30
+ function getJsonObj(obj: AdvisorResults): AdvisorResults;
31
+ function getDeserializedJsonObj(obj: AdvisorResults): AdvisorResults;
32
+ }
@@ -0,0 +1,43 @@
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.AdvisorResults = void 0;
16
+ /**
17
+ * Pre-Migration advisor result.
18
+ *
19
+ **/
20
+ var AdvisorResults;
21
+ (function (AdvisorResults) {
22
+ AdvisorResults["Fatal"] = "FATAL";
23
+ AdvisorResults["Blocker"] = "BLOCKER";
24
+ AdvisorResults["Warning"] = "WARNING";
25
+ AdvisorResults["Informational"] = "INFORMATIONAL";
26
+ AdvisorResults["Pass"] = "PASS";
27
+ /**
28
+ * This value is used if a service returns a value for this enum that is not recognized by this
29
+ * version of the SDK.
30
+ */
31
+ AdvisorResults["UnknownValue"] = "UNKNOWN_VALUE";
32
+ })(AdvisorResults = exports.AdvisorResults || (exports.AdvisorResults = {}));
33
+ (function (AdvisorResults) {
34
+ function getJsonObj(obj) {
35
+ return obj;
36
+ }
37
+ AdvisorResults.getJsonObj = getJsonObj;
38
+ function getDeserializedJsonObj(obj) {
39
+ return obj;
40
+ }
41
+ AdvisorResults.getDeserializedJsonObj = getDeserializedJsonObj;
42
+ })(AdvisorResults = exports.AdvisorResults || (exports.AdvisorResults = {}));
43
+ //# sourceMappingURL=advisor-results.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advisor-results.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/advisor-results.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;IAGI;AACJ,IAAY,cAYX;AAZD,WAAY,cAAc;IACxB,iCAAe,CAAA;IACf,qCAAmB,CAAA;IACnB,qCAAmB,CAAA;IACnB,iDAA+B,CAAA;IAC/B,+BAAa,CAAA;IAEb;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAZW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAYzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
@@ -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 AdvisorSettings {
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 AdvisorSettings {
30
+ function getJsonObj(obj: AdvisorSettings): object;
31
+ function getDeserializedJsonObj(obj: AdvisorSettings): 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.AdvisorSettings = void 0;
16
+ var AdvisorSettings;
17
+ (function (AdvisorSettings) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ AdvisorSettings.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ AdvisorSettings.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(AdvisorSettings = exports.AdvisorSettings || (exports.AdvisorSettings = {}));
29
+ //# sourceMappingURL=advisor-settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advisor-settings.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/advisor-settings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsBH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
@@ -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.
@@ -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.
@@ -48,10 +48,15 @@ export interface CloneMigrationDetails {
48
48
  */
49
49
  "targetDatabaseConnectionId": string;
50
50
  /**
51
- * Database objects to exclude from migration.
51
+ * Database objects to exclude from migration, cannot be specified alongside 'includeObjects'
52
52
  *
53
53
  */
54
54
  "excludeObjects"?: Array<model.DatabaseObject>;
55
+ /**
56
+ * Database objects to include from migration, cannot be specified alongside 'excludeObjects'
57
+ *
58
+ */
59
+ "includeObjects"?: Array<model.DatabaseObject>;
55
60
  "vaultDetails"?: model.CreateVaultDetails;
56
61
  /**
57
62
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
@@ -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.
@@ -42,6 +42,11 @@ var CloneMigrationDetails;
42
42
  return model.DatabaseObject.getJsonObj(item);
43
43
  })
44
44
  : undefined,
45
+ "includeObjects": obj.includeObjects
46
+ ? obj.includeObjects.map(item => {
47
+ return model.DatabaseObject.getJsonObj(item);
48
+ })
49
+ : undefined,
45
50
  "vaultDetails": obj.vaultDetails
46
51
  ? model.CreateVaultDetails.getJsonObj(obj.vaultDetails)
47
52
  : undefined
@@ -56,6 +61,11 @@ var CloneMigrationDetails;
56
61
  return model.DatabaseObject.getDeserializedJsonObj(item);
57
62
  })
58
63
  : undefined,
64
+ "includeObjects": obj.includeObjects
65
+ ? obj.includeObjects.map(item => {
66
+ return model.DatabaseObject.getDeserializedJsonObj(item);
67
+ })
68
+ : undefined,
59
69
  "vaultDetails": obj.vaultDetails
60
70
  ? model.CreateVaultDetails.getDeserializedJsonObj(obj.vaultDetails)
61
71
  : undefined
@@ -1 +1 @@
1
- {"version":3,"file":"clone-migration-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/clone-migration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2DlC,IAAiB,qBAAqB,CAmCrC;AAnCD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,gCAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,4CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAmCrC"}
1
+ {"version":3,"file":"clone-migration-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/clone-migration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgElC,IAAiB,qBAAqB,CA6CrC;AA7CD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,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,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,gCAAU,aAqBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,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,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,4CAAsB,yBAqBrC,CAAA;AACH,CAAC,EA7CgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA6CrC"}
@@ -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 CreateAdvisorSettings {
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 CreateAdvisorSettings {
30
+ function getJsonObj(obj: CreateAdvisorSettings): object;
31
+ function getDeserializedJsonObj(obj: CreateAdvisorSettings): 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.CreateAdvisorSettings = void 0;
16
+ var CreateAdvisorSettings;
17
+ (function (CreateAdvisorSettings) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ CreateAdvisorSettings.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ CreateAdvisorSettings.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(CreateAdvisorSettings = exports.CreateAdvisorSettings || (exports.CreateAdvisorSettings = {}));
29
+ //# sourceMappingURL=create-advisor-settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-advisor-settings.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-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.
@@ -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,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 CreateCurlTransferDetails extends model.CreateHostDumpTransferDetails {
19
+ "kind": string;
20
+ }
21
+ export declare namespace CreateCurlTransferDetails {
22
+ function getJsonObj(obj: CreateCurlTransferDetails, isParentJsonObj?: boolean): object;
23
+ const kind = "CURL";
24
+ function getDeserializedJsonObj(obj: CreateCurlTransferDetails, isParentJsonObj?: boolean): object;
25
+ }