oci-dataintegration 2.4.0 → 2.6.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 (1120) hide show
  1. package/LICENSE.txt +6 -0
  2. package/index.d.ts +1 -1
  3. package/index.js +1 -1
  4. package/lib/client.d.ts +444 -113
  5. package/lib/client.js +1537 -280
  6. package/lib/client.js.map +1 -1
  7. package/lib/dataintegration-waiter.d.ts +1 -1
  8. package/lib/dataintegration-waiter.js +1 -1
  9. package/lib/model/abstract-data-operation-config.d.ts +1 -1
  10. package/lib/model/abstract-data-operation-config.js +1 -1
  11. package/lib/model/abstract-field.d.ts +1 -1
  12. package/lib/model/abstract-field.js +1 -1
  13. package/lib/model/abstract-format-attribute.d.ts +1 -1
  14. package/lib/model/abstract-format-attribute.js +1 -1
  15. package/lib/model/abstract-frequency-details.d.ts +3 -1
  16. package/lib/model/abstract-frequency-details.js +15 -1
  17. package/lib/model/abstract-frequency-details.js.map +1 -1
  18. package/lib/model/abstract-read-attribute.d.ts +1 -1
  19. package/lib/model/abstract-read-attribute.js +1 -1
  20. package/lib/model/abstract-write-attribute.d.ts +1 -1
  21. package/lib/model/abstract-write-attribute.js +1 -1
  22. package/lib/model/aggregator-summary.d.ts +1 -1
  23. package/lib/model/aggregator-summary.js +1 -1
  24. package/lib/model/aggregator.d.ts +1 -1
  25. package/lib/model/aggregator.js +1 -1
  26. package/lib/model/application-details.d.ts +1 -1
  27. package/lib/model/application-details.js +1 -1
  28. package/lib/model/application-summary-collection.d.ts +1 -1
  29. package/lib/model/application-summary-collection.js +1 -1
  30. package/lib/model/application-summary.d.ts +1 -1
  31. package/lib/model/application-summary.js +1 -1
  32. package/lib/model/application.d.ts +1 -1
  33. package/lib/model/application.js +1 -1
  34. package/lib/model/auth-details.d.ts +1 -1
  35. package/lib/model/auth-details.js +1 -1
  36. package/lib/model/avro-format-attribute.d.ts +1 -1
  37. package/lib/model/avro-format-attribute.js +1 -1
  38. package/lib/model/base-type.d.ts +1 -1
  39. package/lib/model/base-type.js +1 -1
  40. package/lib/model/bicc-read-attributes.d.ts +2 -2
  41. package/lib/model/bicc-read-attributes.js +1 -1
  42. package/lib/model/cancel-rest-call-config.d.ts +40 -0
  43. package/lib/model/cancel-rest-call-config.js +65 -0
  44. package/lib/model/cancel-rest-call-config.js.map +1 -0
  45. package/lib/model/change-compartment-details.d.ts +1 -1
  46. package/lib/model/change-compartment-details.js +1 -1
  47. package/lib/model/child-reference-detail.d.ts +1 -1
  48. package/lib/model/child-reference-detail.js +1 -1
  49. package/lib/model/child-reference.d.ts +1 -1
  50. package/lib/model/child-reference.js +1 -1
  51. package/lib/model/composite-field-map.d.ts +1 -1
  52. package/lib/model/composite-field-map.js +1 -1
  53. package/lib/model/composite-type.d.ts +1 -1
  54. package/lib/model/composite-type.js +1 -1
  55. package/lib/model/compression.d.ts +1 -1
  56. package/lib/model/compression.js +1 -1
  57. package/lib/model/conditional-input-link.d.ts +1 -1
  58. package/lib/model/conditional-input-link.js +1 -1
  59. package/lib/model/config-definition.d.ts +1 -1
  60. package/lib/model/config-definition.js +1 -1
  61. package/lib/model/config-parameter-definition.d.ts +1 -1
  62. package/lib/model/config-parameter-definition.js +1 -1
  63. package/lib/model/config-parameter-value.d.ts +1 -1
  64. package/lib/model/config-parameter-value.js +1 -1
  65. package/lib/model/config-provider.d.ts +1 -1
  66. package/lib/model/config-provider.js +1 -1
  67. package/lib/model/config-values.d.ts +1 -1
  68. package/lib/model/config-values.js +1 -1
  69. package/lib/model/configuration-details.d.ts +1 -1
  70. package/lib/model/configuration-details.js +1 -1
  71. package/lib/model/configured-type.d.ts +1 -1
  72. package/lib/model/configured-type.js +1 -1
  73. package/lib/model/connection-details.d.ts +1 -1
  74. package/lib/model/connection-details.js +1 -1
  75. package/lib/model/connection-from-adwc-details.d.ts +9 -1
  76. package/lib/model/connection-from-adwc-details.js +1 -1
  77. package/lib/model/connection-from-adwc-details.js.map +1 -1
  78. package/lib/model/connection-from-adwc.d.ts +9 -1
  79. package/lib/model/connection-from-adwc.js +1 -1
  80. package/lib/model/connection-from-adwc.js.map +1 -1
  81. package/lib/model/connection-from-amazon-s3-details.d.ts +1 -1
  82. package/lib/model/connection-from-amazon-s3-details.js +1 -1
  83. package/lib/model/connection-from-amazon-s3.d.ts +1 -1
  84. package/lib/model/connection-from-amazon-s3.js +1 -1
  85. package/lib/model/connection-from-atp-details.d.ts +9 -1
  86. package/lib/model/connection-from-atp-details.js +1 -1
  87. package/lib/model/connection-from-atp-details.js.map +1 -1
  88. package/lib/model/connection-from-atp.d.ts +9 -1
  89. package/lib/model/connection-from-atp.js +1 -1
  90. package/lib/model/connection-from-atp.js.map +1 -1
  91. package/lib/model/connection-from-bi-cc-details.d.ts +2 -2
  92. package/lib/model/connection-from-bi-cc-details.js +1 -1
  93. package/lib/model/connection-from-bi-cc.d.ts +2 -2
  94. package/lib/model/connection-from-bi-cc.js +1 -1
  95. package/lib/model/connection-from-jdbc-details.d.ts +1 -1
  96. package/lib/model/connection-from-jdbc-details.js +1 -1
  97. package/lib/model/connection-from-jdbc.d.ts +1 -1
  98. package/lib/model/connection-from-jdbc.js +1 -1
  99. package/lib/model/connection-from-my-sq-l.d.ts +1 -1
  100. package/lib/model/connection-from-my-sq-l.js +1 -1
  101. package/lib/model/connection-from-my-sq-ldetails.d.ts +1 -1
  102. package/lib/model/connection-from-my-sq-ldetails.js +1 -1
  103. package/lib/model/connection-from-object-storage-details.d.ts +1 -1
  104. package/lib/model/connection-from-object-storage-details.js +1 -1
  105. package/lib/model/connection-from-object-storage.d.ts +1 -1
  106. package/lib/model/connection-from-object-storage.js +1 -1
  107. package/lib/model/connection-from-oracle-details.d.ts +1 -1
  108. package/lib/model/connection-from-oracle-details.js +1 -1
  109. package/lib/model/connection-from-oracle.d.ts +1 -1
  110. package/lib/model/connection-from-oracle.js +1 -1
  111. package/lib/model/connection-property.d.ts +1 -1
  112. package/lib/model/connection-property.js +1 -1
  113. package/lib/model/connection-summary-collection.d.ts +1 -1
  114. package/lib/model/connection-summary-collection.js +1 -1
  115. package/lib/model/connection-summary-from-adwc.d.ts +9 -1
  116. package/lib/model/connection-summary-from-adwc.js +1 -1
  117. package/lib/model/connection-summary-from-adwc.js.map +1 -1
  118. package/lib/model/connection-summary-from-amazon-s3.d.ts +1 -1
  119. package/lib/model/connection-summary-from-amazon-s3.js +1 -1
  120. package/lib/model/connection-summary-from-atp.d.ts +9 -1
  121. package/lib/model/connection-summary-from-atp.js +1 -1
  122. package/lib/model/connection-summary-from-atp.js.map +1 -1
  123. package/lib/model/connection-summary-from-bi-cc.d.ts +2 -2
  124. package/lib/model/connection-summary-from-bi-cc.js +1 -1
  125. package/lib/model/connection-summary-from-jdbc.d.ts +1 -1
  126. package/lib/model/connection-summary-from-jdbc.js +1 -1
  127. package/lib/model/connection-summary-from-my-sq-l.d.ts +1 -1
  128. package/lib/model/connection-summary-from-my-sq-l.js +1 -1
  129. package/lib/model/connection-summary-from-object-storage.d.ts +1 -1
  130. package/lib/model/connection-summary-from-object-storage.js +1 -1
  131. package/lib/model/connection-summary-from-oracle.d.ts +1 -1
  132. package/lib/model/connection-summary-from-oracle.js +1 -1
  133. package/lib/model/connection-summary.d.ts +1 -1
  134. package/lib/model/connection-summary.js +1 -1
  135. package/lib/model/connection-validation-summary-collection.d.ts +1 -1
  136. package/lib/model/connection-validation-summary-collection.js +1 -1
  137. package/lib/model/connection-validation-summary.d.ts +1 -1
  138. package/lib/model/connection-validation-summary.js +1 -1
  139. package/lib/model/connection-validation.d.ts +1 -1
  140. package/lib/model/connection-validation.js +1 -1
  141. package/lib/model/connection.d.ts +1 -1
  142. package/lib/model/connection.js +1 -1
  143. package/lib/model/connector-attribute.d.ts +1 -1
  144. package/lib/model/connector-attribute.js +1 -1
  145. package/lib/model/count-statistic-summary.d.ts +3 -1
  146. package/lib/model/count-statistic-summary.js +3 -1
  147. package/lib/model/count-statistic-summary.js.map +1 -1
  148. package/lib/model/count-statistic.d.ts +1 -1
  149. package/lib/model/count-statistic.js +1 -1
  150. package/lib/model/create-application-details.d.ts +1 -1
  151. package/lib/model/create-application-details.js +1 -1
  152. package/lib/model/create-config-provider.d.ts +1 -1
  153. package/lib/model/create-config-provider.js +1 -1
  154. package/lib/model/create-connection-details.d.ts +1 -1
  155. package/lib/model/create-connection-details.js +1 -1
  156. package/lib/model/create-connection-from-adwc.d.ts +9 -1
  157. package/lib/model/create-connection-from-adwc.js +1 -1
  158. package/lib/model/create-connection-from-adwc.js.map +1 -1
  159. package/lib/model/create-connection-from-amazon-s3.d.ts +1 -1
  160. package/lib/model/create-connection-from-amazon-s3.js +1 -1
  161. package/lib/model/create-connection-from-atp.d.ts +9 -1
  162. package/lib/model/create-connection-from-atp.js +1 -1
  163. package/lib/model/create-connection-from-atp.js.map +1 -1
  164. package/lib/model/create-connection-from-bi-cc.d.ts +2 -2
  165. package/lib/model/create-connection-from-bi-cc.js +1 -1
  166. package/lib/model/create-connection-from-jdbc.d.ts +1 -1
  167. package/lib/model/create-connection-from-jdbc.js +1 -1
  168. package/lib/model/create-connection-from-my-sq-l.d.ts +1 -1
  169. package/lib/model/create-connection-from-my-sq-l.js +1 -1
  170. package/lib/model/create-connection-from-object-storage.d.ts +1 -1
  171. package/lib/model/create-connection-from-object-storage.js +1 -1
  172. package/lib/model/create-connection-from-oracle.d.ts +1 -1
  173. package/lib/model/create-connection-from-oracle.js +1 -1
  174. package/lib/model/create-connection-validation-details.d.ts +1 -1
  175. package/lib/model/create-connection-validation-details.js +1 -1
  176. package/lib/model/create-data-asset-details.d.ts +1 -1
  177. package/lib/model/create-data-asset-details.js +1 -1
  178. package/lib/model/create-data-asset-from-adwc.d.ts +1 -1
  179. package/lib/model/create-data-asset-from-adwc.js +1 -1
  180. package/lib/model/create-data-asset-from-amazon-s3.d.ts +1 -1
  181. package/lib/model/create-data-asset-from-amazon-s3.js +1 -1
  182. package/lib/model/create-data-asset-from-atp.d.ts +1 -1
  183. package/lib/model/create-data-asset-from-atp.js +1 -1
  184. package/lib/model/create-data-asset-from-fusion-app.d.ts +3 -3
  185. package/lib/model/create-data-asset-from-fusion-app.js +1 -1
  186. package/lib/model/create-data-asset-from-jdbc.d.ts +1 -1
  187. package/lib/model/create-data-asset-from-jdbc.js +1 -1
  188. package/lib/model/create-data-asset-from-my-sq-l.d.ts +1 -1
  189. package/lib/model/create-data-asset-from-my-sq-l.js +1 -1
  190. package/lib/model/create-data-asset-from-object-storage.d.ts +5 -1
  191. package/lib/model/create-data-asset-from-object-storage.js +1 -1
  192. package/lib/model/create-data-asset-from-object-storage.js.map +1 -1
  193. package/lib/model/create-data-asset-from-oracle.d.ts +1 -1
  194. package/lib/model/create-data-asset-from-oracle.js +1 -1
  195. package/lib/model/create-data-flow-details.d.ts +1 -1
  196. package/lib/model/create-data-flow-details.js +1 -1
  197. package/lib/model/create-data-flow-validation-details.d.ts +1 -1
  198. package/lib/model/create-data-flow-validation-details.js +1 -1
  199. package/lib/model/create-entity-shape-details.d.ts +1 -1
  200. package/lib/model/create-entity-shape-details.js +5 -1
  201. package/lib/model/create-entity-shape-details.js.map +1 -1
  202. package/lib/model/create-entity-shape-from-file.d.ts +1 -1
  203. package/lib/model/create-entity-shape-from-file.js +1 -1
  204. package/lib/model/create-entity-shape-from-sq-l.d.ts +93 -0
  205. package/lib/model/create-entity-shape-from-sq-l.js +93 -0
  206. package/lib/model/create-entity-shape-from-sq-l.js.map +1 -0
  207. package/lib/model/create-external-publication-details.d.ts +1 -1
  208. package/lib/model/create-external-publication-details.js +1 -1
  209. package/lib/model/create-external-publication-validation-details.d.ts +1 -1
  210. package/lib/model/create-external-publication-validation-details.js +1 -1
  211. package/lib/model/create-folder-details.d.ts +1 -1
  212. package/lib/model/create-folder-details.js +1 -1
  213. package/lib/model/create-function-library-details.d.ts +51 -0
  214. package/lib/model/create-function-library-details.js +57 -0
  215. package/lib/model/create-function-library-details.js.map +1 -0
  216. package/lib/model/create-patch-details.d.ts +1 -1
  217. package/lib/model/create-patch-details.js +1 -1
  218. package/lib/model/create-pipeline-details.d.ts +1 -1
  219. package/lib/model/create-pipeline-details.js +1 -1
  220. package/lib/model/create-pipeline-validation-details.d.ts +1 -1
  221. package/lib/model/create-pipeline-validation-details.js +1 -1
  222. package/lib/model/create-project-details.d.ts +1 -1
  223. package/lib/model/create-project-details.js +1 -1
  224. package/lib/model/create-schedule-details.d.ts +2 -2
  225. package/lib/model/create-schedule-details.js +1 -1
  226. package/lib/model/create-schedule-details.js.map +1 -1
  227. package/lib/model/create-source-application-info.d.ts +1 -1
  228. package/lib/model/create-source-application-info.js +1 -1
  229. package/lib/model/create-task-details.d.ts +1 -1
  230. package/lib/model/create-task-details.js +1 -1
  231. package/lib/model/create-task-from-data-loader-task.d.ts +1 -1
  232. package/lib/model/create-task-from-data-loader-task.js +1 -1
  233. package/lib/model/create-task-from-integration-task.d.ts +1 -1
  234. package/lib/model/create-task-from-integration-task.js +1 -1
  235. package/lib/model/create-task-from-oc-idataflow-task.d.ts +1 -1
  236. package/lib/model/create-task-from-oc-idataflow-task.js +1 -1
  237. package/lib/model/create-task-from-pipeline-task.d.ts +1 -1
  238. package/lib/model/create-task-from-pipeline-task.js +1 -1
  239. package/lib/model/create-task-from-rest-task.d.ts +9 -9
  240. package/lib/model/create-task-from-rest-task.js +14 -1
  241. package/lib/model/create-task-from-rest-task.js.map +1 -1
  242. package/lib/model/create-task-from-sq-ltask.d.ts +1 -1
  243. package/lib/model/create-task-from-sq-ltask.js +1 -1
  244. package/lib/model/create-task-run-details.d.ts +18 -1
  245. package/lib/model/create-task-run-details.js +7 -1
  246. package/lib/model/create-task-run-details.js.map +1 -1
  247. package/lib/model/create-task-schedule-details.d.ts +1 -1
  248. package/lib/model/create-task-schedule-details.js +1 -1
  249. package/lib/model/create-task-validation-details.d.ts +1 -1
  250. package/lib/model/create-task-validation-details.js +1 -1
  251. package/lib/model/create-task-validation-from-data-loader-task.d.ts +1 -1
  252. package/lib/model/create-task-validation-from-data-loader-task.js +1 -1
  253. package/lib/model/create-task-validation-from-integration-task.d.ts +1 -1
  254. package/lib/model/create-task-validation-from-integration-task.js +1 -1
  255. package/lib/model/create-task-validation-from-pipeline-task.d.ts +1 -1
  256. package/lib/model/create-task-validation-from-pipeline-task.js +1 -1
  257. package/lib/model/create-user-defined-function-details.d.ts +53 -0
  258. package/lib/model/create-user-defined-function-details.js +73 -0
  259. package/lib/model/create-user-defined-function-details.js.map +1 -0
  260. package/lib/model/create-user-defined-function-validation-details.d.ts +70 -0
  261. package/lib/model/create-user-defined-function-validation-details.js +75 -0
  262. package/lib/model/create-user-defined-function-validation-details.js.map +1 -0
  263. package/lib/model/create-workspace-details.d.ts +1 -1
  264. package/lib/model/create-workspace-details.js +1 -1
  265. package/lib/model/csv-format-attribute.d.ts +1 -1
  266. package/lib/model/csv-format-attribute.js +1 -1
  267. package/lib/model/custom-frequency-details.d.ts +28 -0
  268. package/lib/model/custom-frequency-details.js +54 -0
  269. package/lib/model/custom-frequency-details.js.map +1 -0
  270. package/lib/model/daily-frequency-details.d.ts +1 -1
  271. package/lib/model/daily-frequency-details.js +1 -1
  272. package/lib/model/data-asset-from-adwc-details.d.ts +1 -1
  273. package/lib/model/data-asset-from-adwc-details.js +1 -1
  274. package/lib/model/data-asset-from-amazon-s3.d.ts +1 -1
  275. package/lib/model/data-asset-from-amazon-s3.js +1 -1
  276. package/lib/model/data-asset-from-atp-details.d.ts +1 -1
  277. package/lib/model/data-asset-from-atp-details.js +1 -1
  278. package/lib/model/data-asset-from-fusion-app.d.ts +3 -3
  279. package/lib/model/data-asset-from-fusion-app.js +1 -1
  280. package/lib/model/data-asset-from-jdbc.d.ts +1 -1
  281. package/lib/model/data-asset-from-jdbc.js +1 -1
  282. package/lib/model/data-asset-from-my-sq-l.d.ts +1 -1
  283. package/lib/model/data-asset-from-my-sq-l.js +1 -1
  284. package/lib/model/data-asset-from-object-storage-details.d.ts +5 -1
  285. package/lib/model/data-asset-from-object-storage-details.js +1 -1
  286. package/lib/model/data-asset-from-object-storage-details.js.map +1 -1
  287. package/lib/model/data-asset-from-oracle-details.d.ts +1 -1
  288. package/lib/model/data-asset-from-oracle-details.js +1 -1
  289. package/lib/model/data-asset-summary-collection.d.ts +1 -1
  290. package/lib/model/data-asset-summary-collection.js +1 -1
  291. package/lib/model/data-asset-summary-from-adwc.d.ts +1 -1
  292. package/lib/model/data-asset-summary-from-adwc.js +1 -1
  293. package/lib/model/data-asset-summary-from-amazon-s3.d.ts +1 -1
  294. package/lib/model/data-asset-summary-from-amazon-s3.js +1 -1
  295. package/lib/model/data-asset-summary-from-atp.d.ts +1 -1
  296. package/lib/model/data-asset-summary-from-atp.js +1 -1
  297. package/lib/model/data-asset-summary-from-fusion-app.d.ts +1 -1
  298. package/lib/model/data-asset-summary-from-fusion-app.js +1 -1
  299. package/lib/model/data-asset-summary-from-jdbc.d.ts +1 -1
  300. package/lib/model/data-asset-summary-from-jdbc.js +1 -1
  301. package/lib/model/data-asset-summary-from-my-sq-l.d.ts +1 -1
  302. package/lib/model/data-asset-summary-from-my-sq-l.js +1 -1
  303. package/lib/model/data-asset-summary-from-object-storage.d.ts +5 -1
  304. package/lib/model/data-asset-summary-from-object-storage.js +1 -1
  305. package/lib/model/data-asset-summary-from-object-storage.js.map +1 -1
  306. package/lib/model/data-asset-summary-from-oracle.d.ts +1 -1
  307. package/lib/model/data-asset-summary-from-oracle.js +1 -1
  308. package/lib/model/data-asset-summary.d.ts +1 -1
  309. package/lib/model/data-asset-summary.js +1 -1
  310. package/lib/model/data-asset.d.ts +1 -1
  311. package/lib/model/data-asset.js +1 -1
  312. package/lib/model/data-entity-details.d.ts +1 -1
  313. package/lib/model/data-entity-details.js +5 -1
  314. package/lib/model/data-entity-details.js.map +1 -1
  315. package/lib/model/data-entity-from-data-store-entity-details.d.ts +1 -1
  316. package/lib/model/data-entity-from-data-store-entity-details.js +1 -1
  317. package/lib/model/data-entity-from-data-store.d.ts +1 -1
  318. package/lib/model/data-entity-from-data-store.js +1 -1
  319. package/lib/model/data-entity-from-file-entity-details.d.ts +1 -1
  320. package/lib/model/data-entity-from-file-entity-details.js +1 -1
  321. package/lib/model/data-entity-from-file.d.ts +1 -1
  322. package/lib/model/data-entity-from-file.js +1 -1
  323. package/lib/model/data-entity-from-sql-entity-details.d.ts +92 -0
  324. package/lib/model/data-entity-from-sql-entity-details.js +89 -0
  325. package/lib/model/data-entity-from-sql-entity-details.js.map +1 -0
  326. package/lib/model/data-entity-from-sql.d.ts +97 -0
  327. package/lib/model/data-entity-from-sql.js +92 -0
  328. package/lib/model/data-entity-from-sql.js.map +1 -0
  329. package/lib/model/data-entity-from-table-entity-details.d.ts +1 -1
  330. package/lib/model/data-entity-from-table-entity-details.js +1 -1
  331. package/lib/model/data-entity-from-table.d.ts +1 -1
  332. package/lib/model/data-entity-from-table.js +1 -1
  333. package/lib/model/data-entity-from-view-entity-details.d.ts +1 -1
  334. package/lib/model/data-entity-from-view-entity-details.js +1 -1
  335. package/lib/model/data-entity-from-view.d.ts +1 -1
  336. package/lib/model/data-entity-from-view.js +1 -1
  337. package/lib/model/data-entity-summary-collection.d.ts +1 -1
  338. package/lib/model/data-entity-summary-collection.js +1 -1
  339. package/lib/model/data-entity-summary-from-data-store.d.ts +1 -1
  340. package/lib/model/data-entity-summary-from-data-store.js +1 -1
  341. package/lib/model/data-entity-summary-from-file.d.ts +1 -1
  342. package/lib/model/data-entity-summary-from-file.js +1 -1
  343. package/lib/model/data-entity-summary-from-sql.d.ts +97 -0
  344. package/lib/model/data-entity-summary-from-sql.js +94 -0
  345. package/lib/model/data-entity-summary-from-sql.js.map +1 -0
  346. package/lib/model/data-entity-summary-from-table.d.ts +1 -1
  347. package/lib/model/data-entity-summary-from-table.js +1 -1
  348. package/lib/model/data-entity-summary-from-view.d.ts +1 -1
  349. package/lib/model/data-entity-summary-from-view.js +1 -1
  350. package/lib/model/data-entity-summary.d.ts +1 -1
  351. package/lib/model/data-entity-summary.js +5 -1
  352. package/lib/model/data-entity-summary.js.map +1 -1
  353. package/lib/model/data-entity.d.ts +1 -1
  354. package/lib/model/data-entity.js +5 -1
  355. package/lib/model/data-entity.js.map +1 -1
  356. package/lib/model/data-flow-details.d.ts +1 -1
  357. package/lib/model/data-flow-details.js +1 -1
  358. package/lib/model/data-flow-summary-collection.d.ts +1 -1
  359. package/lib/model/data-flow-summary-collection.js +1 -1
  360. package/lib/model/data-flow-summary.d.ts +1 -1
  361. package/lib/model/data-flow-summary.js +1 -1
  362. package/lib/model/data-flow-validation-summary-collection.d.ts +1 -1
  363. package/lib/model/data-flow-validation-summary-collection.js +1 -1
  364. package/lib/model/data-flow-validation-summary.d.ts +1 -1
  365. package/lib/model/data-flow-validation-summary.js +1 -1
  366. package/lib/model/data-flow-validation.d.ts +1 -1
  367. package/lib/model/data-flow-validation.js +1 -1
  368. package/lib/model/data-flow.d.ts +1 -1
  369. package/lib/model/data-flow.js +1 -1
  370. package/lib/model/data-format.d.ts +1 -1
  371. package/lib/model/data-format.js +1 -1
  372. package/lib/model/data-type.d.ts +1 -1
  373. package/lib/model/data-type.js +1 -1
  374. package/lib/model/dataflow-application.d.ts +1 -1
  375. package/lib/model/dataflow-application.js +1 -1
  376. package/lib/model/dependent-object-summary-collection.d.ts +1 -1
  377. package/lib/model/dependent-object-summary-collection.js +1 -1
  378. package/lib/model/dependent-object-summary.d.ts +1 -1
  379. package/lib/model/dependent-object-summary.js +1 -1
  380. package/lib/model/dependent-object.d.ts +1 -1
  381. package/lib/model/dependent-object.js +1 -1
  382. package/lib/model/derived-field.d.ts +5 -1
  383. package/lib/model/derived-field.js +1 -1
  384. package/lib/model/derived-field.js.map +1 -1
  385. package/lib/model/derived-type.d.ts +1 -1
  386. package/lib/model/derived-type.js +1 -1
  387. package/lib/model/direct-field-map.d.ts +1 -1
  388. package/lib/model/direct-field-map.js +1 -1
  389. package/lib/model/direct-named-field-map.d.ts +1 -1
  390. package/lib/model/direct-named-field-map.js +1 -1
  391. package/lib/model/distinct.d.ts +1 -1
  392. package/lib/model/distinct.js +1 -1
  393. package/lib/model/dynamic-input-field.d.ts +1 -1
  394. package/lib/model/dynamic-input-field.js +1 -1
  395. package/lib/model/dynamic-proxy-field.d.ts +1 -1
  396. package/lib/model/dynamic-proxy-field.js +1 -1
  397. package/lib/model/dynamic-type-handler.d.ts +1 -1
  398. package/lib/model/dynamic-type-handler.js +1 -1
  399. package/lib/model/dynamic-type.d.ts +1 -1
  400. package/lib/model/dynamic-type.js +1 -1
  401. package/lib/model/end-operator.d.ts +1 -1
  402. package/lib/model/end-operator.js +1 -1
  403. package/lib/model/enriched-entity.d.ts +2 -2
  404. package/lib/model/enriched-entity.js +1 -1
  405. package/lib/model/enriched-entity.js.map +1 -1
  406. package/lib/model/entity-shape-from-file.d.ts +1 -1
  407. package/lib/model/entity-shape-from-file.js +1 -1
  408. package/lib/model/entity-shape-from-sq-l.d.ts +98 -0
  409. package/lib/model/entity-shape-from-sq-l.js +96 -0
  410. package/lib/model/entity-shape-from-sq-l.js.map +1 -0
  411. package/lib/model/entity-shape.d.ts +1 -1
  412. package/lib/model/entity-shape.js +5 -1
  413. package/lib/model/entity-shape.js.map +1 -1
  414. package/lib/model/error-details.d.ts +1 -1
  415. package/lib/model/error-details.js +1 -1
  416. package/lib/model/execute-rest-call-config.d.ts +45 -0
  417. package/lib/model/execute-rest-call-config.js +70 -0
  418. package/lib/model/execute-rest-call-config.js.map +1 -0
  419. package/lib/model/expression-operator.d.ts +1 -1
  420. package/lib/model/expression-operator.js +1 -1
  421. package/lib/model/expression.d.ts +1 -1
  422. package/lib/model/expression.js +1 -1
  423. package/lib/model/external-publication-summary-collection.d.ts +1 -1
  424. package/lib/model/external-publication-summary-collection.js +1 -1
  425. package/lib/model/external-publication-summary.d.ts +1 -1
  426. package/lib/model/external-publication-summary.js +1 -1
  427. package/lib/model/external-publication-validation-summary-collection.d.ts +1 -1
  428. package/lib/model/external-publication-validation-summary-collection.js +1 -1
  429. package/lib/model/external-publication-validation-summary.d.ts +1 -1
  430. package/lib/model/external-publication-validation-summary.js +1 -1
  431. package/lib/model/external-publication-validation.d.ts +1 -1
  432. package/lib/model/external-publication-validation.js +1 -1
  433. package/lib/model/external-publication.d.ts +1 -1
  434. package/lib/model/external-publication.js +1 -1
  435. package/lib/model/external-storage.d.ts +1 -1
  436. package/lib/model/external-storage.js +1 -1
  437. package/lib/model/field-map.d.ts +1 -1
  438. package/lib/model/field-map.js +1 -1
  439. package/lib/model/filter-push.d.ts +1 -1
  440. package/lib/model/filter-push.js +1 -1
  441. package/lib/model/filter.d.ts +1 -1
  442. package/lib/model/filter.js +1 -1
  443. package/lib/model/flow-node.d.ts +1 -1
  444. package/lib/model/flow-node.js +1 -1
  445. package/lib/model/flow-port-link.d.ts +1 -1
  446. package/lib/model/flow-port-link.js +1 -1
  447. package/lib/model/flow-port.d.ts +1 -1
  448. package/lib/model/flow-port.js +1 -1
  449. package/lib/model/folder-details.d.ts +1 -1
  450. package/lib/model/folder-details.js +1 -1
  451. package/lib/model/folder-summary-collection.d.ts +1 -1
  452. package/lib/model/folder-summary-collection.js +1 -1
  453. package/lib/model/folder-summary.d.ts +1 -1
  454. package/lib/model/folder-summary.js +1 -1
  455. package/lib/model/folder.d.ts +1 -1
  456. package/lib/model/folder.js +1 -1
  457. package/lib/model/foreign-key.d.ts +2 -2
  458. package/lib/model/foreign-key.js +1 -1
  459. package/lib/model/function-library-details.d.ts +63 -0
  460. package/lib/model/function-library-details.js +65 -0
  461. package/lib/model/function-library-details.js.map +1 -0
  462. package/lib/model/function-library-summary-collection.d.ts +26 -0
  463. package/lib/model/function-library-summary-collection.js +61 -0
  464. package/lib/model/function-library-summary-collection.js.map +1 -0
  465. package/lib/model/function-library-summary.d.ts +74 -0
  466. package/lib/model/function-library-summary.js +68 -0
  467. package/lib/model/function-library-summary.js.map +1 -0
  468. package/lib/model/function-library.d.ts +74 -0
  469. package/lib/model/function-library.js +68 -0
  470. package/lib/model/function-library.js.map +1 -0
  471. package/lib/model/function-signature.d.ts +60 -0
  472. package/lib/model/function-signature.js +78 -0
  473. package/lib/model/function-signature.js.map +1 -0
  474. package/lib/model/hourly-frequency-details.d.ts +1 -1
  475. package/lib/model/hourly-frequency-details.js +1 -1
  476. package/lib/model/index.d.ts +59 -1
  477. package/lib/model/index.js +68 -9
  478. package/lib/model/index.js.map +1 -1
  479. package/lib/model/input-field.d.ts +1 -1
  480. package/lib/model/input-field.js +1 -1
  481. package/lib/model/input-link.d.ts +1 -1
  482. package/lib/model/input-link.js +1 -1
  483. package/lib/model/input-port.d.ts +1 -1
  484. package/lib/model/input-port.js +1 -1
  485. package/lib/model/intersect.d.ts +1 -1
  486. package/lib/model/intersect.js +1 -1
  487. package/lib/model/java-type.d.ts +1 -1
  488. package/lib/model/java-type.js +1 -1
  489. package/lib/model/join.d.ts +1 -1
  490. package/lib/model/join.js +1 -1
  491. package/lib/model/joiner.d.ts +1 -1
  492. package/lib/model/joiner.js +1 -1
  493. package/lib/model/json-format-attribute.d.ts +1 -1
  494. package/lib/model/json-format-attribute.js +1 -1
  495. package/lib/model/key-attribute.d.ts +3 -2
  496. package/lib/model/key-attribute.js +5 -1
  497. package/lib/model/key-attribute.js.map +1 -1
  498. package/lib/model/key-range-partition-config.d.ts +1 -1
  499. package/lib/model/key-range-partition-config.js +1 -1
  500. package/lib/model/key-range.d.ts +1 -1
  501. package/lib/model/key-range.js +1 -1
  502. package/lib/model/key.d.ts +1 -1
  503. package/lib/model/key.js +1 -1
  504. package/lib/model/last-run-details.d.ts +1 -1
  505. package/lib/model/last-run-details.js +1 -1
  506. package/lib/model/lookup.d.ts +1 -1
  507. package/lib/model/lookup.js +1 -1
  508. package/lib/model/macro-field.d.ts +1 -1
  509. package/lib/model/macro-field.js +1 -1
  510. package/lib/model/merge-operator.d.ts +1 -1
  511. package/lib/model/merge-operator.js +1 -1
  512. package/lib/model/message.d.ts +1 -1
  513. package/lib/model/message.js +1 -1
  514. package/lib/model/minus.d.ts +1 -1
  515. package/lib/model/minus.js +1 -1
  516. package/lib/model/monthly-frequency-details.d.ts +1 -1
  517. package/lib/model/monthly-frequency-details.js +1 -1
  518. package/lib/model/monthly-rule-frequency-details.d.ts +64 -0
  519. package/lib/model/monthly-rule-frequency-details.js +87 -0
  520. package/lib/model/monthly-rule-frequency-details.js.map +1 -0
  521. package/lib/model/name-list-rule.d.ts +1 -1
  522. package/lib/model/name-list-rule.js +1 -1
  523. package/lib/model/name-pattern-rule.d.ts +1 -1
  524. package/lib/model/name-pattern-rule.js +1 -1
  525. package/lib/model/native-shape-field.d.ts +1 -1
  526. package/lib/model/native-shape-field.js +1 -1
  527. package/lib/model/object-metadata.d.ts +1 -1
  528. package/lib/model/object-metadata.js +1 -1
  529. package/lib/model/object-storage-write-attribute.d.ts +1 -1
  530. package/lib/model/object-storage-write-attribute.js +1 -1
  531. package/lib/model/object-storage-write-attributes.d.ts +1 -1
  532. package/lib/model/object-storage-write-attributes.js +1 -1
  533. package/lib/model/oci-vault-secret-config.d.ts +1 -1
  534. package/lib/model/oci-vault-secret-config.js +1 -1
  535. package/lib/model/operator.d.ts +1 -1
  536. package/lib/model/operator.js +1 -1
  537. package/lib/model/oracle-adwc-write-attribute.d.ts +1 -1
  538. package/lib/model/oracle-adwc-write-attribute.js +1 -1
  539. package/lib/model/oracle-adwc-write-attributes.d.ts +1 -1
  540. package/lib/model/oracle-adwc-write-attributes.js +1 -1
  541. package/lib/model/oracle-atp-write-attribute.d.ts +1 -1
  542. package/lib/model/oracle-atp-write-attribute.js +1 -1
  543. package/lib/model/oracle-atp-write-attributes.d.ts +1 -1
  544. package/lib/model/oracle-atp-write-attributes.js +1 -1
  545. package/lib/model/oracle-read-attribute.d.ts +1 -1
  546. package/lib/model/oracle-read-attribute.js +1 -1
  547. package/lib/model/oracle-read-attributes.d.ts +1 -1
  548. package/lib/model/oracle-read-attributes.js +1 -1
  549. package/lib/model/oracle-write-attribute.d.ts +1 -1
  550. package/lib/model/oracle-write-attribute.js +1 -1
  551. package/lib/model/oracle-write-attributes.d.ts +1 -1
  552. package/lib/model/oracle-write-attributes.js +1 -1
  553. package/lib/model/output-field.d.ts +1 -1
  554. package/lib/model/output-field.js +1 -1
  555. package/lib/model/output-link.d.ts +1 -1
  556. package/lib/model/output-link.js +1 -1
  557. package/lib/model/output-port.d.ts +1 -1
  558. package/lib/model/output-port.js +1 -1
  559. package/lib/model/parameter-value.d.ts +1 -1
  560. package/lib/model/parameter-value.js +1 -1
  561. package/lib/model/parameter.d.ts +5 -1
  562. package/lib/model/parameter.js +1 -1
  563. package/lib/model/parameter.js.map +1 -1
  564. package/lib/model/parent-reference.d.ts +1 -1
  565. package/lib/model/parent-reference.js +1 -1
  566. package/lib/model/parquet-format-attribute.d.ts +1 -1
  567. package/lib/model/parquet-format-attribute.js +1 -1
  568. package/lib/model/partition-config.d.ts +1 -1
  569. package/lib/model/partition-config.js +1 -1
  570. package/lib/model/patch-change-summary-collection.d.ts +1 -1
  571. package/lib/model/patch-change-summary-collection.js +1 -1
  572. package/lib/model/patch-change-summary.d.ts +1 -1
  573. package/lib/model/patch-change-summary.js +1 -1
  574. package/lib/model/patch-object-metadata.d.ts +1 -1
  575. package/lib/model/patch-object-metadata.js +1 -1
  576. package/lib/model/patch-summary-collection.d.ts +1 -1
  577. package/lib/model/patch-summary-collection.js +1 -1
  578. package/lib/model/patch-summary.d.ts +1 -1
  579. package/lib/model/patch-summary.js +1 -1
  580. package/lib/model/patch.d.ts +1 -1
  581. package/lib/model/patch.js +1 -1
  582. package/lib/model/pipeline-summary-collection.d.ts +1 -1
  583. package/lib/model/pipeline-summary-collection.js +1 -1
  584. package/lib/model/pipeline-summary.d.ts +1 -1
  585. package/lib/model/pipeline-summary.js +1 -1
  586. package/lib/model/pipeline-validation-summary-collection.d.ts +1 -1
  587. package/lib/model/pipeline-validation-summary-collection.js +1 -1
  588. package/lib/model/pipeline-validation-summary.d.ts +1 -1
  589. package/lib/model/pipeline-validation-summary.js +1 -1
  590. package/lib/model/pipeline-validation.d.ts +1 -1
  591. package/lib/model/pipeline-validation.js +1 -1
  592. package/lib/model/pipeline.d.ts +1 -1
  593. package/lib/model/pipeline.js +1 -1
  594. package/lib/model/primary-key.d.ts +1 -1
  595. package/lib/model/primary-key.js +1 -1
  596. package/lib/model/project-details.d.ts +1 -1
  597. package/lib/model/project-details.js +1 -1
  598. package/lib/model/project-summary-collection.d.ts +1 -1
  599. package/lib/model/project-summary-collection.js +1 -1
  600. package/lib/model/project-summary.d.ts +1 -1
  601. package/lib/model/project-summary.js +1 -1
  602. package/lib/model/project.d.ts +1 -1
  603. package/lib/model/project.js +1 -1
  604. package/lib/model/projection-rule.d.ts +1 -1
  605. package/lib/model/projection-rule.js +1 -1
  606. package/lib/model/projection.d.ts +1 -1
  607. package/lib/model/projection.js +1 -1
  608. package/lib/model/proxy-field.d.ts +1 -1
  609. package/lib/model/proxy-field.js +1 -1
  610. package/lib/model/published-object-from-data-loader-task.d.ts +1 -1
  611. package/lib/model/published-object-from-data-loader-task.js +1 -1
  612. package/lib/model/published-object-from-integration-task.d.ts +1 -1
  613. package/lib/model/published-object-from-integration-task.js +1 -1
  614. package/lib/model/published-object-from-pipeline-task-summary.d.ts +1 -1
  615. package/lib/model/published-object-from-pipeline-task-summary.js +1 -1
  616. package/lib/model/published-object-from-pipeline-task.d.ts +1 -1
  617. package/lib/model/published-object-from-pipeline-task.js +1 -1
  618. package/lib/model/published-object-summary-collection.d.ts +1 -1
  619. package/lib/model/published-object-summary-collection.js +1 -1
  620. package/lib/model/published-object-summary-from-data-loader-task.d.ts +1 -1
  621. package/lib/model/published-object-summary-from-data-loader-task.js +1 -1
  622. package/lib/model/published-object-summary-from-integration-task.d.ts +1 -1
  623. package/lib/model/published-object-summary-from-integration-task.js +1 -1
  624. package/lib/model/published-object-summary.d.ts +1 -1
  625. package/lib/model/published-object-summary.js +1 -1
  626. package/lib/model/published-object.d.ts +1 -1
  627. package/lib/model/published-object.js +1 -1
  628. package/lib/model/push-down-operation.d.ts +1 -1
  629. package/lib/model/push-down-operation.js +1 -1
  630. package/lib/model/query.d.ts +1 -1
  631. package/lib/model/query.js +1 -1
  632. package/lib/model/read-operation-config.d.ts +1 -1
  633. package/lib/model/read-operation-config.js +1 -1
  634. package/lib/model/reference-summary-collection.d.ts +1 -1
  635. package/lib/model/reference-summary-collection.js +1 -1
  636. package/lib/model/reference-summary.d.ts +1 -1
  637. package/lib/model/reference-summary.js +1 -1
  638. package/lib/model/reference-used-by.d.ts +1 -1
  639. package/lib/model/reference-used-by.js +1 -1
  640. package/lib/model/reference.d.ts +1 -1
  641. package/lib/model/reference.js +1 -1
  642. package/lib/model/registry-metadata.d.ts +1 -1
  643. package/lib/model/registry-metadata.js +1 -1
  644. package/lib/model/rename-rule.d.ts +1 -1
  645. package/lib/model/rename-rule.js +1 -1
  646. package/lib/model/resource-configuration.d.ts +1 -1
  647. package/lib/model/resource-configuration.js +1 -1
  648. package/lib/model/rest-call-config.d.ts +40 -0
  649. package/lib/model/rest-call-config.js +65 -0
  650. package/lib/model/rest-call-config.js.map +1 -0
  651. package/lib/model/root-object.d.ts +1 -1
  652. package/lib/model/root-object.js +1 -1
  653. package/lib/model/rule-based-field-map.d.ts +1 -1
  654. package/lib/model/rule-based-field-map.js +1 -1
  655. package/lib/model/rule-type-config.d.ts +1 -1
  656. package/lib/model/rule-type-config.js +1 -1
  657. package/lib/model/schedule-summary-collection.d.ts +1 -1
  658. package/lib/model/schedule-summary-collection.js +1 -1
  659. package/lib/model/schedule-summary.d.ts +2 -2
  660. package/lib/model/schedule-summary.js +1 -1
  661. package/lib/model/schedule-summary.js.map +1 -1
  662. package/lib/model/schedule.d.ts +2 -2
  663. package/lib/model/schedule.js +1 -1
  664. package/lib/model/schedule.js.map +1 -1
  665. package/lib/model/schema-drift-config.d.ts +1 -1
  666. package/lib/model/schema-drift-config.js +1 -1
  667. package/lib/model/schema-summary-collection.d.ts +1 -1
  668. package/lib/model/schema-summary-collection.js +1 -1
  669. package/lib/model/schema-summary.d.ts +1 -1
  670. package/lib/model/schema-summary.js +1 -1
  671. package/lib/model/schema.d.ts +1 -1
  672. package/lib/model/schema.js +1 -1
  673. package/lib/model/script.d.ts +1 -1
  674. package/lib/model/script.js +1 -1
  675. package/lib/model/secret-config.d.ts +1 -1
  676. package/lib/model/secret-config.js +1 -1
  677. package/lib/model/select.d.ts +1 -1
  678. package/lib/model/select.js +1 -1
  679. package/lib/model/sensitive-attribute.d.ts +1 -1
  680. package/lib/model/sensitive-attribute.js +1 -1
  681. package/lib/model/shape-field.d.ts +1 -1
  682. package/lib/model/shape-field.js +1 -1
  683. package/lib/model/shape.d.ts +1 -1
  684. package/lib/model/shape.js +1 -1
  685. package/lib/model/sort-clause.d.ts +1 -1
  686. package/lib/model/sort-clause.js +1 -1
  687. package/lib/model/sort-key-rule.d.ts +1 -1
  688. package/lib/model/sort-key-rule.js +1 -1
  689. package/lib/model/sort-key.d.ts +1 -1
  690. package/lib/model/sort-key.js +1 -1
  691. package/lib/model/sort-oper.d.ts +1 -1
  692. package/lib/model/sort-oper.js +1 -1
  693. package/lib/model/sort.d.ts +1 -1
  694. package/lib/model/sort.js +1 -1
  695. package/lib/model/source-application-info.d.ts +1 -1
  696. package/lib/model/source-application-info.js +1 -1
  697. package/lib/model/source.d.ts +2 -2
  698. package/lib/model/source.js +1 -1
  699. package/lib/model/source.js.map +1 -1
  700. package/lib/model/start-operator.d.ts +1 -1
  701. package/lib/model/start-operator.js +1 -1
  702. package/lib/model/structured-type.d.ts +1 -1
  703. package/lib/model/structured-type.js +1 -1
  704. package/lib/model/target.d.ts +2 -2
  705. package/lib/model/target.js +1 -1
  706. package/lib/model/target.js.map +1 -1
  707. package/lib/model/task-from-data-loader-task-details.d.ts +1 -1
  708. package/lib/model/task-from-data-loader-task-details.js +1 -1
  709. package/lib/model/task-from-integration-task-details.d.ts +1 -1
  710. package/lib/model/task-from-integration-task-details.js +1 -1
  711. package/lib/model/task-from-oc-idataflow-task-details.d.ts +1 -1
  712. package/lib/model/task-from-oc-idataflow-task-details.js +1 -1
  713. package/lib/model/task-from-pipeline-task-details.d.ts +1 -1
  714. package/lib/model/task-from-pipeline-task-details.js +1 -1
  715. package/lib/model/task-from-rest-task-details.d.ts +9 -6
  716. package/lib/model/task-from-rest-task-details.js +14 -1
  717. package/lib/model/task-from-rest-task-details.js.map +1 -1
  718. package/lib/model/task-from-sq-ltask-details.d.ts +1 -1
  719. package/lib/model/task-from-sq-ltask-details.js +1 -1
  720. package/lib/model/task-operator.d.ts +1 -1
  721. package/lib/model/task-operator.js +1 -1
  722. package/lib/model/task-run-details.d.ts +23 -1
  723. package/lib/model/task-run-details.js +12 -1
  724. package/lib/model/task-run-details.js.map +1 -1
  725. package/lib/model/task-run-log-summary.d.ts +1 -1
  726. package/lib/model/task-run-log-summary.js +1 -1
  727. package/lib/model/task-run-summary-collection.d.ts +1 -1
  728. package/lib/model/task-run-summary-collection.js +1 -1
  729. package/lib/model/task-run-summary.d.ts +23 -1
  730. package/lib/model/task-run-summary.js +12 -1
  731. package/lib/model/task-run-summary.js.map +1 -1
  732. package/lib/model/task-run.d.ts +1 -1
  733. package/lib/model/task-run.js +1 -1
  734. package/lib/model/task-schedule-summary-collection.d.ts +1 -1
  735. package/lib/model/task-schedule-summary-collection.js +1 -1
  736. package/lib/model/task-schedule-summary.d.ts +1 -1
  737. package/lib/model/task-schedule-summary.js +1 -1
  738. package/lib/model/task-schedule.d.ts +1 -1
  739. package/lib/model/task-schedule.js +1 -1
  740. package/lib/model/task-summary-collection.d.ts +1 -1
  741. package/lib/model/task-summary-collection.js +1 -1
  742. package/lib/model/task-summary-from-data-loader-task.d.ts +1 -1
  743. package/lib/model/task-summary-from-data-loader-task.js +1 -1
  744. package/lib/model/task-summary-from-integration-task.d.ts +1 -1
  745. package/lib/model/task-summary-from-integration-task.js +1 -1
  746. package/lib/model/task-summary-from-oc-idataflow-task.d.ts +1 -1
  747. package/lib/model/task-summary-from-oc-idataflow-task.js +1 -1
  748. package/lib/model/task-summary-from-pipeline-task.d.ts +1 -1
  749. package/lib/model/task-summary-from-pipeline-task.js +1 -1
  750. package/lib/model/task-summary-from-rest-task.d.ts +26 -11
  751. package/lib/model/task-summary-from-rest-task.js +29 -1
  752. package/lib/model/task-summary-from-rest-task.js.map +1 -1
  753. package/lib/model/task-summary-from-sq-ltask.d.ts +1 -1
  754. package/lib/model/task-summary-from-sq-ltask.js +1 -1
  755. package/lib/model/task-summary.d.ts +1 -1
  756. package/lib/model/task-summary.js +1 -1
  757. package/lib/model/task-validation-summary-collection.d.ts +1 -1
  758. package/lib/model/task-validation-summary-collection.js +1 -1
  759. package/lib/model/task-validation-summary.d.ts +1 -1
  760. package/lib/model/task-validation-summary.js +1 -1
  761. package/lib/model/task-validation.d.ts +1 -1
  762. package/lib/model/task-validation.js +1 -1
  763. package/lib/model/task.d.ts +1 -1
  764. package/lib/model/task.js +1 -1
  765. package/lib/model/time.d.ts +1 -1
  766. package/lib/model/time.js +1 -1
  767. package/lib/model/type-library.d.ts +1 -1
  768. package/lib/model/type-library.js +1 -1
  769. package/lib/model/type-list-rule.d.ts +1 -1
  770. package/lib/model/type-list-rule.js +1 -1
  771. package/lib/model/type-system.d.ts +1 -1
  772. package/lib/model/type-system.js +1 -1
  773. package/lib/model/typed-name-pattern-rule.d.ts +1 -1
  774. package/lib/model/typed-name-pattern-rule.js +1 -1
  775. package/lib/model/typed-object.d.ts +1 -1
  776. package/lib/model/typed-object.js +1 -1
  777. package/lib/model/u-iproperties.d.ts +1 -1
  778. package/lib/model/u-iproperties.js +1 -1
  779. package/lib/model/union.d.ts +1 -1
  780. package/lib/model/union.js +1 -1
  781. package/lib/model/unique-data-key.d.ts +24 -0
  782. package/lib/model/unique-data-key.js +50 -0
  783. package/lib/model/unique-data-key.js.map +1 -0
  784. package/lib/model/unique-key.d.ts +1 -1
  785. package/lib/model/unique-key.js +5 -1
  786. package/lib/model/unique-key.js.map +1 -1
  787. package/lib/model/update-application-details.d.ts +1 -1
  788. package/lib/model/update-application-details.js +1 -1
  789. package/lib/model/update-connection-details.d.ts +1 -1
  790. package/lib/model/update-connection-details.js +1 -1
  791. package/lib/model/update-connection-from-adwc.d.ts +9 -1
  792. package/lib/model/update-connection-from-adwc.js +1 -1
  793. package/lib/model/update-connection-from-adwc.js.map +1 -1
  794. package/lib/model/update-connection-from-amazon-s3.d.ts +1 -1
  795. package/lib/model/update-connection-from-amazon-s3.js +1 -1
  796. package/lib/model/update-connection-from-atp.d.ts +9 -1
  797. package/lib/model/update-connection-from-atp.js +1 -1
  798. package/lib/model/update-connection-from-atp.js.map +1 -1
  799. package/lib/model/update-connection-from-bi-cc.d.ts +2 -2
  800. package/lib/model/update-connection-from-bi-cc.js +1 -1
  801. package/lib/model/update-connection-from-jdbc.d.ts +1 -1
  802. package/lib/model/update-connection-from-jdbc.js +1 -1
  803. package/lib/model/update-connection-from-my-sq-l.d.ts +1 -1
  804. package/lib/model/update-connection-from-my-sq-l.js +1 -1
  805. package/lib/model/update-connection-from-object-storage.d.ts +1 -1
  806. package/lib/model/update-connection-from-object-storage.js +1 -1
  807. package/lib/model/update-connection-from-oracle.d.ts +1 -1
  808. package/lib/model/update-connection-from-oracle.js +1 -1
  809. package/lib/model/update-data-asset-details.d.ts +1 -1
  810. package/lib/model/update-data-asset-details.js +1 -1
  811. package/lib/model/update-data-asset-from-adwc.d.ts +1 -1
  812. package/lib/model/update-data-asset-from-adwc.js +1 -1
  813. package/lib/model/update-data-asset-from-amazon-s3.d.ts +1 -1
  814. package/lib/model/update-data-asset-from-amazon-s3.js +1 -1
  815. package/lib/model/update-data-asset-from-atp.d.ts +1 -1
  816. package/lib/model/update-data-asset-from-atp.js +1 -1
  817. package/lib/model/update-data-asset-from-fusion-app.d.ts +1 -1
  818. package/lib/model/update-data-asset-from-fusion-app.js +1 -1
  819. package/lib/model/update-data-asset-from-jdbc.d.ts +1 -1
  820. package/lib/model/update-data-asset-from-jdbc.js +1 -1
  821. package/lib/model/update-data-asset-from-my-sq-l.d.ts +1 -1
  822. package/lib/model/update-data-asset-from-my-sq-l.js +1 -1
  823. package/lib/model/update-data-asset-from-object-storage.d.ts +5 -1
  824. package/lib/model/update-data-asset-from-object-storage.js +1 -1
  825. package/lib/model/update-data-asset-from-object-storage.js.map +1 -1
  826. package/lib/model/update-data-asset-from-oracle.d.ts +1 -1
  827. package/lib/model/update-data-asset-from-oracle.js +1 -1
  828. package/lib/model/update-data-flow-details.d.ts +1 -1
  829. package/lib/model/update-data-flow-details.js +1 -1
  830. package/lib/model/update-external-publication-details.d.ts +1 -1
  831. package/lib/model/update-external-publication-details.js +1 -1
  832. package/lib/model/update-folder-details.d.ts +1 -1
  833. package/lib/model/update-folder-details.js +1 -1
  834. package/lib/model/update-function-library-details.d.ts +51 -0
  835. package/lib/model/update-function-library-details.js +57 -0
  836. package/lib/model/update-function-library-details.js.map +1 -0
  837. package/lib/model/update-pipeline-details.d.ts +1 -1
  838. package/lib/model/update-pipeline-details.js +1 -1
  839. package/lib/model/update-project-details.d.ts +1 -1
  840. package/lib/model/update-project-details.js +1 -1
  841. package/lib/model/update-reference-details.d.ts +1 -1
  842. package/lib/model/update-reference-details.js +1 -1
  843. package/lib/model/update-schedule-details.d.ts +2 -2
  844. package/lib/model/update-schedule-details.js +1 -1
  845. package/lib/model/update-schedule-details.js.map +1 -1
  846. package/lib/model/update-task-details.d.ts +1 -1
  847. package/lib/model/update-task-details.js +1 -1
  848. package/lib/model/update-task-from-data-loader-task.d.ts +1 -1
  849. package/lib/model/update-task-from-data-loader-task.js +1 -1
  850. package/lib/model/update-task-from-integration-task.d.ts +1 -1
  851. package/lib/model/update-task-from-integration-task.js +1 -1
  852. package/lib/model/update-task-from-oc-idataflow-task.d.ts +1 -1
  853. package/lib/model/update-task-from-oc-idataflow-task.js +1 -1
  854. package/lib/model/update-task-from-pipeline-task.d.ts +1 -1
  855. package/lib/model/update-task-from-pipeline-task.js +1 -1
  856. package/lib/model/update-task-from-rest-task.d.ts +9 -9
  857. package/lib/model/update-task-from-rest-task.js +14 -1
  858. package/lib/model/update-task-from-rest-task.js.map +1 -1
  859. package/lib/model/update-task-from-sq-ltask.d.ts +1 -1
  860. package/lib/model/update-task-from-sq-ltask.js +1 -1
  861. package/lib/model/update-task-run-details.d.ts +1 -1
  862. package/lib/model/update-task-run-details.js +1 -1
  863. package/lib/model/update-task-schedule-details.d.ts +1 -1
  864. package/lib/model/update-task-schedule-details.js +1 -1
  865. package/lib/model/update-user-defined-function-details.d.ts +53 -0
  866. package/lib/model/update-user-defined-function-details.js +73 -0
  867. package/lib/model/update-user-defined-function-details.js.map +1 -0
  868. package/lib/model/update-workspace-details.d.ts +1 -1
  869. package/lib/model/update-workspace-details.js +1 -1
  870. package/lib/model/user-defined-function-details.d.ts +64 -0
  871. package/lib/model/user-defined-function-details.js +77 -0
  872. package/lib/model/user-defined-function-details.js.map +1 -0
  873. package/lib/model/user-defined-function-summary-collection.d.ts +26 -0
  874. package/lib/model/user-defined-function-summary-collection.js +61 -0
  875. package/lib/model/user-defined-function-summary-collection.js.map +1 -0
  876. package/lib/model/user-defined-function-summary.d.ts +75 -0
  877. package/lib/model/user-defined-function-summary.js +80 -0
  878. package/lib/model/user-defined-function-summary.js.map +1 -0
  879. package/lib/model/user-defined-function-validation-summary-collection.d.ts +26 -0
  880. package/lib/model/user-defined-function-validation-summary-collection.js +61 -0
  881. package/lib/model/user-defined-function-validation-summary-collection.js.map +1 -0
  882. package/lib/model/user-defined-function-validation-summary.d.ts +78 -0
  883. package/lib/model/user-defined-function-validation-summary.js +59 -0
  884. package/lib/model/user-defined-function-validation-summary.js.map +1 -0
  885. package/lib/model/user-defined-function-validation.d.ts +78 -0
  886. package/lib/model/user-defined-function-validation.js +59 -0
  887. package/lib/model/user-defined-function-validation.js.map +1 -0
  888. package/lib/model/user-defined-function.d.ts +75 -0
  889. package/lib/model/user-defined-function.js +80 -0
  890. package/lib/model/user-defined-function.js.map +1 -0
  891. package/lib/model/validation-message.d.ts +1 -1
  892. package/lib/model/validation-message.js +1 -1
  893. package/lib/model/variable.d.ts +1 -1
  894. package/lib/model/variable.js +1 -1
  895. package/lib/model/weekly-frequency-details.d.ts +43 -0
  896. package/lib/model/weekly-frequency-details.js +73 -0
  897. package/lib/model/weekly-frequency-details.js.map +1 -0
  898. package/lib/model/work-request-error.d.ts +1 -1
  899. package/lib/model/work-request-error.js +1 -1
  900. package/lib/model/work-request-log-entry.d.ts +1 -1
  901. package/lib/model/work-request-log-entry.js +1 -1
  902. package/lib/model/work-request-resource.d.ts +1 -1
  903. package/lib/model/work-request-resource.js +1 -1
  904. package/lib/model/work-request-summary.d.ts +1 -1
  905. package/lib/model/work-request-summary.js +1 -1
  906. package/lib/model/work-request.d.ts +1 -1
  907. package/lib/model/work-request.js +1 -1
  908. package/lib/model/workspace-summary.d.ts +1 -1
  909. package/lib/model/workspace-summary.js +1 -1
  910. package/lib/model/workspace.d.ts +1 -1
  911. package/lib/model/workspace.js +1 -1
  912. package/lib/model/write-operation-config.d.ts +2 -2
  913. package/lib/model/write-operation-config.js +1 -1
  914. package/lib/request/change-compartment-request.d.ts +1 -1
  915. package/lib/request/create-application-request.d.ts +1 -1
  916. package/lib/request/create-connection-request.d.ts +1 -1
  917. package/lib/request/create-connection-validation-request.d.ts +1 -1
  918. package/lib/request/create-data-asset-request.d.ts +1 -1
  919. package/lib/request/create-data-flow-request.d.ts +1 -1
  920. package/lib/request/create-data-flow-validation-request.d.ts +1 -1
  921. package/lib/request/create-entity-shape-request.d.ts +2 -2
  922. package/lib/request/create-external-publication-request.d.ts +1 -1
  923. package/lib/request/create-external-publication-validation-request.d.ts +1 -1
  924. package/lib/request/create-folder-request.d.ts +1 -1
  925. package/lib/request/create-function-library-request.d.ts +39 -0
  926. package/lib/request/create-function-library-request.js +15 -0
  927. package/lib/request/create-function-library-request.js.map +1 -0
  928. package/lib/request/create-patch-request.d.ts +1 -1
  929. package/lib/request/create-pipeline-request.d.ts +1 -1
  930. package/lib/request/create-pipeline-validation-request.d.ts +1 -1
  931. package/lib/request/create-project-request.d.ts +1 -1
  932. package/lib/request/create-schedule-request.d.ts +1 -1
  933. package/lib/request/create-task-request.d.ts +1 -1
  934. package/lib/request/create-task-run-request.d.ts +1 -1
  935. package/lib/request/create-task-schedule-request.d.ts +1 -1
  936. package/lib/request/create-task-validation-request.d.ts +1 -1
  937. package/lib/request/create-user-defined-function-request.d.ts +39 -0
  938. package/lib/request/create-user-defined-function-request.js +15 -0
  939. package/lib/request/create-user-defined-function-request.js.map +1 -0
  940. package/lib/request/create-user-defined-function-validation-request.d.ts +39 -0
  941. package/lib/request/create-user-defined-function-validation-request.js +15 -0
  942. package/lib/request/create-user-defined-function-validation-request.js.map +1 -0
  943. package/lib/request/create-workspace-request.d.ts +1 -1
  944. package/lib/request/delete-application-request.d.ts +1 -1
  945. package/lib/request/delete-connection-request.d.ts +1 -1
  946. package/lib/request/delete-connection-validation-request.d.ts +1 -1
  947. package/lib/request/delete-data-asset-request.d.ts +1 -1
  948. package/lib/request/delete-data-flow-request.d.ts +1 -1
  949. package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
  950. package/lib/request/delete-external-publication-request.d.ts +1 -1
  951. package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
  952. package/lib/request/delete-folder-request.d.ts +1 -1
  953. package/lib/request/delete-function-library-request.d.ts +40 -0
  954. package/lib/request/delete-function-library-request.js +15 -0
  955. package/lib/request/delete-function-library-request.js.map +1 -0
  956. package/lib/request/delete-patch-request.d.ts +1 -1
  957. package/lib/request/delete-pipeline-request.d.ts +1 -1
  958. package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
  959. package/lib/request/delete-project-request.d.ts +1 -1
  960. package/lib/request/delete-schedule-request.d.ts +1 -1
  961. package/lib/request/delete-task-request.d.ts +1 -1
  962. package/lib/request/delete-task-run-request.d.ts +1 -1
  963. package/lib/request/delete-task-schedule-request.d.ts +1 -1
  964. package/lib/request/delete-task-validation-request.d.ts +1 -1
  965. package/lib/request/delete-user-defined-function-request.d.ts +40 -0
  966. package/lib/request/delete-user-defined-function-request.js +15 -0
  967. package/lib/request/delete-user-defined-function-request.js.map +1 -0
  968. package/lib/request/delete-user-defined-function-validation-request.d.ts +40 -0
  969. package/lib/request/delete-user-defined-function-validation-request.js +15 -0
  970. package/lib/request/delete-user-defined-function-validation-request.js.map +1 -0
  971. package/lib/request/delete-workspace-request.d.ts +1 -1
  972. package/lib/request/get-application-request.d.ts +1 -1
  973. package/lib/request/get-connection-request.d.ts +1 -1
  974. package/lib/request/get-connection-validation-request.d.ts +1 -1
  975. package/lib/request/get-count-statistic-request.d.ts +1 -1
  976. package/lib/request/get-data-asset-request.d.ts +1 -1
  977. package/lib/request/get-data-entity-request.d.ts +1 -1
  978. package/lib/request/get-data-flow-request.d.ts +1 -1
  979. package/lib/request/get-data-flow-validation-request.d.ts +1 -1
  980. package/lib/request/get-dependent-object-request.d.ts +1 -1
  981. package/lib/request/get-external-publication-request.d.ts +1 -1
  982. package/lib/request/get-external-publication-validation-request.d.ts +1 -1
  983. package/lib/request/get-folder-request.d.ts +1 -1
  984. package/lib/request/get-function-library-request.d.ts +42 -0
  985. package/lib/request/get-function-library-request.js +23 -0
  986. package/lib/request/get-function-library-request.js.map +1 -0
  987. package/lib/request/get-patch-request.d.ts +1 -1
  988. package/lib/request/get-pipeline-request.d.ts +1 -1
  989. package/lib/request/get-pipeline-validation-request.d.ts +1 -1
  990. package/lib/request/get-project-request.d.ts +1 -1
  991. package/lib/request/get-published-object-request.d.ts +1 -1
  992. package/lib/request/get-reference-request.d.ts +1 -1
  993. package/lib/request/get-schedule-request.d.ts +1 -1
  994. package/lib/request/get-schema-request.d.ts +1 -1
  995. package/lib/request/get-task-request.d.ts +1 -1
  996. package/lib/request/get-task-run-request.d.ts +1 -1
  997. package/lib/request/get-task-schedule-request.d.ts +1 -1
  998. package/lib/request/get-task-validation-request.d.ts +1 -1
  999. package/lib/request/get-user-defined-function-request.d.ts +33 -0
  1000. package/lib/request/get-user-defined-function-request.js +15 -0
  1001. package/lib/request/get-user-defined-function-request.js.map +1 -0
  1002. package/lib/request/get-user-defined-function-validation-request.d.ts +33 -0
  1003. package/lib/request/get-user-defined-function-validation-request.js +15 -0
  1004. package/lib/request/get-user-defined-function-validation-request.js.map +1 -0
  1005. package/lib/request/get-work-request-request.d.ts +1 -1
  1006. package/lib/request/get-workspace-request.d.ts +1 -1
  1007. package/lib/request/index.d.ts +29 -1
  1008. package/lib/request/index.js +10 -2
  1009. package/lib/request/index.js.map +1 -1
  1010. package/lib/request/list-applications-request.d.ts +5 -1
  1011. package/lib/request/list-applications-request.js.map +1 -1
  1012. package/lib/request/list-connection-validations-request.d.ts +1 -1
  1013. package/lib/request/list-connections-request.d.ts +1 -1
  1014. package/lib/request/list-data-assets-request.d.ts +1 -1
  1015. package/lib/request/list-data-entities-request.d.ts +1 -1
  1016. package/lib/request/list-data-flow-validations-request.d.ts +1 -1
  1017. package/lib/request/list-data-flows-request.d.ts +1 -1
  1018. package/lib/request/list-dependent-objects-request.d.ts +5 -1
  1019. package/lib/request/list-dependent-objects-request.js.map +1 -1
  1020. package/lib/request/list-external-publication-validations-request.d.ts +1 -1
  1021. package/lib/request/list-external-publications-request.d.ts +1 -1
  1022. package/lib/request/list-folders-request.d.ts +5 -1
  1023. package/lib/request/list-folders-request.js.map +1 -1
  1024. package/lib/request/list-function-libraries-request.d.ts +72 -0
  1025. package/lib/request/list-function-libraries-request.js +29 -0
  1026. package/lib/request/list-function-libraries-request.js.map +1 -0
  1027. package/lib/request/list-patch-changes-request.d.ts +1 -1
  1028. package/lib/request/list-patches-request.d.ts +1 -1
  1029. package/lib/request/list-pipeline-validations-request.d.ts +1 -1
  1030. package/lib/request/list-pipelines-request.d.ts +1 -1
  1031. package/lib/request/list-projects-request.d.ts +5 -1
  1032. package/lib/request/list-projects-request.js.map +1 -1
  1033. package/lib/request/list-published-objects-request.d.ts +9 -1
  1034. package/lib/request/list-published-objects-request.js.map +1 -1
  1035. package/lib/request/list-references-request.d.ts +1 -1
  1036. package/lib/request/list-schedules-request.d.ts +1 -1
  1037. package/lib/request/list-schemas-request.d.ts +1 -1
  1038. package/lib/request/list-task-run-logs-request.d.ts +1 -1
  1039. package/lib/request/list-task-runs-request.d.ts +5 -1
  1040. package/lib/request/list-task-runs-request.js.map +1 -1
  1041. package/lib/request/list-task-schedules-request.d.ts +1 -1
  1042. package/lib/request/list-task-validations-request.d.ts +1 -1
  1043. package/lib/request/list-tasks-request.d.ts +1 -1
  1044. package/lib/request/list-user-defined-function-validations-request.d.ts +71 -0
  1045. package/lib/request/list-user-defined-function-validations-request.js +29 -0
  1046. package/lib/request/list-user-defined-function-validations-request.js.map +1 -0
  1047. package/lib/request/list-user-defined-functions-request.d.ts +71 -0
  1048. package/lib/request/list-user-defined-functions-request.js +29 -0
  1049. package/lib/request/list-user-defined-functions-request.js.map +1 -0
  1050. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  1051. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  1052. package/lib/request/list-work-requests-request.d.ts +1 -1
  1053. package/lib/request/list-workspaces-request.d.ts +1 -1
  1054. package/lib/request/start-workspace-request.d.ts +1 -1
  1055. package/lib/request/stop-workspace-request.d.ts +1 -1
  1056. package/lib/request/update-application-request.d.ts +1 -1
  1057. package/lib/request/update-connection-request.d.ts +1 -1
  1058. package/lib/request/update-data-asset-request.d.ts +1 -1
  1059. package/lib/request/update-data-flow-request.d.ts +1 -1
  1060. package/lib/request/update-external-publication-request.d.ts +1 -1
  1061. package/lib/request/update-folder-request.d.ts +1 -1
  1062. package/lib/request/update-function-library-request.d.ts +45 -0
  1063. package/lib/request/update-function-library-request.js +15 -0
  1064. package/lib/request/update-function-library-request.js.map +1 -0
  1065. package/lib/request/update-pipeline-request.d.ts +1 -1
  1066. package/lib/request/update-project-request.d.ts +1 -1
  1067. package/lib/request/update-reference-request.d.ts +1 -1
  1068. package/lib/request/update-schedule-request.d.ts +1 -1
  1069. package/lib/request/update-task-request.d.ts +1 -1
  1070. package/lib/request/update-task-run-request.d.ts +1 -1
  1071. package/lib/request/update-task-schedule-request.d.ts +1 -1
  1072. package/lib/request/update-user-defined-function-request.d.ts +45 -0
  1073. package/lib/request/update-user-defined-function-request.js +15 -0
  1074. package/lib/request/update-user-defined-function-request.js.map +1 -0
  1075. package/lib/request/update-workspace-request.d.ts +1 -1
  1076. package/lib/response/create-function-library-response.d.ts +30 -0
  1077. package/lib/response/create-function-library-response.js +15 -0
  1078. package/lib/response/create-function-library-response.js.map +1 -0
  1079. package/lib/response/create-user-defined-function-response.d.ts +30 -0
  1080. package/lib/response/create-user-defined-function-response.js +15 -0
  1081. package/lib/response/create-user-defined-function-response.js.map +1 -0
  1082. package/lib/response/create-user-defined-function-validation-response.d.ts +30 -0
  1083. package/lib/response/create-user-defined-function-validation-response.js +15 -0
  1084. package/lib/response/create-user-defined-function-validation-response.js.map +1 -0
  1085. package/lib/response/delete-function-library-response.d.ts +20 -0
  1086. package/lib/response/delete-function-library-response.js +15 -0
  1087. package/lib/response/delete-function-library-response.js.map +1 -0
  1088. package/lib/response/delete-user-defined-function-response.d.ts +20 -0
  1089. package/lib/response/delete-user-defined-function-response.js +15 -0
  1090. package/lib/response/delete-user-defined-function-response.js.map +1 -0
  1091. package/lib/response/delete-user-defined-function-validation-response.d.ts +20 -0
  1092. package/lib/response/delete-user-defined-function-validation-response.js +15 -0
  1093. package/lib/response/delete-user-defined-function-validation-response.js.map +1 -0
  1094. package/lib/response/get-function-library-response.d.ts +30 -0
  1095. package/lib/response/get-function-library-response.js +15 -0
  1096. package/lib/response/get-function-library-response.js.map +1 -0
  1097. package/lib/response/get-user-defined-function-response.d.ts +30 -0
  1098. package/lib/response/get-user-defined-function-response.js +15 -0
  1099. package/lib/response/get-user-defined-function-response.js.map +1 -0
  1100. package/lib/response/get-user-defined-function-validation-response.d.ts +30 -0
  1101. package/lib/response/get-user-defined-function-validation-response.js +15 -0
  1102. package/lib/response/get-user-defined-function-validation-response.js.map +1 -0
  1103. package/lib/response/index.d.ts +29 -1
  1104. package/lib/response/index.js +1 -1
  1105. package/lib/response/list-function-libraries-response.d.ts +40 -0
  1106. package/lib/response/list-function-libraries-response.js +15 -0
  1107. package/lib/response/list-function-libraries-response.js.map +1 -0
  1108. package/lib/response/list-user-defined-function-validations-response.d.ts +40 -0
  1109. package/lib/response/list-user-defined-function-validations-response.js +15 -0
  1110. package/lib/response/list-user-defined-function-validations-response.js.map +1 -0
  1111. package/lib/response/list-user-defined-functions-response.d.ts +40 -0
  1112. package/lib/response/list-user-defined-functions-response.js +15 -0
  1113. package/lib/response/list-user-defined-functions-response.js.map +1 -0
  1114. package/lib/response/update-function-library-response.d.ts +30 -0
  1115. package/lib/response/update-function-library-response.js +15 -0
  1116. package/lib/response/update-function-library-response.js.map +1 -0
  1117. package/lib/response/update-user-defined-function-response.d.ts +30 -0
  1118. package/lib/response/update-user-defined-function-response.js +15 -0
  1119. package/lib/response/update-user-defined-function-response.js.map +1 -0
  1120. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Data Integration API
4
- * Use the Data Integration Service APIs to perform common extract, load, and transform (ETL) tasks.
4
+ * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
5
5
  * OpenAPI spec version: 20200430
6
6
  * Contact: di_dis_ww_grp@oracle.com
7
7
  *
@@ -52,6 +52,9 @@ const oci_common_2 = require("oci-common");
52
52
  var DataIntegrationApiKeys;
53
53
  (function (DataIntegrationApiKeys) {
54
54
  })(DataIntegrationApiKeys = exports.DataIntegrationApiKeys || (exports.DataIntegrationApiKeys = {}));
55
+ /**
56
+ * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
57
+ */
55
58
  class DataIntegrationClient {
56
59
  constructor(params, clientConfiguration) {
57
60
  this["_endpoint"] = "";
@@ -66,6 +69,13 @@ class DataIntegrationClient {
66
69
  ? clientConfiguration.circuitBreaker.circuit
67
70
  : null;
68
71
  }
72
+ // if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
73
+ const specCircuitBreakerEnabled = false;
74
+ if (!this._circuitBreaker &&
75
+ common.utils.isCircuitBreakerSystemEnabled(clientConfiguration) &&
76
+ (specCircuitBreakerEnabled || common.CircuitBreaker.DefaultCircuitBreakerOverriden)) {
77
+ this._circuitBreaker = new common.CircuitBreaker().circuit;
78
+ }
69
79
  this._httpClient =
70
80
  params.httpClient || new common.FetchHttpClient(requestSigner, this._circuitBreaker);
71
81
  if (params.authenticationDetailsProvider &&
@@ -138,10 +148,11 @@ class DataIntegrationClient {
138
148
  /**
139
149
  * Moves a workspace to a specified compartment.
140
150
  *
151
+ * This operation does not retry by default if the user has not defined a retry configuration.
141
152
  * @param ChangeCompartmentRequest
142
153
  * @return ChangeCompartmentResponse
143
154
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
145
156
  */
146
157
  changeCompartment(changeCompartmentRequest) {
147
158
  return __awaiter(this, void 0, void 0, function* () {
@@ -157,7 +168,8 @@ class DataIntegrationClient {
157
168
  "opc-request-id": changeCompartmentRequest.opcRequestId,
158
169
  "opc-retry-token": changeCompartmentRequest.opcRetryToken
159
170
  };
160
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, changeCompartmentRequest.retryConfiguration);
171
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
172
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeCompartmentRequest.retryConfiguration, specRetryConfiguration);
161
173
  if (this.logger)
162
174
  retrier.logger = this.logger;
163
175
  const request = yield oci_common_2.composeRequest({
@@ -197,10 +209,11 @@ class DataIntegrationClient {
197
209
  /**
198
210
  * Creates an application.
199
211
  *
212
+ * This operation does not retry by default if the user has not defined a retry configuration.
200
213
  * @param CreateApplicationRequest
201
214
  * @return CreateApplicationResponse
202
215
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
204
217
  */
205
218
  createApplication(createApplicationRequest) {
206
219
  return __awaiter(this, void 0, void 0, function* () {
@@ -215,7 +228,8 @@ class DataIntegrationClient {
215
228
  "opc-request-id": createApplicationRequest.opcRequestId,
216
229
  "opc-retry-token": createApplicationRequest.opcRetryToken
217
230
  };
218
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createApplicationRequest.retryConfiguration);
231
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
232
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createApplicationRequest.retryConfiguration, specRetryConfiguration);
219
233
  if (this.logger)
220
234
  retrier.logger = this.logger;
221
235
  const request = yield oci_common_2.composeRequest({
@@ -258,10 +272,11 @@ class DataIntegrationClient {
258
272
  }
259
273
  /**
260
274
  * Creates a connection under an existing data asset.
275
+ * This operation does not retry by default if the user has not defined a retry configuration.
261
276
  * @param CreateConnectionRequest
262
277
  * @return CreateConnectionResponse
263
278
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
265
280
  */
266
281
  createConnection(createConnectionRequest) {
267
282
  return __awaiter(this, void 0, void 0, function* () {
@@ -276,7 +291,8 @@ class DataIntegrationClient {
276
291
  "opc-request-id": createConnectionRequest.opcRequestId,
277
292
  "opc-retry-token": createConnectionRequest.opcRetryToken
278
293
  };
279
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createConnectionRequest.retryConfiguration);
294
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
295
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createConnectionRequest.retryConfiguration, specRetryConfiguration);
280
296
  if (this.logger)
281
297
  retrier.logger = this.logger;
282
298
  const request = yield oci_common_2.composeRequest({
@@ -319,10 +335,11 @@ class DataIntegrationClient {
319
335
  }
320
336
  /**
321
337
  * Creates a connection validation.
338
+ * This operation does not retry by default if the user has not defined a retry configuration.
322
339
  * @param CreateConnectionValidationRequest
323
340
  * @return CreateConnectionValidationResponse
324
341
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
326
343
  */
327
344
  createConnectionValidation(createConnectionValidationRequest) {
328
345
  return __awaiter(this, void 0, void 0, function* () {
@@ -337,7 +354,8 @@ class DataIntegrationClient {
337
354
  "opc-request-id": createConnectionValidationRequest.opcRequestId,
338
355
  "opc-retry-token": createConnectionValidationRequest.opcRetryToken
339
356
  };
340
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createConnectionValidationRequest.retryConfiguration);
357
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
358
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createConnectionValidationRequest.retryConfiguration, specRetryConfiguration);
341
359
  if (this.logger)
342
360
  retrier.logger = this.logger;
343
361
  const request = yield oci_common_2.composeRequest({
@@ -380,10 +398,11 @@ class DataIntegrationClient {
380
398
  }
381
399
  /**
382
400
  * Creates a data asset with default connection.
401
+ * This operation does not retry by default if the user has not defined a retry configuration.
383
402
  * @param CreateDataAssetRequest
384
403
  * @return CreateDataAssetResponse
385
404
  * @throws OciError when an error occurs
386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
387
406
  */
388
407
  createDataAsset(createDataAssetRequest) {
389
408
  return __awaiter(this, void 0, void 0, function* () {
@@ -398,7 +417,8 @@ class DataIntegrationClient {
398
417
  "opc-request-id": createDataAssetRequest.opcRequestId,
399
418
  "opc-retry-token": createDataAssetRequest.opcRetryToken
400
419
  };
401
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createDataAssetRequest.retryConfiguration);
420
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
421
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDataAssetRequest.retryConfiguration, specRetryConfiguration);
402
422
  if (this.logger)
403
423
  retrier.logger = this.logger;
404
424
  const request = yield oci_common_2.composeRequest({
@@ -442,10 +462,11 @@ class DataIntegrationClient {
442
462
  /**
443
463
  * Creates a new data flow in a project or folder ready for performing data integrations.
444
464
  *
465
+ * This operation does not retry by default if the user has not defined a retry configuration.
445
466
  * @param CreateDataFlowRequest
446
467
  * @return CreateDataFlowResponse
447
468
  * @throws OciError when an error occurs
448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
449
470
  */
450
471
  createDataFlow(createDataFlowRequest) {
451
472
  return __awaiter(this, void 0, void 0, function* () {
@@ -460,7 +481,8 @@ class DataIntegrationClient {
460
481
  "opc-retry-token": createDataFlowRequest.opcRetryToken,
461
482
  "opc-request-id": createDataFlowRequest.opcRequestId
462
483
  };
463
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createDataFlowRequest.retryConfiguration);
484
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
485
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDataFlowRequest.retryConfiguration, specRetryConfiguration);
464
486
  if (this.logger)
465
487
  retrier.logger = this.logger;
466
488
  const request = yield oci_common_2.composeRequest({
@@ -504,10 +526,11 @@ class DataIntegrationClient {
504
526
  /**
505
527
  * Accepts the data flow definition in the request payload and creates a data flow validation.
506
528
  *
529
+ * This operation does not retry by default if the user has not defined a retry configuration.
507
530
  * @param CreateDataFlowValidationRequest
508
531
  * @return CreateDataFlowValidationResponse
509
532
  * @throws OciError when an error occurs
510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
533
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
511
534
  */
512
535
  createDataFlowValidation(createDataFlowValidationRequest) {
513
536
  return __awaiter(this, void 0, void 0, function* () {
@@ -522,7 +545,8 @@ class DataIntegrationClient {
522
545
  "opc-request-id": createDataFlowValidationRequest.opcRequestId,
523
546
  "opc-retry-token": createDataFlowValidationRequest.opcRetryToken
524
547
  };
525
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createDataFlowValidationRequest.retryConfiguration);
548
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
549
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDataFlowValidationRequest.retryConfiguration, specRetryConfiguration);
526
550
  if (this.logger)
527
551
  retrier.logger = this.logger;
528
552
  const request = yield oci_common_2.composeRequest({
@@ -565,10 +589,11 @@ class DataIntegrationClient {
565
589
  }
566
590
  /**
567
591
  * Creates the data entity shape using the shape from the data asset.
592
+ * This operation does not retry by default if the user has not defined a retry configuration.
568
593
  * @param CreateEntityShapeRequest
569
594
  * @return CreateEntityShapeResponse
570
595
  * @throws OciError when an error occurs
571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
572
597
  */
573
598
  createEntityShape(createEntityShapeRequest) {
574
599
  return __awaiter(this, void 0, void 0, function* () {
@@ -586,7 +611,8 @@ class DataIntegrationClient {
586
611
  "opc-retry-token": createEntityShapeRequest.opcRetryToken,
587
612
  "if-match": createEntityShapeRequest.ifMatch
588
613
  };
589
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createEntityShapeRequest.retryConfiguration);
614
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
615
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createEntityShapeRequest.retryConfiguration, specRetryConfiguration);
590
616
  if (this.logger)
591
617
  retrier.logger = this.logger;
592
618
  const request = yield oci_common_2.composeRequest({
@@ -624,10 +650,11 @@ class DataIntegrationClient {
624
650
  }
625
651
  /**
626
652
  * Publish a DataFlow in a OCI DataFlow application.
653
+ * This operation does not retry by default if the user has not defined a retry configuration.
627
654
  * @param CreateExternalPublicationRequest
628
655
  * @return CreateExternalPublicationResponse
629
656
  * @throws OciError when an error occurs
630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
657
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
631
658
  */
632
659
  createExternalPublication(createExternalPublicationRequest) {
633
660
  return __awaiter(this, void 0, void 0, function* () {
@@ -643,7 +670,8 @@ class DataIntegrationClient {
643
670
  "opc-request-id": createExternalPublicationRequest.opcRequestId,
644
671
  "opc-retry-token": createExternalPublicationRequest.opcRetryToken
645
672
  };
646
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createExternalPublicationRequest.retryConfiguration);
673
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
674
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createExternalPublicationRequest.retryConfiguration, specRetryConfiguration);
647
675
  if (this.logger)
648
676
  retrier.logger = this.logger;
649
677
  const request = yield oci_common_2.composeRequest({
@@ -686,10 +714,11 @@ class DataIntegrationClient {
686
714
  }
687
715
  /**
688
716
  * Validates a specific task.
717
+ * This operation does not retry by default if the user has not defined a retry configuration.
689
718
  * @param CreateExternalPublicationValidationRequest
690
719
  * @return CreateExternalPublicationValidationResponse
691
720
  * @throws OciError when an error occurs
692
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
693
722
  */
694
723
  createExternalPublicationValidation(createExternalPublicationValidationRequest) {
695
724
  return __awaiter(this, void 0, void 0, function* () {
@@ -705,7 +734,8 @@ class DataIntegrationClient {
705
734
  "opc-request-id": createExternalPublicationValidationRequest.opcRequestId,
706
735
  "opc-retry-token": createExternalPublicationValidationRequest.opcRetryToken
707
736
  };
708
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createExternalPublicationValidationRequest.retryConfiguration);
737
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
738
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createExternalPublicationValidationRequest.retryConfiguration, specRetryConfiguration);
709
739
  if (this.logger)
710
740
  retrier.logger = this.logger;
711
741
  const request = yield oci_common_2.composeRequest({
@@ -750,10 +780,11 @@ class DataIntegrationClient {
750
780
  * Creates a folder in a project or in another folder, limited to two levels of folders. |
751
781
  * Folders are used to organize your design-time resources, such as tasks or data flows.
752
782
  *
783
+ * This operation does not retry by default if the user has not defined a retry configuration.
753
784
  * @param CreateFolderRequest
754
785
  * @return CreateFolderResponse
755
786
  * @throws OciError when an error occurs
756
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
757
788
  */
758
789
  createFolder(createFolderRequest) {
759
790
  return __awaiter(this, void 0, void 0, function* () {
@@ -768,7 +799,8 @@ class DataIntegrationClient {
768
799
  "opc-retry-token": createFolderRequest.opcRetryToken,
769
800
  "opc-request-id": createFolderRequest.opcRequestId
770
801
  };
771
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createFolderRequest.retryConfiguration);
802
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
803
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createFolderRequest.retryConfiguration, specRetryConfiguration);
772
804
  if (this.logger)
773
805
  retrier.logger = this.logger;
774
806
  const request = yield oci_common_2.composeRequest({
@@ -809,12 +841,78 @@ class DataIntegrationClient {
809
841
  }
810
842
  });
811
843
  }
844
+ /**
845
+ * Creates a function library in a project or in another function library, limited to two levels of function libraries. |
846
+ * FunctionLibraries are used to organize your design-time resources, such as tasks or data flows.
847
+ *
848
+ * This operation does not retry by default if the user has not defined a retry configuration.
849
+ * @param CreateFunctionLibraryRequest
850
+ * @return CreateFunctionLibraryResponse
851
+ * @throws OciError when an error occurs
852
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
853
+ */
854
+ createFunctionLibrary(createFunctionLibraryRequest) {
855
+ return __awaiter(this, void 0, void 0, function* () {
856
+ if (this.logger)
857
+ this.logger.debug("Calling operation DataIntegrationClient#createFunctionLibrary.");
858
+ const pathParams = {
859
+ "{workspaceId}": createFunctionLibraryRequest.workspaceId
860
+ };
861
+ const queryParams = {};
862
+ let headerParams = {
863
+ "Content-Type": common.Constants.APPLICATION_JSON,
864
+ "opc-retry-token": createFunctionLibraryRequest.opcRetryToken,
865
+ "opc-request-id": createFunctionLibraryRequest.opcRequestId
866
+ };
867
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
868
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createFunctionLibraryRequest.retryConfiguration, specRetryConfiguration);
869
+ if (this.logger)
870
+ retrier.logger = this.logger;
871
+ const request = yield oci_common_2.composeRequest({
872
+ baseEndpoint: this._endpoint,
873
+ defaultHeaders: this._defaultHeaders,
874
+ path: "/workspaces/{workspaceId}/functionLibraries",
875
+ method: "POST",
876
+ bodyContent: common.ObjectSerializer.serialize(createFunctionLibraryRequest.createFunctionLibraryDetails, "CreateFunctionLibraryDetails", model.CreateFunctionLibraryDetails.getJsonObj),
877
+ pathParams: pathParams,
878
+ headerParams: headerParams,
879
+ queryParams: queryParams
880
+ });
881
+ try {
882
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
883
+ const sdkResponse = oci_common_2.composeResponse({
884
+ responseObject: {},
885
+ body: yield response.json(),
886
+ bodyKey: "functionLibrary",
887
+ bodyModel: model.FunctionLibrary,
888
+ type: "model.FunctionLibrary",
889
+ responseHeaders: [
890
+ {
891
+ value: response.headers.get("etag"),
892
+ key: "etag",
893
+ dataType: "string"
894
+ },
895
+ {
896
+ value: response.headers.get("opc-request-id"),
897
+ key: "opcRequestId",
898
+ dataType: "string"
899
+ }
900
+ ]
901
+ });
902
+ return sdkResponse;
903
+ }
904
+ catch (err) {
905
+ throw err;
906
+ }
907
+ });
908
+ }
812
909
  /**
813
910
  * Creates a patch in an application.
911
+ * This operation does not retry by default if the user has not defined a retry configuration.
814
912
  * @param CreatePatchRequest
815
913
  * @return CreatePatchResponse
816
914
  * @throws OciError when an error occurs
817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
915
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
818
916
  */
819
917
  createPatch(createPatchRequest) {
820
918
  return __awaiter(this, void 0, void 0, function* () {
@@ -830,7 +928,8 @@ class DataIntegrationClient {
830
928
  "opc-request-id": createPatchRequest.opcRequestId,
831
929
  "opc-retry-token": createPatchRequest.opcRetryToken
832
930
  };
833
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createPatchRequest.retryConfiguration);
931
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
932
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPatchRequest.retryConfiguration, specRetryConfiguration);
834
933
  if (this.logger)
835
934
  retrier.logger = this.logger;
836
935
  const request = yield oci_common_2.composeRequest({
@@ -874,10 +973,11 @@ class DataIntegrationClient {
874
973
  /**
875
974
  * Creates a new pipeline in a project or folder ready for performing task orchestration.
876
975
  *
976
+ * This operation does not retry by default if the user has not defined a retry configuration.
877
977
  * @param CreatePipelineRequest
878
978
  * @return CreatePipelineResponse
879
979
  * @throws OciError when an error occurs
880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
980
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
881
981
  */
882
982
  createPipeline(createPipelineRequest) {
883
983
  return __awaiter(this, void 0, void 0, function* () {
@@ -892,7 +992,8 @@ class DataIntegrationClient {
892
992
  "opc-retry-token": createPipelineRequest.opcRetryToken,
893
993
  "opc-request-id": createPipelineRequest.opcRequestId
894
994
  };
895
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createPipelineRequest.retryConfiguration);
995
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
996
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPipelineRequest.retryConfiguration, specRetryConfiguration);
896
997
  if (this.logger)
897
998
  retrier.logger = this.logger;
898
999
  const request = yield oci_common_2.composeRequest({
@@ -936,10 +1037,11 @@ class DataIntegrationClient {
936
1037
  /**
937
1038
  * Accepts the data flow definition in the request payload and creates a pipeline validation.
938
1039
  *
1040
+ * This operation does not retry by default if the user has not defined a retry configuration.
939
1041
  * @param CreatePipelineValidationRequest
940
1042
  * @return CreatePipelineValidationResponse
941
1043
  * @throws OciError when an error occurs
942
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
1044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
943
1045
  */
944
1046
  createPipelineValidation(createPipelineValidationRequest) {
945
1047
  return __awaiter(this, void 0, void 0, function* () {
@@ -954,7 +1056,8 @@ class DataIntegrationClient {
954
1056
  "opc-request-id": createPipelineValidationRequest.opcRequestId,
955
1057
  "opc-retry-token": createPipelineValidationRequest.opcRetryToken
956
1058
  };
957
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createPipelineValidationRequest.retryConfiguration);
1059
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1060
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPipelineValidationRequest.retryConfiguration, specRetryConfiguration);
958
1061
  if (this.logger)
959
1062
  retrier.logger = this.logger;
960
1063
  const request = yield oci_common_2.composeRequest({
@@ -998,10 +1101,11 @@ class DataIntegrationClient {
998
1101
  /**
999
1102
  * Creates a project. Projects are organizational constructs within a workspace that you use to organize your design-time resources, such as tasks or data flows. Projects can be organized into folders.
1000
1103
  *
1104
+ * This operation does not retry by default if the user has not defined a retry configuration.
1001
1105
  * @param CreateProjectRequest
1002
1106
  * @return CreateProjectResponse
1003
1107
  * @throws OciError when an error occurs
1004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
1108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
1005
1109
  */
1006
1110
  createProject(createProjectRequest) {
1007
1111
  return __awaiter(this, void 0, void 0, function* () {
@@ -1016,7 +1120,8 @@ class DataIntegrationClient {
1016
1120
  "opc-retry-token": createProjectRequest.opcRetryToken,
1017
1121
  "opc-request-id": createProjectRequest.opcRequestId
1018
1122
  };
1019
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createProjectRequest.retryConfiguration);
1123
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1124
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createProjectRequest.retryConfiguration, specRetryConfiguration);
1020
1125
  if (this.logger)
1021
1126
  retrier.logger = this.logger;
1022
1127
  const request = yield oci_common_2.composeRequest({
@@ -1059,10 +1164,11 @@ class DataIntegrationClient {
1059
1164
  }
1060
1165
  /**
1061
1166
  * Endpoint to create a new schedule
1167
+ * This operation does not retry by default if the user has not defined a retry configuration.
1062
1168
  * @param CreateScheduleRequest
1063
1169
  * @return CreateScheduleResponse
1064
1170
  * @throws OciError when an error occurs
1065
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
1171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
1066
1172
  */
1067
1173
  createSchedule(createScheduleRequest) {
1068
1174
  return __awaiter(this, void 0, void 0, function* () {
@@ -1078,7 +1184,8 @@ class DataIntegrationClient {
1078
1184
  "opc-request-id": createScheduleRequest.opcRequestId,
1079
1185
  "opc-retry-token": createScheduleRequest.opcRetryToken
1080
1186
  };
1081
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createScheduleRequest.retryConfiguration);
1187
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1188
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createScheduleRequest.retryConfiguration, specRetryConfiguration);
1082
1189
  if (this.logger)
1083
1190
  retrier.logger = this.logger;
1084
1191
  const request = yield oci_common_2.composeRequest({
@@ -1122,10 +1229,11 @@ class DataIntegrationClient {
1122
1229
  /**
1123
1230
  * Creates a new task ready for performing data integrations. There are specialized types of tasks that include data loader and integration tasks.
1124
1231
  *
1232
+ * This operation does not retry by default if the user has not defined a retry configuration.
1125
1233
  * @param CreateTaskRequest
1126
1234
  * @return CreateTaskResponse
1127
1235
  * @throws OciError when an error occurs
1128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
1236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
1129
1237
  */
1130
1238
  createTask(createTaskRequest) {
1131
1239
  return __awaiter(this, void 0, void 0, function* () {
@@ -1140,7 +1248,8 @@ class DataIntegrationClient {
1140
1248
  "opc-retry-token": createTaskRequest.opcRetryToken,
1141
1249
  "opc-request-id": createTaskRequest.opcRequestId
1142
1250
  };
1143
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createTaskRequest.retryConfiguration);
1251
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1252
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTaskRequest.retryConfiguration, specRetryConfiguration);
1144
1253
  if (this.logger)
1145
1254
  retrier.logger = this.logger;
1146
1255
  const request = yield oci_common_2.composeRequest({
@@ -1183,10 +1292,11 @@ class DataIntegrationClient {
1183
1292
  }
1184
1293
  /**
1185
1294
  * Creates a data integration task run for the specified task.
1295
+ * This operation does not retry by default if the user has not defined a retry configuration.
1186
1296
  * @param CreateTaskRunRequest
1187
1297
  * @return CreateTaskRunResponse
1188
1298
  * @throws OciError when an error occurs
1189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
1299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
1190
1300
  */
1191
1301
  createTaskRun(createTaskRunRequest) {
1192
1302
  return __awaiter(this, void 0, void 0, function* () {
@@ -1202,7 +1312,8 @@ class DataIntegrationClient {
1202
1312
  "opc-retry-token": createTaskRunRequest.opcRetryToken,
1203
1313
  "opc-request-id": createTaskRunRequest.opcRequestId
1204
1314
  };
1205
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createTaskRunRequest.retryConfiguration);
1315
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1316
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTaskRunRequest.retryConfiguration, specRetryConfiguration);
1206
1317
  if (this.logger)
1207
1318
  retrier.logger = this.logger;
1208
1319
  const request = yield oci_common_2.composeRequest({
@@ -1245,10 +1356,11 @@ class DataIntegrationClient {
1245
1356
  }
1246
1357
  /**
1247
1358
  * Endpoint to be used create TaskSchedule.
1359
+ * This operation does not retry by default if the user has not defined a retry configuration.
1248
1360
  * @param CreateTaskScheduleRequest
1249
1361
  * @return CreateTaskScheduleResponse
1250
1362
  * @throws OciError when an error occurs
1251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
1363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
1252
1364
  */
1253
1365
  createTaskSchedule(createTaskScheduleRequest) {
1254
1366
  return __awaiter(this, void 0, void 0, function* () {
@@ -1264,7 +1376,8 @@ class DataIntegrationClient {
1264
1376
  "opc-request-id": createTaskScheduleRequest.opcRequestId,
1265
1377
  "opc-retry-token": createTaskScheduleRequest.opcRetryToken
1266
1378
  };
1267
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createTaskScheduleRequest.retryConfiguration);
1379
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1380
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTaskScheduleRequest.retryConfiguration, specRetryConfiguration);
1268
1381
  if (this.logger)
1269
1382
  retrier.logger = this.logger;
1270
1383
  const request = yield oci_common_2.composeRequest({
@@ -1307,10 +1420,11 @@ class DataIntegrationClient {
1307
1420
  }
1308
1421
  /**
1309
1422
  * Validates a specific task.
1423
+ * This operation does not retry by default if the user has not defined a retry configuration.
1310
1424
  * @param CreateTaskValidationRequest
1311
1425
  * @return CreateTaskValidationResponse
1312
1426
  * @throws OciError when an error occurs
1313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
1427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
1314
1428
  */
1315
1429
  createTaskValidation(createTaskValidationRequest) {
1316
1430
  return __awaiter(this, void 0, void 0, function* () {
@@ -1325,7 +1439,8 @@ class DataIntegrationClient {
1325
1439
  "opc-request-id": createTaskValidationRequest.opcRequestId,
1326
1440
  "opc-retry-token": createTaskValidationRequest.opcRetryToken
1327
1441
  };
1328
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createTaskValidationRequest.retryConfiguration);
1442
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1443
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTaskValidationRequest.retryConfiguration, specRetryConfiguration);
1329
1444
  if (this.logger)
1330
1445
  retrier.logger = this.logger;
1331
1446
  const request = yield oci_common_2.composeRequest({
@@ -1367,12 +1482,141 @@ class DataIntegrationClient {
1367
1482
  });
1368
1483
  }
1369
1484
  /**
1370
- * Creates a new Data Integration workspace ready for performing data integration tasks.
1485
+ * Creates a new UserDefinedFunction in a function library ready for performing data integrations.
1486
+ *
1487
+ * This operation does not retry by default if the user has not defined a retry configuration.
1488
+ * @param CreateUserDefinedFunctionRequest
1489
+ * @return CreateUserDefinedFunctionResponse
1490
+ * @throws OciError when an error occurs
1491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
1492
+ */
1493
+ createUserDefinedFunction(createUserDefinedFunctionRequest) {
1494
+ return __awaiter(this, void 0, void 0, function* () {
1495
+ if (this.logger)
1496
+ this.logger.debug("Calling operation DataIntegrationClient#createUserDefinedFunction.");
1497
+ const pathParams = {
1498
+ "{workspaceId}": createUserDefinedFunctionRequest.workspaceId
1499
+ };
1500
+ const queryParams = {};
1501
+ let headerParams = {
1502
+ "Content-Type": common.Constants.APPLICATION_JSON,
1503
+ "opc-retry-token": createUserDefinedFunctionRequest.opcRetryToken,
1504
+ "opc-request-id": createUserDefinedFunctionRequest.opcRequestId
1505
+ };
1506
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1507
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createUserDefinedFunctionRequest.retryConfiguration, specRetryConfiguration);
1508
+ if (this.logger)
1509
+ retrier.logger = this.logger;
1510
+ const request = yield oci_common_2.composeRequest({
1511
+ baseEndpoint: this._endpoint,
1512
+ defaultHeaders: this._defaultHeaders,
1513
+ path: "/workspaces/{workspaceId}/userDefinedFunctions",
1514
+ method: "POST",
1515
+ bodyContent: common.ObjectSerializer.serialize(createUserDefinedFunctionRequest.createUserDefinedFunctionDetails, "CreateUserDefinedFunctionDetails", model.CreateUserDefinedFunctionDetails.getJsonObj),
1516
+ pathParams: pathParams,
1517
+ headerParams: headerParams,
1518
+ queryParams: queryParams
1519
+ });
1520
+ try {
1521
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
1522
+ const sdkResponse = oci_common_2.composeResponse({
1523
+ responseObject: {},
1524
+ body: yield response.json(),
1525
+ bodyKey: "userDefinedFunction",
1526
+ bodyModel: model.UserDefinedFunction,
1527
+ type: "model.UserDefinedFunction",
1528
+ responseHeaders: [
1529
+ {
1530
+ value: response.headers.get("etag"),
1531
+ key: "etag",
1532
+ dataType: "string"
1533
+ },
1534
+ {
1535
+ value: response.headers.get("opc-request-id"),
1536
+ key: "opcRequestId",
1537
+ dataType: "string"
1538
+ }
1539
+ ]
1540
+ });
1541
+ return sdkResponse;
1542
+ }
1543
+ catch (err) {
1544
+ throw err;
1545
+ }
1546
+ });
1547
+ }
1548
+ /**
1549
+ * Accepts the UserDefinedFunction definition in the request payload and creates a UserDefinedFunction validation.
1550
+ *
1551
+ * This operation does not retry by default if the user has not defined a retry configuration.
1552
+ * @param CreateUserDefinedFunctionValidationRequest
1553
+ * @return CreateUserDefinedFunctionValidationResponse
1554
+ * @throws OciError when an error occurs
1555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
1556
+ */
1557
+ createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest) {
1558
+ return __awaiter(this, void 0, void 0, function* () {
1559
+ if (this.logger)
1560
+ this.logger.debug("Calling operation DataIntegrationClient#createUserDefinedFunctionValidation.");
1561
+ const pathParams = {
1562
+ "{workspaceId}": createUserDefinedFunctionValidationRequest.workspaceId
1563
+ };
1564
+ const queryParams = {};
1565
+ let headerParams = {
1566
+ "Content-Type": common.Constants.APPLICATION_JSON,
1567
+ "opc-request-id": createUserDefinedFunctionValidationRequest.opcRequestId,
1568
+ "opc-retry-token": createUserDefinedFunctionValidationRequest.opcRetryToken
1569
+ };
1570
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1571
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createUserDefinedFunctionValidationRequest.retryConfiguration, specRetryConfiguration);
1572
+ if (this.logger)
1573
+ retrier.logger = this.logger;
1574
+ const request = yield oci_common_2.composeRequest({
1575
+ baseEndpoint: this._endpoint,
1576
+ defaultHeaders: this._defaultHeaders,
1577
+ path: "/workspaces/{workspaceId}/userDefinedFunctionValidations",
1578
+ method: "POST",
1579
+ bodyContent: common.ObjectSerializer.serialize(createUserDefinedFunctionValidationRequest.createUserDefinedFunctionValidationDetails, "CreateUserDefinedFunctionValidationDetails", model.CreateUserDefinedFunctionValidationDetails.getJsonObj),
1580
+ pathParams: pathParams,
1581
+ headerParams: headerParams,
1582
+ queryParams: queryParams
1583
+ });
1584
+ try {
1585
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
1586
+ const sdkResponse = oci_common_2.composeResponse({
1587
+ responseObject: {},
1588
+ body: yield response.json(),
1589
+ bodyKey: "userDefinedFunctionValidation",
1590
+ bodyModel: model.UserDefinedFunctionValidation,
1591
+ type: "model.UserDefinedFunctionValidation",
1592
+ responseHeaders: [
1593
+ {
1594
+ value: response.headers.get("etag"),
1595
+ key: "etag",
1596
+ dataType: "string"
1597
+ },
1598
+ {
1599
+ value: response.headers.get("opc-request-id"),
1600
+ key: "opcRequestId",
1601
+ dataType: "string"
1602
+ }
1603
+ ]
1604
+ });
1605
+ return sdkResponse;
1606
+ }
1607
+ catch (err) {
1608
+ throw err;
1609
+ }
1610
+ });
1611
+ }
1612
+ /**
1613
+ * Creates a new Data Integration workspace ready for performing data integration tasks. To retrieve the OCID for the new workspace, use the opc-work-request-id returned by this API and call the {@link #getWorkRequest(GetWorkRequestRequest) getWorkRequest} API.
1371
1614
  *
1615
+ * This operation does not retry by default if the user has not defined a retry configuration.
1372
1616
  * @param CreateWorkspaceRequest
1373
1617
  * @return CreateWorkspaceResponse
1374
1618
  * @throws OciError when an error occurs
1375
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
1619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
1376
1620
  */
1377
1621
  createWorkspace(createWorkspaceRequest) {
1378
1622
  return __awaiter(this, void 0, void 0, function* () {
@@ -1385,7 +1629,8 @@ class DataIntegrationClient {
1385
1629
  "opc-retry-token": createWorkspaceRequest.opcRetryToken,
1386
1630
  "opc-request-id": createWorkspaceRequest.opcRequestId
1387
1631
  };
1388
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, createWorkspaceRequest.retryConfiguration);
1632
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1633
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createWorkspaceRequest.retryConfiguration, specRetryConfiguration);
1389
1634
  if (this.logger)
1390
1635
  retrier.logger = this.logger;
1391
1636
  const request = yield oci_common_2.composeRequest({
@@ -1424,10 +1669,11 @@ class DataIntegrationClient {
1424
1669
  }
1425
1670
  /**
1426
1671
  * Removes an application using the specified identifier.
1672
+ * This operation does not retry by default if the user has not defined a retry configuration.
1427
1673
  * @param DeleteApplicationRequest
1428
1674
  * @return DeleteApplicationResponse
1429
1675
  * @throws OciError when an error occurs
1430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
1676
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
1431
1677
  */
1432
1678
  deleteApplication(deleteApplicationRequest) {
1433
1679
  return __awaiter(this, void 0, void 0, function* () {
@@ -1443,7 +1689,8 @@ class DataIntegrationClient {
1443
1689
  "if-match": deleteApplicationRequest.ifMatch,
1444
1690
  "opc-request-id": deleteApplicationRequest.opcRequestId
1445
1691
  };
1446
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteApplicationRequest.retryConfiguration);
1692
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1693
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteApplicationRequest.retryConfiguration, specRetryConfiguration);
1447
1694
  if (this.logger)
1448
1695
  retrier.logger = this.logger;
1449
1696
  const request = yield oci_common_2.composeRequest({
@@ -1476,10 +1723,11 @@ class DataIntegrationClient {
1476
1723
  }
1477
1724
  /**
1478
1725
  * Removes a connection using the specified identifier.
1726
+ * This operation does not retry by default if the user has not defined a retry configuration.
1479
1727
  * @param DeleteConnectionRequest
1480
1728
  * @return DeleteConnectionResponse
1481
1729
  * @throws OciError when an error occurs
1482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
1483
1731
  */
1484
1732
  deleteConnection(deleteConnectionRequest) {
1485
1733
  return __awaiter(this, void 0, void 0, function* () {
@@ -1495,7 +1743,8 @@ class DataIntegrationClient {
1495
1743
  "if-match": deleteConnectionRequest.ifMatch,
1496
1744
  "opc-request-id": deleteConnectionRequest.opcRequestId
1497
1745
  };
1498
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteConnectionRequest.retryConfiguration);
1746
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1747
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteConnectionRequest.retryConfiguration, specRetryConfiguration);
1499
1748
  if (this.logger)
1500
1749
  retrier.logger = this.logger;
1501
1750
  const request = yield oci_common_2.composeRequest({
@@ -1528,10 +1777,11 @@ class DataIntegrationClient {
1528
1777
  }
1529
1778
  /**
1530
1779
  * Deletes a connection validation.
1780
+ * This operation does not retry by default if the user has not defined a retry configuration.
1531
1781
  * @param DeleteConnectionValidationRequest
1532
1782
  * @return DeleteConnectionValidationResponse
1533
1783
  * @throws OciError when an error occurs
1534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
1784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
1535
1785
  */
1536
1786
  deleteConnectionValidation(deleteConnectionValidationRequest) {
1537
1787
  return __awaiter(this, void 0, void 0, function* () {
@@ -1547,7 +1797,8 @@ class DataIntegrationClient {
1547
1797
  "if-match": deleteConnectionValidationRequest.ifMatch,
1548
1798
  "opc-request-id": deleteConnectionValidationRequest.opcRequestId
1549
1799
  };
1550
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteConnectionValidationRequest.retryConfiguration);
1800
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1801
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteConnectionValidationRequest.retryConfiguration, specRetryConfiguration);
1551
1802
  if (this.logger)
1552
1803
  retrier.logger = this.logger;
1553
1804
  const request = yield oci_common_2.composeRequest({
@@ -1580,10 +1831,11 @@ class DataIntegrationClient {
1580
1831
  }
1581
1832
  /**
1582
1833
  * Removes a data asset using the specified identifier.
1834
+ * This operation does not retry by default if the user has not defined a retry configuration.
1583
1835
  * @param DeleteDataAssetRequest
1584
1836
  * @return DeleteDataAssetResponse
1585
1837
  * @throws OciError when an error occurs
1586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
1838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
1587
1839
  */
1588
1840
  deleteDataAsset(deleteDataAssetRequest) {
1589
1841
  return __awaiter(this, void 0, void 0, function* () {
@@ -1599,7 +1851,8 @@ class DataIntegrationClient {
1599
1851
  "if-match": deleteDataAssetRequest.ifMatch,
1600
1852
  "opc-request-id": deleteDataAssetRequest.opcRequestId
1601
1853
  };
1602
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteDataAssetRequest.retryConfiguration);
1854
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1855
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDataAssetRequest.retryConfiguration, specRetryConfiguration);
1603
1856
  if (this.logger)
1604
1857
  retrier.logger = this.logger;
1605
1858
  const request = yield oci_common_2.composeRequest({
@@ -1632,10 +1885,11 @@ class DataIntegrationClient {
1632
1885
  }
1633
1886
  /**
1634
1887
  * Removes a data flow from a project or folder using the specified identifier.
1888
+ * This operation does not retry by default if the user has not defined a retry configuration.
1635
1889
  * @param DeleteDataFlowRequest
1636
1890
  * @return DeleteDataFlowResponse
1637
1891
  * @throws OciError when an error occurs
1638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
1892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
1639
1893
  */
1640
1894
  deleteDataFlow(deleteDataFlowRequest) {
1641
1895
  return __awaiter(this, void 0, void 0, function* () {
@@ -1651,7 +1905,8 @@ class DataIntegrationClient {
1651
1905
  "if-match": deleteDataFlowRequest.ifMatch,
1652
1906
  "opc-request-id": deleteDataFlowRequest.opcRequestId
1653
1907
  };
1654
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteDataFlowRequest.retryConfiguration);
1908
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1909
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDataFlowRequest.retryConfiguration, specRetryConfiguration);
1655
1910
  if (this.logger)
1656
1911
  retrier.logger = this.logger;
1657
1912
  const request = yield oci_common_2.composeRequest({
@@ -1684,10 +1939,11 @@ class DataIntegrationClient {
1684
1939
  }
1685
1940
  /**
1686
1941
  * Removes a data flow validation using the specified identifier.
1942
+ * This operation does not retry by default if the user has not defined a retry configuration.
1687
1943
  * @param DeleteDataFlowValidationRequest
1688
1944
  * @return DeleteDataFlowValidationResponse
1689
1945
  * @throws OciError when an error occurs
1690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
1946
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
1691
1947
  */
1692
1948
  deleteDataFlowValidation(deleteDataFlowValidationRequest) {
1693
1949
  return __awaiter(this, void 0, void 0, function* () {
@@ -1703,7 +1959,8 @@ class DataIntegrationClient {
1703
1959
  "if-match": deleteDataFlowValidationRequest.ifMatch,
1704
1960
  "opc-request-id": deleteDataFlowValidationRequest.opcRequestId
1705
1961
  };
1706
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteDataFlowValidationRequest.retryConfiguration);
1962
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
1963
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDataFlowValidationRequest.retryConfiguration, specRetryConfiguration);
1707
1964
  if (this.logger)
1708
1965
  retrier.logger = this.logger;
1709
1966
  const request = yield oci_common_2.composeRequest({
@@ -1736,10 +1993,11 @@ class DataIntegrationClient {
1736
1993
  }
1737
1994
  /**
1738
1995
  * Removes a published object using the specified identifier.
1996
+ * This operation does not retry by default if the user has not defined a retry configuration.
1739
1997
  * @param DeleteExternalPublicationRequest
1740
1998
  * @return DeleteExternalPublicationResponse
1741
1999
  * @throws OciError when an error occurs
1742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
2000
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
1743
2001
  */
1744
2002
  deleteExternalPublication(deleteExternalPublicationRequest) {
1745
2003
  return __awaiter(this, void 0, void 0, function* () {
@@ -1756,7 +2014,8 @@ class DataIntegrationClient {
1756
2014
  "if-match": deleteExternalPublicationRequest.ifMatch,
1757
2015
  "opc-request-id": deleteExternalPublicationRequest.opcRequestId
1758
2016
  };
1759
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteExternalPublicationRequest.retryConfiguration);
2017
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2018
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteExternalPublicationRequest.retryConfiguration, specRetryConfiguration);
1760
2019
  if (this.logger)
1761
2020
  retrier.logger = this.logger;
1762
2021
  const request = yield oci_common_2.composeRequest({
@@ -1790,10 +2049,11 @@ class DataIntegrationClient {
1790
2049
  /**
1791
2050
  * Removes a task validation using the specified identifier.
1792
2051
  *
2052
+ * This operation does not retry by default if the user has not defined a retry configuration.
1793
2053
  * @param DeleteExternalPublicationValidationRequest
1794
2054
  * @return DeleteExternalPublicationValidationResponse
1795
2055
  * @throws OciError when an error occurs
1796
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
2056
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
1797
2057
  */
1798
2058
  deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest) {
1799
2059
  return __awaiter(this, void 0, void 0, function* () {
@@ -1810,7 +2070,8 @@ class DataIntegrationClient {
1810
2070
  "if-match": deleteExternalPublicationValidationRequest.ifMatch,
1811
2071
  "opc-request-id": deleteExternalPublicationValidationRequest.opcRequestId
1812
2072
  };
1813
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteExternalPublicationValidationRequest.retryConfiguration);
2073
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2074
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteExternalPublicationValidationRequest.retryConfiguration, specRetryConfiguration);
1814
2075
  if (this.logger)
1815
2076
  retrier.logger = this.logger;
1816
2077
  const request = yield oci_common_2.composeRequest({
@@ -1843,10 +2104,11 @@ class DataIntegrationClient {
1843
2104
  }
1844
2105
  /**
1845
2106
  * Removes a folder from a project using the specified identifier.
2107
+ * This operation does not retry by default if the user has not defined a retry configuration.
1846
2108
  * @param DeleteFolderRequest
1847
2109
  * @return DeleteFolderResponse
1848
2110
  * @throws OciError when an error occurs
1849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
2111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
1850
2112
  */
1851
2113
  deleteFolder(deleteFolderRequest) {
1852
2114
  return __awaiter(this, void 0, void 0, function* () {
@@ -1862,7 +2124,8 @@ class DataIntegrationClient {
1862
2124
  "if-match": deleteFolderRequest.ifMatch,
1863
2125
  "opc-request-id": deleteFolderRequest.opcRequestId
1864
2126
  };
1865
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteFolderRequest.retryConfiguration);
2127
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2128
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteFolderRequest.retryConfiguration, specRetryConfiguration);
1866
2129
  if (this.logger)
1867
2130
  retrier.logger = this.logger;
1868
2131
  const request = yield oci_common_2.composeRequest({
@@ -1893,12 +2156,67 @@ class DataIntegrationClient {
1893
2156
  }
1894
2157
  });
1895
2158
  }
2159
+ /**
2160
+ * Removes a Function Library from a project using the specified identifier.
2161
+ * This operation does not retry by default if the user has not defined a retry configuration.
2162
+ * @param DeleteFunctionLibraryRequest
2163
+ * @return DeleteFunctionLibraryResponse
2164
+ * @throws OciError when an error occurs
2165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
2166
+ */
2167
+ deleteFunctionLibrary(deleteFunctionLibraryRequest) {
2168
+ return __awaiter(this, void 0, void 0, function* () {
2169
+ if (this.logger)
2170
+ this.logger.debug("Calling operation DataIntegrationClient#deleteFunctionLibrary.");
2171
+ const pathParams = {
2172
+ "{workspaceId}": deleteFunctionLibraryRequest.workspaceId,
2173
+ "{functionLibraryKey}": deleteFunctionLibraryRequest.functionLibraryKey
2174
+ };
2175
+ const queryParams = {};
2176
+ let headerParams = {
2177
+ "Content-Type": common.Constants.APPLICATION_JSON,
2178
+ "if-match": deleteFunctionLibraryRequest.ifMatch,
2179
+ "opc-request-id": deleteFunctionLibraryRequest.opcRequestId
2180
+ };
2181
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2182
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteFunctionLibraryRequest.retryConfiguration, specRetryConfiguration);
2183
+ if (this.logger)
2184
+ retrier.logger = this.logger;
2185
+ const request = yield oci_common_2.composeRequest({
2186
+ baseEndpoint: this._endpoint,
2187
+ defaultHeaders: this._defaultHeaders,
2188
+ path: "/workspaces/{workspaceId}/functionLibraries/{functionLibraryKey}",
2189
+ method: "DELETE",
2190
+ pathParams: pathParams,
2191
+ headerParams: headerParams,
2192
+ queryParams: queryParams
2193
+ });
2194
+ try {
2195
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
2196
+ const sdkResponse = oci_common_2.composeResponse({
2197
+ responseObject: {},
2198
+ responseHeaders: [
2199
+ {
2200
+ value: response.headers.get("opc-request-id"),
2201
+ key: "opcRequestId",
2202
+ dataType: "string"
2203
+ }
2204
+ ]
2205
+ });
2206
+ return sdkResponse;
2207
+ }
2208
+ catch (err) {
2209
+ throw err;
2210
+ }
2211
+ });
2212
+ }
1896
2213
  /**
1897
2214
  * Removes a patch using the specified identifier.
2215
+ * This operation does not retry by default if the user has not defined a retry configuration.
1898
2216
  * @param DeletePatchRequest
1899
2217
  * @return DeletePatchResponse
1900
2218
  * @throws OciError when an error occurs
1901
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
2219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
1902
2220
  */
1903
2221
  deletePatch(deletePatchRequest) {
1904
2222
  return __awaiter(this, void 0, void 0, function* () {
@@ -1915,7 +2233,8 @@ class DataIntegrationClient {
1915
2233
  "if-match": deletePatchRequest.ifMatch,
1916
2234
  "opc-request-id": deletePatchRequest.opcRequestId
1917
2235
  };
1918
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deletePatchRequest.retryConfiguration);
2236
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2237
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePatchRequest.retryConfiguration, specRetryConfiguration);
1919
2238
  if (this.logger)
1920
2239
  retrier.logger = this.logger;
1921
2240
  const request = yield oci_common_2.composeRequest({
@@ -1948,10 +2267,11 @@ class DataIntegrationClient {
1948
2267
  }
1949
2268
  /**
1950
2269
  * Removes a pipeline from a project or folder using the specified identifier.
2270
+ * This operation does not retry by default if the user has not defined a retry configuration.
1951
2271
  * @param DeletePipelineRequest
1952
2272
  * @return DeletePipelineResponse
1953
2273
  * @throws OciError when an error occurs
1954
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
2274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
1955
2275
  */
1956
2276
  deletePipeline(deletePipelineRequest) {
1957
2277
  return __awaiter(this, void 0, void 0, function* () {
@@ -1967,7 +2287,8 @@ class DataIntegrationClient {
1967
2287
  "if-match": deletePipelineRequest.ifMatch,
1968
2288
  "opc-request-id": deletePipelineRequest.opcRequestId
1969
2289
  };
1970
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deletePipelineRequest.retryConfiguration);
2290
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2291
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePipelineRequest.retryConfiguration, specRetryConfiguration);
1971
2292
  if (this.logger)
1972
2293
  retrier.logger = this.logger;
1973
2294
  const request = yield oci_common_2.composeRequest({
@@ -2000,10 +2321,11 @@ class DataIntegrationClient {
2000
2321
  }
2001
2322
  /**
2002
2323
  * Removes a pipeline validation using the specified identifier.
2324
+ * This operation does not retry by default if the user has not defined a retry configuration.
2003
2325
  * @param DeletePipelineValidationRequest
2004
2326
  * @return DeletePipelineValidationResponse
2005
2327
  * @throws OciError when an error occurs
2006
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
2328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
2007
2329
  */
2008
2330
  deletePipelineValidation(deletePipelineValidationRequest) {
2009
2331
  return __awaiter(this, void 0, void 0, function* () {
@@ -2019,7 +2341,8 @@ class DataIntegrationClient {
2019
2341
  "if-match": deletePipelineValidationRequest.ifMatch,
2020
2342
  "opc-request-id": deletePipelineValidationRequest.opcRequestId
2021
2343
  };
2022
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deletePipelineValidationRequest.retryConfiguration);
2344
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2345
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePipelineValidationRequest.retryConfiguration, specRetryConfiguration);
2023
2346
  if (this.logger)
2024
2347
  retrier.logger = this.logger;
2025
2348
  const request = yield oci_common_2.composeRequest({
@@ -2052,10 +2375,11 @@ class DataIntegrationClient {
2052
2375
  }
2053
2376
  /**
2054
2377
  * Removes a project from the workspace using the specified identifier.
2378
+ * This operation does not retry by default if the user has not defined a retry configuration.
2055
2379
  * @param DeleteProjectRequest
2056
2380
  * @return DeleteProjectResponse
2057
2381
  * @throws OciError when an error occurs
2058
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
2382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
2059
2383
  */
2060
2384
  deleteProject(deleteProjectRequest) {
2061
2385
  return __awaiter(this, void 0, void 0, function* () {
@@ -2071,7 +2395,8 @@ class DataIntegrationClient {
2071
2395
  "if-match": deleteProjectRequest.ifMatch,
2072
2396
  "opc-request-id": deleteProjectRequest.opcRequestId
2073
2397
  };
2074
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteProjectRequest.retryConfiguration);
2398
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2399
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteProjectRequest.retryConfiguration, specRetryConfiguration);
2075
2400
  if (this.logger)
2076
2401
  retrier.logger = this.logger;
2077
2402
  const request = yield oci_common_2.composeRequest({
@@ -2104,10 +2429,11 @@ class DataIntegrationClient {
2104
2429
  }
2105
2430
  /**
2106
2431
  * Endpoint to delete schedule.
2432
+ * This operation does not retry by default if the user has not defined a retry configuration.
2107
2433
  * @param DeleteScheduleRequest
2108
2434
  * @return DeleteScheduleResponse
2109
2435
  * @throws OciError when an error occurs
2110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
2436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
2111
2437
  */
2112
2438
  deleteSchedule(deleteScheduleRequest) {
2113
2439
  return __awaiter(this, void 0, void 0, function* () {
@@ -2124,7 +2450,8 @@ class DataIntegrationClient {
2124
2450
  "if-match": deleteScheduleRequest.ifMatch,
2125
2451
  "opc-request-id": deleteScheduleRequest.opcRequestId
2126
2452
  };
2127
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteScheduleRequest.retryConfiguration);
2453
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2454
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteScheduleRequest.retryConfiguration, specRetryConfiguration);
2128
2455
  if (this.logger)
2129
2456
  retrier.logger = this.logger;
2130
2457
  const request = yield oci_common_2.composeRequest({
@@ -2157,10 +2484,11 @@ class DataIntegrationClient {
2157
2484
  }
2158
2485
  /**
2159
2486
  * Removes a task using the specified identifier.
2487
+ * This operation does not retry by default if the user has not defined a retry configuration.
2160
2488
  * @param DeleteTaskRequest
2161
2489
  * @return DeleteTaskResponse
2162
2490
  * @throws OciError when an error occurs
2163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
2491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
2164
2492
  */
2165
2493
  deleteTask(deleteTaskRequest) {
2166
2494
  return __awaiter(this, void 0, void 0, function* () {
@@ -2176,7 +2504,8 @@ class DataIntegrationClient {
2176
2504
  "if-match": deleteTaskRequest.ifMatch,
2177
2505
  "opc-request-id": deleteTaskRequest.opcRequestId
2178
2506
  };
2179
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteTaskRequest.retryConfiguration);
2507
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2508
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTaskRequest.retryConfiguration, specRetryConfiguration);
2180
2509
  if (this.logger)
2181
2510
  retrier.logger = this.logger;
2182
2511
  const request = yield oci_common_2.composeRequest({
@@ -2209,10 +2538,11 @@ class DataIntegrationClient {
2209
2538
  }
2210
2539
  /**
2211
2540
  * Deletes a task run using the specified identifier.
2541
+ * This operation does not retry by default if the user has not defined a retry configuration.
2212
2542
  * @param DeleteTaskRunRequest
2213
2543
  * @return DeleteTaskRunResponse
2214
2544
  * @throws OciError when an error occurs
2215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
2545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
2216
2546
  */
2217
2547
  deleteTaskRun(deleteTaskRunRequest) {
2218
2548
  return __awaiter(this, void 0, void 0, function* () {
@@ -2229,7 +2559,8 @@ class DataIntegrationClient {
2229
2559
  "if-match": deleteTaskRunRequest.ifMatch,
2230
2560
  "opc-request-id": deleteTaskRunRequest.opcRequestId
2231
2561
  };
2232
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteTaskRunRequest.retryConfiguration);
2562
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2563
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTaskRunRequest.retryConfiguration, specRetryConfiguration);
2233
2564
  if (this.logger)
2234
2565
  retrier.logger = this.logger;
2235
2566
  const request = yield oci_common_2.composeRequest({
@@ -2262,10 +2593,11 @@ class DataIntegrationClient {
2262
2593
  }
2263
2594
  /**
2264
2595
  * Endpoint to delete TaskSchedule.
2596
+ * This operation does not retry by default if the user has not defined a retry configuration.
2265
2597
  * @param DeleteTaskScheduleRequest
2266
2598
  * @return DeleteTaskScheduleResponse
2267
2599
  * @throws OciError when an error occurs
2268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
2600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
2269
2601
  */
2270
2602
  deleteTaskSchedule(deleteTaskScheduleRequest) {
2271
2603
  return __awaiter(this, void 0, void 0, function* () {
@@ -2282,7 +2614,8 @@ class DataIntegrationClient {
2282
2614
  "if-match": deleteTaskScheduleRequest.ifMatch,
2283
2615
  "opc-request-id": deleteTaskScheduleRequest.opcRequestId
2284
2616
  };
2285
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteTaskScheduleRequest.retryConfiguration);
2617
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2618
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTaskScheduleRequest.retryConfiguration, specRetryConfiguration);
2286
2619
  if (this.logger)
2287
2620
  retrier.logger = this.logger;
2288
2621
  const request = yield oci_common_2.composeRequest({
@@ -2316,10 +2649,11 @@ class DataIntegrationClient {
2316
2649
  /**
2317
2650
  * Removes a task validation using the specified identifier.
2318
2651
  *
2652
+ * This operation does not retry by default if the user has not defined a retry configuration.
2319
2653
  * @param DeleteTaskValidationRequest
2320
2654
  * @return DeleteTaskValidationResponse
2321
2655
  * @throws OciError when an error occurs
2322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
2656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
2323
2657
  */
2324
2658
  deleteTaskValidation(deleteTaskValidationRequest) {
2325
2659
  return __awaiter(this, void 0, void 0, function* () {
@@ -2335,7 +2669,8 @@ class DataIntegrationClient {
2335
2669
  "if-match": deleteTaskValidationRequest.ifMatch,
2336
2670
  "opc-request-id": deleteTaskValidationRequest.opcRequestId
2337
2671
  };
2338
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteTaskValidationRequest.retryConfiguration);
2672
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2673
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTaskValidationRequest.retryConfiguration, specRetryConfiguration);
2339
2674
  if (this.logger)
2340
2675
  retrier.logger = this.logger;
2341
2676
  const request = yield oci_common_2.composeRequest({
@@ -2367,35 +2702,35 @@ class DataIntegrationClient {
2367
2702
  });
2368
2703
  }
2369
2704
  /**
2370
- * Deletes a Data Integration workspace resource using the specified identifier.
2371
- * @param DeleteWorkspaceRequest
2372
- * @return DeleteWorkspaceResponse
2705
+ * Removes a UserDefinedFunction from a function library using the specified identifier.
2706
+ * This operation does not retry by default if the user has not defined a retry configuration.
2707
+ * @param DeleteUserDefinedFunctionRequest
2708
+ * @return DeleteUserDefinedFunctionResponse
2373
2709
  * @throws OciError when an error occurs
2374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
2710
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
2375
2711
  */
2376
- deleteWorkspace(deleteWorkspaceRequest) {
2712
+ deleteUserDefinedFunction(deleteUserDefinedFunctionRequest) {
2377
2713
  return __awaiter(this, void 0, void 0, function* () {
2378
2714
  if (this.logger)
2379
- this.logger.debug("Calling operation DataIntegrationClient#deleteWorkspace.");
2715
+ this.logger.debug("Calling operation DataIntegrationClient#deleteUserDefinedFunction.");
2380
2716
  const pathParams = {
2381
- "{workspaceId}": deleteWorkspaceRequest.workspaceId
2382
- };
2383
- const queryParams = {
2384
- "quiesceTimeout": deleteWorkspaceRequest.quiesceTimeout,
2385
- "isForceOperation": deleteWorkspaceRequest.isForceOperation
2717
+ "{workspaceId}": deleteUserDefinedFunctionRequest.workspaceId,
2718
+ "{userDefinedFunctionKey}": deleteUserDefinedFunctionRequest.userDefinedFunctionKey
2386
2719
  };
2720
+ const queryParams = {};
2387
2721
  let headerParams = {
2388
2722
  "Content-Type": common.Constants.APPLICATION_JSON,
2389
- "if-match": deleteWorkspaceRequest.ifMatch,
2390
- "opc-request-id": deleteWorkspaceRequest.opcRequestId
2723
+ "if-match": deleteUserDefinedFunctionRequest.ifMatch,
2724
+ "opc-request-id": deleteUserDefinedFunctionRequest.opcRequestId
2391
2725
  };
2392
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, deleteWorkspaceRequest.retryConfiguration);
2726
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2727
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteUserDefinedFunctionRequest.retryConfiguration, specRetryConfiguration);
2393
2728
  if (this.logger)
2394
2729
  retrier.logger = this.logger;
2395
2730
  const request = yield oci_common_2.composeRequest({
2396
2731
  baseEndpoint: this._endpoint,
2397
2732
  defaultHeaders: this._defaultHeaders,
2398
- path: "/workspaces/{workspaceId}",
2733
+ path: "/workspaces/{workspaceId}/userDefinedFunctions/{userDefinedFunctionKey}",
2399
2734
  method: "DELETE",
2400
2735
  pathParams: pathParams,
2401
2736
  headerParams: headerParams,
@@ -2410,11 +2745,6 @@ class DataIntegrationClient {
2410
2745
  value: response.headers.get("opc-request-id"),
2411
2746
  key: "opcRequestId",
2412
2747
  dataType: "string"
2413
- },
2414
- {
2415
- value: response.headers.get("opc-work-request-id"),
2416
- key: "opcWorkRequestId",
2417
- dataType: "string"
2418
2748
  }
2419
2749
  ]
2420
2750
  });
@@ -2426,33 +2756,36 @@ class DataIntegrationClient {
2426
2756
  });
2427
2757
  }
2428
2758
  /**
2429
- * Retrieves an application using the specified identifier.
2430
- * @param GetApplicationRequest
2431
- * @return GetApplicationResponse
2759
+ * Removes a UserDefinedFunction validation using the specified identifier.
2760
+ * This operation does not retry by default if the user has not defined a retry configuration.
2761
+ * @param DeleteUserDefinedFunctionValidationRequest
2762
+ * @return DeleteUserDefinedFunctionValidationResponse
2432
2763
  * @throws OciError when an error occurs
2433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
2764
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
2434
2765
  */
2435
- getApplication(getApplicationRequest) {
2766
+ deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest) {
2436
2767
  return __awaiter(this, void 0, void 0, function* () {
2437
2768
  if (this.logger)
2438
- this.logger.debug("Calling operation DataIntegrationClient#getApplication.");
2769
+ this.logger.debug("Calling operation DataIntegrationClient#deleteUserDefinedFunctionValidation.");
2439
2770
  const pathParams = {
2440
- "{workspaceId}": getApplicationRequest.workspaceId,
2441
- "{applicationKey}": getApplicationRequest.applicationKey
2771
+ "{workspaceId}": deleteUserDefinedFunctionValidationRequest.workspaceId,
2772
+ "{userDefinedFunctionValidationKey}": deleteUserDefinedFunctionValidationRequest.userDefinedFunctionValidationKey
2442
2773
  };
2443
2774
  const queryParams = {};
2444
2775
  let headerParams = {
2445
2776
  "Content-Type": common.Constants.APPLICATION_JSON,
2446
- "opc-request-id": getApplicationRequest.opcRequestId
2777
+ "if-match": deleteUserDefinedFunctionValidationRequest.ifMatch,
2778
+ "opc-request-id": deleteUserDefinedFunctionValidationRequest.opcRequestId
2447
2779
  };
2448
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getApplicationRequest.retryConfiguration);
2780
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2781
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteUserDefinedFunctionValidationRequest.retryConfiguration, specRetryConfiguration);
2449
2782
  if (this.logger)
2450
2783
  retrier.logger = this.logger;
2451
2784
  const request = yield oci_common_2.composeRequest({
2452
2785
  baseEndpoint: this._endpoint,
2453
2786
  defaultHeaders: this._defaultHeaders,
2454
- path: "/workspaces/{workspaceId}/applications/{applicationKey}",
2455
- method: "GET",
2787
+ path: "/workspaces/{workspaceId}/userDefinedFunctionValidations/{userDefinedFunctionValidationKey}",
2788
+ method: "DELETE",
2456
2789
  pathParams: pathParams,
2457
2790
  headerParams: headerParams,
2458
2791
  queryParams: queryParams
@@ -2461,16 +2794,7 @@ class DataIntegrationClient {
2461
2794
  const response = yield retrier.makeServiceCall(this._httpClient, request);
2462
2795
  const sdkResponse = oci_common_2.composeResponse({
2463
2796
  responseObject: {},
2464
- body: yield response.json(),
2465
- bodyKey: "application",
2466
- bodyModel: model.Application,
2467
- type: "model.Application",
2468
2797
  responseHeaders: [
2469
- {
2470
- value: response.headers.get("etag"),
2471
- key: "etag",
2472
- dataType: "string"
2473
- },
2474
2798
  {
2475
2799
  value: response.headers.get("opc-request-id"),
2476
2800
  key: "opcRequestId",
@@ -2486,33 +2810,38 @@ class DataIntegrationClient {
2486
2810
  });
2487
2811
  }
2488
2812
  /**
2489
- * Retrieves the connection details using the specified identifier.
2490
- * @param GetConnectionRequest
2491
- * @return GetConnectionResponse
2813
+ * Deletes a Data Integration workspace resource using the specified identifier.
2814
+ * This operation does not retry by default if the user has not defined a retry configuration.
2815
+ * @param DeleteWorkspaceRequest
2816
+ * @return DeleteWorkspaceResponse
2492
2817
  * @throws OciError when an error occurs
2493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
2818
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
2494
2819
  */
2495
- getConnection(getConnectionRequest) {
2820
+ deleteWorkspace(deleteWorkspaceRequest) {
2496
2821
  return __awaiter(this, void 0, void 0, function* () {
2497
2822
  if (this.logger)
2498
- this.logger.debug("Calling operation DataIntegrationClient#getConnection.");
2823
+ this.logger.debug("Calling operation DataIntegrationClient#deleteWorkspace.");
2499
2824
  const pathParams = {
2500
- "{workspaceId}": getConnectionRequest.workspaceId,
2501
- "{connectionKey}": getConnectionRequest.connectionKey
2825
+ "{workspaceId}": deleteWorkspaceRequest.workspaceId
2826
+ };
2827
+ const queryParams = {
2828
+ "quiesceTimeout": deleteWorkspaceRequest.quiesceTimeout,
2829
+ "isForceOperation": deleteWorkspaceRequest.isForceOperation
2502
2830
  };
2503
- const queryParams = {};
2504
2831
  let headerParams = {
2505
2832
  "Content-Type": common.Constants.APPLICATION_JSON,
2506
- "opc-request-id": getConnectionRequest.opcRequestId
2833
+ "if-match": deleteWorkspaceRequest.ifMatch,
2834
+ "opc-request-id": deleteWorkspaceRequest.opcRequestId
2507
2835
  };
2508
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getConnectionRequest.retryConfiguration);
2836
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2837
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteWorkspaceRequest.retryConfiguration, specRetryConfiguration);
2509
2838
  if (this.logger)
2510
2839
  retrier.logger = this.logger;
2511
2840
  const request = yield oci_common_2.composeRequest({
2512
2841
  baseEndpoint: this._endpoint,
2513
2842
  defaultHeaders: this._defaultHeaders,
2514
- path: "/workspaces/{workspaceId}/connections/{connectionKey}",
2515
- method: "GET",
2843
+ path: "/workspaces/{workspaceId}",
2844
+ method: "DELETE",
2516
2845
  pathParams: pathParams,
2517
2846
  headerParams: headerParams,
2518
2847
  queryParams: queryParams
@@ -2521,14 +2850,134 @@ class DataIntegrationClient {
2521
2850
  const response = yield retrier.makeServiceCall(this._httpClient, request);
2522
2851
  const sdkResponse = oci_common_2.composeResponse({
2523
2852
  responseObject: {},
2524
- body: yield response.json(),
2525
- bodyKey: "connection",
2526
- bodyModel: model.Connection,
2527
- type: "model.Connection",
2528
2853
  responseHeaders: [
2529
2854
  {
2530
- value: response.headers.get("etag"),
2531
- key: "etag",
2855
+ value: response.headers.get("opc-request-id"),
2856
+ key: "opcRequestId",
2857
+ dataType: "string"
2858
+ },
2859
+ {
2860
+ value: response.headers.get("opc-work-request-id"),
2861
+ key: "opcWorkRequestId",
2862
+ dataType: "string"
2863
+ }
2864
+ ]
2865
+ });
2866
+ return sdkResponse;
2867
+ }
2868
+ catch (err) {
2869
+ throw err;
2870
+ }
2871
+ });
2872
+ }
2873
+ /**
2874
+ * Retrieves an application using the specified identifier.
2875
+ * This operation does not retry by default if the user has not defined a retry configuration.
2876
+ * @param GetApplicationRequest
2877
+ * @return GetApplicationResponse
2878
+ * @throws OciError when an error occurs
2879
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
2880
+ */
2881
+ getApplication(getApplicationRequest) {
2882
+ return __awaiter(this, void 0, void 0, function* () {
2883
+ if (this.logger)
2884
+ this.logger.debug("Calling operation DataIntegrationClient#getApplication.");
2885
+ const pathParams = {
2886
+ "{workspaceId}": getApplicationRequest.workspaceId,
2887
+ "{applicationKey}": getApplicationRequest.applicationKey
2888
+ };
2889
+ const queryParams = {};
2890
+ let headerParams = {
2891
+ "Content-Type": common.Constants.APPLICATION_JSON,
2892
+ "opc-request-id": getApplicationRequest.opcRequestId
2893
+ };
2894
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2895
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getApplicationRequest.retryConfiguration, specRetryConfiguration);
2896
+ if (this.logger)
2897
+ retrier.logger = this.logger;
2898
+ const request = yield oci_common_2.composeRequest({
2899
+ baseEndpoint: this._endpoint,
2900
+ defaultHeaders: this._defaultHeaders,
2901
+ path: "/workspaces/{workspaceId}/applications/{applicationKey}",
2902
+ method: "GET",
2903
+ pathParams: pathParams,
2904
+ headerParams: headerParams,
2905
+ queryParams: queryParams
2906
+ });
2907
+ try {
2908
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
2909
+ const sdkResponse = oci_common_2.composeResponse({
2910
+ responseObject: {},
2911
+ body: yield response.json(),
2912
+ bodyKey: "application",
2913
+ bodyModel: model.Application,
2914
+ type: "model.Application",
2915
+ responseHeaders: [
2916
+ {
2917
+ value: response.headers.get("etag"),
2918
+ key: "etag",
2919
+ dataType: "string"
2920
+ },
2921
+ {
2922
+ value: response.headers.get("opc-request-id"),
2923
+ key: "opcRequestId",
2924
+ dataType: "string"
2925
+ }
2926
+ ]
2927
+ });
2928
+ return sdkResponse;
2929
+ }
2930
+ catch (err) {
2931
+ throw err;
2932
+ }
2933
+ });
2934
+ }
2935
+ /**
2936
+ * Retrieves the connection details using the specified identifier.
2937
+ * This operation does not retry by default if the user has not defined a retry configuration.
2938
+ * @param GetConnectionRequest
2939
+ * @return GetConnectionResponse
2940
+ * @throws OciError when an error occurs
2941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
2942
+ */
2943
+ getConnection(getConnectionRequest) {
2944
+ return __awaiter(this, void 0, void 0, function* () {
2945
+ if (this.logger)
2946
+ this.logger.debug("Calling operation DataIntegrationClient#getConnection.");
2947
+ const pathParams = {
2948
+ "{workspaceId}": getConnectionRequest.workspaceId,
2949
+ "{connectionKey}": getConnectionRequest.connectionKey
2950
+ };
2951
+ const queryParams = {};
2952
+ let headerParams = {
2953
+ "Content-Type": common.Constants.APPLICATION_JSON,
2954
+ "opc-request-id": getConnectionRequest.opcRequestId
2955
+ };
2956
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
2957
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getConnectionRequest.retryConfiguration, specRetryConfiguration);
2958
+ if (this.logger)
2959
+ retrier.logger = this.logger;
2960
+ const request = yield oci_common_2.composeRequest({
2961
+ baseEndpoint: this._endpoint,
2962
+ defaultHeaders: this._defaultHeaders,
2963
+ path: "/workspaces/{workspaceId}/connections/{connectionKey}",
2964
+ method: "GET",
2965
+ pathParams: pathParams,
2966
+ headerParams: headerParams,
2967
+ queryParams: queryParams
2968
+ });
2969
+ try {
2970
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
2971
+ const sdkResponse = oci_common_2.composeResponse({
2972
+ responseObject: {},
2973
+ body: yield response.json(),
2974
+ bodyKey: "connection",
2975
+ bodyModel: model.Connection,
2976
+ type: "model.Connection",
2977
+ responseHeaders: [
2978
+ {
2979
+ value: response.headers.get("etag"),
2980
+ key: "etag",
2532
2981
  dataType: "string"
2533
2982
  },
2534
2983
  {
@@ -2547,10 +2996,11 @@ class DataIntegrationClient {
2547
2996
  }
2548
2997
  /**
2549
2998
  * Retrieves a connection validation using the specified identifier.
2999
+ * This operation does not retry by default if the user has not defined a retry configuration.
2550
3000
  * @param GetConnectionValidationRequest
2551
3001
  * @return GetConnectionValidationResponse
2552
3002
  * @throws OciError when an error occurs
2553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
3003
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
2554
3004
  */
2555
3005
  getConnectionValidation(getConnectionValidationRequest) {
2556
3006
  return __awaiter(this, void 0, void 0, function* () {
@@ -2565,7 +3015,8 @@ class DataIntegrationClient {
2565
3015
  "Content-Type": common.Constants.APPLICATION_JSON,
2566
3016
  "opc-request-id": getConnectionValidationRequest.opcRequestId
2567
3017
  };
2568
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getConnectionValidationRequest.retryConfiguration);
3018
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3019
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getConnectionValidationRequest.retryConfiguration, specRetryConfiguration);
2569
3020
  if (this.logger)
2570
3021
  retrier.logger = this.logger;
2571
3022
  const request = yield oci_common_2.composeRequest({
@@ -2609,10 +3060,11 @@ class DataIntegrationClient {
2609
3060
  * Retrieves statistics on a workspace. It returns an object with an array of property values, such as the number of projects, |
2610
3061
  * applications, data assets, and so on.
2611
3062
  *
3063
+ * This operation does not retry by default if the user has not defined a retry configuration.
2612
3064
  * @param GetCountStatisticRequest
2613
3065
  * @return GetCountStatisticResponse
2614
3066
  * @throws OciError when an error occurs
2615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
3067
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
2616
3068
  */
2617
3069
  getCountStatistic(getCountStatisticRequest) {
2618
3070
  return __awaiter(this, void 0, void 0, function* () {
@@ -2627,7 +3079,8 @@ class DataIntegrationClient {
2627
3079
  "Content-Type": common.Constants.APPLICATION_JSON,
2628
3080
  "opc-request-id": getCountStatisticRequest.opcRequestId
2629
3081
  };
2630
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getCountStatisticRequest.retryConfiguration);
3082
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3083
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCountStatisticRequest.retryConfiguration, specRetryConfiguration);
2631
3084
  if (this.logger)
2632
3085
  retrier.logger = this.logger;
2633
3086
  const request = yield oci_common_2.composeRequest({
@@ -2669,10 +3122,11 @@ class DataIntegrationClient {
2669
3122
  }
2670
3123
  /**
2671
3124
  * Retrieves details of a data asset using the specified identifier.
3125
+ * This operation does not retry by default if the user has not defined a retry configuration.
2672
3126
  * @param GetDataAssetRequest
2673
3127
  * @return GetDataAssetResponse
2674
3128
  * @throws OciError when an error occurs
2675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
3129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
2676
3130
  */
2677
3131
  getDataAsset(getDataAssetRequest) {
2678
3132
  return __awaiter(this, void 0, void 0, function* () {
@@ -2687,7 +3141,8 @@ class DataIntegrationClient {
2687
3141
  "Content-Type": common.Constants.APPLICATION_JSON,
2688
3142
  "opc-request-id": getDataAssetRequest.opcRequestId
2689
3143
  };
2690
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getDataAssetRequest.retryConfiguration);
3144
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3145
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataAssetRequest.retryConfiguration, specRetryConfiguration);
2691
3146
  if (this.logger)
2692
3147
  retrier.logger = this.logger;
2693
3148
  const request = yield oci_common_2.composeRequest({
@@ -2729,10 +3184,11 @@ class DataIntegrationClient {
2729
3184
  }
2730
3185
  /**
2731
3186
  * Retrieves the data entity details with the given name from live schema.
3187
+ * This operation does not retry by default if the user has not defined a retry configuration.
2732
3188
  * @param GetDataEntityRequest
2733
3189
  * @return GetDataEntityResponse
2734
3190
  * @throws OciError when an error occurs
2735
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
3191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
2736
3192
  */
2737
3193
  getDataEntity(getDataEntityRequest) {
2738
3194
  return __awaiter(this, void 0, void 0, function* () {
@@ -2749,7 +3205,8 @@ class DataIntegrationClient {
2749
3205
  "Content-Type": common.Constants.APPLICATION_JSON,
2750
3206
  "opc-request-id": getDataEntityRequest.opcRequestId
2751
3207
  };
2752
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getDataEntityRequest.retryConfiguration);
3208
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3209
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataEntityRequest.retryConfiguration, specRetryConfiguration);
2753
3210
  if (this.logger)
2754
3211
  retrier.logger = this.logger;
2755
3212
  const request = yield oci_common_2.composeRequest({
@@ -2786,10 +3243,11 @@ class DataIntegrationClient {
2786
3243
  }
2787
3244
  /**
2788
3245
  * Retrieves a data flow using the specified identifier.
3246
+ * This operation does not retry by default if the user has not defined a retry configuration.
2789
3247
  * @param GetDataFlowRequest
2790
3248
  * @return GetDataFlowResponse
2791
3249
  * @throws OciError when an error occurs
2792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
3250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
2793
3251
  */
2794
3252
  getDataFlow(getDataFlowRequest) {
2795
3253
  return __awaiter(this, void 0, void 0, function* () {
@@ -2806,7 +3264,8 @@ class DataIntegrationClient {
2806
3264
  "Content-Type": common.Constants.APPLICATION_JSON,
2807
3265
  "opc-request-id": getDataFlowRequest.opcRequestId
2808
3266
  };
2809
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getDataFlowRequest.retryConfiguration);
3267
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3268
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataFlowRequest.retryConfiguration, specRetryConfiguration);
2810
3269
  if (this.logger)
2811
3270
  retrier.logger = this.logger;
2812
3271
  const request = yield oci_common_2.composeRequest({
@@ -2848,10 +3307,11 @@ class DataIntegrationClient {
2848
3307
  }
2849
3308
  /**
2850
3309
  * Retrieves a data flow validation using the specified identifier.
3310
+ * This operation does not retry by default if the user has not defined a retry configuration.
2851
3311
  * @param GetDataFlowValidationRequest
2852
3312
  * @return GetDataFlowValidationResponse
2853
3313
  * @throws OciError when an error occurs
2854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
3314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
2855
3315
  */
2856
3316
  getDataFlowValidation(getDataFlowValidationRequest) {
2857
3317
  return __awaiter(this, void 0, void 0, function* () {
@@ -2866,7 +3326,8 @@ class DataIntegrationClient {
2866
3326
  "Content-Type": common.Constants.APPLICATION_JSON,
2867
3327
  "opc-request-id": getDataFlowValidationRequest.opcRequestId
2868
3328
  };
2869
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getDataFlowValidationRequest.retryConfiguration);
3329
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3330
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataFlowValidationRequest.retryConfiguration, specRetryConfiguration);
2870
3331
  if (this.logger)
2871
3332
  retrier.logger = this.logger;
2872
3333
  const request = yield oci_common_2.composeRequest({
@@ -2908,10 +3369,11 @@ class DataIntegrationClient {
2908
3369
  }
2909
3370
  /**
2910
3371
  * Retrieves the details of a dependent object from an application.
3372
+ * This operation does not retry by default if the user has not defined a retry configuration.
2911
3373
  * @param GetDependentObjectRequest
2912
3374
  * @return GetDependentObjectResponse
2913
3375
  * @throws OciError when an error occurs
2914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
3376
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
2915
3377
  */
2916
3378
  getDependentObject(getDependentObjectRequest) {
2917
3379
  return __awaiter(this, void 0, void 0, function* () {
@@ -2927,7 +3389,8 @@ class DataIntegrationClient {
2927
3389
  "Content-Type": common.Constants.APPLICATION_JSON,
2928
3390
  "opc-request-id": getDependentObjectRequest.opcRequestId
2929
3391
  };
2930
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getDependentObjectRequest.retryConfiguration);
3392
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3393
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDependentObjectRequest.retryConfiguration, specRetryConfiguration);
2931
3394
  if (this.logger)
2932
3395
  retrier.logger = this.logger;
2933
3396
  const request = yield oci_common_2.composeRequest({
@@ -2969,10 +3432,11 @@ class DataIntegrationClient {
2969
3432
  }
2970
3433
  /**
2971
3434
  * Retrieves a publshed object in an task using the specified identifier.
3435
+ * This operation does not retry by default if the user has not defined a retry configuration.
2972
3436
  * @param GetExternalPublicationRequest
2973
3437
  * @return GetExternalPublicationResponse
2974
3438
  * @throws OciError when an error occurs
2975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
3439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
2976
3440
  */
2977
3441
  getExternalPublication(getExternalPublicationRequest) {
2978
3442
  return __awaiter(this, void 0, void 0, function* () {
@@ -2988,7 +3452,8 @@ class DataIntegrationClient {
2988
3452
  "Content-Type": common.Constants.APPLICATION_JSON,
2989
3453
  "opc-request-id": getExternalPublicationRequest.opcRequestId
2990
3454
  };
2991
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getExternalPublicationRequest.retryConfiguration);
3455
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3456
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getExternalPublicationRequest.retryConfiguration, specRetryConfiguration);
2992
3457
  if (this.logger)
2993
3458
  retrier.logger = this.logger;
2994
3459
  const request = yield oci_common_2.composeRequest({
@@ -3030,10 +3495,11 @@ class DataIntegrationClient {
3030
3495
  }
3031
3496
  /**
3032
3497
  * Retrieves an external publication validation using the specified identifier.
3498
+ * This operation does not retry by default if the user has not defined a retry configuration.
3033
3499
  * @param GetExternalPublicationValidationRequest
3034
3500
  * @return GetExternalPublicationValidationResponse
3035
3501
  * @throws OciError when an error occurs
3036
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
3502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
3037
3503
  */
3038
3504
  getExternalPublicationValidation(getExternalPublicationValidationRequest) {
3039
3505
  return __awaiter(this, void 0, void 0, function* () {
@@ -3049,7 +3515,8 @@ class DataIntegrationClient {
3049
3515
  "Content-Type": common.Constants.APPLICATION_JSON,
3050
3516
  "opc-request-id": getExternalPublicationValidationRequest.opcRequestId
3051
3517
  };
3052
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getExternalPublicationValidationRequest.retryConfiguration);
3518
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3519
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getExternalPublicationValidationRequest.retryConfiguration, specRetryConfiguration);
3053
3520
  if (this.logger)
3054
3521
  retrier.logger = this.logger;
3055
3522
  const request = yield oci_common_2.composeRequest({
@@ -3091,10 +3558,11 @@ class DataIntegrationClient {
3091
3558
  }
3092
3559
  /**
3093
3560
  * Retrieves a folder using the specified identifier.
3561
+ * This operation does not retry by default if the user has not defined a retry configuration.
3094
3562
  * @param GetFolderRequest
3095
3563
  * @return GetFolderResponse
3096
3564
  * @throws OciError when an error occurs
3097
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
3565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
3098
3566
  */
3099
3567
  getFolder(getFolderRequest) {
3100
3568
  return __awaiter(this, void 0, void 0, function* () {
@@ -3111,7 +3579,8 @@ class DataIntegrationClient {
3111
3579
  "Content-Type": common.Constants.APPLICATION_JSON,
3112
3580
  "opc-request-id": getFolderRequest.opcRequestId
3113
3581
  };
3114
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getFolderRequest.retryConfiguration);
3582
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3583
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFolderRequest.retryConfiguration, specRetryConfiguration);
3115
3584
  if (this.logger)
3116
3585
  retrier.logger = this.logger;
3117
3586
  const request = yield oci_common_2.composeRequest({
@@ -3151,12 +3620,77 @@ class DataIntegrationClient {
3151
3620
  }
3152
3621
  });
3153
3622
  }
3623
+ /**
3624
+ * Retrieves a Function Library using the specified identifier.
3625
+ * This operation does not retry by default if the user has not defined a retry configuration.
3626
+ * @param GetFunctionLibraryRequest
3627
+ * @return GetFunctionLibraryResponse
3628
+ * @throws OciError when an error occurs
3629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
3630
+ */
3631
+ getFunctionLibrary(getFunctionLibraryRequest) {
3632
+ return __awaiter(this, void 0, void 0, function* () {
3633
+ if (this.logger)
3634
+ this.logger.debug("Calling operation DataIntegrationClient#getFunctionLibrary.");
3635
+ const pathParams = {
3636
+ "{workspaceId}": getFunctionLibraryRequest.workspaceId,
3637
+ "{functionLibraryKey}": getFunctionLibraryRequest.functionLibraryKey
3638
+ };
3639
+ const queryParams = {
3640
+ "projection": getFunctionLibraryRequest.projection
3641
+ };
3642
+ let headerParams = {
3643
+ "Content-Type": common.Constants.APPLICATION_JSON,
3644
+ "opc-request-id": getFunctionLibraryRequest.opcRequestId
3645
+ };
3646
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3647
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFunctionLibraryRequest.retryConfiguration, specRetryConfiguration);
3648
+ if (this.logger)
3649
+ retrier.logger = this.logger;
3650
+ const request = yield oci_common_2.composeRequest({
3651
+ baseEndpoint: this._endpoint,
3652
+ defaultHeaders: this._defaultHeaders,
3653
+ path: "/workspaces/{workspaceId}/functionLibraries/{functionLibraryKey}",
3654
+ method: "GET",
3655
+ pathParams: pathParams,
3656
+ headerParams: headerParams,
3657
+ queryParams: queryParams
3658
+ });
3659
+ try {
3660
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
3661
+ const sdkResponse = oci_common_2.composeResponse({
3662
+ responseObject: {},
3663
+ body: yield response.json(),
3664
+ bodyKey: "functionLibrary",
3665
+ bodyModel: model.FunctionLibrary,
3666
+ type: "model.FunctionLibrary",
3667
+ responseHeaders: [
3668
+ {
3669
+ value: response.headers.get("etag"),
3670
+ key: "etag",
3671
+ dataType: "string"
3672
+ },
3673
+ {
3674
+ value: response.headers.get("opc-request-id"),
3675
+ key: "opcRequestId",
3676
+ dataType: "string"
3677
+ }
3678
+ ]
3679
+ });
3680
+ return sdkResponse;
3681
+ }
3682
+ catch (err) {
3683
+ throw err;
3684
+ }
3685
+ });
3686
+ }
3154
3687
  /**
3155
3688
  * Retrieves a patch in an application using the specified identifier.
3689
+ * This operation does not retry by default if the user has not defined a retry configuration.
3156
3690
  * @param GetPatchRequest
3157
3691
  * @return GetPatchResponse
3158
3692
  * @throws OciError when an error occurs
3159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
3693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
3160
3694
  */
3161
3695
  getPatch(getPatchRequest) {
3162
3696
  return __awaiter(this, void 0, void 0, function* () {
@@ -3172,7 +3706,8 @@ class DataIntegrationClient {
3172
3706
  "Content-Type": common.Constants.APPLICATION_JSON,
3173
3707
  "opc-request-id": getPatchRequest.opcRequestId
3174
3708
  };
3175
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getPatchRequest.retryConfiguration);
3709
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3710
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPatchRequest.retryConfiguration, specRetryConfiguration);
3176
3711
  if (this.logger)
3177
3712
  retrier.logger = this.logger;
3178
3713
  const request = yield oci_common_2.composeRequest({
@@ -3214,10 +3749,11 @@ class DataIntegrationClient {
3214
3749
  }
3215
3750
  /**
3216
3751
  * Retrieves a pipeline using the specified identifier.
3752
+ * This operation does not retry by default if the user has not defined a retry configuration.
3217
3753
  * @param GetPipelineRequest
3218
3754
  * @return GetPipelineResponse
3219
3755
  * @throws OciError when an error occurs
3220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
3756
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
3221
3757
  */
3222
3758
  getPipeline(getPipelineRequest) {
3223
3759
  return __awaiter(this, void 0, void 0, function* () {
@@ -3234,7 +3770,8 @@ class DataIntegrationClient {
3234
3770
  "Content-Type": common.Constants.APPLICATION_JSON,
3235
3771
  "opc-request-id": getPipelineRequest.opcRequestId
3236
3772
  };
3237
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getPipelineRequest.retryConfiguration);
3773
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3774
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPipelineRequest.retryConfiguration, specRetryConfiguration);
3238
3775
  if (this.logger)
3239
3776
  retrier.logger = this.logger;
3240
3777
  const request = yield oci_common_2.composeRequest({
@@ -3276,10 +3813,11 @@ class DataIntegrationClient {
3276
3813
  }
3277
3814
  /**
3278
3815
  * Retrieves a pipeline validation using the specified identifier.
3816
+ * This operation does not retry by default if the user has not defined a retry configuration.
3279
3817
  * @param GetPipelineValidationRequest
3280
3818
  * @return GetPipelineValidationResponse
3281
3819
  * @throws OciError when an error occurs
3282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
3820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
3283
3821
  */
3284
3822
  getPipelineValidation(getPipelineValidationRequest) {
3285
3823
  return __awaiter(this, void 0, void 0, function* () {
@@ -3294,7 +3832,8 @@ class DataIntegrationClient {
3294
3832
  "Content-Type": common.Constants.APPLICATION_JSON,
3295
3833
  "opc-request-id": getPipelineValidationRequest.opcRequestId
3296
3834
  };
3297
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getPipelineValidationRequest.retryConfiguration);
3835
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3836
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPipelineValidationRequest.retryConfiguration, specRetryConfiguration);
3298
3837
  if (this.logger)
3299
3838
  retrier.logger = this.logger;
3300
3839
  const request = yield oci_common_2.composeRequest({
@@ -3336,10 +3875,11 @@ class DataIntegrationClient {
3336
3875
  }
3337
3876
  /**
3338
3877
  * Retrieves a project using the specified identifier.
3878
+ * This operation does not retry by default if the user has not defined a retry configuration.
3339
3879
  * @param GetProjectRequest
3340
3880
  * @return GetProjectResponse
3341
3881
  * @throws OciError when an error occurs
3342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
3882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
3343
3883
  */
3344
3884
  getProject(getProjectRequest) {
3345
3885
  return __awaiter(this, void 0, void 0, function* () {
@@ -3356,7 +3896,8 @@ class DataIntegrationClient {
3356
3896
  "Content-Type": common.Constants.APPLICATION_JSON,
3357
3897
  "opc-request-id": getProjectRequest.opcRequestId
3358
3898
  };
3359
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getProjectRequest.retryConfiguration);
3899
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3900
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getProjectRequest.retryConfiguration, specRetryConfiguration);
3360
3901
  if (this.logger)
3361
3902
  retrier.logger = this.logger;
3362
3903
  const request = yield oci_common_2.composeRequest({
@@ -3398,10 +3939,11 @@ class DataIntegrationClient {
3398
3939
  }
3399
3940
  /**
3400
3941
  * Retrieves the details of a published object from an application.
3942
+ * This operation does not retry by default if the user has not defined a retry configuration.
3401
3943
  * @param GetPublishedObjectRequest
3402
3944
  * @return GetPublishedObjectResponse
3403
3945
  * @throws OciError when an error occurs
3404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
3946
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
3405
3947
  */
3406
3948
  getPublishedObject(getPublishedObjectRequest) {
3407
3949
  return __awaiter(this, void 0, void 0, function* () {
@@ -3419,7 +3961,8 @@ class DataIntegrationClient {
3419
3961
  "Content-Type": common.Constants.APPLICATION_JSON,
3420
3962
  "opc-request-id": getPublishedObjectRequest.opcRequestId
3421
3963
  };
3422
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getPublishedObjectRequest.retryConfiguration);
3964
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
3965
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPublishedObjectRequest.retryConfiguration, specRetryConfiguration);
3423
3966
  if (this.logger)
3424
3967
  retrier.logger = this.logger;
3425
3968
  const request = yield oci_common_2.composeRequest({
@@ -3461,10 +4004,11 @@ class DataIntegrationClient {
3461
4004
  }
3462
4005
  /**
3463
4006
  * Retrieves a reference in an application.
4007
+ * This operation does not retry by default if the user has not defined a retry configuration.
3464
4008
  * @param GetReferenceRequest
3465
4009
  * @return GetReferenceResponse
3466
4010
  * @throws OciError when an error occurs
3467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
4011
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
3468
4012
  */
3469
4013
  getReference(getReferenceRequest) {
3470
4014
  return __awaiter(this, void 0, void 0, function* () {
@@ -3480,7 +4024,8 @@ class DataIntegrationClient {
3480
4024
  "Content-Type": common.Constants.APPLICATION_JSON,
3481
4025
  "opc-request-id": getReferenceRequest.opcRequestId
3482
4026
  };
3483
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getReferenceRequest.retryConfiguration);
4027
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4028
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getReferenceRequest.retryConfiguration, specRetryConfiguration);
3484
4029
  if (this.logger)
3485
4030
  retrier.logger = this.logger;
3486
4031
  const request = yield oci_common_2.composeRequest({
@@ -3522,10 +4067,11 @@ class DataIntegrationClient {
3522
4067
  }
3523
4068
  /**
3524
4069
  * Retrieves schedule by schedule key
4070
+ * This operation does not retry by default if the user has not defined a retry configuration.
3525
4071
  * @param GetScheduleRequest
3526
4072
  * @return GetScheduleResponse
3527
4073
  * @throws OciError when an error occurs
3528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
4074
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
3529
4075
  */
3530
4076
  getSchedule(getScheduleRequest) {
3531
4077
  return __awaiter(this, void 0, void 0, function* () {
@@ -3541,7 +4087,8 @@ class DataIntegrationClient {
3541
4087
  "Content-Type": common.Constants.APPLICATION_JSON,
3542
4088
  "opc-request-id": getScheduleRequest.opcRequestId
3543
4089
  };
3544
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getScheduleRequest.retryConfiguration);
4090
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4091
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getScheduleRequest.retryConfiguration, specRetryConfiguration);
3545
4092
  if (this.logger)
3546
4093
  retrier.logger = this.logger;
3547
4094
  const request = yield oci_common_2.composeRequest({
@@ -3583,10 +4130,11 @@ class DataIntegrationClient {
3583
4130
  }
3584
4131
  /**
3585
4132
  * Retrieves a schema that can be accessed using the specified connection.
4133
+ * This operation does not retry by default if the user has not defined a retry configuration.
3586
4134
  * @param GetSchemaRequest
3587
4135
  * @return GetSchemaResponse
3588
4136
  * @throws OciError when an error occurs
3589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
4137
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
3590
4138
  */
3591
4139
  getSchema(getSchemaRequest) {
3592
4140
  return __awaiter(this, void 0, void 0, function* () {
@@ -3602,7 +4150,8 @@ class DataIntegrationClient {
3602
4150
  "Content-Type": common.Constants.APPLICATION_JSON,
3603
4151
  "opc-request-id": getSchemaRequest.opcRequestId
3604
4152
  };
3605
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getSchemaRequest.retryConfiguration);
4153
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4154
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getSchemaRequest.retryConfiguration, specRetryConfiguration);
3606
4155
  if (this.logger)
3607
4156
  retrier.logger = this.logger;
3608
4157
  const request = yield oci_common_2.composeRequest({
@@ -3639,10 +4188,11 @@ class DataIntegrationClient {
3639
4188
  }
3640
4189
  /**
3641
4190
  * Retrieves a task using the specified identifier.
4191
+ * This operation does not retry by default if the user has not defined a retry configuration.
3642
4192
  * @param GetTaskRequest
3643
4193
  * @return GetTaskResponse
3644
4194
  * @throws OciError when an error occurs
3645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
4195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
3646
4196
  */
3647
4197
  getTask(getTaskRequest) {
3648
4198
  return __awaiter(this, void 0, void 0, function* () {
@@ -3659,7 +4209,8 @@ class DataIntegrationClient {
3659
4209
  "Content-Type": common.Constants.APPLICATION_JSON,
3660
4210
  "opc-request-id": getTaskRequest.opcRequestId
3661
4211
  };
3662
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getTaskRequest.retryConfiguration);
4212
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4213
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTaskRequest.retryConfiguration, specRetryConfiguration);
3663
4214
  if (this.logger)
3664
4215
  retrier.logger = this.logger;
3665
4216
  const request = yield oci_common_2.composeRequest({
@@ -3701,10 +4252,11 @@ class DataIntegrationClient {
3701
4252
  }
3702
4253
  /**
3703
4254
  * Retrieves a task run using the specified identifier.
4255
+ * This operation does not retry by default if the user has not defined a retry configuration.
3704
4256
  * @param GetTaskRunRequest
3705
4257
  * @return GetTaskRunResponse
3706
4258
  * @throws OciError when an error occurs
3707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
4259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
3708
4260
  */
3709
4261
  getTaskRun(getTaskRunRequest) {
3710
4262
  return __awaiter(this, void 0, void 0, function* () {
@@ -3720,7 +4272,8 @@ class DataIntegrationClient {
3720
4272
  "Content-Type": common.Constants.APPLICATION_JSON,
3721
4273
  "opc-request-id": getTaskRunRequest.opcRequestId
3722
4274
  };
3723
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getTaskRunRequest.retryConfiguration);
4275
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4276
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTaskRunRequest.retryConfiguration, specRetryConfiguration);
3724
4277
  if (this.logger)
3725
4278
  retrier.logger = this.logger;
3726
4279
  const request = yield oci_common_2.composeRequest({
@@ -3762,10 +4315,11 @@ class DataIntegrationClient {
3762
4315
  }
3763
4316
  /**
3764
4317
  * Endpoint used to get taskSchedule by its key
4318
+ * This operation does not retry by default if the user has not defined a retry configuration.
3765
4319
  * @param GetTaskScheduleRequest
3766
4320
  * @return GetTaskScheduleResponse
3767
4321
  * @throws OciError when an error occurs
3768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
4322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
3769
4323
  */
3770
4324
  getTaskSchedule(getTaskScheduleRequest) {
3771
4325
  return __awaiter(this, void 0, void 0, function* () {
@@ -3781,7 +4335,8 @@ class DataIntegrationClient {
3781
4335
  "Content-Type": common.Constants.APPLICATION_JSON,
3782
4336
  "opc-request-id": getTaskScheduleRequest.opcRequestId
3783
4337
  };
3784
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getTaskScheduleRequest.retryConfiguration);
4338
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4339
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTaskScheduleRequest.retryConfiguration, specRetryConfiguration);
3785
4340
  if (this.logger)
3786
4341
  retrier.logger = this.logger;
3787
4342
  const request = yield oci_common_2.composeRequest({
@@ -3824,10 +4379,11 @@ class DataIntegrationClient {
3824
4379
  /**
3825
4380
  * Retrieves a task validation using the specified identifier.
3826
4381
  *
4382
+ * This operation does not retry by default if the user has not defined a retry configuration.
3827
4383
  * @param GetTaskValidationRequest
3828
4384
  * @return GetTaskValidationResponse
3829
4385
  * @throws OciError when an error occurs
3830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
4386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
3831
4387
  */
3832
4388
  getTaskValidation(getTaskValidationRequest) {
3833
4389
  return __awaiter(this, void 0, void 0, function* () {
@@ -3842,7 +4398,8 @@ class DataIntegrationClient {
3842
4398
  "Content-Type": common.Constants.APPLICATION_JSON,
3843
4399
  "opc-request-id": getTaskValidationRequest.opcRequestId
3844
4400
  };
3845
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getTaskValidationRequest.retryConfiguration);
4401
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4402
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTaskValidationRequest.retryConfiguration, specRetryConfiguration);
3846
4403
  if (this.logger)
3847
4404
  retrier.logger = this.logger;
3848
4405
  const request = yield oci_common_2.composeRequest({
@@ -3882,12 +4439,137 @@ class DataIntegrationClient {
3882
4439
  }
3883
4440
  });
3884
4441
  }
4442
+ /**
4443
+ * Retrieves a UserDefinedFunction using the specified identifier.
4444
+ * This operation does not retry by default if the user has not defined a retry configuration.
4445
+ * @param GetUserDefinedFunctionRequest
4446
+ * @return GetUserDefinedFunctionResponse
4447
+ * @throws OciError when an error occurs
4448
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
4449
+ */
4450
+ getUserDefinedFunction(getUserDefinedFunctionRequest) {
4451
+ return __awaiter(this, void 0, void 0, function* () {
4452
+ if (this.logger)
4453
+ this.logger.debug("Calling operation DataIntegrationClient#getUserDefinedFunction.");
4454
+ const pathParams = {
4455
+ "{workspaceId}": getUserDefinedFunctionRequest.workspaceId,
4456
+ "{userDefinedFunctionKey}": getUserDefinedFunctionRequest.userDefinedFunctionKey
4457
+ };
4458
+ const queryParams = {};
4459
+ let headerParams = {
4460
+ "Content-Type": common.Constants.APPLICATION_JSON,
4461
+ "opc-request-id": getUserDefinedFunctionRequest.opcRequestId
4462
+ };
4463
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4464
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getUserDefinedFunctionRequest.retryConfiguration, specRetryConfiguration);
4465
+ if (this.logger)
4466
+ retrier.logger = this.logger;
4467
+ const request = yield oci_common_2.composeRequest({
4468
+ baseEndpoint: this._endpoint,
4469
+ defaultHeaders: this._defaultHeaders,
4470
+ path: "/workspaces/{workspaceId}/userDefinedFunctions/{userDefinedFunctionKey}",
4471
+ method: "GET",
4472
+ pathParams: pathParams,
4473
+ headerParams: headerParams,
4474
+ queryParams: queryParams
4475
+ });
4476
+ try {
4477
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
4478
+ const sdkResponse = oci_common_2.composeResponse({
4479
+ responseObject: {},
4480
+ body: yield response.json(),
4481
+ bodyKey: "userDefinedFunction",
4482
+ bodyModel: model.UserDefinedFunction,
4483
+ type: "model.UserDefinedFunction",
4484
+ responseHeaders: [
4485
+ {
4486
+ value: response.headers.get("etag"),
4487
+ key: "etag",
4488
+ dataType: "string"
4489
+ },
4490
+ {
4491
+ value: response.headers.get("opc-request-id"),
4492
+ key: "opcRequestId",
4493
+ dataType: "string"
4494
+ }
4495
+ ]
4496
+ });
4497
+ return sdkResponse;
4498
+ }
4499
+ catch (err) {
4500
+ throw err;
4501
+ }
4502
+ });
4503
+ }
4504
+ /**
4505
+ * Retrieves a UserDefinedFunction validation using the specified identifier.
4506
+ * This operation does not retry by default if the user has not defined a retry configuration.
4507
+ * @param GetUserDefinedFunctionValidationRequest
4508
+ * @return GetUserDefinedFunctionValidationResponse
4509
+ * @throws OciError when an error occurs
4510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
4511
+ */
4512
+ getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest) {
4513
+ return __awaiter(this, void 0, void 0, function* () {
4514
+ if (this.logger)
4515
+ this.logger.debug("Calling operation DataIntegrationClient#getUserDefinedFunctionValidation.");
4516
+ const pathParams = {
4517
+ "{workspaceId}": getUserDefinedFunctionValidationRequest.workspaceId,
4518
+ "{userDefinedFunctionValidationKey}": getUserDefinedFunctionValidationRequest.userDefinedFunctionValidationKey
4519
+ };
4520
+ const queryParams = {};
4521
+ let headerParams = {
4522
+ "Content-Type": common.Constants.APPLICATION_JSON,
4523
+ "opc-request-id": getUserDefinedFunctionValidationRequest.opcRequestId
4524
+ };
4525
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4526
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getUserDefinedFunctionValidationRequest.retryConfiguration, specRetryConfiguration);
4527
+ if (this.logger)
4528
+ retrier.logger = this.logger;
4529
+ const request = yield oci_common_2.composeRequest({
4530
+ baseEndpoint: this._endpoint,
4531
+ defaultHeaders: this._defaultHeaders,
4532
+ path: "/workspaces/{workspaceId}/userDefinedFunctionValidations/{userDefinedFunctionValidationKey}",
4533
+ method: "GET",
4534
+ pathParams: pathParams,
4535
+ headerParams: headerParams,
4536
+ queryParams: queryParams
4537
+ });
4538
+ try {
4539
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
4540
+ const sdkResponse = oci_common_2.composeResponse({
4541
+ responseObject: {},
4542
+ body: yield response.json(),
4543
+ bodyKey: "userDefinedFunctionValidation",
4544
+ bodyModel: model.UserDefinedFunctionValidation,
4545
+ type: "model.UserDefinedFunctionValidation",
4546
+ responseHeaders: [
4547
+ {
4548
+ value: response.headers.get("etag"),
4549
+ key: "etag",
4550
+ dataType: "string"
4551
+ },
4552
+ {
4553
+ value: response.headers.get("opc-request-id"),
4554
+ key: "opcRequestId",
4555
+ dataType: "string"
4556
+ }
4557
+ ]
4558
+ });
4559
+ return sdkResponse;
4560
+ }
4561
+ catch (err) {
4562
+ throw err;
4563
+ }
4564
+ });
4565
+ }
3885
4566
  /**
3886
4567
  * Retrieves the status of the work request with the given ID.
4568
+ * This operation does not retry by default if the user has not defined a retry configuration.
3887
4569
  * @param GetWorkRequestRequest
3888
4570
  * @return GetWorkRequestResponse
3889
4571
  * @throws OciError when an error occurs
3890
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
4572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3891
4573
  */
3892
4574
  getWorkRequest(getWorkRequestRequest) {
3893
4575
  return __awaiter(this, void 0, void 0, function* () {
@@ -3901,7 +4583,8 @@ class DataIntegrationClient {
3901
4583
  "Content-Type": common.Constants.APPLICATION_JSON,
3902
4584
  "opc-request-id": getWorkRequestRequest.opcRequestId
3903
4585
  };
3904
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getWorkRequestRequest.retryConfiguration);
4586
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4587
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
3905
4588
  if (this.logger)
3906
4589
  retrier.logger = this.logger;
3907
4590
  const request = yield oci_common_2.composeRequest({
@@ -3948,10 +4631,11 @@ class DataIntegrationClient {
3948
4631
  }
3949
4632
  /**
3950
4633
  * Retrieves a Data Integration workspace using the specified identifier.
4634
+ * This operation does not retry by default if the user has not defined a retry configuration.
3951
4635
  * @param GetWorkspaceRequest
3952
4636
  * @return GetWorkspaceResponse
3953
4637
  * @throws OciError when an error occurs
3954
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
4638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
3955
4639
  */
3956
4640
  getWorkspace(getWorkspaceRequest) {
3957
4641
  return __awaiter(this, void 0, void 0, function* () {
@@ -3965,7 +4649,8 @@ class DataIntegrationClient {
3965
4649
  "Content-Type": common.Constants.APPLICATION_JSON,
3966
4650
  "opc-request-id": getWorkspaceRequest.opcRequestId
3967
4651
  };
3968
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, getWorkspaceRequest.retryConfiguration);
4652
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4653
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkspaceRequest.retryConfiguration, specRetryConfiguration);
3969
4654
  if (this.logger)
3970
4655
  retrier.logger = this.logger;
3971
4656
  const request = yield oci_common_2.composeRequest({
@@ -4007,10 +4692,11 @@ class DataIntegrationClient {
4007
4692
  }
4008
4693
  /**
4009
4694
  * Retrieves a list of applications and provides options to filter the list.
4695
+ * This operation does not retry by default if the user has not defined a retry configuration.
4010
4696
  * @param ListApplicationsRequest
4011
4697
  * @return ListApplicationsResponse
4012
4698
  * @throws OciError when an error occurs
4013
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
4699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
4014
4700
  */
4015
4701
  listApplications(listApplicationsRequest) {
4016
4702
  return __awaiter(this, void 0, void 0, function* () {
@@ -4021,6 +4707,7 @@ class DataIntegrationClient {
4021
4707
  };
4022
4708
  const queryParams = {
4023
4709
  "name": listApplicationsRequest.name,
4710
+ "nameContains": listApplicationsRequest.nameContains,
4024
4711
  "identifier": listApplicationsRequest.identifier,
4025
4712
  "fields": listApplicationsRequest.fields,
4026
4713
  "limit": listApplicationsRequest.limit,
@@ -4032,7 +4719,8 @@ class DataIntegrationClient {
4032
4719
  "Content-Type": common.Constants.APPLICATION_JSON,
4033
4720
  "opc-request-id": listApplicationsRequest.opcRequestId
4034
4721
  };
4035
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listApplicationsRequest.retryConfiguration);
4722
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4723
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listApplicationsRequest.retryConfiguration, specRetryConfiguration);
4036
4724
  if (this.logger)
4037
4725
  retrier.logger = this.logger;
4038
4726
  const request = yield oci_common_2.composeRequest({
@@ -4084,10 +4772,11 @@ class DataIntegrationClient {
4084
4772
  }
4085
4773
  /**
4086
4774
  * Retrieves a list of connection validations within the specified workspace.
4775
+ * This operation does not retry by default if the user has not defined a retry configuration.
4087
4776
  * @param ListConnectionValidationsRequest
4088
4777
  * @return ListConnectionValidationsResponse
4089
4778
  * @throws OciError when an error occurs
4090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
4779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
4091
4780
  */
4092
4781
  listConnectionValidations(listConnectionValidationsRequest) {
4093
4782
  return __awaiter(this, void 0, void 0, function* () {
@@ -4110,7 +4799,8 @@ class DataIntegrationClient {
4110
4799
  "Content-Type": common.Constants.APPLICATION_JSON,
4111
4800
  "opc-request-id": listConnectionValidationsRequest.opcRequestId
4112
4801
  };
4113
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listConnectionValidationsRequest.retryConfiguration);
4802
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4803
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listConnectionValidationsRequest.retryConfiguration, specRetryConfiguration);
4114
4804
  if (this.logger)
4115
4805
  retrier.logger = this.logger;
4116
4806
  const request = yield oci_common_2.composeRequest({
@@ -4162,10 +4852,11 @@ class DataIntegrationClient {
4162
4852
  }
4163
4853
  /**
4164
4854
  * Retrieves a list of all connections.
4855
+ * This operation does not retry by default if the user has not defined a retry configuration.
4165
4856
  * @param ListConnectionsRequest
4166
4857
  * @return ListConnectionsResponse
4167
4858
  * @throws OciError when an error occurs
4168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
4859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
4169
4860
  */
4170
4861
  listConnections(listConnectionsRequest) {
4171
4862
  return __awaiter(this, void 0, void 0, function* () {
@@ -4188,7 +4879,8 @@ class DataIntegrationClient {
4188
4879
  "Content-Type": common.Constants.APPLICATION_JSON,
4189
4880
  "opc-request-id": listConnectionsRequest.opcRequestId
4190
4881
  };
4191
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listConnectionsRequest.retryConfiguration);
4882
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4883
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listConnectionsRequest.retryConfiguration, specRetryConfiguration);
4192
4884
  if (this.logger)
4193
4885
  retrier.logger = this.logger;
4194
4886
  const request = yield oci_common_2.composeRequest({
@@ -4241,10 +4933,11 @@ class DataIntegrationClient {
4241
4933
  /**
4242
4934
  * Retrieves a list of all data asset summaries.
4243
4935
  *
4936
+ * This operation does not retry by default if the user has not defined a retry configuration.
4244
4937
  * @param ListDataAssetsRequest
4245
4938
  * @return ListDataAssetsResponse
4246
4939
  * @throws OciError when an error occurs
4247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
4940
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
4248
4941
  */
4249
4942
  listDataAssets(listDataAssetsRequest) {
4250
4943
  return __awaiter(this, void 0, void 0, function* () {
@@ -4266,7 +4959,8 @@ class DataIntegrationClient {
4266
4959
  "Content-Type": common.Constants.APPLICATION_JSON,
4267
4960
  "opc-request-id": listDataAssetsRequest.opcRequestId
4268
4961
  };
4269
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listDataAssetsRequest.retryConfiguration);
4962
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
4963
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataAssetsRequest.retryConfiguration, specRetryConfiguration);
4270
4964
  if (this.logger)
4271
4965
  retrier.logger = this.logger;
4272
4966
  const request = yield oci_common_2.composeRequest({
@@ -4319,10 +5013,11 @@ class DataIntegrationClient {
4319
5013
  /**
4320
5014
  * Lists a summary of data entities from the data asset using the specified connection.
4321
5015
  *
5016
+ * This operation does not retry by default if the user has not defined a retry configuration.
4322
5017
  * @param ListDataEntitiesRequest
4323
5018
  * @return ListDataEntitiesResponse
4324
5019
  * @throws OciError when an error occurs
4325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
5020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
4326
5021
  */
4327
5022
  listDataEntities(listDataEntitiesRequest) {
4328
5023
  return __awaiter(this, void 0, void 0, function* () {
@@ -4348,7 +5043,8 @@ class DataIntegrationClient {
4348
5043
  "Content-Type": common.Constants.APPLICATION_JSON,
4349
5044
  "opc-request-id": listDataEntitiesRequest.opcRequestId
4350
5045
  };
4351
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listDataEntitiesRequest.retryConfiguration);
5046
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5047
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataEntitiesRequest.retryConfiguration, specRetryConfiguration);
4352
5048
  if (this.logger)
4353
5049
  retrier.logger = this.logger;
4354
5050
  const request = yield oci_common_2.composeRequest({
@@ -4400,10 +5096,11 @@ class DataIntegrationClient {
4400
5096
  }
4401
5097
  /**
4402
5098
  * Retrieves a list of data flow validations within the specified workspace.
5099
+ * This operation does not retry by default if the user has not defined a retry configuration.
4403
5100
  * @param ListDataFlowValidationsRequest
4404
5101
  * @return ListDataFlowValidationsResponse
4405
5102
  * @throws OciError when an error occurs
4406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
5103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
4407
5104
  */
4408
5105
  listDataFlowValidations(listDataFlowValidationsRequest) {
4409
5106
  return __awaiter(this, void 0, void 0, function* () {
@@ -4426,7 +5123,8 @@ class DataIntegrationClient {
4426
5123
  "Content-Type": common.Constants.APPLICATION_JSON,
4427
5124
  "opc-request-id": listDataFlowValidationsRequest.opcRequestId
4428
5125
  };
4429
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listDataFlowValidationsRequest.retryConfiguration);
5126
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5127
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataFlowValidationsRequest.retryConfiguration, specRetryConfiguration);
4430
5128
  if (this.logger)
4431
5129
  retrier.logger = this.logger;
4432
5130
  const request = yield oci_common_2.composeRequest({
@@ -4479,10 +5177,11 @@ class DataIntegrationClient {
4479
5177
  /**
4480
5178
  * Retrieves a list of data flows in a project or folder.
4481
5179
  *
5180
+ * This operation does not retry by default if the user has not defined a retry configuration.
4482
5181
  * @param ListDataFlowsRequest
4483
5182
  * @return ListDataFlowsResponse
4484
5183
  * @throws OciError when an error occurs
4485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
5184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
4486
5185
  */
4487
5186
  listDataFlows(listDataFlowsRequest) {
4488
5187
  return __awaiter(this, void 0, void 0, function* () {
@@ -4505,7 +5204,8 @@ class DataIntegrationClient {
4505
5204
  "Content-Type": common.Constants.APPLICATION_JSON,
4506
5205
  "opc-request-id": listDataFlowsRequest.opcRequestId
4507
5206
  };
4508
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listDataFlowsRequest.retryConfiguration);
5207
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5208
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataFlowsRequest.retryConfiguration, specRetryConfiguration);
4509
5209
  if (this.logger)
4510
5210
  retrier.logger = this.logger;
4511
5211
  const request = yield oci_common_2.composeRequest({
@@ -4557,10 +5257,11 @@ class DataIntegrationClient {
4557
5257
  }
4558
5258
  /**
4559
5259
  * Retrieves a list of all dependent objects for a specific application.
5260
+ * This operation does not retry by default if the user has not defined a retry configuration.
4560
5261
  * @param ListDependentObjectsRequest
4561
5262
  * @return ListDependentObjectsResponse
4562
5263
  * @throws OciError when an error occurs
4563
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
5264
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
4564
5265
  */
4565
5266
  listDependentObjects(listDependentObjectsRequest) {
4566
5267
  return __awaiter(this, void 0, void 0, function* () {
@@ -4573,6 +5274,7 @@ class DataIntegrationClient {
4573
5274
  const queryParams = {
4574
5275
  "fields": listDependentObjectsRequest.fields,
4575
5276
  "name": listDependentObjectsRequest.name,
5277
+ "nameContains": listDependentObjectsRequest.nameContains,
4576
5278
  "identifier": listDependentObjectsRequest.identifier,
4577
5279
  "type": listDependentObjectsRequest.type,
4578
5280
  "typeInSubtree": listDependentObjectsRequest.typeInSubtree,
@@ -4585,7 +5287,8 @@ class DataIntegrationClient {
4585
5287
  "Content-Type": common.Constants.APPLICATION_JSON,
4586
5288
  "opc-request-id": listDependentObjectsRequest.opcRequestId
4587
5289
  };
4588
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listDependentObjectsRequest.retryConfiguration);
5290
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5291
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDependentObjectsRequest.retryConfiguration, specRetryConfiguration);
4589
5292
  if (this.logger)
4590
5293
  retrier.logger = this.logger;
4591
5294
  const request = yield oci_common_2.composeRequest({
@@ -4638,10 +5341,11 @@ class DataIntegrationClient {
4638
5341
  /**
4639
5342
  * Retrieves a lists of external publication validations in a workspace and provides options to filter the list.
4640
5343
  *
5344
+ * This operation does not retry by default if the user has not defined a retry configuration.
4641
5345
  * @param ListExternalPublicationValidationsRequest
4642
5346
  * @return ListExternalPublicationValidationsResponse
4643
5347
  * @throws OciError when an error occurs
4644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
5348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
4645
5349
  */
4646
5350
  listExternalPublicationValidations(listExternalPublicationValidationsRequest) {
4647
5351
  return __awaiter(this, void 0, void 0, function* () {
@@ -4664,7 +5368,8 @@ class DataIntegrationClient {
4664
5368
  "Content-Type": common.Constants.APPLICATION_JSON,
4665
5369
  "opc-request-id": listExternalPublicationValidationsRequest.opcRequestId
4666
5370
  };
4667
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listExternalPublicationValidationsRequest.retryConfiguration);
5371
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5372
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExternalPublicationValidationsRequest.retryConfiguration, specRetryConfiguration);
4668
5373
  if (this.logger)
4669
5374
  retrier.logger = this.logger;
4670
5375
  const request = yield oci_common_2.composeRequest({
@@ -4716,10 +5421,11 @@ class DataIntegrationClient {
4716
5421
  }
4717
5422
  /**
4718
5423
  * Retrieves a list of external publications in an application and provides options to filter the list.
5424
+ * This operation does not retry by default if the user has not defined a retry configuration.
4719
5425
  * @param ListExternalPublicationsRequest
4720
5426
  * @return ListExternalPublicationsResponse
4721
5427
  * @throws OciError when an error occurs
4722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
5428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
4723
5429
  */
4724
5430
  listExternalPublications(listExternalPublicationsRequest) {
4725
5431
  return __awaiter(this, void 0, void 0, function* () {
@@ -4741,7 +5447,8 @@ class DataIntegrationClient {
4741
5447
  "Content-Type": common.Constants.APPLICATION_JSON,
4742
5448
  "opc-request-id": listExternalPublicationsRequest.opcRequestId
4743
5449
  };
4744
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listExternalPublicationsRequest.retryConfiguration);
5450
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5451
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExternalPublicationsRequest.retryConfiguration, specRetryConfiguration);
4745
5452
  if (this.logger)
4746
5453
  retrier.logger = this.logger;
4747
5454
  const request = yield oci_common_2.composeRequest({
@@ -4794,10 +5501,11 @@ class DataIntegrationClient {
4794
5501
  /**
4795
5502
  * Retrieves a list of folders in a project and provides options to filter the list.
4796
5503
  *
5504
+ * This operation does not retry by default if the user has not defined a retry configuration.
4797
5505
  * @param ListFoldersRequest
4798
5506
  * @return ListFoldersResponse
4799
5507
  * @throws OciError when an error occurs
4800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
5508
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
4801
5509
  */
4802
5510
  listFolders(listFoldersRequest) {
4803
5511
  return __awaiter(this, void 0, void 0, function* () {
@@ -4810,6 +5518,7 @@ class DataIntegrationClient {
4810
5518
  "aggregatorKey": listFoldersRequest.aggregatorKey,
4811
5519
  "fields": listFoldersRequest.fields,
4812
5520
  "name": listFoldersRequest.name,
5521
+ "nameContains": listFoldersRequest.nameContains,
4813
5522
  "identifier": listFoldersRequest.identifier,
4814
5523
  "page": listFoldersRequest.page,
4815
5524
  "limit": listFoldersRequest.limit,
@@ -4820,7 +5529,8 @@ class DataIntegrationClient {
4820
5529
  "Content-Type": common.Constants.APPLICATION_JSON,
4821
5530
  "opc-request-id": listFoldersRequest.opcRequestId
4822
5531
  };
4823
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listFoldersRequest.retryConfiguration);
5532
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5533
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFoldersRequest.retryConfiguration, specRetryConfiguration);
4824
5534
  if (this.logger)
4825
5535
  retrier.logger = this.logger;
4826
5536
  const request = yield oci_common_2.composeRequest({
@@ -4871,11 +5581,93 @@ class DataIntegrationClient {
4871
5581
  });
4872
5582
  }
4873
5583
  /**
4874
- * Retrieves a list of patches in an application and provides options to filter the list.
5584
+ * Retrieves a list of function libraries in a project and provides options to filter the list.
5585
+ *
5586
+ * This operation does not retry by default if the user has not defined a retry configuration.
5587
+ * @param ListFunctionLibrariesRequest
5588
+ * @return ListFunctionLibrariesResponse
5589
+ * @throws OciError when an error occurs
5590
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
5591
+ */
5592
+ listFunctionLibraries(listFunctionLibrariesRequest) {
5593
+ return __awaiter(this, void 0, void 0, function* () {
5594
+ if (this.logger)
5595
+ this.logger.debug("Calling operation DataIntegrationClient#listFunctionLibraries.");
5596
+ const pathParams = {
5597
+ "{workspaceId}": listFunctionLibrariesRequest.workspaceId
5598
+ };
5599
+ const queryParams = {
5600
+ "aggregatorKey": listFunctionLibrariesRequest.aggregatorKey,
5601
+ "fields": listFunctionLibrariesRequest.fields,
5602
+ "name": listFunctionLibrariesRequest.name,
5603
+ "identifier": listFunctionLibrariesRequest.identifier,
5604
+ "page": listFunctionLibrariesRequest.page,
5605
+ "limit": listFunctionLibrariesRequest.limit,
5606
+ "sortOrder": listFunctionLibrariesRequest.sortOrder,
5607
+ "sortBy": listFunctionLibrariesRequest.sortBy
5608
+ };
5609
+ let headerParams = {
5610
+ "Content-Type": common.Constants.APPLICATION_JSON,
5611
+ "opc-request-id": listFunctionLibrariesRequest.opcRequestId
5612
+ };
5613
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5614
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFunctionLibrariesRequest.retryConfiguration, specRetryConfiguration);
5615
+ if (this.logger)
5616
+ retrier.logger = this.logger;
5617
+ const request = yield oci_common_2.composeRequest({
5618
+ baseEndpoint: this._endpoint,
5619
+ defaultHeaders: this._defaultHeaders,
5620
+ path: "/workspaces/{workspaceId}/functionLibraries",
5621
+ method: "GET",
5622
+ pathParams: pathParams,
5623
+ headerParams: headerParams,
5624
+ queryParams: queryParams
5625
+ });
5626
+ try {
5627
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
5628
+ const sdkResponse = oci_common_2.composeResponse({
5629
+ responseObject: {},
5630
+ body: yield response.json(),
5631
+ bodyKey: "functionLibrarySummaryCollection",
5632
+ bodyModel: model.FunctionLibrarySummaryCollection,
5633
+ type: "model.FunctionLibrarySummaryCollection",
5634
+ responseHeaders: [
5635
+ {
5636
+ value: response.headers.get("opc-request-id"),
5637
+ key: "opcRequestId",
5638
+ dataType: "string"
5639
+ },
5640
+ {
5641
+ value: response.headers.get("opc-next-page"),
5642
+ key: "opcNextPage",
5643
+ dataType: "string"
5644
+ },
5645
+ {
5646
+ value: response.headers.get("opc-prev-page"),
5647
+ key: "opcPrevPage",
5648
+ dataType: "string"
5649
+ },
5650
+ {
5651
+ value: response.headers.get("opc-total-items"),
5652
+ key: "opcTotalItems",
5653
+ dataType: "number"
5654
+ }
5655
+ ]
5656
+ });
5657
+ return sdkResponse;
5658
+ }
5659
+ catch (err) {
5660
+ throw err;
5661
+ }
5662
+ });
5663
+ }
5664
+ /**
5665
+ * Retrieves a list of patches in an application and provides options to filter the list.
5666
+ * This operation does not retry by default if the user has not defined a retry configuration.
4875
5667
  * @param ListPatchChangesRequest
4876
5668
  * @return ListPatchChangesResponse
4877
5669
  * @throws OciError when an error occurs
4878
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
5670
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
4879
5671
  */
4880
5672
  listPatchChanges(listPatchChangesRequest) {
4881
5673
  return __awaiter(this, void 0, void 0, function* () {
@@ -4898,7 +5690,8 @@ class DataIntegrationClient {
4898
5690
  "Content-Type": common.Constants.APPLICATION_JSON,
4899
5691
  "opc-request-id": listPatchChangesRequest.opcRequestId
4900
5692
  };
4901
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listPatchChangesRequest.retryConfiguration);
5693
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5694
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPatchChangesRequest.retryConfiguration, specRetryConfiguration);
4902
5695
  if (this.logger)
4903
5696
  retrier.logger = this.logger;
4904
5697
  const request = yield oci_common_2.composeRequest({
@@ -4950,10 +5743,11 @@ class DataIntegrationClient {
4950
5743
  }
4951
5744
  /**
4952
5745
  * Retrieves a list of patches in an application and provides options to filter the list. For listing changes based on a period and logical objects changed, see ListPatchChanges API.
5746
+ * This operation does not retry by default if the user has not defined a retry configuration.
4953
5747
  * @param ListPatchesRequest
4954
5748
  * @return ListPatchesResponse
4955
5749
  * @throws OciError when an error occurs
4956
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
5750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
4957
5751
  */
4958
5752
  listPatches(listPatchesRequest) {
4959
5753
  return __awaiter(this, void 0, void 0, function* () {
@@ -4976,7 +5770,8 @@ class DataIntegrationClient {
4976
5770
  "Content-Type": common.Constants.APPLICATION_JSON,
4977
5771
  "opc-request-id": listPatchesRequest.opcRequestId
4978
5772
  };
4979
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listPatchesRequest.retryConfiguration);
5773
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5774
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPatchesRequest.retryConfiguration, specRetryConfiguration);
4980
5775
  if (this.logger)
4981
5776
  retrier.logger = this.logger;
4982
5777
  const request = yield oci_common_2.composeRequest({
@@ -5028,10 +5823,11 @@ class DataIntegrationClient {
5028
5823
  }
5029
5824
  /**
5030
5825
  * Retrieves a list of pipeline validations within the specified workspace.
5826
+ * This operation does not retry by default if the user has not defined a retry configuration.
5031
5827
  * @param ListPipelineValidationsRequest
5032
5828
  * @return ListPipelineValidationsResponse
5033
5829
  * @throws OciError when an error occurs
5034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
5830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
5035
5831
  */
5036
5832
  listPipelineValidations(listPipelineValidationsRequest) {
5037
5833
  return __awaiter(this, void 0, void 0, function* () {
@@ -5054,7 +5850,8 @@ class DataIntegrationClient {
5054
5850
  "Content-Type": common.Constants.APPLICATION_JSON,
5055
5851
  "opc-request-id": listPipelineValidationsRequest.opcRequestId
5056
5852
  };
5057
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listPipelineValidationsRequest.retryConfiguration);
5853
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5854
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPipelineValidationsRequest.retryConfiguration, specRetryConfiguration);
5058
5855
  if (this.logger)
5059
5856
  retrier.logger = this.logger;
5060
5857
  const request = yield oci_common_2.composeRequest({
@@ -5107,10 +5904,11 @@ class DataIntegrationClient {
5107
5904
  /**
5108
5905
  * Retrieves a list of pipelines in a project or folder from within a workspace, the query parameter specifies the project or folder.
5109
5906
  *
5907
+ * This operation does not retry by default if the user has not defined a retry configuration.
5110
5908
  * @param ListPipelinesRequest
5111
5909
  * @return ListPipelinesResponse
5112
5910
  * @throws OciError when an error occurs
5113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
5911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
5114
5912
  */
5115
5913
  listPipelines(listPipelinesRequest) {
5116
5914
  return __awaiter(this, void 0, void 0, function* () {
@@ -5133,7 +5931,8 @@ class DataIntegrationClient {
5133
5931
  "Content-Type": common.Constants.APPLICATION_JSON,
5134
5932
  "opc-request-id": listPipelinesRequest.opcRequestId
5135
5933
  };
5136
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listPipelinesRequest.retryConfiguration);
5934
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
5935
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPipelinesRequest.retryConfiguration, specRetryConfiguration);
5137
5936
  if (this.logger)
5138
5937
  retrier.logger = this.logger;
5139
5938
  const request = yield oci_common_2.composeRequest({
@@ -5186,10 +5985,11 @@ class DataIntegrationClient {
5186
5985
  /**
5187
5986
  * Retrieves a lists of projects in a workspace and provides options to filter the list.
5188
5987
  *
5988
+ * This operation does not retry by default if the user has not defined a retry configuration.
5189
5989
  * @param ListProjectsRequest
5190
5990
  * @return ListProjectsResponse
5191
5991
  * @throws OciError when an error occurs
5192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
5992
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
5193
5993
  */
5194
5994
  listProjects(listProjectsRequest) {
5195
5995
  return __awaiter(this, void 0, void 0, function* () {
@@ -5201,6 +6001,7 @@ class DataIntegrationClient {
5201
6001
  const queryParams = {
5202
6002
  "fields": listProjectsRequest.fields,
5203
6003
  "name": listProjectsRequest.name,
6004
+ "nameContains": listProjectsRequest.nameContains,
5204
6005
  "identifier": listProjectsRequest.identifier,
5205
6006
  "page": listProjectsRequest.page,
5206
6007
  "limit": listProjectsRequest.limit,
@@ -5211,7 +6012,8 @@ class DataIntegrationClient {
5211
6012
  "Content-Type": common.Constants.APPLICATION_JSON,
5212
6013
  "opc-request-id": listProjectsRequest.opcRequestId
5213
6014
  };
5214
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listProjectsRequest.retryConfiguration);
6015
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6016
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listProjectsRequest.retryConfiguration, specRetryConfiguration);
5215
6017
  if (this.logger)
5216
6018
  retrier.logger = this.logger;
5217
6019
  const request = yield oci_common_2.composeRequest({
@@ -5263,10 +6065,11 @@ class DataIntegrationClient {
5263
6065
  }
5264
6066
  /**
5265
6067
  * Retrieves a list of all the published objects for a specified application.
6068
+ * This operation does not retry by default if the user has not defined a retry configuration.
5266
6069
  * @param ListPublishedObjectsRequest
5267
6070
  * @return ListPublishedObjectsResponse
5268
6071
  * @throws OciError when an error occurs
5269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
6072
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
5270
6073
  */
5271
6074
  listPublishedObjects(listPublishedObjectsRequest) {
5272
6075
  return __awaiter(this, void 0, void 0, function* () {
@@ -5279,6 +6082,8 @@ class DataIntegrationClient {
5279
6082
  const queryParams = {
5280
6083
  "fields": listPublishedObjectsRequest.fields,
5281
6084
  "name": listPublishedObjectsRequest.name,
6085
+ "nameStartsWith": listPublishedObjectsRequest.nameStartsWith,
6086
+ "nameContains": listPublishedObjectsRequest.nameContains,
5282
6087
  "identifier": listPublishedObjectsRequest.identifier,
5283
6088
  "type": listPublishedObjectsRequest.type,
5284
6089
  "typeInSubtree": listPublishedObjectsRequest.typeInSubtree,
@@ -5291,7 +6096,8 @@ class DataIntegrationClient {
5291
6096
  "Content-Type": common.Constants.APPLICATION_JSON,
5292
6097
  "opc-request-id": listPublishedObjectsRequest.opcRequestId
5293
6098
  };
5294
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listPublishedObjectsRequest.retryConfiguration);
6099
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6100
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPublishedObjectsRequest.retryConfiguration, specRetryConfiguration);
5295
6101
  if (this.logger)
5296
6102
  retrier.logger = this.logger;
5297
6103
  const request = yield oci_common_2.composeRequest({
@@ -5343,10 +6149,11 @@ class DataIntegrationClient {
5343
6149
  }
5344
6150
  /**
5345
6151
  * Retrieves a list of references in an application. Reference objects are created when dataflows and tasks use objects, such as data assets and connections.
6152
+ * This operation does not retry by default if the user has not defined a retry configuration.
5346
6153
  * @param ListReferencesRequest
5347
6154
  * @return ListReferencesResponse
5348
6155
  * @throws OciError when an error occurs
5349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
6156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
5350
6157
  */
5351
6158
  listReferences(listReferencesRequest) {
5352
6159
  return __awaiter(this, void 0, void 0, function* () {
@@ -5367,7 +6174,8 @@ class DataIntegrationClient {
5367
6174
  "Content-Type": common.Constants.APPLICATION_JSON,
5368
6175
  "opc-request-id": listReferencesRequest.opcRequestId
5369
6176
  };
5370
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listReferencesRequest.retryConfiguration);
6177
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6178
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listReferencesRequest.retryConfiguration, specRetryConfiguration);
5371
6179
  if (this.logger)
5372
6180
  retrier.logger = this.logger;
5373
6181
  const request = yield oci_common_2.composeRequest({
@@ -5425,10 +6233,11 @@ class DataIntegrationClient {
5425
6233
  /**
5426
6234
  * Use this endpoint to list schedules.
5427
6235
  *
6236
+ * This operation does not retry by default if the user has not defined a retry configuration.
5428
6237
  * @param ListSchedulesRequest
5429
6238
  * @return ListSchedulesResponse
5430
6239
  * @throws OciError when an error occurs
5431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
6240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
5432
6241
  */
5433
6242
  listSchedules(listSchedulesRequest) {
5434
6243
  return __awaiter(this, void 0, void 0, function* () {
@@ -5452,7 +6261,8 @@ class DataIntegrationClient {
5452
6261
  "Content-Type": common.Constants.APPLICATION_JSON,
5453
6262
  "opc-request-id": listSchedulesRequest.opcRequestId
5454
6263
  };
5455
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listSchedulesRequest.retryConfiguration);
6264
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6265
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSchedulesRequest.retryConfiguration, specRetryConfiguration);
5456
6266
  if (this.logger)
5457
6267
  retrier.logger = this.logger;
5458
6268
  const request = yield oci_common_2.composeRequest({
@@ -5504,10 +6314,11 @@ class DataIntegrationClient {
5504
6314
  }
5505
6315
  /**
5506
6316
  * Retrieves a list of all the schemas that can be accessed using the specified connection.
6317
+ * This operation does not retry by default if the user has not defined a retry configuration.
5507
6318
  * @param ListSchemasRequest
5508
6319
  * @return ListSchemasResponse
5509
6320
  * @throws OciError when an error occurs
5510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
6321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
5511
6322
  */
5512
6323
  listSchemas(listSchemasRequest) {
5513
6324
  return __awaiter(this, void 0, void 0, function* () {
@@ -5531,7 +6342,8 @@ class DataIntegrationClient {
5531
6342
  "Content-Type": common.Constants.APPLICATION_JSON,
5532
6343
  "opc-request-id": listSchemasRequest.opcRequestId
5533
6344
  };
5534
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listSchemasRequest.retryConfiguration);
6345
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6346
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSchemasRequest.retryConfiguration, specRetryConfiguration);
5535
6347
  if (this.logger)
5536
6348
  retrier.logger = this.logger;
5537
6349
  const request = yield oci_common_2.composeRequest({
@@ -5583,10 +6395,11 @@ class DataIntegrationClient {
5583
6395
  }
5584
6396
  /**
5585
6397
  * Gets log entries for task runs using its key.
6398
+ * This operation does not retry by default if the user has not defined a retry configuration.
5586
6399
  * @param ListTaskRunLogsRequest
5587
6400
  * @return ListTaskRunLogsResponse
5588
6401
  * @throws OciError when an error occurs
5589
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
6402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
5590
6403
  */
5591
6404
  listTaskRunLogs(listTaskRunLogsRequest) {
5592
6405
  return __awaiter(this, void 0, void 0, function* () {
@@ -5607,7 +6420,8 @@ class DataIntegrationClient {
5607
6420
  "Content-Type": common.Constants.APPLICATION_JSON,
5608
6421
  "opc-request-id": listTaskRunLogsRequest.opcRequestId
5609
6422
  };
5610
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listTaskRunLogsRequest.retryConfiguration);
6423
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6424
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTaskRunLogsRequest.retryConfiguration, specRetryConfiguration);
5611
6425
  if (this.logger)
5612
6426
  retrier.logger = this.logger;
5613
6427
  const request = yield oci_common_2.composeRequest({
@@ -5658,6 +6472,7 @@ class DataIntegrationClient {
5658
6472
  });
5659
6473
  }
5660
6474
  /**
6475
+ * NOTE: This function is deprecated in favor of listTaskRunLogsRecordIterator function.
5661
6476
  * Creates a new async iterator which will iterate over the models.TaskRunLogSummary objects
5662
6477
  * contained in responses from the listTaskRunLogs operation. This iterator will fetch more data from the
5663
6478
  * server as needed.
@@ -5668,6 +6483,7 @@ class DataIntegrationClient {
5668
6483
  return oci_common_1.paginateRecords(request, req => this.listTaskRunLogs(req));
5669
6484
  }
5670
6485
  /**
6486
+ * NOTE: This function is deprecated in favor of listTaskRunLogsResponseIterator function.
5671
6487
  * Creates a new async iterator which will iterate over the responses received from the listTaskRunLogs operation. This iterator
5672
6488
  * will fetch more data from the server as needed.
5673
6489
  *
@@ -5676,12 +6492,32 @@ class DataIntegrationClient {
5676
6492
  listAllTaskRunLogsResponses(request) {
5677
6493
  return oci_common_1.paginateResponses(request, req => this.listTaskRunLogs(req));
5678
6494
  }
6495
+ /**
6496
+ * Creates a new async iterator which will iterate over the models.TaskRunLogSummary objects
6497
+ * contained in responses from the listTaskRunLogs operation. This iterator will fetch more data from the
6498
+ * server as needed.
6499
+ *
6500
+ * @param request a request which can be sent to the service operation
6501
+ */
6502
+ listTaskRunLogsRecordIterator(request) {
6503
+ return oci_common_1.paginateRecords(request, req => this.listTaskRunLogs(req));
6504
+ }
6505
+ /**
6506
+ * Creates a new async iterator which will iterate over the responses received from the listTaskRunLogs operation. This iterator
6507
+ * will fetch more data from the server as needed.
6508
+ *
6509
+ * @param request a request which can be sent to the service operation
6510
+ */
6511
+ listTaskRunLogsResponseIterator(request) {
6512
+ return oci_common_1.paginateResponses(request, req => this.listTaskRunLogs(req));
6513
+ }
5679
6514
  /**
5680
6515
  * Retrieves a list of task runs and provides options to filter the list.
6516
+ * This operation does not retry by default if the user has not defined a retry configuration.
5681
6517
  * @param ListTaskRunsRequest
5682
6518
  * @return ListTaskRunsResponse
5683
6519
  * @throws OciError when an error occurs
5684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
6520
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
5685
6521
  */
5686
6522
  listTaskRuns(listTaskRunsRequest) {
5687
6523
  return __awaiter(this, void 0, void 0, function* () {
@@ -5701,13 +6537,15 @@ class DataIntegrationClient {
5701
6537
  "limit": listTaskRunsRequest.limit,
5702
6538
  "sortOrder": listTaskRunsRequest.sortOrder,
5703
6539
  "sortBy": listTaskRunsRequest.sortBy,
5704
- "filter": listTaskRunsRequest.filter
6540
+ "filter": listTaskRunsRequest.filter,
6541
+ "nameStartsWith": listTaskRunsRequest.nameStartsWith
5705
6542
  };
5706
6543
  let headerParams = {
5707
6544
  "Content-Type": common.Constants.APPLICATION_JSON,
5708
6545
  "opc-request-id": listTaskRunsRequest.opcRequestId
5709
6546
  };
5710
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listTaskRunsRequest.retryConfiguration);
6547
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6548
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTaskRunsRequest.retryConfiguration, specRetryConfiguration);
5711
6549
  if (this.logger)
5712
6550
  retrier.logger = this.logger;
5713
6551
  const request = yield oci_common_2.composeRequest({
@@ -5760,10 +6598,11 @@ class DataIntegrationClient {
5760
6598
  /**
5761
6599
  * This endpoint can be used to get the list of all the TaskSchedule objects.
5762
6600
  *
6601
+ * This operation does not retry by default if the user has not defined a retry configuration.
5763
6602
  * @param ListTaskSchedulesRequest
5764
6603
  * @return ListTaskSchedulesResponse
5765
6604
  * @throws OciError when an error occurs
5766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
6605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
5767
6606
  */
5768
6607
  listTaskSchedules(listTaskSchedulesRequest) {
5769
6608
  return __awaiter(this, void 0, void 0, function* () {
@@ -5788,7 +6627,8 @@ class DataIntegrationClient {
5788
6627
  "Content-Type": common.Constants.APPLICATION_JSON,
5789
6628
  "opc-request-id": listTaskSchedulesRequest.opcRequestId
5790
6629
  };
5791
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listTaskSchedulesRequest.retryConfiguration);
6630
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6631
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTaskSchedulesRequest.retryConfiguration, specRetryConfiguration);
5792
6632
  if (this.logger)
5793
6633
  retrier.logger = this.logger;
5794
6634
  const request = yield oci_common_2.composeRequest({
@@ -5841,10 +6681,11 @@ class DataIntegrationClient {
5841
6681
  /**
5842
6682
  * Retrieves a list of task validations within the specified workspace.
5843
6683
  *
6684
+ * This operation does not retry by default if the user has not defined a retry configuration.
5844
6685
  * @param ListTaskValidationsRequest
5845
6686
  * @return ListTaskValidationsResponse
5846
6687
  * @throws OciError when an error occurs
5847
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
6688
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
5848
6689
  */
5849
6690
  listTaskValidations(listTaskValidationsRequest) {
5850
6691
  return __awaiter(this, void 0, void 0, function* () {
@@ -5867,7 +6708,8 @@ class DataIntegrationClient {
5867
6708
  "Content-Type": common.Constants.APPLICATION_JSON,
5868
6709
  "opc-request-id": listTaskValidationsRequest.opcRequestId
5869
6710
  };
5870
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listTaskValidationsRequest.retryConfiguration);
6711
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6712
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTaskValidationsRequest.retryConfiguration, specRetryConfiguration);
5871
6713
  if (this.logger)
5872
6714
  retrier.logger = this.logger;
5873
6715
  const request = yield oci_common_2.composeRequest({
@@ -5920,10 +6762,11 @@ class DataIntegrationClient {
5920
6762
  /**
5921
6763
  * Retrieves a list of all tasks in a specified project or folder.
5922
6764
  *
6765
+ * This operation does not retry by default if the user has not defined a retry configuration.
5923
6766
  * @param ListTasksRequest
5924
6767
  * @return ListTasksResponse
5925
6768
  * @throws OciError when an error occurs
5926
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
6769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
5927
6770
  */
5928
6771
  listTasks(listTasksRequest) {
5929
6772
  return __awaiter(this, void 0, void 0, function* () {
@@ -5948,7 +6791,8 @@ class DataIntegrationClient {
5948
6791
  "Content-Type": common.Constants.APPLICATION_JSON,
5949
6792
  "opc-request-id": listTasksRequest.opcRequestId
5950
6793
  };
5951
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listTasksRequest.retryConfiguration);
6794
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6795
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTasksRequest.retryConfiguration, specRetryConfiguration);
5952
6796
  if (this.logger)
5953
6797
  retrier.logger = this.logger;
5954
6798
  const request = yield oci_common_2.composeRequest({
@@ -5998,13 +6842,175 @@ class DataIntegrationClient {
5998
6842
  }
5999
6843
  });
6000
6844
  }
6845
+ /**
6846
+ * Retrieves a list of UserDefinedFunctionvalidations within the specified workspace.
6847
+ * This operation does not retry by default if the user has not defined a retry configuration.
6848
+ * @param ListUserDefinedFunctionValidationsRequest
6849
+ * @return ListUserDefinedFunctionValidationsResponse
6850
+ * @throws OciError when an error occurs
6851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
6852
+ */
6853
+ listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest) {
6854
+ return __awaiter(this, void 0, void 0, function* () {
6855
+ if (this.logger)
6856
+ this.logger.debug("Calling operation DataIntegrationClient#listUserDefinedFunctionValidations.");
6857
+ const pathParams = {
6858
+ "{workspaceId}": listUserDefinedFunctionValidationsRequest.workspaceId
6859
+ };
6860
+ const queryParams = {
6861
+ "key": listUserDefinedFunctionValidationsRequest.key,
6862
+ "name": listUserDefinedFunctionValidationsRequest.name,
6863
+ "identifier": listUserDefinedFunctionValidationsRequest.identifier,
6864
+ "fields": listUserDefinedFunctionValidationsRequest.fields,
6865
+ "page": listUserDefinedFunctionValidationsRequest.page,
6866
+ "limit": listUserDefinedFunctionValidationsRequest.limit,
6867
+ "sortBy": listUserDefinedFunctionValidationsRequest.sortBy,
6868
+ "sortOrder": listUserDefinedFunctionValidationsRequest.sortOrder
6869
+ };
6870
+ let headerParams = {
6871
+ "Content-Type": common.Constants.APPLICATION_JSON,
6872
+ "opc-request-id": listUserDefinedFunctionValidationsRequest.opcRequestId
6873
+ };
6874
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6875
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listUserDefinedFunctionValidationsRequest.retryConfiguration, specRetryConfiguration);
6876
+ if (this.logger)
6877
+ retrier.logger = this.logger;
6878
+ const request = yield oci_common_2.composeRequest({
6879
+ baseEndpoint: this._endpoint,
6880
+ defaultHeaders: this._defaultHeaders,
6881
+ path: "/workspaces/{workspaceId}/userDefinedFunctionValidations",
6882
+ method: "GET",
6883
+ pathParams: pathParams,
6884
+ headerParams: headerParams,
6885
+ queryParams: queryParams
6886
+ });
6887
+ try {
6888
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
6889
+ const sdkResponse = oci_common_2.composeResponse({
6890
+ responseObject: {},
6891
+ body: yield response.json(),
6892
+ bodyKey: "userDefinedFunctionValidationSummaryCollection",
6893
+ bodyModel: model.UserDefinedFunctionValidationSummaryCollection,
6894
+ type: "model.UserDefinedFunctionValidationSummaryCollection",
6895
+ responseHeaders: [
6896
+ {
6897
+ value: response.headers.get("opc-request-id"),
6898
+ key: "opcRequestId",
6899
+ dataType: "string"
6900
+ },
6901
+ {
6902
+ value: response.headers.get("opc-next-page"),
6903
+ key: "opcNextPage",
6904
+ dataType: "string"
6905
+ },
6906
+ {
6907
+ value: response.headers.get("opc-prev-page"),
6908
+ key: "opcPrevPage",
6909
+ dataType: "string"
6910
+ },
6911
+ {
6912
+ value: response.headers.get("opc-total-items"),
6913
+ key: "opcTotalItems",
6914
+ dataType: "number"
6915
+ }
6916
+ ]
6917
+ });
6918
+ return sdkResponse;
6919
+ }
6920
+ catch (err) {
6921
+ throw err;
6922
+ }
6923
+ });
6924
+ }
6925
+ /**
6926
+ * Retrieves a list of UserDefinedFunctions in a function library.
6927
+ *
6928
+ * This operation does not retry by default if the user has not defined a retry configuration.
6929
+ * @param ListUserDefinedFunctionsRequest
6930
+ * @return ListUserDefinedFunctionsResponse
6931
+ * @throws OciError when an error occurs
6932
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
6933
+ */
6934
+ listUserDefinedFunctions(listUserDefinedFunctionsRequest) {
6935
+ return __awaiter(this, void 0, void 0, function* () {
6936
+ if (this.logger)
6937
+ this.logger.debug("Calling operation DataIntegrationClient#listUserDefinedFunctions.");
6938
+ const pathParams = {
6939
+ "{workspaceId}": listUserDefinedFunctionsRequest.workspaceId
6940
+ };
6941
+ const queryParams = {
6942
+ "functionLibraryKey": listUserDefinedFunctionsRequest.functionLibraryKey,
6943
+ "fields": listUserDefinedFunctionsRequest.fields,
6944
+ "name": listUserDefinedFunctionsRequest.name,
6945
+ "identifier": listUserDefinedFunctionsRequest.identifier,
6946
+ "limit": listUserDefinedFunctionsRequest.limit,
6947
+ "page": listUserDefinedFunctionsRequest.page,
6948
+ "sortOrder": listUserDefinedFunctionsRequest.sortOrder,
6949
+ "sortBy": listUserDefinedFunctionsRequest.sortBy
6950
+ };
6951
+ let headerParams = {
6952
+ "Content-Type": common.Constants.APPLICATION_JSON,
6953
+ "opc-request-id": listUserDefinedFunctionsRequest.opcRequestId
6954
+ };
6955
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
6956
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listUserDefinedFunctionsRequest.retryConfiguration, specRetryConfiguration);
6957
+ if (this.logger)
6958
+ retrier.logger = this.logger;
6959
+ const request = yield oci_common_2.composeRequest({
6960
+ baseEndpoint: this._endpoint,
6961
+ defaultHeaders: this._defaultHeaders,
6962
+ path: "/workspaces/{workspaceId}/userDefinedFunctions",
6963
+ method: "GET",
6964
+ pathParams: pathParams,
6965
+ headerParams: headerParams,
6966
+ queryParams: queryParams
6967
+ });
6968
+ try {
6969
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
6970
+ const sdkResponse = oci_common_2.composeResponse({
6971
+ responseObject: {},
6972
+ body: yield response.json(),
6973
+ bodyKey: "userDefinedFunctionSummaryCollection",
6974
+ bodyModel: model.UserDefinedFunctionSummaryCollection,
6975
+ type: "model.UserDefinedFunctionSummaryCollection",
6976
+ responseHeaders: [
6977
+ {
6978
+ value: response.headers.get("opc-request-id"),
6979
+ key: "opcRequestId",
6980
+ dataType: "string"
6981
+ },
6982
+ {
6983
+ value: response.headers.get("opc-next-page"),
6984
+ key: "opcNextPage",
6985
+ dataType: "string"
6986
+ },
6987
+ {
6988
+ value: response.headers.get("opc-prev-page"),
6989
+ key: "opcPrevPage",
6990
+ dataType: "string"
6991
+ },
6992
+ {
6993
+ value: response.headers.get("opc-total-items"),
6994
+ key: "opcTotalItems",
6995
+ dataType: "number"
6996
+ }
6997
+ ]
6998
+ });
6999
+ return sdkResponse;
7000
+ }
7001
+ catch (err) {
7002
+ throw err;
7003
+ }
7004
+ });
7005
+ }
6001
7006
  /**
6002
7007
  * Retrieves a paginated list of errors for a given work request.
6003
7008
  *
7009
+ * This operation does not retry by default if the user has not defined a retry configuration.
6004
7010
  * @param ListWorkRequestErrorsRequest
6005
7011
  * @return ListWorkRequestErrorsResponse
6006
7012
  * @throws OciError when an error occurs
6007
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
7013
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
6008
7014
  */
6009
7015
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
6010
7016
  return __awaiter(this, void 0, void 0, function* () {
@@ -6023,7 +7029,8 @@ class DataIntegrationClient {
6023
7029
  "Content-Type": common.Constants.APPLICATION_JSON,
6024
7030
  "opc-request-id": listWorkRequestErrorsRequest.opcRequestId
6025
7031
  };
6026
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestErrorsRequest.retryConfiguration);
7032
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7033
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
6027
7034
  if (this.logger)
6028
7035
  retrier.logger = this.logger;
6029
7036
  const request = yield oci_common_2.composeRequest({
@@ -6064,6 +7071,7 @@ class DataIntegrationClient {
6064
7071
  });
6065
7072
  }
6066
7073
  /**
7074
+ * NOTE: This function is deprecated in favor of listWorkRequestErrorsRecordIterator function.
6067
7075
  * Creates a new async iterator which will iterate over the models.WorkRequestError objects
6068
7076
  * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
6069
7077
  * server as needed.
@@ -6074,6 +7082,7 @@ class DataIntegrationClient {
6074
7082
  return oci_common_1.paginateRecords(request, req => this.listWorkRequestErrors(req));
6075
7083
  }
6076
7084
  /**
7085
+ * NOTE: This function is deprecated in favor of listWorkRequestErrorsResponseIterator function.
6077
7086
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
6078
7087
  * will fetch more data from the server as needed.
6079
7088
  *
@@ -6082,13 +7091,33 @@ class DataIntegrationClient {
6082
7091
  listAllWorkRequestErrorsResponses(request) {
6083
7092
  return oci_common_1.paginateResponses(request, req => this.listWorkRequestErrors(req));
6084
7093
  }
7094
+ /**
7095
+ * Creates a new async iterator which will iterate over the models.WorkRequestError objects
7096
+ * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
7097
+ * server as needed.
7098
+ *
7099
+ * @param request a request which can be sent to the service operation
7100
+ */
7101
+ listWorkRequestErrorsRecordIterator(request) {
7102
+ return oci_common_1.paginateRecords(request, req => this.listWorkRequestErrors(req));
7103
+ }
7104
+ /**
7105
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
7106
+ * will fetch more data from the server as needed.
7107
+ *
7108
+ * @param request a request which can be sent to the service operation
7109
+ */
7110
+ listWorkRequestErrorsResponseIterator(request) {
7111
+ return oci_common_1.paginateResponses(request, req => this.listWorkRequestErrors(req));
7112
+ }
6085
7113
  /**
6086
7114
  * Retrieves a paginated list of logs for a given work request.
6087
7115
  *
7116
+ * This operation does not retry by default if the user has not defined a retry configuration.
6088
7117
  * @param ListWorkRequestLogsRequest
6089
7118
  * @return ListWorkRequestLogsResponse
6090
7119
  * @throws OciError when an error occurs
6091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
7120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
6092
7121
  */
6093
7122
  listWorkRequestLogs(listWorkRequestLogsRequest) {
6094
7123
  return __awaiter(this, void 0, void 0, function* () {
@@ -6107,7 +7136,8 @@ class DataIntegrationClient {
6107
7136
  "Content-Type": common.Constants.APPLICATION_JSON,
6108
7137
  "opc-request-id": listWorkRequestLogsRequest.opcRequestId
6109
7138
  };
6110
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestLogsRequest.retryConfiguration);
7139
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7140
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
6111
7141
  if (this.logger)
6112
7142
  retrier.logger = this.logger;
6113
7143
  const request = yield oci_common_2.composeRequest({
@@ -6148,6 +7178,7 @@ class DataIntegrationClient {
6148
7178
  });
6149
7179
  }
6150
7180
  /**
7181
+ * NOTE: This function is deprecated in favor of listWorkRequestLogsRecordIterator function.
6151
7182
  * Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
6152
7183
  * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
6153
7184
  * server as needed.
@@ -6158,6 +7189,7 @@ class DataIntegrationClient {
6158
7189
  return oci_common_1.paginateRecords(request, req => this.listWorkRequestLogs(req));
6159
7190
  }
6160
7191
  /**
7192
+ * NOTE: This function is deprecated in favor of listWorkRequestLogsResponseIterator function.
6161
7193
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
6162
7194
  * will fetch more data from the server as needed.
6163
7195
  *
@@ -6166,13 +7198,33 @@ class DataIntegrationClient {
6166
7198
  listAllWorkRequestLogsResponses(request) {
6167
7199
  return oci_common_1.paginateResponses(request, req => this.listWorkRequestLogs(req));
6168
7200
  }
7201
+ /**
7202
+ * Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
7203
+ * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
7204
+ * server as needed.
7205
+ *
7206
+ * @param request a request which can be sent to the service operation
7207
+ */
7208
+ listWorkRequestLogsRecordIterator(request) {
7209
+ return oci_common_1.paginateRecords(request, req => this.listWorkRequestLogs(req));
7210
+ }
7211
+ /**
7212
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
7213
+ * will fetch more data from the server as needed.
7214
+ *
7215
+ * @param request a request which can be sent to the service operation
7216
+ */
7217
+ listWorkRequestLogsResponseIterator(request) {
7218
+ return oci_common_1.paginateResponses(request, req => this.listWorkRequestLogs(req));
7219
+ }
6169
7220
  /**
6170
7221
  * Lists the work requests in a compartment.
6171
7222
  *
7223
+ * This operation does not retry by default if the user has not defined a retry configuration.
6172
7224
  * @param ListWorkRequestsRequest
6173
7225
  * @return ListWorkRequestsResponse
6174
7226
  * @throws OciError when an error occurs
6175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
7227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
6176
7228
  */
6177
7229
  listWorkRequests(listWorkRequestsRequest) {
6178
7230
  return __awaiter(this, void 0, void 0, function* () {
@@ -6192,7 +7244,8 @@ class DataIntegrationClient {
6192
7244
  "Content-Type": common.Constants.APPLICATION_JSON,
6193
7245
  "opc-request-id": listWorkRequestsRequest.opcRequestId
6194
7246
  };
6195
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkRequestsRequest.retryConfiguration);
7247
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7248
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
6196
7249
  if (this.logger)
6197
7250
  retrier.logger = this.logger;
6198
7251
  const request = yield oci_common_2.composeRequest({
@@ -6233,6 +7286,7 @@ class DataIntegrationClient {
6233
7286
  });
6234
7287
  }
6235
7288
  /**
7289
+ * NOTE: This function is deprecated in favor of listWorkRequestsRecordIterator function.
6236
7290
  * Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
6237
7291
  * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
6238
7292
  * server as needed.
@@ -6243,6 +7297,7 @@ class DataIntegrationClient {
6243
7297
  return oci_common_1.paginateRecords(request, req => this.listWorkRequests(req));
6244
7298
  }
6245
7299
  /**
7300
+ * NOTE: This function is deprecated in favor of listWorkRequestsResponseIterator function.
6246
7301
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
6247
7302
  * will fetch more data from the server as needed.
6248
7303
  *
@@ -6251,13 +7306,33 @@ class DataIntegrationClient {
6251
7306
  listAllWorkRequestsResponses(request) {
6252
7307
  return oci_common_1.paginateResponses(request, req => this.listWorkRequests(req));
6253
7308
  }
7309
+ /**
7310
+ * Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
7311
+ * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
7312
+ * server as needed.
7313
+ *
7314
+ * @param request a request which can be sent to the service operation
7315
+ */
7316
+ listWorkRequestsRecordIterator(request) {
7317
+ return oci_common_1.paginateRecords(request, req => this.listWorkRequests(req));
7318
+ }
7319
+ /**
7320
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
7321
+ * will fetch more data from the server as needed.
7322
+ *
7323
+ * @param request a request which can be sent to the service operation
7324
+ */
7325
+ listWorkRequestsResponseIterator(request) {
7326
+ return oci_common_1.paginateResponses(request, req => this.listWorkRequests(req));
7327
+ }
6254
7328
  /**
6255
7329
  * Retrieves a list of Data Integration workspaces.
6256
7330
  *
7331
+ * This operation does not retry by default if the user has not defined a retry configuration.
6257
7332
  * @param ListWorkspacesRequest
6258
7333
  * @return ListWorkspacesResponse
6259
7334
  * @throws OciError when an error occurs
6260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
7335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
6261
7336
  */
6262
7337
  listWorkspaces(listWorkspacesRequest) {
6263
7338
  return __awaiter(this, void 0, void 0, function* () {
@@ -6277,7 +7352,8 @@ class DataIntegrationClient {
6277
7352
  "Content-Type": common.Constants.APPLICATION_JSON,
6278
7353
  "opc-request-id": listWorkspacesRequest.opcRequestId
6279
7354
  };
6280
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, listWorkspacesRequest.retryConfiguration);
7355
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7356
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkspacesRequest.retryConfiguration, specRetryConfiguration);
6281
7357
  if (this.logger)
6282
7358
  retrier.logger = this.logger;
6283
7359
  const request = yield oci_common_2.composeRequest({
@@ -6318,6 +7394,7 @@ class DataIntegrationClient {
6318
7394
  });
6319
7395
  }
6320
7396
  /**
7397
+ * NOTE: This function is deprecated in favor of listWorkspacesRecordIterator function.
6321
7398
  * Creates a new async iterator which will iterate over the models.WorkspaceSummary objects
6322
7399
  * contained in responses from the listWorkspaces operation. This iterator will fetch more data from the
6323
7400
  * server as needed.
@@ -6328,6 +7405,7 @@ class DataIntegrationClient {
6328
7405
  return oci_common_1.paginateRecords(request, req => this.listWorkspaces(req));
6329
7406
  }
6330
7407
  /**
7408
+ * NOTE: This function is deprecated in favor of listWorkspacesResponseIterator function.
6331
7409
  * Creates a new async iterator which will iterate over the responses received from the listWorkspaces operation. This iterator
6332
7410
  * will fetch more data from the server as needed.
6333
7411
  *
@@ -6336,13 +7414,33 @@ class DataIntegrationClient {
6336
7414
  listAllWorkspacesResponses(request) {
6337
7415
  return oci_common_1.paginateResponses(request, req => this.listWorkspaces(req));
6338
7416
  }
7417
+ /**
7418
+ * Creates a new async iterator which will iterate over the models.WorkspaceSummary objects
7419
+ * contained in responses from the listWorkspaces operation. This iterator will fetch more data from the
7420
+ * server as needed.
7421
+ *
7422
+ * @param request a request which can be sent to the service operation
7423
+ */
7424
+ listWorkspacesRecordIterator(request) {
7425
+ return oci_common_1.paginateRecords(request, req => this.listWorkspaces(req));
7426
+ }
7427
+ /**
7428
+ * Creates a new async iterator which will iterate over the responses received from the listWorkspaces operation. This iterator
7429
+ * will fetch more data from the server as needed.
7430
+ *
7431
+ * @param request a request which can be sent to the service operation
7432
+ */
7433
+ listWorkspacesResponseIterator(request) {
7434
+ return oci_common_1.paginateResponses(request, req => this.listWorkspaces(req));
7435
+ }
6339
7436
  /**
6340
7437
  * Starts a workspace.
6341
7438
  *
7439
+ * This operation does not retry by default if the user has not defined a retry configuration.
6342
7440
  * @param StartWorkspaceRequest
6343
7441
  * @return StartWorkspaceResponse
6344
7442
  * @throws OciError when an error occurs
6345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
7443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
6346
7444
  */
6347
7445
  startWorkspace(startWorkspaceRequest) {
6348
7446
  return __awaiter(this, void 0, void 0, function* () {
@@ -6358,7 +7456,8 @@ class DataIntegrationClient {
6358
7456
  "opc-request-id": startWorkspaceRequest.opcRequestId,
6359
7457
  "opc-retry-token": startWorkspaceRequest.opcRetryToken
6360
7458
  };
6361
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, startWorkspaceRequest.retryConfiguration);
7459
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7460
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, startWorkspaceRequest.retryConfiguration, specRetryConfiguration);
6362
7461
  if (this.logger)
6363
7462
  retrier.logger = this.logger;
6364
7463
  const request = yield oci_common_2.composeRequest({
@@ -6397,10 +7496,11 @@ class DataIntegrationClient {
6397
7496
  /**
6398
7497
  * Stops a workspace.
6399
7498
  *
7499
+ * This operation does not retry by default if the user has not defined a retry configuration.
6400
7500
  * @param StopWorkspaceRequest
6401
7501
  * @return StopWorkspaceResponse
6402
7502
  * @throws OciError when an error occurs
6403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
7503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
6404
7504
  */
6405
7505
  stopWorkspace(stopWorkspaceRequest) {
6406
7506
  return __awaiter(this, void 0, void 0, function* () {
@@ -6419,7 +7519,8 @@ class DataIntegrationClient {
6419
7519
  "opc-request-id": stopWorkspaceRequest.opcRequestId,
6420
7520
  "opc-retry-token": stopWorkspaceRequest.opcRetryToken
6421
7521
  };
6422
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, stopWorkspaceRequest.retryConfiguration);
7522
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7523
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, stopWorkspaceRequest.retryConfiguration, specRetryConfiguration);
6423
7524
  if (this.logger)
6424
7525
  retrier.logger = this.logger;
6425
7526
  const request = yield oci_common_2.composeRequest({
@@ -6457,10 +7558,11 @@ class DataIntegrationClient {
6457
7558
  }
6458
7559
  /**
6459
7560
  * Updates an application.
7561
+ * This operation does not retry by default if the user has not defined a retry configuration.
6460
7562
  * @param UpdateApplicationRequest
6461
7563
  * @return UpdateApplicationResponse
6462
7564
  * @throws OciError when an error occurs
6463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
7565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
6464
7566
  */
6465
7567
  updateApplication(updateApplicationRequest) {
6466
7568
  return __awaiter(this, void 0, void 0, function* () {
@@ -6476,7 +7578,8 @@ class DataIntegrationClient {
6476
7578
  "if-match": updateApplicationRequest.ifMatch,
6477
7579
  "opc-request-id": updateApplicationRequest.opcRequestId
6478
7580
  };
6479
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateApplicationRequest.retryConfiguration);
7581
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7582
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateApplicationRequest.retryConfiguration, specRetryConfiguration);
6480
7583
  if (this.logger)
6481
7584
  retrier.logger = this.logger;
6482
7585
  const request = yield oci_common_2.composeRequest({
@@ -6519,10 +7622,11 @@ class DataIntegrationClient {
6519
7622
  }
6520
7623
  /**
6521
7624
  * Updates a connection under a data asset.
7625
+ * This operation does not retry by default if the user has not defined a retry configuration.
6522
7626
  * @param UpdateConnectionRequest
6523
7627
  * @return UpdateConnectionResponse
6524
7628
  * @throws OciError when an error occurs
6525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
7629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
6526
7630
  */
6527
7631
  updateConnection(updateConnectionRequest) {
6528
7632
  return __awaiter(this, void 0, void 0, function* () {
@@ -6538,7 +7642,8 @@ class DataIntegrationClient {
6538
7642
  "opc-request-id": updateConnectionRequest.opcRequestId,
6539
7643
  "if-match": updateConnectionRequest.ifMatch
6540
7644
  };
6541
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateConnectionRequest.retryConfiguration);
7645
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7646
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateConnectionRequest.retryConfiguration, specRetryConfiguration);
6542
7647
  if (this.logger)
6543
7648
  retrier.logger = this.logger;
6544
7649
  const request = yield oci_common_2.composeRequest({
@@ -6581,10 +7686,11 @@ class DataIntegrationClient {
6581
7686
  }
6582
7687
  /**
6583
7688
  * Updates a specific data asset with default connection.
7689
+ * This operation does not retry by default if the user has not defined a retry configuration.
6584
7690
  * @param UpdateDataAssetRequest
6585
7691
  * @return UpdateDataAssetResponse
6586
7692
  * @throws OciError when an error occurs
6587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
7693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
6588
7694
  */
6589
7695
  updateDataAsset(updateDataAssetRequest) {
6590
7696
  return __awaiter(this, void 0, void 0, function* () {
@@ -6600,7 +7706,8 @@ class DataIntegrationClient {
6600
7706
  "opc-request-id": updateDataAssetRequest.opcRequestId,
6601
7707
  "if-match": updateDataAssetRequest.ifMatch
6602
7708
  };
6603
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateDataAssetRequest.retryConfiguration);
7709
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7710
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateDataAssetRequest.retryConfiguration, specRetryConfiguration);
6604
7711
  if (this.logger)
6605
7712
  retrier.logger = this.logger;
6606
7713
  const request = yield oci_common_2.composeRequest({
@@ -6643,10 +7750,11 @@ class DataIntegrationClient {
6643
7750
  }
6644
7751
  /**
6645
7752
  * Updates a specific data flow.
7753
+ * This operation does not retry by default if the user has not defined a retry configuration.
6646
7754
  * @param UpdateDataFlowRequest
6647
7755
  * @return UpdateDataFlowResponse
6648
7756
  * @throws OciError when an error occurs
6649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
7757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
6650
7758
  */
6651
7759
  updateDataFlow(updateDataFlowRequest) {
6652
7760
  return __awaiter(this, void 0, void 0, function* () {
@@ -6662,7 +7770,8 @@ class DataIntegrationClient {
6662
7770
  "opc-request-id": updateDataFlowRequest.opcRequestId,
6663
7771
  "if-match": updateDataFlowRequest.ifMatch
6664
7772
  };
6665
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateDataFlowRequest.retryConfiguration);
7773
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7774
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateDataFlowRequest.retryConfiguration, specRetryConfiguration);
6666
7775
  if (this.logger)
6667
7776
  retrier.logger = this.logger;
6668
7777
  const request = yield oci_common_2.composeRequest({
@@ -6705,10 +7814,11 @@ class DataIntegrationClient {
6705
7814
  }
6706
7815
  /**
6707
7816
  * Updates the external publication object.
7817
+ * This operation does not retry by default if the user has not defined a retry configuration.
6708
7818
  * @param UpdateExternalPublicationRequest
6709
7819
  * @return UpdateExternalPublicationResponse
6710
7820
  * @throws OciError when an error occurs
6711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
7821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
6712
7822
  */
6713
7823
  updateExternalPublication(updateExternalPublicationRequest) {
6714
7824
  return __awaiter(this, void 0, void 0, function* () {
@@ -6725,7 +7835,8 @@ class DataIntegrationClient {
6725
7835
  "opc-request-id": updateExternalPublicationRequest.opcRequestId,
6726
7836
  "if-match": updateExternalPublicationRequest.ifMatch
6727
7837
  };
6728
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateExternalPublicationRequest.retryConfiguration);
7838
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7839
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateExternalPublicationRequest.retryConfiguration, specRetryConfiguration);
6729
7840
  if (this.logger)
6730
7841
  retrier.logger = this.logger;
6731
7842
  const request = yield oci_common_2.composeRequest({
@@ -6768,10 +7879,11 @@ class DataIntegrationClient {
6768
7879
  }
6769
7880
  /**
6770
7881
  * Updates a specific folder.
7882
+ * This operation does not retry by default if the user has not defined a retry configuration.
6771
7883
  * @param UpdateFolderRequest
6772
7884
  * @return UpdateFolderResponse
6773
7885
  * @throws OciError when an error occurs
6774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
7886
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
6775
7887
  */
6776
7888
  updateFolder(updateFolderRequest) {
6777
7889
  return __awaiter(this, void 0, void 0, function* () {
@@ -6787,7 +7899,8 @@ class DataIntegrationClient {
6787
7899
  "opc-request-id": updateFolderRequest.opcRequestId,
6788
7900
  "if-match": updateFolderRequest.ifMatch
6789
7901
  };
6790
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateFolderRequest.retryConfiguration);
7902
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7903
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateFolderRequest.retryConfiguration, specRetryConfiguration);
6791
7904
  if (this.logger)
6792
7905
  retrier.logger = this.logger;
6793
7906
  const request = yield oci_common_2.composeRequest({
@@ -6828,12 +7941,77 @@ class DataIntegrationClient {
6828
7941
  }
6829
7942
  });
6830
7943
  }
7944
+ /**
7945
+ * Updates a specific Function Library.
7946
+ * This operation does not retry by default if the user has not defined a retry configuration.
7947
+ * @param UpdateFunctionLibraryRequest
7948
+ * @return UpdateFunctionLibraryResponse
7949
+ * @throws OciError when an error occurs
7950
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
7951
+ */
7952
+ updateFunctionLibrary(updateFunctionLibraryRequest) {
7953
+ return __awaiter(this, void 0, void 0, function* () {
7954
+ if (this.logger)
7955
+ this.logger.debug("Calling operation DataIntegrationClient#updateFunctionLibrary.");
7956
+ const pathParams = {
7957
+ "{workspaceId}": updateFunctionLibraryRequest.workspaceId,
7958
+ "{functionLibraryKey}": updateFunctionLibraryRequest.functionLibraryKey
7959
+ };
7960
+ const queryParams = {};
7961
+ let headerParams = {
7962
+ "Content-Type": common.Constants.APPLICATION_JSON,
7963
+ "opc-request-id": updateFunctionLibraryRequest.opcRequestId,
7964
+ "if-match": updateFunctionLibraryRequest.ifMatch
7965
+ };
7966
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
7967
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateFunctionLibraryRequest.retryConfiguration, specRetryConfiguration);
7968
+ if (this.logger)
7969
+ retrier.logger = this.logger;
7970
+ const request = yield oci_common_2.composeRequest({
7971
+ baseEndpoint: this._endpoint,
7972
+ defaultHeaders: this._defaultHeaders,
7973
+ path: "/workspaces/{workspaceId}/functionLibraries/{functionLibraryKey}",
7974
+ method: "PUT",
7975
+ bodyContent: common.ObjectSerializer.serialize(updateFunctionLibraryRequest.updateFunctionLibraryDetails, "UpdateFunctionLibraryDetails", model.UpdateFunctionLibraryDetails.getJsonObj),
7976
+ pathParams: pathParams,
7977
+ headerParams: headerParams,
7978
+ queryParams: queryParams
7979
+ });
7980
+ try {
7981
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
7982
+ const sdkResponse = oci_common_2.composeResponse({
7983
+ responseObject: {},
7984
+ body: yield response.json(),
7985
+ bodyKey: "functionLibrary",
7986
+ bodyModel: model.FunctionLibrary,
7987
+ type: "model.FunctionLibrary",
7988
+ responseHeaders: [
7989
+ {
7990
+ value: response.headers.get("etag"),
7991
+ key: "etag",
7992
+ dataType: "string"
7993
+ },
7994
+ {
7995
+ value: response.headers.get("opc-request-id"),
7996
+ key: "opcRequestId",
7997
+ dataType: "string"
7998
+ }
7999
+ ]
8000
+ });
8001
+ return sdkResponse;
8002
+ }
8003
+ catch (err) {
8004
+ throw err;
8005
+ }
8006
+ });
8007
+ }
6831
8008
  /**
6832
8009
  * Updates a specific pipeline.
8010
+ * This operation does not retry by default if the user has not defined a retry configuration.
6833
8011
  * @param UpdatePipelineRequest
6834
8012
  * @return UpdatePipelineResponse
6835
8013
  * @throws OciError when an error occurs
6836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
8014
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
6837
8015
  */
6838
8016
  updatePipeline(updatePipelineRequest) {
6839
8017
  return __awaiter(this, void 0, void 0, function* () {
@@ -6849,7 +8027,8 @@ class DataIntegrationClient {
6849
8027
  "opc-request-id": updatePipelineRequest.opcRequestId,
6850
8028
  "if-match": updatePipelineRequest.ifMatch
6851
8029
  };
6852
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updatePipelineRequest.retryConfiguration);
8030
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8031
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updatePipelineRequest.retryConfiguration, specRetryConfiguration);
6853
8032
  if (this.logger)
6854
8033
  retrier.logger = this.logger;
6855
8034
  const request = yield oci_common_2.composeRequest({
@@ -6892,10 +8071,11 @@ class DataIntegrationClient {
6892
8071
  }
6893
8072
  /**
6894
8073
  * Updates a specific project.
8074
+ * This operation does not retry by default if the user has not defined a retry configuration.
6895
8075
  * @param UpdateProjectRequest
6896
8076
  * @return UpdateProjectResponse
6897
8077
  * @throws OciError when an error occurs
6898
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
8078
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
6899
8079
  */
6900
8080
  updateProject(updateProjectRequest) {
6901
8081
  return __awaiter(this, void 0, void 0, function* () {
@@ -6911,7 +8091,8 @@ class DataIntegrationClient {
6911
8091
  "opc-request-id": updateProjectRequest.opcRequestId,
6912
8092
  "if-match": updateProjectRequest.ifMatch
6913
8093
  };
6914
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateProjectRequest.retryConfiguration);
8094
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8095
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateProjectRequest.retryConfiguration, specRetryConfiguration);
6915
8096
  if (this.logger)
6916
8097
  retrier.logger = this.logger;
6917
8098
  const request = yield oci_common_2.composeRequest({
@@ -6954,10 +8135,11 @@ class DataIntegrationClient {
6954
8135
  }
6955
8136
  /**
6956
8137
  * Updates the application references. For example, to map a data asset to a different target object.
8138
+ * This operation does not retry by default if the user has not defined a retry configuration.
6957
8139
  * @param UpdateReferenceRequest
6958
8140
  * @return UpdateReferenceResponse
6959
8141
  * @throws OciError when an error occurs
6960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
8142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
6961
8143
  */
6962
8144
  updateReference(updateReferenceRequest) {
6963
8145
  return __awaiter(this, void 0, void 0, function* () {
@@ -6975,7 +8157,8 @@ class DataIntegrationClient {
6975
8157
  "if-match": updateReferenceRequest.ifMatch,
6976
8158
  "opc-retry-token": updateReferenceRequest.opcRetryToken
6977
8159
  };
6978
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateReferenceRequest.retryConfiguration);
8160
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8161
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateReferenceRequest.retryConfiguration, specRetryConfiguration);
6979
8162
  if (this.logger)
6980
8163
  retrier.logger = this.logger;
6981
8164
  const request = yield oci_common_2.composeRequest({
@@ -7018,10 +8201,11 @@ class DataIntegrationClient {
7018
8201
  }
7019
8202
  /**
7020
8203
  * Endpoint used to update the schedule
8204
+ * This operation does not retry by default if the user has not defined a retry configuration.
7021
8205
  * @param UpdateScheduleRequest
7022
8206
  * @return UpdateScheduleResponse
7023
8207
  * @throws OciError when an error occurs
7024
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
8208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
7025
8209
  */
7026
8210
  updateSchedule(updateScheduleRequest) {
7027
8211
  return __awaiter(this, void 0, void 0, function* () {
@@ -7038,7 +8222,8 @@ class DataIntegrationClient {
7038
8222
  "if-match": updateScheduleRequest.ifMatch,
7039
8223
  "opc-request-id": updateScheduleRequest.opcRequestId
7040
8224
  };
7041
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateScheduleRequest.retryConfiguration);
8225
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8226
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateScheduleRequest.retryConfiguration, specRetryConfiguration);
7042
8227
  if (this.logger)
7043
8228
  retrier.logger = this.logger;
7044
8229
  const request = yield oci_common_2.composeRequest({
@@ -7081,10 +8266,11 @@ class DataIntegrationClient {
7081
8266
  }
7082
8267
  /**
7083
8268
  * Updates a specific task. For example, you can update the task description or move the task to a different folder by changing the `aggregatorKey` to a different folder in the registry.
8269
+ * This operation does not retry by default if the user has not defined a retry configuration.
7084
8270
  * @param UpdateTaskRequest
7085
8271
  * @return UpdateTaskResponse
7086
8272
  * @throws OciError when an error occurs
7087
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
8273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
7088
8274
  */
7089
8275
  updateTask(updateTaskRequest) {
7090
8276
  return __awaiter(this, void 0, void 0, function* () {
@@ -7100,7 +8286,8 @@ class DataIntegrationClient {
7100
8286
  "opc-request-id": updateTaskRequest.opcRequestId,
7101
8287
  "if-match": updateTaskRequest.ifMatch
7102
8288
  };
7103
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateTaskRequest.retryConfiguration);
8289
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8290
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateTaskRequest.retryConfiguration, specRetryConfiguration);
7104
8291
  if (this.logger)
7105
8292
  retrier.logger = this.logger;
7106
8293
  const request = yield oci_common_2.composeRequest({
@@ -7143,10 +8330,11 @@ class DataIntegrationClient {
7143
8330
  }
7144
8331
  /**
7145
8332
  * Updates the status of the task run. For example, aborts a task run.
8333
+ * This operation does not retry by default if the user has not defined a retry configuration.
7146
8334
  * @param UpdateTaskRunRequest
7147
8335
  * @return UpdateTaskRunResponse
7148
8336
  * @throws OciError when an error occurs
7149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
8337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
7150
8338
  */
7151
8339
  updateTaskRun(updateTaskRunRequest) {
7152
8340
  return __awaiter(this, void 0, void 0, function* () {
@@ -7163,7 +8351,8 @@ class DataIntegrationClient {
7163
8351
  "opc-request-id": updateTaskRunRequest.opcRequestId,
7164
8352
  "if-match": updateTaskRunRequest.ifMatch
7165
8353
  };
7166
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateTaskRunRequest.retryConfiguration);
8354
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8355
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateTaskRunRequest.retryConfiguration, specRetryConfiguration);
7167
8356
  if (this.logger)
7168
8357
  retrier.logger = this.logger;
7169
8358
  const request = yield oci_common_2.composeRequest({
@@ -7206,10 +8395,11 @@ class DataIntegrationClient {
7206
8395
  }
7207
8396
  /**
7208
8397
  * Endpoint used to update the TaskSchedule
8398
+ * This operation does not retry by default if the user has not defined a retry configuration.
7209
8399
  * @param UpdateTaskScheduleRequest
7210
8400
  * @return UpdateTaskScheduleResponse
7211
8401
  * @throws OciError when an error occurs
7212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
8402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
7213
8403
  */
7214
8404
  updateTaskSchedule(updateTaskScheduleRequest) {
7215
8405
  return __awaiter(this, void 0, void 0, function* () {
@@ -7226,7 +8416,8 @@ class DataIntegrationClient {
7226
8416
  "if-match": updateTaskScheduleRequest.ifMatch,
7227
8417
  "opc-request-id": updateTaskScheduleRequest.opcRequestId
7228
8418
  };
7229
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateTaskScheduleRequest.retryConfiguration);
8419
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8420
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateTaskScheduleRequest.retryConfiguration, specRetryConfiguration);
7230
8421
  if (this.logger)
7231
8422
  retrier.logger = this.logger;
7232
8423
  const request = yield oci_common_2.composeRequest({
@@ -7267,12 +8458,77 @@ class DataIntegrationClient {
7267
8458
  }
7268
8459
  });
7269
8460
  }
8461
+ /**
8462
+ * Updates a specific UserDefinedFunction.
8463
+ * This operation does not retry by default if the user has not defined a retry configuration.
8464
+ * @param UpdateUserDefinedFunctionRequest
8465
+ * @return UpdateUserDefinedFunctionResponse
8466
+ * @throws OciError when an error occurs
8467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
8468
+ */
8469
+ updateUserDefinedFunction(updateUserDefinedFunctionRequest) {
8470
+ return __awaiter(this, void 0, void 0, function* () {
8471
+ if (this.logger)
8472
+ this.logger.debug("Calling operation DataIntegrationClient#updateUserDefinedFunction.");
8473
+ const pathParams = {
8474
+ "{workspaceId}": updateUserDefinedFunctionRequest.workspaceId,
8475
+ "{userDefinedFunctionKey}": updateUserDefinedFunctionRequest.userDefinedFunctionKey
8476
+ };
8477
+ const queryParams = {};
8478
+ let headerParams = {
8479
+ "Content-Type": common.Constants.APPLICATION_JSON,
8480
+ "opc-request-id": updateUserDefinedFunctionRequest.opcRequestId,
8481
+ "if-match": updateUserDefinedFunctionRequest.ifMatch
8482
+ };
8483
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8484
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateUserDefinedFunctionRequest.retryConfiguration, specRetryConfiguration);
8485
+ if (this.logger)
8486
+ retrier.logger = this.logger;
8487
+ const request = yield oci_common_2.composeRequest({
8488
+ baseEndpoint: this._endpoint,
8489
+ defaultHeaders: this._defaultHeaders,
8490
+ path: "/workspaces/{workspaceId}/userDefinedFunctions/{userDefinedFunctionKey}",
8491
+ method: "PUT",
8492
+ bodyContent: common.ObjectSerializer.serialize(updateUserDefinedFunctionRequest.updateUserDefinedFunctionDetails, "UpdateUserDefinedFunctionDetails", model.UpdateUserDefinedFunctionDetails.getJsonObj),
8493
+ pathParams: pathParams,
8494
+ headerParams: headerParams,
8495
+ queryParams: queryParams
8496
+ });
8497
+ try {
8498
+ const response = yield retrier.makeServiceCall(this._httpClient, request);
8499
+ const sdkResponse = oci_common_2.composeResponse({
8500
+ responseObject: {},
8501
+ body: yield response.json(),
8502
+ bodyKey: "userDefinedFunction",
8503
+ bodyModel: model.UserDefinedFunction,
8504
+ type: "model.UserDefinedFunction",
8505
+ responseHeaders: [
8506
+ {
8507
+ value: response.headers.get("etag"),
8508
+ key: "etag",
8509
+ dataType: "string"
8510
+ },
8511
+ {
8512
+ value: response.headers.get("opc-request-id"),
8513
+ key: "opcRequestId",
8514
+ dataType: "string"
8515
+ }
8516
+ ]
8517
+ });
8518
+ return sdkResponse;
8519
+ }
8520
+ catch (err) {
8521
+ throw err;
8522
+ }
8523
+ });
8524
+ }
7270
8525
  /**
7271
8526
  * Updates the specified Data Integration workspace.
8527
+ * This operation does not retry by default if the user has not defined a retry configuration.
7272
8528
  * @param UpdateWorkspaceRequest
7273
8529
  * @return UpdateWorkspaceResponse
7274
8530
  * @throws OciError when an error occurs
7275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.4.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
8531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
7276
8532
  */
7277
8533
  updateWorkspace(updateWorkspaceRequest) {
7278
8534
  return __awaiter(this, void 0, void 0, function* () {
@@ -7287,7 +8543,8 @@ class DataIntegrationClient {
7287
8543
  "if-match": updateWorkspaceRequest.ifMatch,
7288
8544
  "opc-request-id": updateWorkspaceRequest.opcRequestId
7289
8545
  };
7290
- const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : {}, updateWorkspaceRequest.retryConfiguration);
8546
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
8547
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateWorkspaceRequest.retryConfiguration, specRetryConfiguration);
7291
8548
  if (this.logger)
7292
8549
  retrier.logger = this.logger;
7293
8550
  const request = yield oci_common_2.composeRequest({