oci-dataintegration 2.42.0 → 2.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (548) hide show
  1. package/lib/client.d.ts +189 -131
  2. package/lib/client.js +573 -133
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/abstract-call-attribute.js +4 -0
  5. package/lib/model/abstract-call-attribute.js.map +1 -1
  6. package/lib/model/aggregator.d.ts +1 -0
  7. package/lib/model/aggregator.js +6 -0
  8. package/lib/model/aggregator.js.map +1 -1
  9. package/lib/model/array-type.d.ts +28 -0
  10. package/lib/model/array-type.js +50 -0
  11. package/lib/model/array-type.js.map +1 -0
  12. package/lib/model/base-type.js +12 -0
  13. package/lib/model/base-type.js.map +1 -1
  14. package/lib/model/config-parameter-definition.d.ts +1 -1
  15. package/lib/model/config-parameter-definition.js.map +1 -1
  16. package/lib/model/configuration-details.d.ts +2 -2
  17. package/lib/model/configuration-details.js.map +1 -1
  18. package/lib/model/connection-details.js +12 -0
  19. package/lib/model/connection-details.js.map +1 -1
  20. package/lib/model/connection-from-lakehouse-details.d.ts +24 -0
  21. package/lib/model/connection-from-lakehouse-details.js +54 -0
  22. package/lib/model/connection-from-lakehouse-details.js.map +1 -0
  23. package/lib/model/connection-from-lakehouse.d.ts +24 -0
  24. package/lib/model/connection-from-lakehouse.js +52 -0
  25. package/lib/model/connection-from-lakehouse.js.map +1 -0
  26. package/lib/model/connection-from-rest-basic-auth-details.d.ts +33 -0
  27. package/lib/model/connection-from-rest-basic-auth-details.js +62 -0
  28. package/lib/model/connection-from-rest-basic-auth-details.js.map +1 -0
  29. package/lib/model/connection-from-rest-basic-auth.d.ts +33 -0
  30. package/lib/model/connection-from-rest-basic-auth.js +62 -0
  31. package/lib/model/connection-from-rest-basic-auth.js.map +1 -0
  32. package/lib/model/connection-from-rest-no-auth-details.d.ts +24 -0
  33. package/lib/model/connection-from-rest-no-auth-details.js +54 -0
  34. package/lib/model/connection-from-rest-no-auth-details.js.map +1 -0
  35. package/lib/model/connection-from-rest-no-auth.d.ts +24 -0
  36. package/lib/model/connection-from-rest-no-auth.js +52 -0
  37. package/lib/model/connection-from-rest-no-auth.js.map +1 -0
  38. package/lib/model/connection-summary-from-lakehouse.d.ts +24 -0
  39. package/lib/model/connection-summary-from-lakehouse.js +54 -0
  40. package/lib/model/connection-summary-from-lakehouse.js.map +1 -0
  41. package/lib/model/connection-summary-from-rest-basic-auth.d.ts +33 -0
  42. package/lib/model/connection-summary-from-rest-basic-auth.js +62 -0
  43. package/lib/model/connection-summary-from-rest-basic-auth.js.map +1 -0
  44. package/lib/model/connection-summary-from-rest-no-auth.d.ts +24 -0
  45. package/lib/model/connection-summary-from-rest-no-auth.js +54 -0
  46. package/lib/model/connection-summary-from-rest-no-auth.js.map +1 -0
  47. package/lib/model/connection-summary.js +12 -0
  48. package/lib/model/connection-summary.js.map +1 -1
  49. package/lib/model/connection.js +12 -0
  50. package/lib/model/connection.js.map +1 -1
  51. package/lib/model/create-connection-details.js +12 -0
  52. package/lib/model/create-connection-details.js.map +1 -1
  53. package/lib/model/create-connection-from-lakehouse.d.ts +24 -0
  54. package/lib/model/create-connection-from-lakehouse.js +54 -0
  55. package/lib/model/create-connection-from-lakehouse.js.map +1 -0
  56. package/lib/model/create-connection-from-rest-basic-auth.d.ts +33 -0
  57. package/lib/model/create-connection-from-rest-basic-auth.js +62 -0
  58. package/lib/model/create-connection-from-rest-basic-auth.js.map +1 -0
  59. package/lib/model/create-connection-from-rest-no-auth.d.ts +24 -0
  60. package/lib/model/create-connection-from-rest-no-auth.js +54 -0
  61. package/lib/model/create-connection-from-rest-no-auth.js.map +1 -0
  62. package/lib/model/create-connection-validation-details.d.ts +2 -2
  63. package/lib/model/create-connection-validation-details.js.map +1 -1
  64. package/lib/model/create-data-asset-details.js +8 -0
  65. package/lib/model/create-data-asset-details.js.map +1 -1
  66. package/lib/model/create-data-asset-from-adwc.d.ts +3 -0
  67. package/lib/model/create-data-asset-from-adwc.js +17 -1
  68. package/lib/model/create-data-asset-from-adwc.js.map +1 -1
  69. package/lib/model/create-data-asset-from-atp.d.ts +3 -0
  70. package/lib/model/create-data-asset-from-atp.js +17 -1
  71. package/lib/model/create-data-asset-from-atp.js.map +1 -1
  72. package/lib/model/create-data-asset-from-fusion-app.d.ts +1 -1
  73. package/lib/model/create-data-asset-from-fusion-app.js.map +1 -1
  74. package/lib/model/create-data-asset-from-lakehouse.d.ts +37 -0
  75. package/lib/model/create-data-asset-from-lakehouse.js +62 -0
  76. package/lib/model/create-data-asset-from-lakehouse.js.map +1 -0
  77. package/lib/model/create-data-asset-from-rest.d.ts +33 -0
  78. package/lib/model/create-data-asset-from-rest.js +62 -0
  79. package/lib/model/create-data-asset-from-rest.js.map +1 -0
  80. package/lib/model/create-data-flow-validation-details.d.ts +12 -0
  81. package/lib/model/create-data-flow-validation-details.js +14 -1
  82. package/lib/model/create-data-flow-validation-details.js.map +1 -1
  83. package/lib/model/create-dis-application-details.d.ts +4 -0
  84. package/lib/model/create-dis-application-details.js.map +1 -1
  85. package/lib/model/create-source-application-info.d.ts +8 -0
  86. package/lib/model/create-source-application-info.js +5 -0
  87. package/lib/model/create-source-application-info.js.map +1 -1
  88. package/lib/model/create-workspace-details.d.ts +24 -0
  89. package/lib/model/create-workspace-details.js.map +1 -1
  90. package/lib/model/data-asset-from-adwc-details.d.ts +3 -0
  91. package/lib/model/data-asset-from-adwc-details.js +17 -1
  92. package/lib/model/data-asset-from-adwc-details.js.map +1 -1
  93. package/lib/model/data-asset-from-atp-details.d.ts +3 -0
  94. package/lib/model/data-asset-from-atp-details.js +17 -1
  95. package/lib/model/data-asset-from-atp-details.js.map +1 -1
  96. package/lib/model/data-asset-from-fusion-app.d.ts +1 -1
  97. package/lib/model/data-asset-from-fusion-app.js.map +1 -1
  98. package/lib/model/data-asset-from-lakehouse-details.d.ts +37 -0
  99. package/lib/model/data-asset-from-lakehouse-details.js +62 -0
  100. package/lib/model/data-asset-from-lakehouse-details.js.map +1 -0
  101. package/lib/model/data-asset-from-rest-details.d.ts +33 -0
  102. package/lib/model/data-asset-from-rest-details.js +60 -0
  103. package/lib/model/data-asset-from-rest-details.js.map +1 -0
  104. package/lib/model/data-asset-summary-from-fusion-app.d.ts +1 -1
  105. package/lib/model/data-asset-summary-from-fusion-app.js.map +1 -1
  106. package/lib/model/data-asset-summary-from-lakehouse.d.ts +37 -0
  107. package/lib/model/data-asset-summary-from-lakehouse.js +62 -0
  108. package/lib/model/data-asset-summary-from-lakehouse.js.map +1 -0
  109. package/lib/model/data-asset-summary-from-rest.d.ts +33 -0
  110. package/lib/model/data-asset-summary-from-rest.js +62 -0
  111. package/lib/model/data-asset-summary-from-rest.js.map +1 -0
  112. package/lib/model/data-asset-summary.js +8 -0
  113. package/lib/model/data-asset-summary.js.map +1 -1
  114. package/lib/model/data-asset.js +8 -0
  115. package/lib/model/data-asset.js.map +1 -1
  116. package/lib/model/data-entity.js +4 -0
  117. package/lib/model/data-entity.js.map +1 -1
  118. package/lib/model/data-flow-summary.d.ts +12 -0
  119. package/lib/model/data-flow-summary.js +14 -1
  120. package/lib/model/data-flow-summary.js.map +1 -1
  121. package/lib/model/data-flow.d.ts +12 -0
  122. package/lib/model/data-flow.js +14 -1
  123. package/lib/model/data-flow.js.map +1 -1
  124. package/lib/model/dataflow-application.d.ts +2 -0
  125. package/lib/model/dataflow-application.js +30 -2
  126. package/lib/model/dataflow-application.js.map +1 -1
  127. package/lib/model/decision-operator.d.ts +43 -0
  128. package/lib/model/decision-operator.js +69 -0
  129. package/lib/model/decision-operator.js.map +1 -0
  130. package/lib/model/decision-output-port.d.ts +56 -0
  131. package/lib/model/decision-output-port.js +86 -0
  132. package/lib/model/decision-output-port.js.map +1 -0
  133. package/lib/model/derived-entity.d.ts +78 -0
  134. package/lib/model/derived-entity.js +74 -0
  135. package/lib/model/derived-entity.js.map +1 -0
  136. package/lib/model/dynamic-input-field.d.ts +1 -1
  137. package/lib/model/dynamic-input-field.js.map +1 -1
  138. package/lib/model/dynamic-proxy-field.d.ts +1 -1
  139. package/lib/model/dynamic-proxy-field.js.map +1 -1
  140. package/lib/model/dynamic-type-handler.js +4 -0
  141. package/lib/model/dynamic-type-handler.js.map +1 -1
  142. package/lib/model/dynamic-type.d.ts +1 -1
  143. package/lib/model/enriched-entity.d.ts +1 -1
  144. package/lib/model/enriched-entity.js.map +1 -1
  145. package/lib/model/field-map-wrapper.d.ts +23 -0
  146. package/lib/model/field-map-wrapper.js +53 -0
  147. package/lib/model/field-map-wrapper.js.map +1 -0
  148. package/lib/model/flatten-details.d.ts +22 -5
  149. package/lib/model/flatten-details.js +5 -1
  150. package/lib/model/flatten-details.js.map +1 -1
  151. package/lib/model/flatten-type-handler.d.ts +46 -0
  152. package/lib/model/flatten-type-handler.js +64 -0
  153. package/lib/model/flatten-type-handler.js.map +1 -0
  154. package/lib/model/flatten.d.ts +1 -0
  155. package/lib/model/flatten.js +6 -0
  156. package/lib/model/flatten.js.map +1 -1
  157. package/lib/model/flow-node.d.ts +1 -1
  158. package/lib/model/flow-node.js.map +1 -1
  159. package/lib/model/function-configuration-definition.d.ts +53 -0
  160. package/lib/model/function-configuration-definition.js +71 -0
  161. package/lib/model/function-configuration-definition.js.map +1 -0
  162. package/lib/model/generic-rest-api-attributes.d.ts +25 -0
  163. package/lib/model/generic-rest-api-attributes.js +29 -0
  164. package/lib/model/generic-rest-api-attributes.js.map +1 -0
  165. package/lib/model/generic-rest-call-attribute.d.ts +24 -0
  166. package/lib/model/generic-rest-call-attribute.js +54 -0
  167. package/lib/model/generic-rest-call-attribute.js.map +1 -0
  168. package/lib/model/grouped-name-pattern-rule.d.ts +75 -0
  169. package/lib/model/grouped-name-pattern-rule.js +73 -0
  170. package/lib/model/grouped-name-pattern-rule.js.map +1 -0
  171. package/lib/model/index.d.ts +110 -0
  172. package/lib/model/index.js +119 -8
  173. package/lib/model/index.js.map +1 -1
  174. package/lib/model/input-field.d.ts +1 -1
  175. package/lib/model/input-field.js.map +1 -1
  176. package/lib/model/input-proxy-field.d.ts +33 -0
  177. package/lib/model/input-proxy-field.js +56 -0
  178. package/lib/model/input-proxy-field.js.map +1 -0
  179. package/lib/model/macro-field.d.ts +1 -1
  180. package/lib/model/macro-field.js.map +1 -1
  181. package/lib/model/macro-pivot-field.d.ts +1 -1
  182. package/lib/model/macro-pivot-field.js.map +1 -1
  183. package/lib/model/map-type.d.ts +33 -0
  184. package/lib/model/map-type.js +50 -0
  185. package/lib/model/map-type.js.map +1 -0
  186. package/lib/model/materialized-composite-type.d.ts +33 -0
  187. package/lib/model/materialized-composite-type.js +60 -0
  188. package/lib/model/materialized-composite-type.js.map +1 -0
  189. package/lib/model/materialized-dynamic-field.d.ts +29 -0
  190. package/lib/model/materialized-dynamic-field.js +58 -0
  191. package/lib/model/materialized-dynamic-field.js.map +1 -0
  192. package/lib/model/oci-function.d.ts +40 -0
  193. package/lib/model/oci-function.js +31 -1
  194. package/lib/model/oci-function.js.map +1 -1
  195. package/lib/model/operation-from-api.d.ts +55 -0
  196. package/lib/model/operation-from-api.js +66 -0
  197. package/lib/model/operation-from-api.js.map +1 -0
  198. package/lib/model/operation-from-procedure.d.ts +54 -0
  199. package/lib/model/operation-from-procedure.js +60 -0
  200. package/lib/model/operation-from-procedure.js.map +1 -0
  201. package/lib/model/operation.d.ts +24 -0
  202. package/lib/model/operation.js +78 -0
  203. package/lib/model/operation.js.map +1 -0
  204. package/lib/model/operator.js +4 -0
  205. package/lib/model/operator.js.map +1 -1
  206. package/lib/model/oracle-adwc-write-attribute.d.ts +2 -2
  207. package/lib/model/oracle-adwc-write-attribute.js.map +1 -1
  208. package/lib/model/oracle-adwc-write-attributes.d.ts +2 -2
  209. package/lib/model/oracle-adwc-write-attributes.js.map +1 -1
  210. package/lib/model/oracle-atp-write-attribute.d.ts +2 -2
  211. package/lib/model/oracle-atp-write-attribute.js.map +1 -1
  212. package/lib/model/oracle-atp-write-attributes.d.ts +2 -2
  213. package/lib/model/oracle-atp-write-attributes.js.map +1 -1
  214. package/lib/model/output-field.d.ts +1 -1
  215. package/lib/model/output-field.js.map +1 -1
  216. package/lib/model/pivot-field.d.ts +1 -1
  217. package/lib/model/pivot-field.js.map +1 -1
  218. package/lib/model/pivot.d.ts +1 -0
  219. package/lib/model/pivot.js +6 -0
  220. package/lib/model/pivot.js.map +1 -1
  221. package/lib/model/projection-rule.js +4 -0
  222. package/lib/model/projection-rule.js.map +1 -1
  223. package/lib/model/proxy-field.d.ts +1 -1
  224. package/lib/model/proxy-field.js.map +1 -1
  225. package/lib/model/referenced-data-object-from-ap-i.d.ts +28 -0
  226. package/lib/model/referenced-data-object-from-ap-i.js +54 -0
  227. package/lib/model/referenced-data-object-from-ap-i.js.map +1 -0
  228. package/lib/model/referenced-data-object-from-procedure.d.ts +28 -0
  229. package/lib/model/referenced-data-object-from-procedure.js +54 -0
  230. package/lib/model/referenced-data-object-from-procedure.js.map +1 -0
  231. package/lib/model/referenced-data-object.d.ts +48 -0
  232. package/lib/model/referenced-data-object.js +78 -0
  233. package/lib/model/referenced-data-object.js.map +1 -0
  234. package/lib/model/runtime-operator-summary-collection.d.ts +26 -0
  235. package/lib/model/runtime-operator-summary-collection.js +61 -0
  236. package/lib/model/runtime-operator-summary-collection.js.map +1 -0
  237. package/lib/model/runtime-operator-summary.d.ts +92 -0
  238. package/lib/model/runtime-operator-summary.js +104 -0
  239. package/lib/model/runtime-operator-summary.js.map +1 -0
  240. package/lib/model/runtime-operator.d.ts +92 -0
  241. package/lib/model/runtime-operator.js +104 -0
  242. package/lib/model/runtime-operator.js.map +1 -0
  243. package/lib/model/runtime-pipeline-summary-collection.d.ts +26 -0
  244. package/lib/model/runtime-pipeline-summary-collection.js +61 -0
  245. package/lib/model/runtime-pipeline-summary-collection.js.map +1 -0
  246. package/lib/model/runtime-pipeline-summary.d.ts +31 -0
  247. package/lib/model/runtime-pipeline-summary.js +63 -0
  248. package/lib/model/runtime-pipeline-summary.js.map +1 -0
  249. package/lib/model/runtime-pipeline.d.ts +31 -0
  250. package/lib/model/runtime-pipeline.js +63 -0
  251. package/lib/model/runtime-pipeline.js.map +1 -0
  252. package/lib/model/shape.d.ts +1 -1
  253. package/lib/model/shape.js.map +1 -1
  254. package/lib/model/sort-key-rule.d.ts +1 -1
  255. package/lib/model/sort-key-rule.js.map +1 -1
  256. package/lib/model/source.d.ts +1 -1
  257. package/lib/model/source.js.map +1 -1
  258. package/lib/model/structured-type.d.ts +1 -1
  259. package/lib/model/structured-type.js.map +1 -1
  260. package/lib/model/target.d.ts +1 -1
  261. package/lib/model/target.js.map +1 -1
  262. package/lib/model/task-run-lineage-details.d.ts +74 -0
  263. package/lib/model/task-run-lineage-details.js +67 -0
  264. package/lib/model/task-run-lineage-details.js.map +1 -0
  265. package/lib/model/task-run-lineage-summary-collection.d.ts +26 -0
  266. package/lib/model/task-run-lineage-summary-collection.js +61 -0
  267. package/lib/model/task-run-lineage-summary-collection.js.map +1 -0
  268. package/lib/model/task-run-lineage-summary.d.ts +79 -0
  269. package/lib/model/task-run-lineage-summary.js +72 -0
  270. package/lib/model/task-run-lineage-summary.js.map +1 -0
  271. package/lib/model/task-run.d.ts +4 -0
  272. package/lib/model/task-run.js.map +1 -1
  273. package/lib/model/template-summary-collection.d.ts +26 -0
  274. package/lib/model/template-summary-collection.js +61 -0
  275. package/lib/model/template-summary-collection.js.map +1 -0
  276. package/lib/model/template-summary.d.ts +135 -0
  277. package/lib/model/template-summary.js +91 -0
  278. package/lib/model/template-summary.js.map +1 -0
  279. package/lib/model/typed-expression.d.ts +4 -0
  280. package/lib/model/typed-expression.js.map +1 -1
  281. package/lib/model/typed-object-wrapper.d.ts +23 -0
  282. package/lib/model/typed-object-wrapper.js +55 -0
  283. package/lib/model/typed-object-wrapper.js.map +1 -0
  284. package/lib/model/typed-object.js +12 -0
  285. package/lib/model/typed-object.js.map +1 -1
  286. package/lib/model/update-connection-details.js +12 -0
  287. package/lib/model/update-connection-details.js.map +1 -1
  288. package/lib/model/update-connection-from-lakehouse.d.ts +24 -0
  289. package/lib/model/update-connection-from-lakehouse.js +54 -0
  290. package/lib/model/update-connection-from-lakehouse.js.map +1 -0
  291. package/lib/model/update-connection-from-rest-basic-auth.d.ts +33 -0
  292. package/lib/model/update-connection-from-rest-basic-auth.js +62 -0
  293. package/lib/model/update-connection-from-rest-basic-auth.js.map +1 -0
  294. package/lib/model/update-connection-from-rest-no-auth.d.ts +24 -0
  295. package/lib/model/update-connection-from-rest-no-auth.js +54 -0
  296. package/lib/model/update-connection-from-rest-no-auth.js.map +1 -0
  297. package/lib/model/update-data-asset-details.js +8 -0
  298. package/lib/model/update-data-asset-details.js.map +1 -1
  299. package/lib/model/update-data-asset-from-lakehouse.d.ts +37 -0
  300. package/lib/model/update-data-asset-from-lakehouse.js +62 -0
  301. package/lib/model/update-data-asset-from-lakehouse.js.map +1 -0
  302. package/lib/model/update-data-asset-from-rest.d.ts +33 -0
  303. package/lib/model/update-data-asset-from-rest.js +62 -0
  304. package/lib/model/update-data-asset-from-rest.js.map +1 -0
  305. package/lib/model/variable.d.ts +1 -1
  306. package/lib/model/variable.js.map +1 -1
  307. package/lib/model/workspace-summary.d.ts +12 -0
  308. package/lib/model/workspace-summary.js.map +1 -1
  309. package/lib/model/workspace.d.ts +12 -0
  310. package/lib/model/workspace.js.map +1 -1
  311. package/lib/request/change-compartment-request.d.ts +1 -1
  312. package/lib/request/change-dis-application-compartment-request.d.ts +1 -1
  313. package/lib/request/create-application-request.d.ts +1 -1
  314. package/lib/request/create-connection-request.d.ts +2 -2
  315. package/lib/request/create-connection-validation-request.d.ts +1 -1
  316. package/lib/request/create-data-asset-request.d.ts +2 -2
  317. package/lib/request/create-data-flow-request.d.ts +1 -1
  318. package/lib/request/create-data-flow-validation-request.d.ts +1 -1
  319. package/lib/request/create-dis-application-request.d.ts +1 -1
  320. package/lib/request/create-entity-shape-request.d.ts +1 -1
  321. package/lib/request/create-external-publication-request.d.ts +1 -1
  322. package/lib/request/create-external-publication-validation-request.d.ts +1 -1
  323. package/lib/request/create-folder-request.d.ts +1 -1
  324. package/lib/request/create-function-library-request.d.ts +1 -1
  325. package/lib/request/create-patch-request.d.ts +1 -1
  326. package/lib/request/create-pipeline-request.d.ts +1 -1
  327. package/lib/request/create-pipeline-validation-request.d.ts +1 -1
  328. package/lib/request/create-project-request.d.ts +1 -1
  329. package/lib/request/create-schedule-request.d.ts +1 -1
  330. package/lib/request/create-task-request.d.ts +1 -1
  331. package/lib/request/create-task-run-request.d.ts +1 -1
  332. package/lib/request/create-task-schedule-request.d.ts +1 -1
  333. package/lib/request/create-task-validation-request.d.ts +1 -1
  334. package/lib/request/create-user-defined-function-request.d.ts +1 -1
  335. package/lib/request/create-user-defined-function-validation-request.d.ts +1 -1
  336. package/lib/request/create-workspace-request.d.ts +1 -1
  337. package/lib/request/delete-application-request.d.ts +1 -1
  338. package/lib/request/delete-connection-request.d.ts +1 -1
  339. package/lib/request/delete-connection-validation-request.d.ts +1 -1
  340. package/lib/request/delete-data-asset-request.d.ts +1 -1
  341. package/lib/request/delete-data-flow-request.d.ts +1 -1
  342. package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
  343. package/lib/request/delete-dis-application-request.d.ts +1 -1
  344. package/lib/request/delete-external-publication-request.d.ts +1 -1
  345. package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
  346. package/lib/request/delete-folder-request.d.ts +1 -1
  347. package/lib/request/delete-function-library-request.d.ts +1 -1
  348. package/lib/request/delete-patch-request.d.ts +1 -1
  349. package/lib/request/delete-pipeline-request.d.ts +1 -1
  350. package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
  351. package/lib/request/delete-project-request.d.ts +1 -1
  352. package/lib/request/delete-schedule-request.d.ts +1 -1
  353. package/lib/request/delete-task-request.d.ts +1 -1
  354. package/lib/request/delete-task-run-request.d.ts +1 -1
  355. package/lib/request/delete-task-schedule-request.d.ts +1 -1
  356. package/lib/request/delete-task-validation-request.d.ts +1 -1
  357. package/lib/request/delete-user-defined-function-request.d.ts +1 -1
  358. package/lib/request/delete-user-defined-function-validation-request.d.ts +1 -1
  359. package/lib/request/delete-workspace-request.d.ts +1 -1
  360. package/lib/request/get-application-request.d.ts +1 -1
  361. package/lib/request/get-connection-request.d.ts +1 -1
  362. package/lib/request/get-connection-validation-request.d.ts +1 -1
  363. package/lib/request/get-count-statistic-request.d.ts +1 -1
  364. package/lib/request/get-data-asset-request.d.ts +1 -1
  365. package/lib/request/get-data-entity-request.d.ts +1 -1
  366. package/lib/request/get-data-flow-request.d.ts +1 -1
  367. package/lib/request/get-data-flow-validation-request.d.ts +1 -1
  368. package/lib/request/get-dependent-object-request.d.ts +1 -1
  369. package/lib/request/get-dis-application-request.d.ts +1 -1
  370. package/lib/request/get-external-publication-request.d.ts +1 -1
  371. package/lib/request/get-external-publication-validation-request.d.ts +1 -1
  372. package/lib/request/get-folder-request.d.ts +1 -1
  373. package/lib/request/get-function-library-request.d.ts +1 -1
  374. package/lib/request/get-patch-request.d.ts +1 -1
  375. package/lib/request/get-pipeline-request.d.ts +1 -1
  376. package/lib/request/get-pipeline-validation-request.d.ts +1 -1
  377. package/lib/request/get-project-request.d.ts +1 -1
  378. package/lib/request/get-published-object-request.d.ts +1 -1
  379. package/lib/request/get-reference-request.d.ts +1 -1
  380. package/lib/request/get-runtime-operator-request.d.ts +41 -0
  381. package/lib/request/get-runtime-operator-request.js +15 -0
  382. package/lib/request/get-runtime-operator-request.js.map +1 -0
  383. package/lib/request/get-runtime-pipeline-request.d.ts +41 -0
  384. package/lib/request/get-runtime-pipeline-request.js +15 -0
  385. package/lib/request/get-runtime-pipeline-request.js.map +1 -0
  386. package/lib/request/get-schedule-request.d.ts +1 -1
  387. package/lib/request/get-schema-request.d.ts +1 -1
  388. package/lib/request/get-task-request.d.ts +1 -1
  389. package/lib/request/get-task-run-request.d.ts +1 -1
  390. package/lib/request/get-task-schedule-request.d.ts +1 -1
  391. package/lib/request/get-task-validation-request.d.ts +1 -1
  392. package/lib/request/get-user-defined-function-request.d.ts +1 -1
  393. package/lib/request/get-user-defined-function-validation-request.d.ts +1 -1
  394. package/lib/request/get-work-request-request.d.ts +1 -1
  395. package/lib/request/get-workspace-request.d.ts +1 -1
  396. package/lib/request/index.d.ts +12 -0
  397. package/lib/request/index.js +9 -1
  398. package/lib/request/index.js.map +1 -1
  399. package/lib/request/list-applications-request.d.ts +3 -2
  400. package/lib/request/list-applications-request.js +1 -0
  401. package/lib/request/list-applications-request.js.map +1 -1
  402. package/lib/request/list-connection-validations-request.d.ts +3 -2
  403. package/lib/request/list-connection-validations-request.js +1 -0
  404. package/lib/request/list-connection-validations-request.js.map +1 -1
  405. package/lib/request/list-connections-request.d.ts +3 -2
  406. package/lib/request/list-connections-request.js +1 -0
  407. package/lib/request/list-connections-request.js.map +1 -1
  408. package/lib/request/list-data-assets-request.d.ts +3 -2
  409. package/lib/request/list-data-assets-request.js +1 -0
  410. package/lib/request/list-data-assets-request.js.map +1 -1
  411. package/lib/request/list-data-entities-request.d.ts +7 -2
  412. package/lib/request/list-data-entities-request.js +1 -0
  413. package/lib/request/list-data-entities-request.js.map +1 -1
  414. package/lib/request/list-data-flow-validations-request.d.ts +3 -2
  415. package/lib/request/list-data-flow-validations-request.js +1 -0
  416. package/lib/request/list-data-flow-validations-request.js.map +1 -1
  417. package/lib/request/list-data-flows-request.d.ts +3 -2
  418. package/lib/request/list-data-flows-request.js +1 -0
  419. package/lib/request/list-data-flows-request.js.map +1 -1
  420. package/lib/request/list-dependent-objects-request.d.ts +3 -2
  421. package/lib/request/list-dependent-objects-request.js +1 -0
  422. package/lib/request/list-dependent-objects-request.js.map +1 -1
  423. package/lib/request/list-dis-application-task-run-lineages-request.d.ts +84 -0
  424. package/lib/request/list-dis-application-task-run-lineages-request.js +30 -0
  425. package/lib/request/list-dis-application-task-run-lineages-request.js.map +1 -0
  426. package/lib/request/list-dis-applications-request.d.ts +3 -2
  427. package/lib/request/list-dis-applications-request.js +1 -0
  428. package/lib/request/list-dis-applications-request.js.map +1 -1
  429. package/lib/request/list-external-publication-validations-request.d.ts +3 -2
  430. package/lib/request/list-external-publication-validations-request.js +1 -0
  431. package/lib/request/list-external-publication-validations-request.js.map +1 -1
  432. package/lib/request/list-external-publications-request.d.ts +3 -2
  433. package/lib/request/list-external-publications-request.js +1 -0
  434. package/lib/request/list-external-publications-request.js.map +1 -1
  435. package/lib/request/list-folders-request.d.ts +3 -2
  436. package/lib/request/list-folders-request.js +1 -0
  437. package/lib/request/list-folders-request.js.map +1 -1
  438. package/lib/request/list-function-libraries-request.d.ts +3 -2
  439. package/lib/request/list-function-libraries-request.js +1 -0
  440. package/lib/request/list-function-libraries-request.js.map +1 -1
  441. package/lib/request/list-patch-changes-request.d.ts +3 -2
  442. package/lib/request/list-patch-changes-request.js +1 -0
  443. package/lib/request/list-patch-changes-request.js.map +1 -1
  444. package/lib/request/list-patches-request.d.ts +3 -2
  445. package/lib/request/list-patches-request.js +1 -0
  446. package/lib/request/list-patches-request.js.map +1 -1
  447. package/lib/request/list-pipeline-validations-request.d.ts +3 -2
  448. package/lib/request/list-pipeline-validations-request.js +1 -0
  449. package/lib/request/list-pipeline-validations-request.js.map +1 -1
  450. package/lib/request/list-pipelines-request.d.ts +3 -2
  451. package/lib/request/list-pipelines-request.js +1 -0
  452. package/lib/request/list-pipelines-request.js.map +1 -1
  453. package/lib/request/list-projects-request.d.ts +3 -2
  454. package/lib/request/list-projects-request.js +1 -0
  455. package/lib/request/list-projects-request.js.map +1 -1
  456. package/lib/request/list-published-objects-request.d.ts +3 -2
  457. package/lib/request/list-published-objects-request.js +1 -0
  458. package/lib/request/list-published-objects-request.js.map +1 -1
  459. package/lib/request/list-references-request.d.ts +3 -2
  460. package/lib/request/list-references-request.js +1 -0
  461. package/lib/request/list-references-request.js.map +1 -1
  462. package/lib/request/list-runtime-operators-request.d.ts +84 -0
  463. package/lib/request/list-runtime-operators-request.js +30 -0
  464. package/lib/request/list-runtime-operators-request.js.map +1 -0
  465. package/lib/request/list-runtime-pipelines-request.d.ts +88 -0
  466. package/lib/request/list-runtime-pipelines-request.js +30 -0
  467. package/lib/request/list-runtime-pipelines-request.js.map +1 -0
  468. package/lib/request/list-schedules-request.d.ts +3 -2
  469. package/lib/request/list-schedules-request.js +1 -0
  470. package/lib/request/list-schedules-request.js.map +1 -1
  471. package/lib/request/list-schemas-request.d.ts +7 -2
  472. package/lib/request/list-schemas-request.js +1 -0
  473. package/lib/request/list-schemas-request.js.map +1 -1
  474. package/lib/request/list-task-run-lineages-request.d.ts +84 -0
  475. package/lib/request/list-task-run-lineages-request.js +30 -0
  476. package/lib/request/list-task-run-lineages-request.js.map +1 -0
  477. package/lib/request/list-task-run-logs-request.d.ts +3 -2
  478. package/lib/request/list-task-run-logs-request.js +1 -0
  479. package/lib/request/list-task-run-logs-request.js.map +1 -1
  480. package/lib/request/list-task-runs-request.d.ts +3 -2
  481. package/lib/request/list-task-runs-request.js +1 -0
  482. package/lib/request/list-task-runs-request.js.map +1 -1
  483. package/lib/request/list-task-schedules-request.d.ts +3 -2
  484. package/lib/request/list-task-schedules-request.js +1 -0
  485. package/lib/request/list-task-schedules-request.js.map +1 -1
  486. package/lib/request/list-task-validations-request.d.ts +3 -2
  487. package/lib/request/list-task-validations-request.js +1 -0
  488. package/lib/request/list-task-validations-request.js.map +1 -1
  489. package/lib/request/list-tasks-request.d.ts +3 -2
  490. package/lib/request/list-tasks-request.js +1 -0
  491. package/lib/request/list-tasks-request.js.map +1 -1
  492. package/lib/request/list-user-defined-function-validations-request.d.ts +3 -2
  493. package/lib/request/list-user-defined-function-validations-request.js +1 -0
  494. package/lib/request/list-user-defined-function-validations-request.js.map +1 -1
  495. package/lib/request/list-user-defined-functions-request.d.ts +3 -2
  496. package/lib/request/list-user-defined-functions-request.js +1 -0
  497. package/lib/request/list-user-defined-functions-request.js.map +1 -1
  498. package/lib/request/list-work-request-errors-request.d.ts +3 -2
  499. package/lib/request/list-work-request-errors-request.js +1 -0
  500. package/lib/request/list-work-request-errors-request.js.map +1 -1
  501. package/lib/request/list-work-request-logs-request.d.ts +3 -2
  502. package/lib/request/list-work-request-logs-request.js +1 -0
  503. package/lib/request/list-work-request-logs-request.js.map +1 -1
  504. package/lib/request/list-work-requests-request.d.ts +3 -2
  505. package/lib/request/list-work-requests-request.js +1 -0
  506. package/lib/request/list-work-requests-request.js.map +1 -1
  507. package/lib/request/list-workspaces-request.d.ts +3 -2
  508. package/lib/request/list-workspaces-request.js +1 -0
  509. package/lib/request/list-workspaces-request.js.map +1 -1
  510. package/lib/request/start-workspace-request.d.ts +1 -1
  511. package/lib/request/stop-workspace-request.d.ts +1 -1
  512. package/lib/request/update-application-request.d.ts +1 -1
  513. package/lib/request/update-connection-request.d.ts +2 -2
  514. package/lib/request/update-data-asset-request.d.ts +2 -2
  515. package/lib/request/update-data-flow-request.d.ts +1 -1
  516. package/lib/request/update-dis-application-request.d.ts +1 -1
  517. package/lib/request/update-external-publication-request.d.ts +1 -1
  518. package/lib/request/update-folder-request.d.ts +1 -1
  519. package/lib/request/update-function-library-request.d.ts +1 -1
  520. package/lib/request/update-pipeline-request.d.ts +1 -1
  521. package/lib/request/update-project-request.d.ts +1 -1
  522. package/lib/request/update-reference-request.d.ts +1 -1
  523. package/lib/request/update-schedule-request.d.ts +1 -1
  524. package/lib/request/update-task-request.d.ts +1 -1
  525. package/lib/request/update-task-run-request.d.ts +1 -1
  526. package/lib/request/update-task-schedule-request.d.ts +1 -1
  527. package/lib/request/update-user-defined-function-request.d.ts +1 -1
  528. package/lib/request/update-workspace-request.d.ts +1 -1
  529. package/lib/response/get-runtime-operator-response.d.ts +30 -0
  530. package/lib/response/get-runtime-operator-response.js +15 -0
  531. package/lib/response/get-runtime-operator-response.js.map +1 -0
  532. package/lib/response/get-runtime-pipeline-response.d.ts +30 -0
  533. package/lib/response/get-runtime-pipeline-response.js +15 -0
  534. package/lib/response/get-runtime-pipeline-response.js.map +1 -0
  535. package/lib/response/index.d.ts +12 -0
  536. package/lib/response/list-dis-application-task-run-lineages-response.d.ts +33 -0
  537. package/lib/response/list-dis-application-task-run-lineages-response.js +15 -0
  538. package/lib/response/list-dis-application-task-run-lineages-response.js.map +1 -0
  539. package/lib/response/list-runtime-operators-response.d.ts +33 -0
  540. package/lib/response/list-runtime-operators-response.js +15 -0
  541. package/lib/response/list-runtime-operators-response.js.map +1 -0
  542. package/lib/response/list-runtime-pipelines-response.d.ts +33 -0
  543. package/lib/response/list-runtime-pipelines-response.js +15 -0
  544. package/lib/response/list-runtime-pipelines-response.js.map +1 -0
  545. package/lib/response/list-task-run-lineages-response.d.ts +33 -0
  546. package/lib/response/list-task-run-lineages-response.js +15 -0
  547. package/lib/response/list-task-run-lineages-response.js.map +1 -0
  548. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -77,7 +77,7 @@ export declare class DataIntegrationClient {
77
77
  * @param ChangeCompartmentRequest
78
78
  * @return ChangeCompartmentResponse
79
79
  * @throws OciError when an error occurs
80
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
80
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
81
81
  */
82
82
  changeCompartment(changeCompartmentRequest: requests.ChangeCompartmentRequest): Promise<responses.ChangeCompartmentResponse>;
83
83
  /**
@@ -87,7 +87,7 @@ export declare class DataIntegrationClient {
87
87
  * @param ChangeDisApplicationCompartmentRequest
88
88
  * @return ChangeDisApplicationCompartmentResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
91
91
  */
92
92
  changeDisApplicationCompartment(changeDisApplicationCompartmentRequest: requests.ChangeDisApplicationCompartmentRequest): Promise<responses.ChangeDisApplicationCompartmentResponse>;
93
93
  /**
@@ -97,7 +97,7 @@ export declare class DataIntegrationClient {
97
97
  * @param CreateApplicationRequest
98
98
  * @return CreateApplicationResponse
99
99
  * @throws OciError when an error occurs
100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
101
101
  */
102
102
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
103
103
  /**
@@ -106,7 +106,7 @@ export declare class DataIntegrationClient {
106
106
  * @param CreateConnectionRequest
107
107
  * @return CreateConnectionResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
110
110
  */
111
111
  createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
112
112
  /**
@@ -115,7 +115,7 @@ export declare class DataIntegrationClient {
115
115
  * @param CreateConnectionValidationRequest
116
116
  * @return CreateConnectionValidationResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
119
119
  */
120
120
  createConnectionValidation(createConnectionValidationRequest: requests.CreateConnectionValidationRequest): Promise<responses.CreateConnectionValidationResponse>;
121
121
  /**
@@ -124,7 +124,7 @@ export declare class DataIntegrationClient {
124
124
  * @param CreateDataAssetRequest
125
125
  * @return CreateDataAssetResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
128
128
  */
129
129
  createDataAsset(createDataAssetRequest: requests.CreateDataAssetRequest): Promise<responses.CreateDataAssetResponse>;
130
130
  /**
@@ -134,7 +134,7 @@ export declare class DataIntegrationClient {
134
134
  * @param CreateDataFlowRequest
135
135
  * @return CreateDataFlowResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
138
138
  */
139
139
  createDataFlow(createDataFlowRequest: requests.CreateDataFlowRequest): Promise<responses.CreateDataFlowResponse>;
140
140
  /**
@@ -144,7 +144,7 @@ export declare class DataIntegrationClient {
144
144
  * @param CreateDataFlowValidationRequest
145
145
  * @return CreateDataFlowValidationResponse
146
146
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
148
148
  */
149
149
  createDataFlowValidation(createDataFlowValidationRequest: requests.CreateDataFlowValidationRequest): Promise<responses.CreateDataFlowValidationResponse>;
150
150
  /**
@@ -154,7 +154,7 @@ export declare class DataIntegrationClient {
154
154
  * @param CreateDisApplicationRequest
155
155
  * @return CreateDisApplicationResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
158
158
  */
159
159
  createDisApplication(createDisApplicationRequest: requests.CreateDisApplicationRequest): Promise<responses.CreateDisApplicationResponse>;
160
160
  /**
@@ -163,7 +163,7 @@ export declare class DataIntegrationClient {
163
163
  * @param CreateEntityShapeRequest
164
164
  * @return CreateEntityShapeResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
167
167
  */
168
168
  createEntityShape(createEntityShapeRequest: requests.CreateEntityShapeRequest): Promise<responses.CreateEntityShapeResponse>;
169
169
  /**
@@ -172,7 +172,7 @@ export declare class DataIntegrationClient {
172
172
  * @param CreateExternalPublicationRequest
173
173
  * @return CreateExternalPublicationResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
176
176
  */
177
177
  createExternalPublication(createExternalPublicationRequest: requests.CreateExternalPublicationRequest): Promise<responses.CreateExternalPublicationResponse>;
178
178
  /**
@@ -181,7 +181,7 @@ export declare class DataIntegrationClient {
181
181
  * @param CreateExternalPublicationValidationRequest
182
182
  * @return CreateExternalPublicationValidationResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
185
185
  */
186
186
  createExternalPublicationValidation(createExternalPublicationValidationRequest: requests.CreateExternalPublicationValidationRequest): Promise<responses.CreateExternalPublicationValidationResponse>;
187
187
  /**
@@ -192,7 +192,7 @@ export declare class DataIntegrationClient {
192
192
  * @param CreateFolderRequest
193
193
  * @return CreateFolderResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
196
196
  */
197
197
  createFolder(createFolderRequest: requests.CreateFolderRequest): Promise<responses.CreateFolderResponse>;
198
198
  /**
@@ -203,7 +203,7 @@ export declare class DataIntegrationClient {
203
203
  * @param CreateFunctionLibraryRequest
204
204
  * @return CreateFunctionLibraryResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
207
207
  */
208
208
  createFunctionLibrary(createFunctionLibraryRequest: requests.CreateFunctionLibraryRequest): Promise<responses.CreateFunctionLibraryResponse>;
209
209
  /**
@@ -212,7 +212,7 @@ export declare class DataIntegrationClient {
212
212
  * @param CreatePatchRequest
213
213
  * @return CreatePatchResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
216
216
  */
217
217
  createPatch(createPatchRequest: requests.CreatePatchRequest): Promise<responses.CreatePatchResponse>;
218
218
  /**
@@ -222,7 +222,7 @@ export declare class DataIntegrationClient {
222
222
  * @param CreatePipelineRequest
223
223
  * @return CreatePipelineResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
226
226
  */
227
227
  createPipeline(createPipelineRequest: requests.CreatePipelineRequest): Promise<responses.CreatePipelineResponse>;
228
228
  /**
@@ -232,7 +232,7 @@ export declare class DataIntegrationClient {
232
232
  * @param CreatePipelineValidationRequest
233
233
  * @return CreatePipelineValidationResponse
234
234
  * @throws OciError when an error occurs
235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
236
236
  */
237
237
  createPipelineValidation(createPipelineValidationRequest: requests.CreatePipelineValidationRequest): Promise<responses.CreatePipelineValidationResponse>;
238
238
  /**
@@ -242,7 +242,7 @@ export declare class DataIntegrationClient {
242
242
  * @param CreateProjectRequest
243
243
  * @return CreateProjectResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
246
246
  */
247
247
  createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
248
248
  /**
@@ -251,7 +251,7 @@ export declare class DataIntegrationClient {
251
251
  * @param CreateScheduleRequest
252
252
  * @return CreateScheduleResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
255
255
  */
256
256
  createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
257
257
  /**
@@ -261,7 +261,7 @@ export declare class DataIntegrationClient {
261
261
  * @param CreateTaskRequest
262
262
  * @return CreateTaskResponse
263
263
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
265
265
  */
266
266
  createTask(createTaskRequest: requests.CreateTaskRequest): Promise<responses.CreateTaskResponse>;
267
267
  /**
@@ -270,7 +270,7 @@ export declare class DataIntegrationClient {
270
270
  * @param CreateTaskRunRequest
271
271
  * @return CreateTaskRunResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
274
274
  */
275
275
  createTaskRun(createTaskRunRequest: requests.CreateTaskRunRequest): Promise<responses.CreateTaskRunResponse>;
276
276
  /**
@@ -279,7 +279,7 @@ export declare class DataIntegrationClient {
279
279
  * @param CreateTaskScheduleRequest
280
280
  * @return CreateTaskScheduleResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
283
283
  */
284
284
  createTaskSchedule(createTaskScheduleRequest: requests.CreateTaskScheduleRequest): Promise<responses.CreateTaskScheduleResponse>;
285
285
  /**
@@ -288,7 +288,7 @@ export declare class DataIntegrationClient {
288
288
  * @param CreateTaskValidationRequest
289
289
  * @return CreateTaskValidationResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
292
292
  */
293
293
  createTaskValidation(createTaskValidationRequest: requests.CreateTaskValidationRequest): Promise<responses.CreateTaskValidationResponse>;
294
294
  /**
@@ -298,7 +298,7 @@ export declare class DataIntegrationClient {
298
298
  * @param CreateUserDefinedFunctionRequest
299
299
  * @return CreateUserDefinedFunctionResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
302
302
  */
303
303
  createUserDefinedFunction(createUserDefinedFunctionRequest: requests.CreateUserDefinedFunctionRequest): Promise<responses.CreateUserDefinedFunctionResponse>;
304
304
  /**
@@ -308,7 +308,7 @@ export declare class DataIntegrationClient {
308
308
  * @param CreateUserDefinedFunctionValidationRequest
309
309
  * @return CreateUserDefinedFunctionValidationResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
312
312
  */
313
313
  createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest: requests.CreateUserDefinedFunctionValidationRequest): Promise<responses.CreateUserDefinedFunctionValidationResponse>;
314
314
  /**
@@ -318,7 +318,7 @@ export declare class DataIntegrationClient {
318
318
  * @param CreateWorkspaceRequest
319
319
  * @return CreateWorkspaceResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
322
322
  */
323
323
  createWorkspace(createWorkspaceRequest: requests.CreateWorkspaceRequest): Promise<responses.CreateWorkspaceResponse>;
324
324
  /**
@@ -327,7 +327,7 @@ export declare class DataIntegrationClient {
327
327
  * @param DeleteApplicationRequest
328
328
  * @return DeleteApplicationResponse
329
329
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
330
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
331
331
  */
332
332
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
333
333
  /**
@@ -336,7 +336,7 @@ export declare class DataIntegrationClient {
336
336
  * @param DeleteConnectionRequest
337
337
  * @return DeleteConnectionResponse
338
338
  * @throws OciError when an error occurs
339
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
340
340
  */
341
341
  deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
342
342
  /**
@@ -345,7 +345,7 @@ export declare class DataIntegrationClient {
345
345
  * @param DeleteConnectionValidationRequest
346
346
  * @return DeleteConnectionValidationResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
349
349
  */
350
350
  deleteConnectionValidation(deleteConnectionValidationRequest: requests.DeleteConnectionValidationRequest): Promise<responses.DeleteConnectionValidationResponse>;
351
351
  /**
@@ -354,7 +354,7 @@ export declare class DataIntegrationClient {
354
354
  * @param DeleteDataAssetRequest
355
355
  * @return DeleteDataAssetResponse
356
356
  * @throws OciError when an error occurs
357
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
357
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
358
358
  */
359
359
  deleteDataAsset(deleteDataAssetRequest: requests.DeleteDataAssetRequest): Promise<responses.DeleteDataAssetResponse>;
360
360
  /**
@@ -363,7 +363,7 @@ export declare class DataIntegrationClient {
363
363
  * @param DeleteDataFlowRequest
364
364
  * @return DeleteDataFlowResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
367
367
  */
368
368
  deleteDataFlow(deleteDataFlowRequest: requests.DeleteDataFlowRequest): Promise<responses.DeleteDataFlowResponse>;
369
369
  /**
@@ -372,7 +372,7 @@ export declare class DataIntegrationClient {
372
372
  * @param DeleteDataFlowValidationRequest
373
373
  * @return DeleteDataFlowValidationResponse
374
374
  * @throws OciError when an error occurs
375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
375
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
376
376
  */
377
377
  deleteDataFlowValidation(deleteDataFlowValidationRequest: requests.DeleteDataFlowValidationRequest): Promise<responses.DeleteDataFlowValidationResponse>;
378
378
  /**
@@ -381,7 +381,7 @@ export declare class DataIntegrationClient {
381
381
  * @param DeleteDisApplicationRequest
382
382
  * @return DeleteDisApplicationResponse
383
383
  * @throws OciError when an error occurs
384
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
384
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
385
385
  */
386
386
  deleteDisApplication(deleteDisApplicationRequest: requests.DeleteDisApplicationRequest): Promise<responses.DeleteDisApplicationResponse>;
387
387
  /**
@@ -390,7 +390,7 @@ export declare class DataIntegrationClient {
390
390
  * @param DeleteExternalPublicationRequest
391
391
  * @return DeleteExternalPublicationResponse
392
392
  * @throws OciError when an error occurs
393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
394
394
  */
395
395
  deleteExternalPublication(deleteExternalPublicationRequest: requests.DeleteExternalPublicationRequest): Promise<responses.DeleteExternalPublicationResponse>;
396
396
  /**
@@ -400,7 +400,7 @@ export declare class DataIntegrationClient {
400
400
  * @param DeleteExternalPublicationValidationRequest
401
401
  * @return DeleteExternalPublicationValidationResponse
402
402
  * @throws OciError when an error occurs
403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
404
404
  */
405
405
  deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest: requests.DeleteExternalPublicationValidationRequest): Promise<responses.DeleteExternalPublicationValidationResponse>;
406
406
  /**
@@ -409,7 +409,7 @@ export declare class DataIntegrationClient {
409
409
  * @param DeleteFolderRequest
410
410
  * @return DeleteFolderResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
413
413
  */
414
414
  deleteFolder(deleteFolderRequest: requests.DeleteFolderRequest): Promise<responses.DeleteFolderResponse>;
415
415
  /**
@@ -418,7 +418,7 @@ export declare class DataIntegrationClient {
418
418
  * @param DeleteFunctionLibraryRequest
419
419
  * @return DeleteFunctionLibraryResponse
420
420
  * @throws OciError when an error occurs
421
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
422
422
  */
423
423
  deleteFunctionLibrary(deleteFunctionLibraryRequest: requests.DeleteFunctionLibraryRequest): Promise<responses.DeleteFunctionLibraryResponse>;
424
424
  /**
@@ -427,7 +427,7 @@ export declare class DataIntegrationClient {
427
427
  * @param DeletePatchRequest
428
428
  * @return DeletePatchResponse
429
429
  * @throws OciError when an error occurs
430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
431
431
  */
432
432
  deletePatch(deletePatchRequest: requests.DeletePatchRequest): Promise<responses.DeletePatchResponse>;
433
433
  /**
@@ -436,7 +436,7 @@ export declare class DataIntegrationClient {
436
436
  * @param DeletePipelineRequest
437
437
  * @return DeletePipelineResponse
438
438
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
440
440
  */
441
441
  deletePipeline(deletePipelineRequest: requests.DeletePipelineRequest): Promise<responses.DeletePipelineResponse>;
442
442
  /**
@@ -445,7 +445,7 @@ export declare class DataIntegrationClient {
445
445
  * @param DeletePipelineValidationRequest
446
446
  * @return DeletePipelineValidationResponse
447
447
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
449
449
  */
450
450
  deletePipelineValidation(deletePipelineValidationRequest: requests.DeletePipelineValidationRequest): Promise<responses.DeletePipelineValidationResponse>;
451
451
  /**
@@ -454,7 +454,7 @@ export declare class DataIntegrationClient {
454
454
  * @param DeleteProjectRequest
455
455
  * @return DeleteProjectResponse
456
456
  * @throws OciError when an error occurs
457
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
457
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
458
458
  */
459
459
  deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
460
460
  /**
@@ -463,7 +463,7 @@ export declare class DataIntegrationClient {
463
463
  * @param DeleteScheduleRequest
464
464
  * @return DeleteScheduleResponse
465
465
  * @throws OciError when an error occurs
466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
467
467
  */
468
468
  deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
469
469
  /**
@@ -472,7 +472,7 @@ export declare class DataIntegrationClient {
472
472
  * @param DeleteTaskRequest
473
473
  * @return DeleteTaskResponse
474
474
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
476
476
  */
477
477
  deleteTask(deleteTaskRequest: requests.DeleteTaskRequest): Promise<responses.DeleteTaskResponse>;
478
478
  /**
@@ -481,7 +481,7 @@ export declare class DataIntegrationClient {
481
481
  * @param DeleteTaskRunRequest
482
482
  * @return DeleteTaskRunResponse
483
483
  * @throws OciError when an error occurs
484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
485
485
  */
486
486
  deleteTaskRun(deleteTaskRunRequest: requests.DeleteTaskRunRequest): Promise<responses.DeleteTaskRunResponse>;
487
487
  /**
@@ -490,7 +490,7 @@ export declare class DataIntegrationClient {
490
490
  * @param DeleteTaskScheduleRequest
491
491
  * @return DeleteTaskScheduleResponse
492
492
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
494
494
  */
495
495
  deleteTaskSchedule(deleteTaskScheduleRequest: requests.DeleteTaskScheduleRequest): Promise<responses.DeleteTaskScheduleResponse>;
496
496
  /**
@@ -500,7 +500,7 @@ export declare class DataIntegrationClient {
500
500
  * @param DeleteTaskValidationRequest
501
501
  * @return DeleteTaskValidationResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
504
504
  */
505
505
  deleteTaskValidation(deleteTaskValidationRequest: requests.DeleteTaskValidationRequest): Promise<responses.DeleteTaskValidationResponse>;
506
506
  /**
@@ -509,7 +509,7 @@ export declare class DataIntegrationClient {
509
509
  * @param DeleteUserDefinedFunctionRequest
510
510
  * @return DeleteUserDefinedFunctionResponse
511
511
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
513
513
  */
514
514
  deleteUserDefinedFunction(deleteUserDefinedFunctionRequest: requests.DeleteUserDefinedFunctionRequest): Promise<responses.DeleteUserDefinedFunctionResponse>;
515
515
  /**
@@ -518,7 +518,7 @@ export declare class DataIntegrationClient {
518
518
  * @param DeleteUserDefinedFunctionValidationRequest
519
519
  * @return DeleteUserDefinedFunctionValidationResponse
520
520
  * @throws OciError when an error occurs
521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
522
522
  */
523
523
  deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest: requests.DeleteUserDefinedFunctionValidationRequest): Promise<responses.DeleteUserDefinedFunctionValidationResponse>;
524
524
  /**
@@ -527,7 +527,7 @@ export declare class DataIntegrationClient {
527
527
  * @param DeleteWorkspaceRequest
528
528
  * @return DeleteWorkspaceResponse
529
529
  * @throws OciError when an error occurs
530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
530
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
531
531
  */
532
532
  deleteWorkspace(deleteWorkspaceRequest: requests.DeleteWorkspaceRequest): Promise<responses.DeleteWorkspaceResponse>;
533
533
  /**
@@ -536,7 +536,7 @@ export declare class DataIntegrationClient {
536
536
  * @param GetApplicationRequest
537
537
  * @return GetApplicationResponse
538
538
  * @throws OciError when an error occurs
539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
539
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
540
540
  */
541
541
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
542
542
  /**
@@ -545,7 +545,7 @@ export declare class DataIntegrationClient {
545
545
  * @param GetConnectionRequest
546
546
  * @return GetConnectionResponse
547
547
  * @throws OciError when an error occurs
548
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
548
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
549
549
  */
550
550
  getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
551
551
  /**
@@ -554,7 +554,7 @@ export declare class DataIntegrationClient {
554
554
  * @param GetConnectionValidationRequest
555
555
  * @return GetConnectionValidationResponse
556
556
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
558
558
  */
559
559
  getConnectionValidation(getConnectionValidationRequest: requests.GetConnectionValidationRequest): Promise<responses.GetConnectionValidationResponse>;
560
560
  /**
@@ -565,7 +565,7 @@ export declare class DataIntegrationClient {
565
565
  * @param GetCountStatisticRequest
566
566
  * @return GetCountStatisticResponse
567
567
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
569
569
  */
570
570
  getCountStatistic(getCountStatisticRequest: requests.GetCountStatisticRequest): Promise<responses.GetCountStatisticResponse>;
571
571
  /**
@@ -574,7 +574,7 @@ export declare class DataIntegrationClient {
574
574
  * @param GetDataAssetRequest
575
575
  * @return GetDataAssetResponse
576
576
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
578
578
  */
579
579
  getDataAsset(getDataAssetRequest: requests.GetDataAssetRequest): Promise<responses.GetDataAssetResponse>;
580
580
  /**
@@ -583,7 +583,7 @@ export declare class DataIntegrationClient {
583
583
  * @param GetDataEntityRequest
584
584
  * @return GetDataEntityResponse
585
585
  * @throws OciError when an error occurs
586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
587
587
  */
588
588
  getDataEntity(getDataEntityRequest: requests.GetDataEntityRequest): Promise<responses.GetDataEntityResponse>;
589
589
  /**
@@ -592,7 +592,7 @@ export declare class DataIntegrationClient {
592
592
  * @param GetDataFlowRequest
593
593
  * @return GetDataFlowResponse
594
594
  * @throws OciError when an error occurs
595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
596
596
  */
597
597
  getDataFlow(getDataFlowRequest: requests.GetDataFlowRequest): Promise<responses.GetDataFlowResponse>;
598
598
  /**
@@ -601,7 +601,7 @@ export declare class DataIntegrationClient {
601
601
  * @param GetDataFlowValidationRequest
602
602
  * @return GetDataFlowValidationResponse
603
603
  * @throws OciError when an error occurs
604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
605
605
  */
606
606
  getDataFlowValidation(getDataFlowValidationRequest: requests.GetDataFlowValidationRequest): Promise<responses.GetDataFlowValidationResponse>;
607
607
  /**
@@ -610,7 +610,7 @@ export declare class DataIntegrationClient {
610
610
  * @param GetDependentObjectRequest
611
611
  * @return GetDependentObjectResponse
612
612
  * @throws OciError when an error occurs
613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
614
614
  */
615
615
  getDependentObject(getDependentObjectRequest: requests.GetDependentObjectRequest): Promise<responses.GetDependentObjectResponse>;
616
616
  /**
@@ -619,7 +619,7 @@ export declare class DataIntegrationClient {
619
619
  * @param GetDisApplicationRequest
620
620
  * @return GetDisApplicationResponse
621
621
  * @throws OciError when an error occurs
622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
623
623
  */
624
624
  getDisApplication(getDisApplicationRequest: requests.GetDisApplicationRequest): Promise<responses.GetDisApplicationResponse>;
625
625
  /**
@@ -628,7 +628,7 @@ export declare class DataIntegrationClient {
628
628
  * @param GetExternalPublicationRequest
629
629
  * @return GetExternalPublicationResponse
630
630
  * @throws OciError when an error occurs
631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
632
632
  */
633
633
  getExternalPublication(getExternalPublicationRequest: requests.GetExternalPublicationRequest): Promise<responses.GetExternalPublicationResponse>;
634
634
  /**
@@ -637,7 +637,7 @@ export declare class DataIntegrationClient {
637
637
  * @param GetExternalPublicationValidationRequest
638
638
  * @return GetExternalPublicationValidationResponse
639
639
  * @throws OciError when an error occurs
640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
641
641
  */
642
642
  getExternalPublicationValidation(getExternalPublicationValidationRequest: requests.GetExternalPublicationValidationRequest): Promise<responses.GetExternalPublicationValidationResponse>;
643
643
  /**
@@ -646,7 +646,7 @@ export declare class DataIntegrationClient {
646
646
  * @param GetFolderRequest
647
647
  * @return GetFolderResponse
648
648
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
650
650
  */
651
651
  getFolder(getFolderRequest: requests.GetFolderRequest): Promise<responses.GetFolderResponse>;
652
652
  /**
@@ -655,7 +655,7 @@ export declare class DataIntegrationClient {
655
655
  * @param GetFunctionLibraryRequest
656
656
  * @return GetFunctionLibraryResponse
657
657
  * @throws OciError when an error occurs
658
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
659
659
  */
660
660
  getFunctionLibrary(getFunctionLibraryRequest: requests.GetFunctionLibraryRequest): Promise<responses.GetFunctionLibraryResponse>;
661
661
  /**
@@ -664,7 +664,7 @@ export declare class DataIntegrationClient {
664
664
  * @param GetPatchRequest
665
665
  * @return GetPatchResponse
666
666
  * @throws OciError when an error occurs
667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
668
668
  */
669
669
  getPatch(getPatchRequest: requests.GetPatchRequest): Promise<responses.GetPatchResponse>;
670
670
  /**
@@ -673,7 +673,7 @@ export declare class DataIntegrationClient {
673
673
  * @param GetPipelineRequest
674
674
  * @return GetPipelineResponse
675
675
  * @throws OciError when an error occurs
676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
677
677
  */
678
678
  getPipeline(getPipelineRequest: requests.GetPipelineRequest): Promise<responses.GetPipelineResponse>;
679
679
  /**
@@ -682,7 +682,7 @@ export declare class DataIntegrationClient {
682
682
  * @param GetPipelineValidationRequest
683
683
  * @return GetPipelineValidationResponse
684
684
  * @throws OciError when an error occurs
685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
685
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
686
686
  */
687
687
  getPipelineValidation(getPipelineValidationRequest: requests.GetPipelineValidationRequest): Promise<responses.GetPipelineValidationResponse>;
688
688
  /**
@@ -691,7 +691,7 @@ export declare class DataIntegrationClient {
691
691
  * @param GetProjectRequest
692
692
  * @return GetProjectResponse
693
693
  * @throws OciError when an error occurs
694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
695
695
  */
696
696
  getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
697
697
  /**
@@ -700,7 +700,7 @@ export declare class DataIntegrationClient {
700
700
  * @param GetPublishedObjectRequest
701
701
  * @return GetPublishedObjectResponse
702
702
  * @throws OciError when an error occurs
703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
704
704
  */
705
705
  getPublishedObject(getPublishedObjectRequest: requests.GetPublishedObjectRequest): Promise<responses.GetPublishedObjectResponse>;
706
706
  /**
@@ -709,16 +709,34 @@ export declare class DataIntegrationClient {
709
709
  * @param GetReferenceRequest
710
710
  * @return GetReferenceResponse
711
711
  * @throws OciError when an error occurs
712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
713
713
  */
714
714
  getReference(getReferenceRequest: requests.GetReferenceRequest): Promise<responses.GetReferenceResponse>;
715
+ /**
716
+ * Retrieves a runtime operator using the specified identifier.
717
+ * This operation does not retry by default if the user has not defined a retry configuration.
718
+ * @param GetRuntimeOperatorRequest
719
+ * @return GetRuntimeOperatorResponse
720
+ * @throws OciError when an error occurs
721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetRuntimeOperator.ts.html |here} to see how to use GetRuntimeOperator API.
722
+ */
723
+ getRuntimeOperator(getRuntimeOperatorRequest: requests.GetRuntimeOperatorRequest): Promise<responses.GetRuntimeOperatorResponse>;
724
+ /**
725
+ * Retrieves a runtime pipeline using the specified identifier.
726
+ * This operation does not retry by default if the user has not defined a retry configuration.
727
+ * @param GetRuntimePipelineRequest
728
+ * @return GetRuntimePipelineResponse
729
+ * @throws OciError when an error occurs
730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetRuntimePipeline.ts.html |here} to see how to use GetRuntimePipeline API.
731
+ */
732
+ getRuntimePipeline(getRuntimePipelineRequest: requests.GetRuntimePipelineRequest): Promise<responses.GetRuntimePipelineResponse>;
715
733
  /**
716
734
  * Retrieves schedule by schedule key
717
735
  * This operation does not retry by default if the user has not defined a retry configuration.
718
736
  * @param GetScheduleRequest
719
737
  * @return GetScheduleResponse
720
738
  * @throws OciError when an error occurs
721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
739
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
722
740
  */
723
741
  getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
724
742
  /**
@@ -727,7 +745,7 @@ export declare class DataIntegrationClient {
727
745
  * @param GetSchemaRequest
728
746
  * @return GetSchemaResponse
729
747
  * @throws OciError when an error occurs
730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
748
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
731
749
  */
732
750
  getSchema(getSchemaRequest: requests.GetSchemaRequest): Promise<responses.GetSchemaResponse>;
733
751
  /**
@@ -736,7 +754,7 @@ export declare class DataIntegrationClient {
736
754
  * @param GetTaskRequest
737
755
  * @return GetTaskResponse
738
756
  * @throws OciError when an error occurs
739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
740
758
  */
741
759
  getTask(getTaskRequest: requests.GetTaskRequest): Promise<responses.GetTaskResponse>;
742
760
  /**
@@ -745,7 +763,7 @@ export declare class DataIntegrationClient {
745
763
  * @param GetTaskRunRequest
746
764
  * @return GetTaskRunResponse
747
765
  * @throws OciError when an error occurs
748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
749
767
  */
750
768
  getTaskRun(getTaskRunRequest: requests.GetTaskRunRequest): Promise<responses.GetTaskRunResponse>;
751
769
  /**
@@ -754,7 +772,7 @@ export declare class DataIntegrationClient {
754
772
  * @param GetTaskScheduleRequest
755
773
  * @return GetTaskScheduleResponse
756
774
  * @throws OciError when an error occurs
757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
775
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
758
776
  */
759
777
  getTaskSchedule(getTaskScheduleRequest: requests.GetTaskScheduleRequest): Promise<responses.GetTaskScheduleResponse>;
760
778
  /**
@@ -764,7 +782,7 @@ export declare class DataIntegrationClient {
764
782
  * @param GetTaskValidationRequest
765
783
  * @return GetTaskValidationResponse
766
784
  * @throws OciError when an error occurs
767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
768
786
  */
769
787
  getTaskValidation(getTaskValidationRequest: requests.GetTaskValidationRequest): Promise<responses.GetTaskValidationResponse>;
770
788
  /**
@@ -773,7 +791,7 @@ export declare class DataIntegrationClient {
773
791
  * @param GetUserDefinedFunctionRequest
774
792
  * @return GetUserDefinedFunctionResponse
775
793
  * @throws OciError when an error occurs
776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
777
795
  */
778
796
  getUserDefinedFunction(getUserDefinedFunctionRequest: requests.GetUserDefinedFunctionRequest): Promise<responses.GetUserDefinedFunctionResponse>;
779
797
  /**
@@ -782,7 +800,7 @@ export declare class DataIntegrationClient {
782
800
  * @param GetUserDefinedFunctionValidationRequest
783
801
  * @return GetUserDefinedFunctionValidationResponse
784
802
  * @throws OciError when an error occurs
785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
786
804
  */
787
805
  getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest: requests.GetUserDefinedFunctionValidationRequest): Promise<responses.GetUserDefinedFunctionValidationResponse>;
788
806
  /**
@@ -791,7 +809,7 @@ export declare class DataIntegrationClient {
791
809
  * @param GetWorkRequestRequest
792
810
  * @return GetWorkRequestResponse
793
811
  * @throws OciError when an error occurs
794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
812
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
795
813
  */
796
814
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
797
815
  /**
@@ -800,7 +818,7 @@ export declare class DataIntegrationClient {
800
818
  * @param GetWorkspaceRequest
801
819
  * @return GetWorkspaceResponse
802
820
  * @throws OciError when an error occurs
803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
804
822
  */
805
823
  getWorkspace(getWorkspaceRequest: requests.GetWorkspaceRequest): Promise<responses.GetWorkspaceResponse>;
806
824
  /**
@@ -809,7 +827,7 @@ export declare class DataIntegrationClient {
809
827
  * @param ListApplicationsRequest
810
828
  * @return ListApplicationsResponse
811
829
  * @throws OciError when an error occurs
812
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
813
831
  */
814
832
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
815
833
  /**
@@ -818,7 +836,7 @@ export declare class DataIntegrationClient {
818
836
  * @param ListConnectionValidationsRequest
819
837
  * @return ListConnectionValidationsResponse
820
838
  * @throws OciError when an error occurs
821
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
839
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
822
840
  */
823
841
  listConnectionValidations(listConnectionValidationsRequest: requests.ListConnectionValidationsRequest): Promise<responses.ListConnectionValidationsResponse>;
824
842
  /**
@@ -827,7 +845,7 @@ export declare class DataIntegrationClient {
827
845
  * @param ListConnectionsRequest
828
846
  * @return ListConnectionsResponse
829
847
  * @throws OciError when an error occurs
830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
831
849
  */
832
850
  listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
833
851
  /**
@@ -837,7 +855,7 @@ export declare class DataIntegrationClient {
837
855
  * @param ListDataAssetsRequest
838
856
  * @return ListDataAssetsResponse
839
857
  * @throws OciError when an error occurs
840
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
841
859
  */
842
860
  listDataAssets(listDataAssetsRequest: requests.ListDataAssetsRequest): Promise<responses.ListDataAssetsResponse>;
843
861
  /**
@@ -847,7 +865,7 @@ export declare class DataIntegrationClient {
847
865
  * @param ListDataEntitiesRequest
848
866
  * @return ListDataEntitiesResponse
849
867
  * @throws OciError when an error occurs
850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
851
869
  */
852
870
  listDataEntities(listDataEntitiesRequest: requests.ListDataEntitiesRequest): Promise<responses.ListDataEntitiesResponse>;
853
871
  /**
@@ -856,7 +874,7 @@ export declare class DataIntegrationClient {
856
874
  * @param ListDataFlowValidationsRequest
857
875
  * @return ListDataFlowValidationsResponse
858
876
  * @throws OciError when an error occurs
859
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
860
878
  */
861
879
  listDataFlowValidations(listDataFlowValidationsRequest: requests.ListDataFlowValidationsRequest): Promise<responses.ListDataFlowValidationsResponse>;
862
880
  /**
@@ -866,7 +884,7 @@ export declare class DataIntegrationClient {
866
884
  * @param ListDataFlowsRequest
867
885
  * @return ListDataFlowsResponse
868
886
  * @throws OciError when an error occurs
869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
887
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
870
888
  */
871
889
  listDataFlows(listDataFlowsRequest: requests.ListDataFlowsRequest): Promise<responses.ListDataFlowsResponse>;
872
890
  /**
@@ -875,16 +893,26 @@ export declare class DataIntegrationClient {
875
893
  * @param ListDependentObjectsRequest
876
894
  * @return ListDependentObjectsResponse
877
895
  * @throws OciError when an error occurs
878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
879
897
  */
880
898
  listDependentObjects(listDependentObjectsRequest: requests.ListDependentObjectsRequest): Promise<responses.ListDependentObjectsResponse>;
899
+ /**
900
+ * This endpoint can be used to list Task Run Lineages within a given time window.
901
+ *
902
+ * This operation does not retry by default if the user has not defined a retry configuration.
903
+ * @param ListDisApplicationTaskRunLineagesRequest
904
+ * @return ListDisApplicationTaskRunLineagesResponse
905
+ * @throws OciError when an error occurs
906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDisApplicationTaskRunLineages.ts.html |here} to see how to use ListDisApplicationTaskRunLineages API.
907
+ */
908
+ listDisApplicationTaskRunLineages(listDisApplicationTaskRunLineagesRequest: requests.ListDisApplicationTaskRunLineagesRequest): Promise<responses.ListDisApplicationTaskRunLineagesResponse>;
881
909
  /**
882
910
  * Retrieves a list of DIS Applications in a compartment and provides options to filter the list.
883
911
  * This operation does not retry by default if the user has not defined a retry configuration.
884
912
  * @param ListDisApplicationsRequest
885
913
  * @return ListDisApplicationsResponse
886
914
  * @throws OciError when an error occurs
887
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
915
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
888
916
  */
889
917
  listDisApplications(listDisApplicationsRequest: requests.ListDisApplicationsRequest): Promise<responses.ListDisApplicationsResponse>;
890
918
  /**
@@ -894,7 +922,7 @@ export declare class DataIntegrationClient {
894
922
  * @param ListExternalPublicationValidationsRequest
895
923
  * @return ListExternalPublicationValidationsResponse
896
924
  * @throws OciError when an error occurs
897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
925
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
898
926
  */
899
927
  listExternalPublicationValidations(listExternalPublicationValidationsRequest: requests.ListExternalPublicationValidationsRequest): Promise<responses.ListExternalPublicationValidationsResponse>;
900
928
  /**
@@ -903,7 +931,7 @@ export declare class DataIntegrationClient {
903
931
  * @param ListExternalPublicationsRequest
904
932
  * @return ListExternalPublicationsResponse
905
933
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
907
935
  */
908
936
  listExternalPublications(listExternalPublicationsRequest: requests.ListExternalPublicationsRequest): Promise<responses.ListExternalPublicationsResponse>;
909
937
  /**
@@ -913,7 +941,7 @@ export declare class DataIntegrationClient {
913
941
  * @param ListFoldersRequest
914
942
  * @return ListFoldersResponse
915
943
  * @throws OciError when an error occurs
916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
944
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
917
945
  */
918
946
  listFolders(listFoldersRequest: requests.ListFoldersRequest): Promise<responses.ListFoldersResponse>;
919
947
  /**
@@ -923,7 +951,7 @@ export declare class DataIntegrationClient {
923
951
  * @param ListFunctionLibrariesRequest
924
952
  * @return ListFunctionLibrariesResponse
925
953
  * @throws OciError when an error occurs
926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
954
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
927
955
  */
928
956
  listFunctionLibraries(listFunctionLibrariesRequest: requests.ListFunctionLibrariesRequest): Promise<responses.ListFunctionLibrariesResponse>;
929
957
  /**
@@ -932,7 +960,7 @@ export declare class DataIntegrationClient {
932
960
  * @param ListPatchChangesRequest
933
961
  * @return ListPatchChangesResponse
934
962
  * @throws OciError when an error occurs
935
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
963
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
936
964
  */
937
965
  listPatchChanges(listPatchChangesRequest: requests.ListPatchChangesRequest): Promise<responses.ListPatchChangesResponse>;
938
966
  /**
@@ -941,7 +969,7 @@ export declare class DataIntegrationClient {
941
969
  * @param ListPatchesRequest
942
970
  * @return ListPatchesResponse
943
971
  * @throws OciError when an error occurs
944
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
945
973
  */
946
974
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
947
975
  /**
@@ -950,7 +978,7 @@ export declare class DataIntegrationClient {
950
978
  * @param ListPipelineValidationsRequest
951
979
  * @return ListPipelineValidationsResponse
952
980
  * @throws OciError when an error occurs
953
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
954
982
  */
955
983
  listPipelineValidations(listPipelineValidationsRequest: requests.ListPipelineValidationsRequest): Promise<responses.ListPipelineValidationsResponse>;
956
984
  /**
@@ -960,7 +988,7 @@ export declare class DataIntegrationClient {
960
988
  * @param ListPipelinesRequest
961
989
  * @return ListPipelinesResponse
962
990
  * @throws OciError when an error occurs
963
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
991
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
964
992
  */
965
993
  listPipelines(listPipelinesRequest: requests.ListPipelinesRequest): Promise<responses.ListPipelinesResponse>;
966
994
  /**
@@ -970,7 +998,7 @@ export declare class DataIntegrationClient {
970
998
  * @param ListProjectsRequest
971
999
  * @return ListProjectsResponse
972
1000
  * @throws OciError when an error occurs
973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
1001
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
974
1002
  */
975
1003
  listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
976
1004
  /**
@@ -979,7 +1007,7 @@ export declare class DataIntegrationClient {
979
1007
  * @param ListPublishedObjectsRequest
980
1008
  * @return ListPublishedObjectsResponse
981
1009
  * @throws OciError when an error occurs
982
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
1010
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
983
1011
  */
984
1012
  listPublishedObjects(listPublishedObjectsRequest: requests.ListPublishedObjectsRequest): Promise<responses.ListPublishedObjectsResponse>;
985
1013
  /**
@@ -988,9 +1016,29 @@ export declare class DataIntegrationClient {
988
1016
  * @param ListReferencesRequest
989
1017
  * @return ListReferencesResponse
990
1018
  * @throws OciError when an error occurs
991
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
1019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
992
1020
  */
993
1021
  listReferences(listReferencesRequest: requests.ListReferencesRequest): Promise<responses.ListReferencesResponse>;
1022
+ /**
1023
+ * This endpoint can be used to list runtime operators with filtering options
1024
+ *
1025
+ * This operation does not retry by default if the user has not defined a retry configuration.
1026
+ * @param ListRuntimeOperatorsRequest
1027
+ * @return ListRuntimeOperatorsResponse
1028
+ * @throws OciError when an error occurs
1029
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListRuntimeOperators.ts.html |here} to see how to use ListRuntimeOperators API.
1030
+ */
1031
+ listRuntimeOperators(listRuntimeOperatorsRequest: requests.ListRuntimeOperatorsRequest): Promise<responses.ListRuntimeOperatorsResponse>;
1032
+ /**
1033
+ * This endpoint can be used to list runtime pipelines with filtering options
1034
+ *
1035
+ * This operation does not retry by default if the user has not defined a retry configuration.
1036
+ * @param ListRuntimePipelinesRequest
1037
+ * @return ListRuntimePipelinesResponse
1038
+ * @throws OciError when an error occurs
1039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListRuntimePipelines.ts.html |here} to see how to use ListRuntimePipelines API.
1040
+ */
1041
+ listRuntimePipelines(listRuntimePipelinesRequest: requests.ListRuntimePipelinesRequest): Promise<responses.ListRuntimePipelinesResponse>;
994
1042
  /**
995
1043
  * Use this endpoint to list schedules.
996
1044
  *
@@ -998,7 +1046,7 @@ export declare class DataIntegrationClient {
998
1046
  * @param ListSchedulesRequest
999
1047
  * @return ListSchedulesResponse
1000
1048
  * @throws OciError when an error occurs
1001
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
1049
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
1002
1050
  */
1003
1051
  listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
1004
1052
  /**
@@ -1007,16 +1055,26 @@ export declare class DataIntegrationClient {
1007
1055
  * @param ListSchemasRequest
1008
1056
  * @return ListSchemasResponse
1009
1057
  * @throws OciError when an error occurs
1010
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
1058
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
1011
1059
  */
1012
1060
  listSchemas(listSchemasRequest: requests.ListSchemasRequest): Promise<responses.ListSchemasResponse>;
1061
+ /**
1062
+ * This endpoint can be used to list Task Run Lineages within a given time window.
1063
+ *
1064
+ * This operation does not retry by default if the user has not defined a retry configuration.
1065
+ * @param ListTaskRunLineagesRequest
1066
+ * @return ListTaskRunLineagesResponse
1067
+ * @throws OciError when an error occurs
1068
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTaskRunLineages.ts.html |here} to see how to use ListTaskRunLineages API.
1069
+ */
1070
+ listTaskRunLineages(listTaskRunLineagesRequest: requests.ListTaskRunLineagesRequest): Promise<responses.ListTaskRunLineagesResponse>;
1013
1071
  /**
1014
1072
  * Gets log entries for task runs using its key.
1015
1073
  * This operation does not retry by default if the user has not defined a retry configuration.
1016
1074
  * @param ListTaskRunLogsRequest
1017
1075
  * @return ListTaskRunLogsResponse
1018
1076
  * @throws OciError when an error occurs
1019
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
1077
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
1020
1078
  */
1021
1079
  listTaskRunLogs(listTaskRunLogsRequest: requests.ListTaskRunLogsRequest): Promise<responses.ListTaskRunLogsResponse>;
1022
1080
  /**
@@ -1057,7 +1115,7 @@ export declare class DataIntegrationClient {
1057
1115
  * @param ListTaskRunsRequest
1058
1116
  * @return ListTaskRunsResponse
1059
1117
  * @throws OciError when an error occurs
1060
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
1118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
1061
1119
  */
1062
1120
  listTaskRuns(listTaskRunsRequest: requests.ListTaskRunsRequest): Promise<responses.ListTaskRunsResponse>;
1063
1121
  /**
@@ -1067,7 +1125,7 @@ export declare class DataIntegrationClient {
1067
1125
  * @param ListTaskSchedulesRequest
1068
1126
  * @return ListTaskSchedulesResponse
1069
1127
  * @throws OciError when an error occurs
1070
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
1128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
1071
1129
  */
1072
1130
  listTaskSchedules(listTaskSchedulesRequest: requests.ListTaskSchedulesRequest): Promise<responses.ListTaskSchedulesResponse>;
1073
1131
  /**
@@ -1077,7 +1135,7 @@ export declare class DataIntegrationClient {
1077
1135
  * @param ListTaskValidationsRequest
1078
1136
  * @return ListTaskValidationsResponse
1079
1137
  * @throws OciError when an error occurs
1080
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
1138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
1081
1139
  */
1082
1140
  listTaskValidations(listTaskValidationsRequest: requests.ListTaskValidationsRequest): Promise<responses.ListTaskValidationsResponse>;
1083
1141
  /**
@@ -1087,7 +1145,7 @@ export declare class DataIntegrationClient {
1087
1145
  * @param ListTasksRequest
1088
1146
  * @return ListTasksResponse
1089
1147
  * @throws OciError when an error occurs
1090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
1148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
1091
1149
  */
1092
1150
  listTasks(listTasksRequest: requests.ListTasksRequest): Promise<responses.ListTasksResponse>;
1093
1151
  /**
@@ -1096,7 +1154,7 @@ export declare class DataIntegrationClient {
1096
1154
  * @param ListUserDefinedFunctionValidationsRequest
1097
1155
  * @return ListUserDefinedFunctionValidationsResponse
1098
1156
  * @throws OciError when an error occurs
1099
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
1157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
1100
1158
  */
1101
1159
  listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest: requests.ListUserDefinedFunctionValidationsRequest): Promise<responses.ListUserDefinedFunctionValidationsResponse>;
1102
1160
  /**
@@ -1106,7 +1164,7 @@ export declare class DataIntegrationClient {
1106
1164
  * @param ListUserDefinedFunctionsRequest
1107
1165
  * @return ListUserDefinedFunctionsResponse
1108
1166
  * @throws OciError when an error occurs
1109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
1167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
1110
1168
  */
1111
1169
  listUserDefinedFunctions(listUserDefinedFunctionsRequest: requests.ListUserDefinedFunctionsRequest): Promise<responses.ListUserDefinedFunctionsResponse>;
1112
1170
  /**
@@ -1116,7 +1174,7 @@ export declare class DataIntegrationClient {
1116
1174
  * @param ListWorkRequestErrorsRequest
1117
1175
  * @return ListWorkRequestErrorsResponse
1118
1176
  * @throws OciError when an error occurs
1119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1120
1178
  */
1121
1179
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1122
1180
  /**
@@ -1158,7 +1216,7 @@ export declare class DataIntegrationClient {
1158
1216
  * @param ListWorkRequestLogsRequest
1159
1217
  * @return ListWorkRequestLogsResponse
1160
1218
  * @throws OciError when an error occurs
1161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1162
1220
  */
1163
1221
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1164
1222
  /**
@@ -1200,7 +1258,7 @@ export declare class DataIntegrationClient {
1200
1258
  * @param ListWorkRequestsRequest
1201
1259
  * @return ListWorkRequestsResponse
1202
1260
  * @throws OciError when an error occurs
1203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1204
1262
  */
1205
1263
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1206
1264
  /**
@@ -1242,7 +1300,7 @@ export declare class DataIntegrationClient {
1242
1300
  * @param ListWorkspacesRequest
1243
1301
  * @return ListWorkspacesResponse
1244
1302
  * @throws OciError when an error occurs
1245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
1303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
1246
1304
  */
1247
1305
  listWorkspaces(listWorkspacesRequest: requests.ListWorkspacesRequest): Promise<responses.ListWorkspacesResponse>;
1248
1306
  /**
@@ -1284,7 +1342,7 @@ export declare class DataIntegrationClient {
1284
1342
  * @param StartWorkspaceRequest
1285
1343
  * @return StartWorkspaceResponse
1286
1344
  * @throws OciError when an error occurs
1287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
1345
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
1288
1346
  */
1289
1347
  startWorkspace(startWorkspaceRequest: requests.StartWorkspaceRequest): Promise<responses.StartWorkspaceResponse>;
1290
1348
  /**
@@ -1294,7 +1352,7 @@ export declare class DataIntegrationClient {
1294
1352
  * @param StopWorkspaceRequest
1295
1353
  * @return StopWorkspaceResponse
1296
1354
  * @throws OciError when an error occurs
1297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
1355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
1298
1356
  */
1299
1357
  stopWorkspace(stopWorkspaceRequest: requests.StopWorkspaceRequest): Promise<responses.StopWorkspaceResponse>;
1300
1358
  /**
@@ -1303,7 +1361,7 @@ export declare class DataIntegrationClient {
1303
1361
  * @param UpdateApplicationRequest
1304
1362
  * @return UpdateApplicationResponse
1305
1363
  * @throws OciError when an error occurs
1306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1307
1365
  */
1308
1366
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
1309
1367
  /**
@@ -1312,7 +1370,7 @@ export declare class DataIntegrationClient {
1312
1370
  * @param UpdateConnectionRequest
1313
1371
  * @return UpdateConnectionResponse
1314
1372
  * @throws OciError when an error occurs
1315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
1373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
1316
1374
  */
1317
1375
  updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
1318
1376
  /**
@@ -1321,7 +1379,7 @@ export declare class DataIntegrationClient {
1321
1379
  * @param UpdateDataAssetRequest
1322
1380
  * @return UpdateDataAssetResponse
1323
1381
  * @throws OciError when an error occurs
1324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
1382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
1325
1383
  */
1326
1384
  updateDataAsset(updateDataAssetRequest: requests.UpdateDataAssetRequest): Promise<responses.UpdateDataAssetResponse>;
1327
1385
  /**
@@ -1330,7 +1388,7 @@ export declare class DataIntegrationClient {
1330
1388
  * @param UpdateDataFlowRequest
1331
1389
  * @return UpdateDataFlowResponse
1332
1390
  * @throws OciError when an error occurs
1333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
1391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
1334
1392
  */
1335
1393
  updateDataFlow(updateDataFlowRequest: requests.UpdateDataFlowRequest): Promise<responses.UpdateDataFlowResponse>;
1336
1394
  /**
@@ -1339,7 +1397,7 @@ export declare class DataIntegrationClient {
1339
1397
  * @param UpdateDisApplicationRequest
1340
1398
  * @return UpdateDisApplicationResponse
1341
1399
  * @throws OciError when an error occurs
1342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
1400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
1343
1401
  */
1344
1402
  updateDisApplication(updateDisApplicationRequest: requests.UpdateDisApplicationRequest): Promise<responses.UpdateDisApplicationResponse>;
1345
1403
  /**
@@ -1348,7 +1406,7 @@ export declare class DataIntegrationClient {
1348
1406
  * @param UpdateExternalPublicationRequest
1349
1407
  * @return UpdateExternalPublicationResponse
1350
1408
  * @throws OciError when an error occurs
1351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
1409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
1352
1410
  */
1353
1411
  updateExternalPublication(updateExternalPublicationRequest: requests.UpdateExternalPublicationRequest): Promise<responses.UpdateExternalPublicationResponse>;
1354
1412
  /**
@@ -1357,7 +1415,7 @@ export declare class DataIntegrationClient {
1357
1415
  * @param UpdateFolderRequest
1358
1416
  * @return UpdateFolderResponse
1359
1417
  * @throws OciError when an error occurs
1360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
1418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
1361
1419
  */
1362
1420
  updateFolder(updateFolderRequest: requests.UpdateFolderRequest): Promise<responses.UpdateFolderResponse>;
1363
1421
  /**
@@ -1366,7 +1424,7 @@ export declare class DataIntegrationClient {
1366
1424
  * @param UpdateFunctionLibraryRequest
1367
1425
  * @return UpdateFunctionLibraryResponse
1368
1426
  * @throws OciError when an error occurs
1369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
1427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
1370
1428
  */
1371
1429
  updateFunctionLibrary(updateFunctionLibraryRequest: requests.UpdateFunctionLibraryRequest): Promise<responses.UpdateFunctionLibraryResponse>;
1372
1430
  /**
@@ -1375,7 +1433,7 @@ export declare class DataIntegrationClient {
1375
1433
  * @param UpdatePipelineRequest
1376
1434
  * @return UpdatePipelineResponse
1377
1435
  * @throws OciError when an error occurs
1378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
1436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
1379
1437
  */
1380
1438
  updatePipeline(updatePipelineRequest: requests.UpdatePipelineRequest): Promise<responses.UpdatePipelineResponse>;
1381
1439
  /**
@@ -1384,7 +1442,7 @@ export declare class DataIntegrationClient {
1384
1442
  * @param UpdateProjectRequest
1385
1443
  * @return UpdateProjectResponse
1386
1444
  * @throws OciError when an error occurs
1387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1388
1446
  */
1389
1447
  updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
1390
1448
  /**
@@ -1393,7 +1451,7 @@ export declare class DataIntegrationClient {
1393
1451
  * @param UpdateReferenceRequest
1394
1452
  * @return UpdateReferenceResponse
1395
1453
  * @throws OciError when an error occurs
1396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
1454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
1397
1455
  */
1398
1456
  updateReference(updateReferenceRequest: requests.UpdateReferenceRequest): Promise<responses.UpdateReferenceResponse>;
1399
1457
  /**
@@ -1402,7 +1460,7 @@ export declare class DataIntegrationClient {
1402
1460
  * @param UpdateScheduleRequest
1403
1461
  * @return UpdateScheduleResponse
1404
1462
  * @throws OciError when an error occurs
1405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1406
1464
  */
1407
1465
  updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
1408
1466
  /**
@@ -1411,7 +1469,7 @@ export declare class DataIntegrationClient {
1411
1469
  * @param UpdateTaskRequest
1412
1470
  * @return UpdateTaskResponse
1413
1471
  * @throws OciError when an error occurs
1414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
1472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
1415
1473
  */
1416
1474
  updateTask(updateTaskRequest: requests.UpdateTaskRequest): Promise<responses.UpdateTaskResponse>;
1417
1475
  /**
@@ -1420,7 +1478,7 @@ export declare class DataIntegrationClient {
1420
1478
  * @param UpdateTaskRunRequest
1421
1479
  * @return UpdateTaskRunResponse
1422
1480
  * @throws OciError when an error occurs
1423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
1481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
1424
1482
  */
1425
1483
  updateTaskRun(updateTaskRunRequest: requests.UpdateTaskRunRequest): Promise<responses.UpdateTaskRunResponse>;
1426
1484
  /**
@@ -1429,7 +1487,7 @@ export declare class DataIntegrationClient {
1429
1487
  * @param UpdateTaskScheduleRequest
1430
1488
  * @return UpdateTaskScheduleResponse
1431
1489
  * @throws OciError when an error occurs
1432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
1490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
1433
1491
  */
1434
1492
  updateTaskSchedule(updateTaskScheduleRequest: requests.UpdateTaskScheduleRequest): Promise<responses.UpdateTaskScheduleResponse>;
1435
1493
  /**
@@ -1438,7 +1496,7 @@ export declare class DataIntegrationClient {
1438
1496
  * @param UpdateUserDefinedFunctionRequest
1439
1497
  * @return UpdateUserDefinedFunctionResponse
1440
1498
  * @throws OciError when an error occurs
1441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
1499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
1442
1500
  */
1443
1501
  updateUserDefinedFunction(updateUserDefinedFunctionRequest: requests.UpdateUserDefinedFunctionRequest): Promise<responses.UpdateUserDefinedFunctionResponse>;
1444
1502
  /**
@@ -1447,7 +1505,7 @@ export declare class DataIntegrationClient {
1447
1505
  * @param UpdateWorkspaceRequest
1448
1506
  * @return UpdateWorkspaceResponse
1449
1507
  * @throws OciError when an error occurs
1450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
1508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.43.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
1451
1509
  */
1452
1510
  updateWorkspace(updateWorkspaceRequest: requests.UpdateWorkspaceRequest): Promise<responses.UpdateWorkspaceResponse>;
1453
1511
  }