oci-dataintegration 2.25.0 → 2.26.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 (290) hide show
  1. package/lib/client.d.ts +131 -131
  2. package/lib/client.js +131 -131
  3. package/lib/model/abstract-call-attribute.d.ts +26 -0
  4. package/lib/model/abstract-call-attribute.js +65 -0
  5. package/lib/model/abstract-call-attribute.js.map +1 -0
  6. package/lib/model/abstract-data-operation-config.d.ts +14 -0
  7. package/lib/model/abstract-data-operation-config.js +10 -2
  8. package/lib/model/abstract-data-operation-config.js.map +1 -1
  9. package/lib/model/abstract-read-attribute.js +4 -0
  10. package/lib/model/abstract-read-attribute.js.map +1 -1
  11. package/lib/model/bip-call-attribute.d.ts +35 -0
  12. package/lib/model/bip-call-attribute.js +72 -0
  13. package/lib/model/bip-call-attribute.js.map +1 -0
  14. package/lib/model/bip-read-attributes.d.ts +47 -0
  15. package/lib/model/bip-read-attributes.js +82 -0
  16. package/lib/model/bip-read-attributes.js.map +1 -0
  17. package/lib/model/bip-report-parameter-value.d.ts +29 -0
  18. package/lib/model/bip-report-parameter-value.js +29 -0
  19. package/lib/model/bip-report-parameter-value.js.map +1 -0
  20. package/lib/model/child-reference.d.ts +3 -0
  21. package/lib/model/child-reference.js +3 -0
  22. package/lib/model/child-reference.js.map +1 -1
  23. package/lib/model/conditional-composite-field-map.d.ts +46 -0
  24. package/lib/model/conditional-composite-field-map.js +84 -0
  25. package/lib/model/conditional-composite-field-map.js.map +1 -0
  26. package/lib/model/conditional-input-link.d.ts +1 -1
  27. package/lib/model/conditional-input-link.js.map +1 -1
  28. package/lib/model/conditional-output-port.d.ts +43 -0
  29. package/lib/model/conditional-output-port.js +81 -0
  30. package/lib/model/conditional-output-port.js.map +1 -0
  31. package/lib/model/configuration-details.d.ts +1 -1
  32. package/lib/model/configuration-details.js.map +1 -1
  33. package/lib/model/connection-details.js +4 -0
  34. package/lib/model/connection-details.js.map +1 -1
  35. package/lib/model/connection-from-bi-p.d.ts +29 -0
  36. package/lib/model/connection-from-bi-p.js +60 -0
  37. package/lib/model/connection-from-bi-p.js.map +1 -0
  38. package/lib/model/connection-from-bip-details.d.ts +29 -0
  39. package/lib/model/connection-from-bip-details.js +62 -0
  40. package/lib/model/connection-from-bip-details.js.map +1 -0
  41. package/lib/model/connection-summary-from-bi-p.d.ts +29 -0
  42. package/lib/model/connection-summary-from-bi-p.js +62 -0
  43. package/lib/model/connection-summary-from-bi-p.js.map +1 -0
  44. package/lib/model/connection-summary.js +4 -0
  45. package/lib/model/connection-summary.js.map +1 -1
  46. package/lib/model/connection.js +4 -0
  47. package/lib/model/connection.js.map +1 -1
  48. package/lib/model/create-connection-details.js +4 -0
  49. package/lib/model/create-connection-details.js.map +1 -1
  50. package/lib/model/create-connection-from-bi-p.d.ts +29 -0
  51. package/lib/model/create-connection-from-bi-p.js +62 -0
  52. package/lib/model/create-connection-from-bi-p.js.map +1 -0
  53. package/lib/model/create-connection-validation-details.d.ts +1 -1
  54. package/lib/model/create-connection-validation-details.js.map +1 -1
  55. package/lib/model/create-data-asset-from-fusion-app.d.ts +4 -1
  56. package/lib/model/create-data-asset-from-fusion-app.js +19 -3
  57. package/lib/model/create-data-asset-from-fusion-app.js.map +1 -1
  58. package/lib/model/create-task-from-data-loader-task.d.ts +9 -0
  59. package/lib/model/create-task-from-data-loader-task.js +8 -2
  60. package/lib/model/create-task-from-data-loader-task.js.map +1 -1
  61. package/lib/model/data-asset-from-fusion-app.d.ts +1 -1
  62. package/lib/model/data-asset-from-fusion-app.js +2 -2
  63. package/lib/model/data-asset-from-fusion-app.js.map +1 -1
  64. package/lib/model/data-asset-summary-from-fusion-app.d.ts +4 -1
  65. package/lib/model/data-asset-summary-from-fusion-app.js +19 -3
  66. package/lib/model/data-asset-summary-from-fusion-app.js.map +1 -1
  67. package/lib/model/field-map.js +12 -0
  68. package/lib/model/field-map.js.map +1 -1
  69. package/lib/model/flatten-details.d.ts +35 -0
  70. package/lib/model/flatten-details.js +67 -0
  71. package/lib/model/flatten-details.js.map +1 -0
  72. package/lib/model/flatten-projection-preferences.d.ts +73 -0
  73. package/lib/model/flatten-projection-preferences.js +69 -0
  74. package/lib/model/flatten-projection-preferences.js.map +1 -0
  75. package/lib/model/flatten.d.ts +26 -0
  76. package/lib/model/flatten.js +64 -0
  77. package/lib/model/flatten.js.map +1 -0
  78. package/lib/model/flow-node.d.ts +1 -1
  79. package/lib/model/flow-node.js.map +1 -1
  80. package/lib/model/function.d.ts +25 -0
  81. package/lib/model/function.js +56 -0
  82. package/lib/model/function.js.map +1 -0
  83. package/lib/model/index.d.ts +46 -0
  84. package/lib/model/index.js +56 -9
  85. package/lib/model/index.js.map +1 -1
  86. package/lib/model/input-link.d.ts +1 -1
  87. package/lib/model/input-link.js.map +1 -1
  88. package/lib/model/macro-pivot-field.d.ts +33 -0
  89. package/lib/model/macro-pivot-field.js +59 -0
  90. package/lib/model/macro-pivot-field.js.map +1 -0
  91. package/lib/model/named-entity-map.d.ts +46 -0
  92. package/lib/model/named-entity-map.js +62 -0
  93. package/lib/model/named-entity-map.js.map +1 -0
  94. package/lib/model/oci-function.d.ts +33 -0
  95. package/lib/model/oci-function.js +65 -0
  96. package/lib/model/oci-function.js.map +1 -0
  97. package/lib/model/operator.d.ts +1 -1
  98. package/lib/model/operator.js +18 -2
  99. package/lib/model/operator.js.map +1 -1
  100. package/lib/model/oracle-adwc-write-attribute.d.ts +1 -1
  101. package/lib/model/oracle-adwc-write-attribute.js.map +1 -1
  102. package/lib/model/oracle-adwc-write-attributes.d.ts +1 -1
  103. package/lib/model/oracle-adwc-write-attributes.js.map +1 -1
  104. package/lib/model/oracle-atp-write-attribute.d.ts +1 -1
  105. package/lib/model/oracle-atp-write-attribute.js.map +1 -1
  106. package/lib/model/oracle-atp-write-attributes.d.ts +1 -1
  107. package/lib/model/oracle-atp-write-attributes.js.map +1 -1
  108. package/lib/model/pivot-field.d.ts +31 -0
  109. package/lib/model/pivot-field.js +60 -0
  110. package/lib/model/pivot-field.js.map +1 -0
  111. package/lib/model/pivot-keys.d.ts +49 -0
  112. package/lib/model/pivot-keys.js +55 -0
  113. package/lib/model/pivot-keys.js.map +1 -0
  114. package/lib/model/pivot.d.ts +26 -0
  115. package/lib/model/pivot.js +62 -0
  116. package/lib/model/pivot.js.map +1 -0
  117. package/lib/model/published-object-from-data-loader-task.d.ts +9 -0
  118. package/lib/model/published-object-from-data-loader-task.js +8 -2
  119. package/lib/model/published-object-from-data-loader-task.js.map +1 -1
  120. package/lib/model/read-operation-config.d.ts +1 -1
  121. package/lib/model/read-operation-config.js.map +1 -1
  122. package/lib/model/reference-summary.d.ts +9 -0
  123. package/lib/model/reference-summary.js +9 -0
  124. package/lib/model/reference-summary.js.map +1 -1
  125. package/lib/model/reference.d.ts +9 -0
  126. package/lib/model/reference.js +9 -0
  127. package/lib/model/reference.js.map +1 -1
  128. package/lib/model/rule-based-entity-map.d.ts +63 -0
  129. package/lib/model/rule-based-entity-map.js +74 -0
  130. package/lib/model/rule-based-entity-map.js.map +1 -0
  131. package/lib/model/split.d.ts +37 -0
  132. package/lib/model/split.js +60 -0
  133. package/lib/model/split.js.map +1 -0
  134. package/lib/model/target.d.ts +16 -0
  135. package/lib/model/target.js.map +1 -1
  136. package/lib/model/task-from-data-loader-task-details.d.ts +9 -0
  137. package/lib/model/task-from-data-loader-task-details.js +8 -2
  138. package/lib/model/task-from-data-loader-task-details.js.map +1 -1
  139. package/lib/model/task-run-details.d.ts +6 -0
  140. package/lib/model/task-run-details.js +7 -0
  141. package/lib/model/task-run-details.js.map +1 -1
  142. package/lib/model/task-run-summary.d.ts +6 -0
  143. package/lib/model/task-run-summary.js +7 -0
  144. package/lib/model/task-run-summary.js.map +1 -1
  145. package/lib/model/task-summary-from-data-loader-task.d.ts +9 -0
  146. package/lib/model/task-summary-from-data-loader-task.js +8 -2
  147. package/lib/model/task-summary-from-data-loader-task.js.map +1 -1
  148. package/lib/model/typed-object.js +8 -0
  149. package/lib/model/typed-object.js.map +1 -1
  150. package/lib/model/update-connection-details.js +4 -0
  151. package/lib/model/update-connection-details.js.map +1 -1
  152. package/lib/model/update-connection-from-bi-p.d.ts +29 -0
  153. package/lib/model/update-connection-from-bi-p.js +62 -0
  154. package/lib/model/update-connection-from-bi-p.js.map +1 -0
  155. package/lib/model/update-reference-details.d.ts +1 -1
  156. package/lib/model/update-task-from-data-loader-task.d.ts +9 -0
  157. package/lib/model/update-task-from-data-loader-task.js +8 -2
  158. package/lib/model/update-task-from-data-loader-task.js.map +1 -1
  159. package/lib/request/change-compartment-request.d.ts +1 -1
  160. package/lib/request/change-dis-application-compartment-request.d.ts +1 -1
  161. package/lib/request/create-application-request.d.ts +1 -1
  162. package/lib/request/create-connection-request.d.ts +2 -2
  163. package/lib/request/create-connection-validation-request.d.ts +1 -1
  164. package/lib/request/create-data-asset-request.d.ts +1 -1
  165. package/lib/request/create-data-flow-request.d.ts +1 -1
  166. package/lib/request/create-data-flow-validation-request.d.ts +1 -1
  167. package/lib/request/create-dis-application-request.d.ts +1 -1
  168. package/lib/request/create-entity-shape-request.d.ts +1 -1
  169. package/lib/request/create-external-publication-request.d.ts +1 -1
  170. package/lib/request/create-external-publication-validation-request.d.ts +1 -1
  171. package/lib/request/create-folder-request.d.ts +1 -1
  172. package/lib/request/create-function-library-request.d.ts +1 -1
  173. package/lib/request/create-patch-request.d.ts +1 -1
  174. package/lib/request/create-pipeline-request.d.ts +1 -1
  175. package/lib/request/create-pipeline-validation-request.d.ts +1 -1
  176. package/lib/request/create-project-request.d.ts +1 -1
  177. package/lib/request/create-schedule-request.d.ts +1 -1
  178. package/lib/request/create-task-request.d.ts +1 -1
  179. package/lib/request/create-task-run-request.d.ts +1 -1
  180. package/lib/request/create-task-schedule-request.d.ts +1 -1
  181. package/lib/request/create-task-validation-request.d.ts +1 -1
  182. package/lib/request/create-user-defined-function-request.d.ts +1 -1
  183. package/lib/request/create-user-defined-function-validation-request.d.ts +1 -1
  184. package/lib/request/create-workspace-request.d.ts +1 -1
  185. package/lib/request/delete-application-request.d.ts +1 -1
  186. package/lib/request/delete-connection-request.d.ts +1 -1
  187. package/lib/request/delete-connection-validation-request.d.ts +1 -1
  188. package/lib/request/delete-data-asset-request.d.ts +1 -1
  189. package/lib/request/delete-data-flow-request.d.ts +1 -1
  190. package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
  191. package/lib/request/delete-dis-application-request.d.ts +1 -1
  192. package/lib/request/delete-external-publication-request.d.ts +1 -1
  193. package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
  194. package/lib/request/delete-folder-request.d.ts +1 -1
  195. package/lib/request/delete-function-library-request.d.ts +1 -1
  196. package/lib/request/delete-patch-request.d.ts +1 -1
  197. package/lib/request/delete-pipeline-request.d.ts +1 -1
  198. package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
  199. package/lib/request/delete-project-request.d.ts +1 -1
  200. package/lib/request/delete-schedule-request.d.ts +1 -1
  201. package/lib/request/delete-task-request.d.ts +1 -1
  202. package/lib/request/delete-task-run-request.d.ts +1 -1
  203. package/lib/request/delete-task-schedule-request.d.ts +1 -1
  204. package/lib/request/delete-task-validation-request.d.ts +1 -1
  205. package/lib/request/delete-user-defined-function-request.d.ts +1 -1
  206. package/lib/request/delete-user-defined-function-validation-request.d.ts +1 -1
  207. package/lib/request/delete-workspace-request.d.ts +1 -1
  208. package/lib/request/get-application-request.d.ts +1 -1
  209. package/lib/request/get-connection-request.d.ts +1 -1
  210. package/lib/request/get-connection-validation-request.d.ts +1 -1
  211. package/lib/request/get-count-statistic-request.d.ts +1 -1
  212. package/lib/request/get-data-asset-request.d.ts +1 -1
  213. package/lib/request/get-data-entity-request.d.ts +1 -1
  214. package/lib/request/get-data-flow-request.d.ts +1 -1
  215. package/lib/request/get-data-flow-validation-request.d.ts +1 -1
  216. package/lib/request/get-dependent-object-request.d.ts +1 -1
  217. package/lib/request/get-dis-application-request.d.ts +1 -1
  218. package/lib/request/get-external-publication-request.d.ts +1 -1
  219. package/lib/request/get-external-publication-validation-request.d.ts +1 -1
  220. package/lib/request/get-folder-request.d.ts +1 -1
  221. package/lib/request/get-function-library-request.d.ts +1 -1
  222. package/lib/request/get-patch-request.d.ts +1 -1
  223. package/lib/request/get-pipeline-request.d.ts +1 -1
  224. package/lib/request/get-pipeline-validation-request.d.ts +1 -1
  225. package/lib/request/get-project-request.d.ts +1 -1
  226. package/lib/request/get-published-object-request.d.ts +1 -1
  227. package/lib/request/get-reference-request.d.ts +1 -1
  228. package/lib/request/get-schedule-request.d.ts +1 -1
  229. package/lib/request/get-schema-request.d.ts +1 -1
  230. package/lib/request/get-task-request.d.ts +1 -1
  231. package/lib/request/get-task-run-request.d.ts +1 -1
  232. package/lib/request/get-task-schedule-request.d.ts +1 -1
  233. package/lib/request/get-task-validation-request.d.ts +1 -1
  234. package/lib/request/get-user-defined-function-request.d.ts +1 -1
  235. package/lib/request/get-user-defined-function-validation-request.d.ts +1 -1
  236. package/lib/request/get-work-request-request.d.ts +1 -1
  237. package/lib/request/get-workspace-request.d.ts +1 -1
  238. package/lib/request/list-applications-request.d.ts +1 -1
  239. package/lib/request/list-connection-validations-request.d.ts +1 -1
  240. package/lib/request/list-connections-request.d.ts +1 -1
  241. package/lib/request/list-data-assets-request.d.ts +1 -1
  242. package/lib/request/list-data-entities-request.d.ts +1 -1
  243. package/lib/request/list-data-flow-validations-request.d.ts +1 -1
  244. package/lib/request/list-data-flows-request.d.ts +1 -1
  245. package/lib/request/list-dependent-objects-request.d.ts +1 -1
  246. package/lib/request/list-dis-applications-request.d.ts +1 -1
  247. package/lib/request/list-external-publication-validations-request.d.ts +1 -1
  248. package/lib/request/list-external-publications-request.d.ts +1 -1
  249. package/lib/request/list-folders-request.d.ts +1 -1
  250. package/lib/request/list-function-libraries-request.d.ts +1 -1
  251. package/lib/request/list-patch-changes-request.d.ts +1 -1
  252. package/lib/request/list-patches-request.d.ts +1 -1
  253. package/lib/request/list-pipeline-validations-request.d.ts +1 -1
  254. package/lib/request/list-pipelines-request.d.ts +1 -1
  255. package/lib/request/list-projects-request.d.ts +1 -1
  256. package/lib/request/list-published-objects-request.d.ts +1 -1
  257. package/lib/request/list-references-request.d.ts +1 -1
  258. package/lib/request/list-schedules-request.d.ts +1 -1
  259. package/lib/request/list-schemas-request.d.ts +1 -1
  260. package/lib/request/list-task-run-logs-request.d.ts +1 -1
  261. package/lib/request/list-task-runs-request.d.ts +1 -1
  262. package/lib/request/list-task-schedules-request.d.ts +1 -1
  263. package/lib/request/list-task-validations-request.d.ts +1 -1
  264. package/lib/request/list-tasks-request.d.ts +1 -1
  265. package/lib/request/list-user-defined-function-validations-request.d.ts +1 -1
  266. package/lib/request/list-user-defined-functions-request.d.ts +1 -1
  267. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  268. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  269. package/lib/request/list-work-requests-request.d.ts +1 -1
  270. package/lib/request/list-workspaces-request.d.ts +1 -1
  271. package/lib/request/start-workspace-request.d.ts +1 -1
  272. package/lib/request/stop-workspace-request.d.ts +1 -1
  273. package/lib/request/update-application-request.d.ts +1 -1
  274. package/lib/request/update-connection-request.d.ts +2 -2
  275. package/lib/request/update-data-asset-request.d.ts +1 -1
  276. package/lib/request/update-data-flow-request.d.ts +1 -1
  277. package/lib/request/update-dis-application-request.d.ts +1 -1
  278. package/lib/request/update-external-publication-request.d.ts +1 -1
  279. package/lib/request/update-folder-request.d.ts +1 -1
  280. package/lib/request/update-function-library-request.d.ts +1 -1
  281. package/lib/request/update-pipeline-request.d.ts +1 -1
  282. package/lib/request/update-project-request.d.ts +1 -1
  283. package/lib/request/update-reference-request.d.ts +1 -1
  284. package/lib/request/update-schedule-request.d.ts +1 -1
  285. package/lib/request/update-task-request.d.ts +1 -1
  286. package/lib/request/update-task-run-request.d.ts +1 -1
  287. package/lib/request/update-task-schedule-request.d.ts +1 -1
  288. package/lib/request/update-user-defined-function-request.d.ts +1 -1
  289. package/lib/request/update-workspace-request.d.ts +1 -1
  290. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -76,7 +76,7 @@ export declare class DataIntegrationClient {
76
76
  * @param ChangeCompartmentRequest
77
77
  * @return ChangeCompartmentResponse
78
78
  * @throws OciError when an error occurs
79
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
79
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
80
80
  */
81
81
  changeCompartment(changeCompartmentRequest: requests.ChangeCompartmentRequest): Promise<responses.ChangeCompartmentResponse>;
82
82
  /**
@@ -86,7 +86,7 @@ export declare class DataIntegrationClient {
86
86
  * @param ChangeDisApplicationCompartmentRequest
87
87
  * @return ChangeDisApplicationCompartmentResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
90
90
  */
91
91
  changeDisApplicationCompartment(changeDisApplicationCompartmentRequest: requests.ChangeDisApplicationCompartmentRequest): Promise<responses.ChangeDisApplicationCompartmentResponse>;
92
92
  /**
@@ -96,7 +96,7 @@ export declare class DataIntegrationClient {
96
96
  * @param CreateApplicationRequest
97
97
  * @return CreateApplicationResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
100
100
  */
101
101
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
102
102
  /**
@@ -105,7 +105,7 @@ export declare class DataIntegrationClient {
105
105
  * @param CreateConnectionRequest
106
106
  * @return CreateConnectionResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
109
109
  */
110
110
  createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class DataIntegrationClient {
114
114
  * @param CreateConnectionValidationRequest
115
115
  * @return CreateConnectionValidationResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
118
118
  */
119
119
  createConnectionValidation(createConnectionValidationRequest: requests.CreateConnectionValidationRequest): Promise<responses.CreateConnectionValidationResponse>;
120
120
  /**
@@ -123,7 +123,7 @@ export declare class DataIntegrationClient {
123
123
  * @param CreateDataAssetRequest
124
124
  * @return CreateDataAssetResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
127
127
  */
128
128
  createDataAsset(createDataAssetRequest: requests.CreateDataAssetRequest): Promise<responses.CreateDataAssetResponse>;
129
129
  /**
@@ -133,7 +133,7 @@ export declare class DataIntegrationClient {
133
133
  * @param CreateDataFlowRequest
134
134
  * @return CreateDataFlowResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
137
137
  */
138
138
  createDataFlow(createDataFlowRequest: requests.CreateDataFlowRequest): Promise<responses.CreateDataFlowResponse>;
139
139
  /**
@@ -143,7 +143,7 @@ export declare class DataIntegrationClient {
143
143
  * @param CreateDataFlowValidationRequest
144
144
  * @return CreateDataFlowValidationResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
147
147
  */
148
148
  createDataFlowValidation(createDataFlowValidationRequest: requests.CreateDataFlowValidationRequest): Promise<responses.CreateDataFlowValidationResponse>;
149
149
  /**
@@ -153,7 +153,7 @@ export declare class DataIntegrationClient {
153
153
  * @param CreateDisApplicationRequest
154
154
  * @return CreateDisApplicationResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
157
157
  */
158
158
  createDisApplication(createDisApplicationRequest: requests.CreateDisApplicationRequest): Promise<responses.CreateDisApplicationResponse>;
159
159
  /**
@@ -162,7 +162,7 @@ export declare class DataIntegrationClient {
162
162
  * @param CreateEntityShapeRequest
163
163
  * @return CreateEntityShapeResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
166
166
  */
167
167
  createEntityShape(createEntityShapeRequest: requests.CreateEntityShapeRequest): Promise<responses.CreateEntityShapeResponse>;
168
168
  /**
@@ -171,7 +171,7 @@ export declare class DataIntegrationClient {
171
171
  * @param CreateExternalPublicationRequest
172
172
  * @return CreateExternalPublicationResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
175
175
  */
176
176
  createExternalPublication(createExternalPublicationRequest: requests.CreateExternalPublicationRequest): Promise<responses.CreateExternalPublicationResponse>;
177
177
  /**
@@ -180,7 +180,7 @@ export declare class DataIntegrationClient {
180
180
  * @param CreateExternalPublicationValidationRequest
181
181
  * @return CreateExternalPublicationValidationResponse
182
182
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
184
184
  */
185
185
  createExternalPublicationValidation(createExternalPublicationValidationRequest: requests.CreateExternalPublicationValidationRequest): Promise<responses.CreateExternalPublicationValidationResponse>;
186
186
  /**
@@ -191,7 +191,7 @@ export declare class DataIntegrationClient {
191
191
  * @param CreateFolderRequest
192
192
  * @return CreateFolderResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
195
195
  */
196
196
  createFolder(createFolderRequest: requests.CreateFolderRequest): Promise<responses.CreateFolderResponse>;
197
197
  /**
@@ -202,7 +202,7 @@ export declare class DataIntegrationClient {
202
202
  * @param CreateFunctionLibraryRequest
203
203
  * @return CreateFunctionLibraryResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
206
206
  */
207
207
  createFunctionLibrary(createFunctionLibraryRequest: requests.CreateFunctionLibraryRequest): Promise<responses.CreateFunctionLibraryResponse>;
208
208
  /**
@@ -211,7 +211,7 @@ export declare class DataIntegrationClient {
211
211
  * @param CreatePatchRequest
212
212
  * @return CreatePatchResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
215
215
  */
216
216
  createPatch(createPatchRequest: requests.CreatePatchRequest): Promise<responses.CreatePatchResponse>;
217
217
  /**
@@ -221,7 +221,7 @@ export declare class DataIntegrationClient {
221
221
  * @param CreatePipelineRequest
222
222
  * @return CreatePipelineResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
225
225
  */
226
226
  createPipeline(createPipelineRequest: requests.CreatePipelineRequest): Promise<responses.CreatePipelineResponse>;
227
227
  /**
@@ -231,7 +231,7 @@ export declare class DataIntegrationClient {
231
231
  * @param CreatePipelineValidationRequest
232
232
  * @return CreatePipelineValidationResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
235
235
  */
236
236
  createPipelineValidation(createPipelineValidationRequest: requests.CreatePipelineValidationRequest): Promise<responses.CreatePipelineValidationResponse>;
237
237
  /**
@@ -241,7 +241,7 @@ export declare class DataIntegrationClient {
241
241
  * @param CreateProjectRequest
242
242
  * @return CreateProjectResponse
243
243
  * @throws OciError when an error occurs
244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
245
245
  */
246
246
  createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
247
247
  /**
@@ -250,7 +250,7 @@ export declare class DataIntegrationClient {
250
250
  * @param CreateScheduleRequest
251
251
  * @return CreateScheduleResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
254
254
  */
255
255
  createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
256
256
  /**
@@ -260,7 +260,7 @@ export declare class DataIntegrationClient {
260
260
  * @param CreateTaskRequest
261
261
  * @return CreateTaskResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
264
264
  */
265
265
  createTask(createTaskRequest: requests.CreateTaskRequest): Promise<responses.CreateTaskResponse>;
266
266
  /**
@@ -269,7 +269,7 @@ export declare class DataIntegrationClient {
269
269
  * @param CreateTaskRunRequest
270
270
  * @return CreateTaskRunResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
273
273
  */
274
274
  createTaskRun(createTaskRunRequest: requests.CreateTaskRunRequest): Promise<responses.CreateTaskRunResponse>;
275
275
  /**
@@ -278,7 +278,7 @@ export declare class DataIntegrationClient {
278
278
  * @param CreateTaskScheduleRequest
279
279
  * @return CreateTaskScheduleResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
282
282
  */
283
283
  createTaskSchedule(createTaskScheduleRequest: requests.CreateTaskScheduleRequest): Promise<responses.CreateTaskScheduleResponse>;
284
284
  /**
@@ -287,7 +287,7 @@ export declare class DataIntegrationClient {
287
287
  * @param CreateTaskValidationRequest
288
288
  * @return CreateTaskValidationResponse
289
289
  * @throws OciError when an error occurs
290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
291
291
  */
292
292
  createTaskValidation(createTaskValidationRequest: requests.CreateTaskValidationRequest): Promise<responses.CreateTaskValidationResponse>;
293
293
  /**
@@ -297,7 +297,7 @@ export declare class DataIntegrationClient {
297
297
  * @param CreateUserDefinedFunctionRequest
298
298
  * @return CreateUserDefinedFunctionResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
301
301
  */
302
302
  createUserDefinedFunction(createUserDefinedFunctionRequest: requests.CreateUserDefinedFunctionRequest): Promise<responses.CreateUserDefinedFunctionResponse>;
303
303
  /**
@@ -307,7 +307,7 @@ export declare class DataIntegrationClient {
307
307
  * @param CreateUserDefinedFunctionValidationRequest
308
308
  * @return CreateUserDefinedFunctionValidationResponse
309
309
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
311
311
  */
312
312
  createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest: requests.CreateUserDefinedFunctionValidationRequest): Promise<responses.CreateUserDefinedFunctionValidationResponse>;
313
313
  /**
@@ -317,7 +317,7 @@ export declare class DataIntegrationClient {
317
317
  * @param CreateWorkspaceRequest
318
318
  * @return CreateWorkspaceResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
321
321
  */
322
322
  createWorkspace(createWorkspaceRequest: requests.CreateWorkspaceRequest): Promise<responses.CreateWorkspaceResponse>;
323
323
  /**
@@ -326,7 +326,7 @@ export declare class DataIntegrationClient {
326
326
  * @param DeleteApplicationRequest
327
327
  * @return DeleteApplicationResponse
328
328
  * @throws OciError when an error occurs
329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
330
330
  */
331
331
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
332
332
  /**
@@ -335,7 +335,7 @@ export declare class DataIntegrationClient {
335
335
  * @param DeleteConnectionRequest
336
336
  * @return DeleteConnectionResponse
337
337
  * @throws OciError when an error occurs
338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
339
339
  */
340
340
  deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
341
341
  /**
@@ -344,7 +344,7 @@ export declare class DataIntegrationClient {
344
344
  * @param DeleteConnectionValidationRequest
345
345
  * @return DeleteConnectionValidationResponse
346
346
  * @throws OciError when an error occurs
347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
348
348
  */
349
349
  deleteConnectionValidation(deleteConnectionValidationRequest: requests.DeleteConnectionValidationRequest): Promise<responses.DeleteConnectionValidationResponse>;
350
350
  /**
@@ -353,7 +353,7 @@ export declare class DataIntegrationClient {
353
353
  * @param DeleteDataAssetRequest
354
354
  * @return DeleteDataAssetResponse
355
355
  * @throws OciError when an error occurs
356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
357
357
  */
358
358
  deleteDataAsset(deleteDataAssetRequest: requests.DeleteDataAssetRequest): Promise<responses.DeleteDataAssetResponse>;
359
359
  /**
@@ -362,7 +362,7 @@ export declare class DataIntegrationClient {
362
362
  * @param DeleteDataFlowRequest
363
363
  * @return DeleteDataFlowResponse
364
364
  * @throws OciError when an error occurs
365
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
365
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
366
366
  */
367
367
  deleteDataFlow(deleteDataFlowRequest: requests.DeleteDataFlowRequest): Promise<responses.DeleteDataFlowResponse>;
368
368
  /**
@@ -371,7 +371,7 @@ export declare class DataIntegrationClient {
371
371
  * @param DeleteDataFlowValidationRequest
372
372
  * @return DeleteDataFlowValidationResponse
373
373
  * @throws OciError when an error occurs
374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
374
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
375
375
  */
376
376
  deleteDataFlowValidation(deleteDataFlowValidationRequest: requests.DeleteDataFlowValidationRequest): Promise<responses.DeleteDataFlowValidationResponse>;
377
377
  /**
@@ -380,7 +380,7 @@ export declare class DataIntegrationClient {
380
380
  * @param DeleteDisApplicationRequest
381
381
  * @return DeleteDisApplicationResponse
382
382
  * @throws OciError when an error occurs
383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
384
384
  */
385
385
  deleteDisApplication(deleteDisApplicationRequest: requests.DeleteDisApplicationRequest): Promise<responses.DeleteDisApplicationResponse>;
386
386
  /**
@@ -389,7 +389,7 @@ export declare class DataIntegrationClient {
389
389
  * @param DeleteExternalPublicationRequest
390
390
  * @return DeleteExternalPublicationResponse
391
391
  * @throws OciError when an error occurs
392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
393
393
  */
394
394
  deleteExternalPublication(deleteExternalPublicationRequest: requests.DeleteExternalPublicationRequest): Promise<responses.DeleteExternalPublicationResponse>;
395
395
  /**
@@ -399,7 +399,7 @@ export declare class DataIntegrationClient {
399
399
  * @param DeleteExternalPublicationValidationRequest
400
400
  * @return DeleteExternalPublicationValidationResponse
401
401
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
403
403
  */
404
404
  deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest: requests.DeleteExternalPublicationValidationRequest): Promise<responses.DeleteExternalPublicationValidationResponse>;
405
405
  /**
@@ -408,7 +408,7 @@ export declare class DataIntegrationClient {
408
408
  * @param DeleteFolderRequest
409
409
  * @return DeleteFolderResponse
410
410
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
412
412
  */
413
413
  deleteFolder(deleteFolderRequest: requests.DeleteFolderRequest): Promise<responses.DeleteFolderResponse>;
414
414
  /**
@@ -417,7 +417,7 @@ export declare class DataIntegrationClient {
417
417
  * @param DeleteFunctionLibraryRequest
418
418
  * @return DeleteFunctionLibraryResponse
419
419
  * @throws OciError when an error occurs
420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
420
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
421
421
  */
422
422
  deleteFunctionLibrary(deleteFunctionLibraryRequest: requests.DeleteFunctionLibraryRequest): Promise<responses.DeleteFunctionLibraryResponse>;
423
423
  /**
@@ -426,7 +426,7 @@ export declare class DataIntegrationClient {
426
426
  * @param DeletePatchRequest
427
427
  * @return DeletePatchResponse
428
428
  * @throws OciError when an error occurs
429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
430
430
  */
431
431
  deletePatch(deletePatchRequest: requests.DeletePatchRequest): Promise<responses.DeletePatchResponse>;
432
432
  /**
@@ -435,7 +435,7 @@ export declare class DataIntegrationClient {
435
435
  * @param DeletePipelineRequest
436
436
  * @return DeletePipelineResponse
437
437
  * @throws OciError when an error occurs
438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
438
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
439
439
  */
440
440
  deletePipeline(deletePipelineRequest: requests.DeletePipelineRequest): Promise<responses.DeletePipelineResponse>;
441
441
  /**
@@ -444,7 +444,7 @@ export declare class DataIntegrationClient {
444
444
  * @param DeletePipelineValidationRequest
445
445
  * @return DeletePipelineValidationResponse
446
446
  * @throws OciError when an error occurs
447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
448
448
  */
449
449
  deletePipelineValidation(deletePipelineValidationRequest: requests.DeletePipelineValidationRequest): Promise<responses.DeletePipelineValidationResponse>;
450
450
  /**
@@ -453,7 +453,7 @@ export declare class DataIntegrationClient {
453
453
  * @param DeleteProjectRequest
454
454
  * @return DeleteProjectResponse
455
455
  * @throws OciError when an error occurs
456
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
457
457
  */
458
458
  deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
459
459
  /**
@@ -462,7 +462,7 @@ export declare class DataIntegrationClient {
462
462
  * @param DeleteScheduleRequest
463
463
  * @return DeleteScheduleResponse
464
464
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
466
466
  */
467
467
  deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
468
468
  /**
@@ -471,7 +471,7 @@ export declare class DataIntegrationClient {
471
471
  * @param DeleteTaskRequest
472
472
  * @return DeleteTaskResponse
473
473
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
475
475
  */
476
476
  deleteTask(deleteTaskRequest: requests.DeleteTaskRequest): Promise<responses.DeleteTaskResponse>;
477
477
  /**
@@ -480,7 +480,7 @@ export declare class DataIntegrationClient {
480
480
  * @param DeleteTaskRunRequest
481
481
  * @return DeleteTaskRunResponse
482
482
  * @throws OciError when an error occurs
483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
483
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
484
484
  */
485
485
  deleteTaskRun(deleteTaskRunRequest: requests.DeleteTaskRunRequest): Promise<responses.DeleteTaskRunResponse>;
486
486
  /**
@@ -489,7 +489,7 @@ export declare class DataIntegrationClient {
489
489
  * @param DeleteTaskScheduleRequest
490
490
  * @return DeleteTaskScheduleResponse
491
491
  * @throws OciError when an error occurs
492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
493
493
  */
494
494
  deleteTaskSchedule(deleteTaskScheduleRequest: requests.DeleteTaskScheduleRequest): Promise<responses.DeleteTaskScheduleResponse>;
495
495
  /**
@@ -499,7 +499,7 @@ export declare class DataIntegrationClient {
499
499
  * @param DeleteTaskValidationRequest
500
500
  * @return DeleteTaskValidationResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
503
503
  */
504
504
  deleteTaskValidation(deleteTaskValidationRequest: requests.DeleteTaskValidationRequest): Promise<responses.DeleteTaskValidationResponse>;
505
505
  /**
@@ -508,7 +508,7 @@ export declare class DataIntegrationClient {
508
508
  * @param DeleteUserDefinedFunctionRequest
509
509
  * @return DeleteUserDefinedFunctionResponse
510
510
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
512
512
  */
513
513
  deleteUserDefinedFunction(deleteUserDefinedFunctionRequest: requests.DeleteUserDefinedFunctionRequest): Promise<responses.DeleteUserDefinedFunctionResponse>;
514
514
  /**
@@ -517,7 +517,7 @@ export declare class DataIntegrationClient {
517
517
  * @param DeleteUserDefinedFunctionValidationRequest
518
518
  * @return DeleteUserDefinedFunctionValidationResponse
519
519
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
521
521
  */
522
522
  deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest: requests.DeleteUserDefinedFunctionValidationRequest): Promise<responses.DeleteUserDefinedFunctionValidationResponse>;
523
523
  /**
@@ -526,7 +526,7 @@ export declare class DataIntegrationClient {
526
526
  * @param DeleteWorkspaceRequest
527
527
  * @return DeleteWorkspaceResponse
528
528
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
530
530
  */
531
531
  deleteWorkspace(deleteWorkspaceRequest: requests.DeleteWorkspaceRequest): Promise<responses.DeleteWorkspaceResponse>;
532
532
  /**
@@ -535,7 +535,7 @@ export declare class DataIntegrationClient {
535
535
  * @param GetApplicationRequest
536
536
  * @return GetApplicationResponse
537
537
  * @throws OciError when an error occurs
538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
539
539
  */
540
540
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
541
541
  /**
@@ -544,7 +544,7 @@ export declare class DataIntegrationClient {
544
544
  * @param GetConnectionRequest
545
545
  * @return GetConnectionResponse
546
546
  * @throws OciError when an error occurs
547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
548
548
  */
549
549
  getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
550
550
  /**
@@ -553,7 +553,7 @@ export declare class DataIntegrationClient {
553
553
  * @param GetConnectionValidationRequest
554
554
  * @return GetConnectionValidationResponse
555
555
  * @throws OciError when an error occurs
556
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
557
557
  */
558
558
  getConnectionValidation(getConnectionValidationRequest: requests.GetConnectionValidationRequest): Promise<responses.GetConnectionValidationResponse>;
559
559
  /**
@@ -564,7 +564,7 @@ export declare class DataIntegrationClient {
564
564
  * @param GetCountStatisticRequest
565
565
  * @return GetCountStatisticResponse
566
566
  * @throws OciError when an error occurs
567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
568
568
  */
569
569
  getCountStatistic(getCountStatisticRequest: requests.GetCountStatisticRequest): Promise<responses.GetCountStatisticResponse>;
570
570
  /**
@@ -573,7 +573,7 @@ export declare class DataIntegrationClient {
573
573
  * @param GetDataAssetRequest
574
574
  * @return GetDataAssetResponse
575
575
  * @throws OciError when an error occurs
576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
577
577
  */
578
578
  getDataAsset(getDataAssetRequest: requests.GetDataAssetRequest): Promise<responses.GetDataAssetResponse>;
579
579
  /**
@@ -582,7 +582,7 @@ export declare class DataIntegrationClient {
582
582
  * @param GetDataEntityRequest
583
583
  * @return GetDataEntityResponse
584
584
  * @throws OciError when an error occurs
585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
586
586
  */
587
587
  getDataEntity(getDataEntityRequest: requests.GetDataEntityRequest): Promise<responses.GetDataEntityResponse>;
588
588
  /**
@@ -591,7 +591,7 @@ export declare class DataIntegrationClient {
591
591
  * @param GetDataFlowRequest
592
592
  * @return GetDataFlowResponse
593
593
  * @throws OciError when an error occurs
594
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
595
595
  */
596
596
  getDataFlow(getDataFlowRequest: requests.GetDataFlowRequest): Promise<responses.GetDataFlowResponse>;
597
597
  /**
@@ -600,7 +600,7 @@ export declare class DataIntegrationClient {
600
600
  * @param GetDataFlowValidationRequest
601
601
  * @return GetDataFlowValidationResponse
602
602
  * @throws OciError when an error occurs
603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
604
604
  */
605
605
  getDataFlowValidation(getDataFlowValidationRequest: requests.GetDataFlowValidationRequest): Promise<responses.GetDataFlowValidationResponse>;
606
606
  /**
@@ -609,7 +609,7 @@ export declare class DataIntegrationClient {
609
609
  * @param GetDependentObjectRequest
610
610
  * @return GetDependentObjectResponse
611
611
  * @throws OciError when an error occurs
612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
613
613
  */
614
614
  getDependentObject(getDependentObjectRequest: requests.GetDependentObjectRequest): Promise<responses.GetDependentObjectResponse>;
615
615
  /**
@@ -618,7 +618,7 @@ export declare class DataIntegrationClient {
618
618
  * @param GetDisApplicationRequest
619
619
  * @return GetDisApplicationResponse
620
620
  * @throws OciError when an error occurs
621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
622
622
  */
623
623
  getDisApplication(getDisApplicationRequest: requests.GetDisApplicationRequest): Promise<responses.GetDisApplicationResponse>;
624
624
  /**
@@ -627,7 +627,7 @@ export declare class DataIntegrationClient {
627
627
  * @param GetExternalPublicationRequest
628
628
  * @return GetExternalPublicationResponse
629
629
  * @throws OciError when an error occurs
630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
631
631
  */
632
632
  getExternalPublication(getExternalPublicationRequest: requests.GetExternalPublicationRequest): Promise<responses.GetExternalPublicationResponse>;
633
633
  /**
@@ -636,7 +636,7 @@ export declare class DataIntegrationClient {
636
636
  * @param GetExternalPublicationValidationRequest
637
637
  * @return GetExternalPublicationValidationResponse
638
638
  * @throws OciError when an error occurs
639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
639
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
640
640
  */
641
641
  getExternalPublicationValidation(getExternalPublicationValidationRequest: requests.GetExternalPublicationValidationRequest): Promise<responses.GetExternalPublicationValidationResponse>;
642
642
  /**
@@ -645,7 +645,7 @@ export declare class DataIntegrationClient {
645
645
  * @param GetFolderRequest
646
646
  * @return GetFolderResponse
647
647
  * @throws OciError when an error occurs
648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
649
649
  */
650
650
  getFolder(getFolderRequest: requests.GetFolderRequest): Promise<responses.GetFolderResponse>;
651
651
  /**
@@ -654,7 +654,7 @@ export declare class DataIntegrationClient {
654
654
  * @param GetFunctionLibraryRequest
655
655
  * @return GetFunctionLibraryResponse
656
656
  * @throws OciError when an error occurs
657
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
657
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
658
658
  */
659
659
  getFunctionLibrary(getFunctionLibraryRequest: requests.GetFunctionLibraryRequest): Promise<responses.GetFunctionLibraryResponse>;
660
660
  /**
@@ -663,7 +663,7 @@ export declare class DataIntegrationClient {
663
663
  * @param GetPatchRequest
664
664
  * @return GetPatchResponse
665
665
  * @throws OciError when an error occurs
666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
667
667
  */
668
668
  getPatch(getPatchRequest: requests.GetPatchRequest): Promise<responses.GetPatchResponse>;
669
669
  /**
@@ -672,7 +672,7 @@ export declare class DataIntegrationClient {
672
672
  * @param GetPipelineRequest
673
673
  * @return GetPipelineResponse
674
674
  * @throws OciError when an error occurs
675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
676
676
  */
677
677
  getPipeline(getPipelineRequest: requests.GetPipelineRequest): Promise<responses.GetPipelineResponse>;
678
678
  /**
@@ -681,7 +681,7 @@ export declare class DataIntegrationClient {
681
681
  * @param GetPipelineValidationRequest
682
682
  * @return GetPipelineValidationResponse
683
683
  * @throws OciError when an error occurs
684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
685
685
  */
686
686
  getPipelineValidation(getPipelineValidationRequest: requests.GetPipelineValidationRequest): Promise<responses.GetPipelineValidationResponse>;
687
687
  /**
@@ -690,7 +690,7 @@ export declare class DataIntegrationClient {
690
690
  * @param GetProjectRequest
691
691
  * @return GetProjectResponse
692
692
  * @throws OciError when an error occurs
693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
694
694
  */
695
695
  getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
696
696
  /**
@@ -699,7 +699,7 @@ export declare class DataIntegrationClient {
699
699
  * @param GetPublishedObjectRequest
700
700
  * @return GetPublishedObjectResponse
701
701
  * @throws OciError when an error occurs
702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
702
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
703
703
  */
704
704
  getPublishedObject(getPublishedObjectRequest: requests.GetPublishedObjectRequest): Promise<responses.GetPublishedObjectResponse>;
705
705
  /**
@@ -708,7 +708,7 @@ export declare class DataIntegrationClient {
708
708
  * @param GetReferenceRequest
709
709
  * @return GetReferenceResponse
710
710
  * @throws OciError when an error occurs
711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
712
712
  */
713
713
  getReference(getReferenceRequest: requests.GetReferenceRequest): Promise<responses.GetReferenceResponse>;
714
714
  /**
@@ -717,7 +717,7 @@ export declare class DataIntegrationClient {
717
717
  * @param GetScheduleRequest
718
718
  * @return GetScheduleResponse
719
719
  * @throws OciError when an error occurs
720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
721
721
  */
722
722
  getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
723
723
  /**
@@ -726,7 +726,7 @@ export declare class DataIntegrationClient {
726
726
  * @param GetSchemaRequest
727
727
  * @return GetSchemaResponse
728
728
  * @throws OciError when an error occurs
729
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
729
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
730
730
  */
731
731
  getSchema(getSchemaRequest: requests.GetSchemaRequest): Promise<responses.GetSchemaResponse>;
732
732
  /**
@@ -735,7 +735,7 @@ export declare class DataIntegrationClient {
735
735
  * @param GetTaskRequest
736
736
  * @return GetTaskResponse
737
737
  * @throws OciError when an error occurs
738
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
738
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
739
739
  */
740
740
  getTask(getTaskRequest: requests.GetTaskRequest): Promise<responses.GetTaskResponse>;
741
741
  /**
@@ -744,7 +744,7 @@ export declare class DataIntegrationClient {
744
744
  * @param GetTaskRunRequest
745
745
  * @return GetTaskRunResponse
746
746
  * @throws OciError when an error occurs
747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
748
748
  */
749
749
  getTaskRun(getTaskRunRequest: requests.GetTaskRunRequest): Promise<responses.GetTaskRunResponse>;
750
750
  /**
@@ -753,7 +753,7 @@ export declare class DataIntegrationClient {
753
753
  * @param GetTaskScheduleRequest
754
754
  * @return GetTaskScheduleResponse
755
755
  * @throws OciError when an error occurs
756
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
757
757
  */
758
758
  getTaskSchedule(getTaskScheduleRequest: requests.GetTaskScheduleRequest): Promise<responses.GetTaskScheduleResponse>;
759
759
  /**
@@ -763,7 +763,7 @@ export declare class DataIntegrationClient {
763
763
  * @param GetTaskValidationRequest
764
764
  * @return GetTaskValidationResponse
765
765
  * @throws OciError when an error occurs
766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
767
767
  */
768
768
  getTaskValidation(getTaskValidationRequest: requests.GetTaskValidationRequest): Promise<responses.GetTaskValidationResponse>;
769
769
  /**
@@ -772,7 +772,7 @@ export declare class DataIntegrationClient {
772
772
  * @param GetUserDefinedFunctionRequest
773
773
  * @return GetUserDefinedFunctionResponse
774
774
  * @throws OciError when an error occurs
775
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
775
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
776
776
  */
777
777
  getUserDefinedFunction(getUserDefinedFunctionRequest: requests.GetUserDefinedFunctionRequest): Promise<responses.GetUserDefinedFunctionResponse>;
778
778
  /**
@@ -781,7 +781,7 @@ export declare class DataIntegrationClient {
781
781
  * @param GetUserDefinedFunctionValidationRequest
782
782
  * @return GetUserDefinedFunctionValidationResponse
783
783
  * @throws OciError when an error occurs
784
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
785
785
  */
786
786
  getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest: requests.GetUserDefinedFunctionValidationRequest): Promise<responses.GetUserDefinedFunctionValidationResponse>;
787
787
  /**
@@ -790,7 +790,7 @@ export declare class DataIntegrationClient {
790
790
  * @param GetWorkRequestRequest
791
791
  * @return GetWorkRequestResponse
792
792
  * @throws OciError when an error occurs
793
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
794
794
  */
795
795
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
796
796
  /**
@@ -799,7 +799,7 @@ export declare class DataIntegrationClient {
799
799
  * @param GetWorkspaceRequest
800
800
  * @return GetWorkspaceResponse
801
801
  * @throws OciError when an error occurs
802
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
802
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
803
803
  */
804
804
  getWorkspace(getWorkspaceRequest: requests.GetWorkspaceRequest): Promise<responses.GetWorkspaceResponse>;
805
805
  /**
@@ -808,7 +808,7 @@ export declare class DataIntegrationClient {
808
808
  * @param ListApplicationsRequest
809
809
  * @return ListApplicationsResponse
810
810
  * @throws OciError when an error occurs
811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
812
812
  */
813
813
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
814
814
  /**
@@ -817,7 +817,7 @@ export declare class DataIntegrationClient {
817
817
  * @param ListConnectionValidationsRequest
818
818
  * @return ListConnectionValidationsResponse
819
819
  * @throws OciError when an error occurs
820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
821
821
  */
822
822
  listConnectionValidations(listConnectionValidationsRequest: requests.ListConnectionValidationsRequest): Promise<responses.ListConnectionValidationsResponse>;
823
823
  /**
@@ -826,7 +826,7 @@ export declare class DataIntegrationClient {
826
826
  * @param ListConnectionsRequest
827
827
  * @return ListConnectionsResponse
828
828
  * @throws OciError when an error occurs
829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
830
830
  */
831
831
  listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
832
832
  /**
@@ -836,7 +836,7 @@ export declare class DataIntegrationClient {
836
836
  * @param ListDataAssetsRequest
837
837
  * @return ListDataAssetsResponse
838
838
  * @throws OciError when an error occurs
839
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
839
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
840
840
  */
841
841
  listDataAssets(listDataAssetsRequest: requests.ListDataAssetsRequest): Promise<responses.ListDataAssetsResponse>;
842
842
  /**
@@ -846,7 +846,7 @@ export declare class DataIntegrationClient {
846
846
  * @param ListDataEntitiesRequest
847
847
  * @return ListDataEntitiesResponse
848
848
  * @throws OciError when an error occurs
849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
850
850
  */
851
851
  listDataEntities(listDataEntitiesRequest: requests.ListDataEntitiesRequest): Promise<responses.ListDataEntitiesResponse>;
852
852
  /**
@@ -855,7 +855,7 @@ export declare class DataIntegrationClient {
855
855
  * @param ListDataFlowValidationsRequest
856
856
  * @return ListDataFlowValidationsResponse
857
857
  * @throws OciError when an error occurs
858
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
859
859
  */
860
860
  listDataFlowValidations(listDataFlowValidationsRequest: requests.ListDataFlowValidationsRequest): Promise<responses.ListDataFlowValidationsResponse>;
861
861
  /**
@@ -865,7 +865,7 @@ export declare class DataIntegrationClient {
865
865
  * @param ListDataFlowsRequest
866
866
  * @return ListDataFlowsResponse
867
867
  * @throws OciError when an error occurs
868
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
869
869
  */
870
870
  listDataFlows(listDataFlowsRequest: requests.ListDataFlowsRequest): Promise<responses.ListDataFlowsResponse>;
871
871
  /**
@@ -874,7 +874,7 @@ export declare class DataIntegrationClient {
874
874
  * @param ListDependentObjectsRequest
875
875
  * @return ListDependentObjectsResponse
876
876
  * @throws OciError when an error occurs
877
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
877
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
878
878
  */
879
879
  listDependentObjects(listDependentObjectsRequest: requests.ListDependentObjectsRequest): Promise<responses.ListDependentObjectsResponse>;
880
880
  /**
@@ -883,7 +883,7 @@ export declare class DataIntegrationClient {
883
883
  * @param ListDisApplicationsRequest
884
884
  * @return ListDisApplicationsResponse
885
885
  * @throws OciError when an error occurs
886
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
887
887
  */
888
888
  listDisApplications(listDisApplicationsRequest: requests.ListDisApplicationsRequest): Promise<responses.ListDisApplicationsResponse>;
889
889
  /**
@@ -893,7 +893,7 @@ export declare class DataIntegrationClient {
893
893
  * @param ListExternalPublicationValidationsRequest
894
894
  * @return ListExternalPublicationValidationsResponse
895
895
  * @throws OciError when an error occurs
896
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
897
897
  */
898
898
  listExternalPublicationValidations(listExternalPublicationValidationsRequest: requests.ListExternalPublicationValidationsRequest): Promise<responses.ListExternalPublicationValidationsResponse>;
899
899
  /**
@@ -902,7 +902,7 @@ export declare class DataIntegrationClient {
902
902
  * @param ListExternalPublicationsRequest
903
903
  * @return ListExternalPublicationsResponse
904
904
  * @throws OciError when an error occurs
905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
906
906
  */
907
907
  listExternalPublications(listExternalPublicationsRequest: requests.ListExternalPublicationsRequest): Promise<responses.ListExternalPublicationsResponse>;
908
908
  /**
@@ -912,7 +912,7 @@ export declare class DataIntegrationClient {
912
912
  * @param ListFoldersRequest
913
913
  * @return ListFoldersResponse
914
914
  * @throws OciError when an error occurs
915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
915
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
916
916
  */
917
917
  listFolders(listFoldersRequest: requests.ListFoldersRequest): Promise<responses.ListFoldersResponse>;
918
918
  /**
@@ -922,7 +922,7 @@ export declare class DataIntegrationClient {
922
922
  * @param ListFunctionLibrariesRequest
923
923
  * @return ListFunctionLibrariesResponse
924
924
  * @throws OciError when an error occurs
925
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
925
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
926
926
  */
927
927
  listFunctionLibraries(listFunctionLibrariesRequest: requests.ListFunctionLibrariesRequest): Promise<responses.ListFunctionLibrariesResponse>;
928
928
  /**
@@ -931,7 +931,7 @@ export declare class DataIntegrationClient {
931
931
  * @param ListPatchChangesRequest
932
932
  * @return ListPatchChangesResponse
933
933
  * @throws OciError when an error occurs
934
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
935
935
  */
936
936
  listPatchChanges(listPatchChangesRequest: requests.ListPatchChangesRequest): Promise<responses.ListPatchChangesResponse>;
937
937
  /**
@@ -940,7 +940,7 @@ export declare class DataIntegrationClient {
940
940
  * @param ListPatchesRequest
941
941
  * @return ListPatchesResponse
942
942
  * @throws OciError when an error occurs
943
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
944
944
  */
945
945
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
946
946
  /**
@@ -949,7 +949,7 @@ export declare class DataIntegrationClient {
949
949
  * @param ListPipelineValidationsRequest
950
950
  * @return ListPipelineValidationsResponse
951
951
  * @throws OciError when an error occurs
952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
953
953
  */
954
954
  listPipelineValidations(listPipelineValidationsRequest: requests.ListPipelineValidationsRequest): Promise<responses.ListPipelineValidationsResponse>;
955
955
  /**
@@ -959,7 +959,7 @@ export declare class DataIntegrationClient {
959
959
  * @param ListPipelinesRequest
960
960
  * @return ListPipelinesResponse
961
961
  * @throws OciError when an error occurs
962
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
962
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
963
963
  */
964
964
  listPipelines(listPipelinesRequest: requests.ListPipelinesRequest): Promise<responses.ListPipelinesResponse>;
965
965
  /**
@@ -969,7 +969,7 @@ export declare class DataIntegrationClient {
969
969
  * @param ListProjectsRequest
970
970
  * @return ListProjectsResponse
971
971
  * @throws OciError when an error occurs
972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
973
973
  */
974
974
  listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
975
975
  /**
@@ -978,7 +978,7 @@ export declare class DataIntegrationClient {
978
978
  * @param ListPublishedObjectsRequest
979
979
  * @return ListPublishedObjectsResponse
980
980
  * @throws OciError when an error occurs
981
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
982
982
  */
983
983
  listPublishedObjects(listPublishedObjectsRequest: requests.ListPublishedObjectsRequest): Promise<responses.ListPublishedObjectsResponse>;
984
984
  /**
@@ -987,7 +987,7 @@ export declare class DataIntegrationClient {
987
987
  * @param ListReferencesRequest
988
988
  * @return ListReferencesResponse
989
989
  * @throws OciError when an error occurs
990
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
990
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
991
991
  */
992
992
  listReferences(listReferencesRequest: requests.ListReferencesRequest): Promise<responses.ListReferencesResponse>;
993
993
  /**
@@ -997,7 +997,7 @@ export declare class DataIntegrationClient {
997
997
  * @param ListSchedulesRequest
998
998
  * @return ListSchedulesResponse
999
999
  * @throws OciError when an error occurs
1000
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
1000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
1001
1001
  */
1002
1002
  listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
1003
1003
  /**
@@ -1006,7 +1006,7 @@ export declare class DataIntegrationClient {
1006
1006
  * @param ListSchemasRequest
1007
1007
  * @return ListSchemasResponse
1008
1008
  * @throws OciError when an error occurs
1009
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
1009
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
1010
1010
  */
1011
1011
  listSchemas(listSchemasRequest: requests.ListSchemasRequest): Promise<responses.ListSchemasResponse>;
1012
1012
  /**
@@ -1015,7 +1015,7 @@ export declare class DataIntegrationClient {
1015
1015
  * @param ListTaskRunLogsRequest
1016
1016
  * @return ListTaskRunLogsResponse
1017
1017
  * @throws OciError when an error occurs
1018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
1018
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
1019
1019
  */
1020
1020
  listTaskRunLogs(listTaskRunLogsRequest: requests.ListTaskRunLogsRequest): Promise<responses.ListTaskRunLogsResponse>;
1021
1021
  /**
@@ -1056,7 +1056,7 @@ export declare class DataIntegrationClient {
1056
1056
  * @param ListTaskRunsRequest
1057
1057
  * @return ListTaskRunsResponse
1058
1058
  * @throws OciError when an error occurs
1059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
1059
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
1060
1060
  */
1061
1061
  listTaskRuns(listTaskRunsRequest: requests.ListTaskRunsRequest): Promise<responses.ListTaskRunsResponse>;
1062
1062
  /**
@@ -1066,7 +1066,7 @@ export declare class DataIntegrationClient {
1066
1066
  * @param ListTaskSchedulesRequest
1067
1067
  * @return ListTaskSchedulesResponse
1068
1068
  * @throws OciError when an error occurs
1069
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
1069
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
1070
1070
  */
1071
1071
  listTaskSchedules(listTaskSchedulesRequest: requests.ListTaskSchedulesRequest): Promise<responses.ListTaskSchedulesResponse>;
1072
1072
  /**
@@ -1076,7 +1076,7 @@ export declare class DataIntegrationClient {
1076
1076
  * @param ListTaskValidationsRequest
1077
1077
  * @return ListTaskValidationsResponse
1078
1078
  * @throws OciError when an error occurs
1079
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
1079
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
1080
1080
  */
1081
1081
  listTaskValidations(listTaskValidationsRequest: requests.ListTaskValidationsRequest): Promise<responses.ListTaskValidationsResponse>;
1082
1082
  /**
@@ -1086,7 +1086,7 @@ export declare class DataIntegrationClient {
1086
1086
  * @param ListTasksRequest
1087
1087
  * @return ListTasksResponse
1088
1088
  * @throws OciError when an error occurs
1089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
1089
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
1090
1090
  */
1091
1091
  listTasks(listTasksRequest: requests.ListTasksRequest): Promise<responses.ListTasksResponse>;
1092
1092
  /**
@@ -1095,7 +1095,7 @@ export declare class DataIntegrationClient {
1095
1095
  * @param ListUserDefinedFunctionValidationsRequest
1096
1096
  * @return ListUserDefinedFunctionValidationsResponse
1097
1097
  * @throws OciError when an error occurs
1098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
1098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
1099
1099
  */
1100
1100
  listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest: requests.ListUserDefinedFunctionValidationsRequest): Promise<responses.ListUserDefinedFunctionValidationsResponse>;
1101
1101
  /**
@@ -1105,7 +1105,7 @@ export declare class DataIntegrationClient {
1105
1105
  * @param ListUserDefinedFunctionsRequest
1106
1106
  * @return ListUserDefinedFunctionsResponse
1107
1107
  * @throws OciError when an error occurs
1108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
1108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
1109
1109
  */
1110
1110
  listUserDefinedFunctions(listUserDefinedFunctionsRequest: requests.ListUserDefinedFunctionsRequest): Promise<responses.ListUserDefinedFunctionsResponse>;
1111
1111
  /**
@@ -1115,7 +1115,7 @@ export declare class DataIntegrationClient {
1115
1115
  * @param ListWorkRequestErrorsRequest
1116
1116
  * @return ListWorkRequestErrorsResponse
1117
1117
  * @throws OciError when an error occurs
1118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1119
1119
  */
1120
1120
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1121
1121
  /**
@@ -1157,7 +1157,7 @@ export declare class DataIntegrationClient {
1157
1157
  * @param ListWorkRequestLogsRequest
1158
1158
  * @return ListWorkRequestLogsResponse
1159
1159
  * @throws OciError when an error occurs
1160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1161
1161
  */
1162
1162
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1163
1163
  /**
@@ -1199,7 +1199,7 @@ export declare class DataIntegrationClient {
1199
1199
  * @param ListWorkRequestsRequest
1200
1200
  * @return ListWorkRequestsResponse
1201
1201
  * @throws OciError when an error occurs
1202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1203
1203
  */
1204
1204
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1205
1205
  /**
@@ -1241,7 +1241,7 @@ export declare class DataIntegrationClient {
1241
1241
  * @param ListWorkspacesRequest
1242
1242
  * @return ListWorkspacesResponse
1243
1243
  * @throws OciError when an error occurs
1244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
1244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
1245
1245
  */
1246
1246
  listWorkspaces(listWorkspacesRequest: requests.ListWorkspacesRequest): Promise<responses.ListWorkspacesResponse>;
1247
1247
  /**
@@ -1283,7 +1283,7 @@ export declare class DataIntegrationClient {
1283
1283
  * @param StartWorkspaceRequest
1284
1284
  * @return StartWorkspaceResponse
1285
1285
  * @throws OciError when an error occurs
1286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
1286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
1287
1287
  */
1288
1288
  startWorkspace(startWorkspaceRequest: requests.StartWorkspaceRequest): Promise<responses.StartWorkspaceResponse>;
1289
1289
  /**
@@ -1293,7 +1293,7 @@ export declare class DataIntegrationClient {
1293
1293
  * @param StopWorkspaceRequest
1294
1294
  * @return StopWorkspaceResponse
1295
1295
  * @throws OciError when an error occurs
1296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
1296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
1297
1297
  */
1298
1298
  stopWorkspace(stopWorkspaceRequest: requests.StopWorkspaceRequest): Promise<responses.StopWorkspaceResponse>;
1299
1299
  /**
@@ -1302,7 +1302,7 @@ export declare class DataIntegrationClient {
1302
1302
  * @param UpdateApplicationRequest
1303
1303
  * @return UpdateApplicationResponse
1304
1304
  * @throws OciError when an error occurs
1305
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1305
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1306
1306
  */
1307
1307
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
1308
1308
  /**
@@ -1311,7 +1311,7 @@ export declare class DataIntegrationClient {
1311
1311
  * @param UpdateConnectionRequest
1312
1312
  * @return UpdateConnectionResponse
1313
1313
  * @throws OciError when an error occurs
1314
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
1314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
1315
1315
  */
1316
1316
  updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
1317
1317
  /**
@@ -1320,7 +1320,7 @@ export declare class DataIntegrationClient {
1320
1320
  * @param UpdateDataAssetRequest
1321
1321
  * @return UpdateDataAssetResponse
1322
1322
  * @throws OciError when an error occurs
1323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
1323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
1324
1324
  */
1325
1325
  updateDataAsset(updateDataAssetRequest: requests.UpdateDataAssetRequest): Promise<responses.UpdateDataAssetResponse>;
1326
1326
  /**
@@ -1329,7 +1329,7 @@ export declare class DataIntegrationClient {
1329
1329
  * @param UpdateDataFlowRequest
1330
1330
  * @return UpdateDataFlowResponse
1331
1331
  * @throws OciError when an error occurs
1332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
1332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
1333
1333
  */
1334
1334
  updateDataFlow(updateDataFlowRequest: requests.UpdateDataFlowRequest): Promise<responses.UpdateDataFlowResponse>;
1335
1335
  /**
@@ -1338,7 +1338,7 @@ export declare class DataIntegrationClient {
1338
1338
  * @param UpdateDisApplicationRequest
1339
1339
  * @return UpdateDisApplicationResponse
1340
1340
  * @throws OciError when an error occurs
1341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
1341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
1342
1342
  */
1343
1343
  updateDisApplication(updateDisApplicationRequest: requests.UpdateDisApplicationRequest): Promise<responses.UpdateDisApplicationResponse>;
1344
1344
  /**
@@ -1347,7 +1347,7 @@ export declare class DataIntegrationClient {
1347
1347
  * @param UpdateExternalPublicationRequest
1348
1348
  * @return UpdateExternalPublicationResponse
1349
1349
  * @throws OciError when an error occurs
1350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
1350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
1351
1351
  */
1352
1352
  updateExternalPublication(updateExternalPublicationRequest: requests.UpdateExternalPublicationRequest): Promise<responses.UpdateExternalPublicationResponse>;
1353
1353
  /**
@@ -1356,7 +1356,7 @@ export declare class DataIntegrationClient {
1356
1356
  * @param UpdateFolderRequest
1357
1357
  * @return UpdateFolderResponse
1358
1358
  * @throws OciError when an error occurs
1359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
1359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
1360
1360
  */
1361
1361
  updateFolder(updateFolderRequest: requests.UpdateFolderRequest): Promise<responses.UpdateFolderResponse>;
1362
1362
  /**
@@ -1365,7 +1365,7 @@ export declare class DataIntegrationClient {
1365
1365
  * @param UpdateFunctionLibraryRequest
1366
1366
  * @return UpdateFunctionLibraryResponse
1367
1367
  * @throws OciError when an error occurs
1368
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
1368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
1369
1369
  */
1370
1370
  updateFunctionLibrary(updateFunctionLibraryRequest: requests.UpdateFunctionLibraryRequest): Promise<responses.UpdateFunctionLibraryResponse>;
1371
1371
  /**
@@ -1374,7 +1374,7 @@ export declare class DataIntegrationClient {
1374
1374
  * @param UpdatePipelineRequest
1375
1375
  * @return UpdatePipelineResponse
1376
1376
  * @throws OciError when an error occurs
1377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
1377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
1378
1378
  */
1379
1379
  updatePipeline(updatePipelineRequest: requests.UpdatePipelineRequest): Promise<responses.UpdatePipelineResponse>;
1380
1380
  /**
@@ -1383,7 +1383,7 @@ export declare class DataIntegrationClient {
1383
1383
  * @param UpdateProjectRequest
1384
1384
  * @return UpdateProjectResponse
1385
1385
  * @throws OciError when an error occurs
1386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1387
1387
  */
1388
1388
  updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
1389
1389
  /**
@@ -1392,7 +1392,7 @@ export declare class DataIntegrationClient {
1392
1392
  * @param UpdateReferenceRequest
1393
1393
  * @return UpdateReferenceResponse
1394
1394
  * @throws OciError when an error occurs
1395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
1395
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
1396
1396
  */
1397
1397
  updateReference(updateReferenceRequest: requests.UpdateReferenceRequest): Promise<responses.UpdateReferenceResponse>;
1398
1398
  /**
@@ -1401,7 +1401,7 @@ export declare class DataIntegrationClient {
1401
1401
  * @param UpdateScheduleRequest
1402
1402
  * @return UpdateScheduleResponse
1403
1403
  * @throws OciError when an error occurs
1404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1404
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1405
1405
  */
1406
1406
  updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
1407
1407
  /**
@@ -1410,7 +1410,7 @@ export declare class DataIntegrationClient {
1410
1410
  * @param UpdateTaskRequest
1411
1411
  * @return UpdateTaskResponse
1412
1412
  * @throws OciError when an error occurs
1413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
1413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
1414
1414
  */
1415
1415
  updateTask(updateTaskRequest: requests.UpdateTaskRequest): Promise<responses.UpdateTaskResponse>;
1416
1416
  /**
@@ -1419,7 +1419,7 @@ export declare class DataIntegrationClient {
1419
1419
  * @param UpdateTaskRunRequest
1420
1420
  * @return UpdateTaskRunResponse
1421
1421
  * @throws OciError when an error occurs
1422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
1422
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
1423
1423
  */
1424
1424
  updateTaskRun(updateTaskRunRequest: requests.UpdateTaskRunRequest): Promise<responses.UpdateTaskRunResponse>;
1425
1425
  /**
@@ -1428,7 +1428,7 @@ export declare class DataIntegrationClient {
1428
1428
  * @param UpdateTaskScheduleRequest
1429
1429
  * @return UpdateTaskScheduleResponse
1430
1430
  * @throws OciError when an error occurs
1431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
1431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
1432
1432
  */
1433
1433
  updateTaskSchedule(updateTaskScheduleRequest: requests.UpdateTaskScheduleRequest): Promise<responses.UpdateTaskScheduleResponse>;
1434
1434
  /**
@@ -1437,7 +1437,7 @@ export declare class DataIntegrationClient {
1437
1437
  * @param UpdateUserDefinedFunctionRequest
1438
1438
  * @return UpdateUserDefinedFunctionResponse
1439
1439
  * @throws OciError when an error occurs
1440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
1440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
1441
1441
  */
1442
1442
  updateUserDefinedFunction(updateUserDefinedFunctionRequest: requests.UpdateUserDefinedFunctionRequest): Promise<responses.UpdateUserDefinedFunctionResponse>;
1443
1443
  /**
@@ -1446,7 +1446,7 @@ export declare class DataIntegrationClient {
1446
1446
  * @param UpdateWorkspaceRequest
1447
1447
  * @return UpdateWorkspaceResponse
1448
1448
  * @throws OciError when an error occurs
1449
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
1449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
1450
1450
  */
1451
1451
  updateWorkspace(updateWorkspaceRequest: requests.UpdateWorkspaceRequest): Promise<responses.UpdateWorkspaceResponse>;
1452
1452
  }