oci-dataintegration 2.78.0 → 2.79.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/lib/client.d.ts +163 -164
  2. package/lib/client.js +328 -822
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/abstract-call-attribute.js +2 -4
  5. package/lib/model/abstract-call-attribute.js.map +1 -1
  6. package/lib/model/abstract-data-operation-config.js +2 -4
  7. package/lib/model/abstract-data-operation-config.js.map +1 -1
  8. package/lib/model/abstract-format-attribute.js +2 -4
  9. package/lib/model/abstract-format-attribute.js.map +1 -1
  10. package/lib/model/abstract-frequency-details.js +2 -4
  11. package/lib/model/abstract-frequency-details.js.map +1 -1
  12. package/lib/model/abstract-read-attribute.js +2 -4
  13. package/lib/model/abstract-read-attribute.js.map +1 -1
  14. package/lib/model/abstract-write-attribute.js +2 -4
  15. package/lib/model/abstract-write-attribute.js.map +1 -1
  16. package/lib/model/auth-config.js +2 -4
  17. package/lib/model/auth-config.js.map +1 -1
  18. package/lib/model/base-type.js +2 -4
  19. package/lib/model/base-type.js.map +1 -1
  20. package/lib/model/connection-details.js +2 -4
  21. package/lib/model/connection-details.js.map +1 -1
  22. package/lib/model/connection-summary.js +2 -4
  23. package/lib/model/connection-summary.js.map +1 -1
  24. package/lib/model/connection.js +2 -4
  25. package/lib/model/connection.js.map +1 -1
  26. package/lib/model/connector-attribute.js +2 -4
  27. package/lib/model/connector-attribute.js.map +1 -1
  28. package/lib/model/create-connection-details.js +2 -4
  29. package/lib/model/create-connection-details.js.map +1 -1
  30. package/lib/model/create-data-asset-details.js +2 -4
  31. package/lib/model/create-data-asset-details.js.map +1 -1
  32. package/lib/model/create-entity-shape-details.js +2 -4
  33. package/lib/model/create-entity-shape-details.js.map +1 -1
  34. package/lib/model/create-task-details.js +2 -4
  35. package/lib/model/create-task-details.js.map +1 -1
  36. package/lib/model/create-task-validation-details.js +2 -4
  37. package/lib/model/create-task-validation-details.js.map +1 -1
  38. package/lib/model/data-asset-summary.js +2 -4
  39. package/lib/model/data-asset-summary.js.map +1 -1
  40. package/lib/model/data-asset.js +2 -4
  41. package/lib/model/data-asset.js.map +1 -1
  42. package/lib/model/data-entity-details.js +2 -4
  43. package/lib/model/data-entity-details.js.map +1 -1
  44. package/lib/model/data-entity-summary.js +2 -4
  45. package/lib/model/data-entity-summary.js.map +1 -1
  46. package/lib/model/data-entity.js +2 -4
  47. package/lib/model/data-entity.js.map +1 -1
  48. package/lib/model/dynamic-type-handler.js +2 -4
  49. package/lib/model/dynamic-type-handler.js.map +1 -1
  50. package/lib/model/entity-shape.js +2 -4
  51. package/lib/model/entity-shape.js.map +1 -1
  52. package/lib/model/field-map.js +2 -4
  53. package/lib/model/field-map.js.map +1 -1
  54. package/lib/model/flow-port-link.js +2 -4
  55. package/lib/model/flow-port-link.js.map +1 -1
  56. package/lib/model/key.js +2 -4
  57. package/lib/model/key.js.map +1 -1
  58. package/lib/model/operation.js +2 -4
  59. package/lib/model/operation.js.map +1 -1
  60. package/lib/model/operator.js +2 -4
  61. package/lib/model/operator.js.map +1 -1
  62. package/lib/model/partition-config.js +2 -4
  63. package/lib/model/partition-config.js.map +1 -1
  64. package/lib/model/projection-rule.js +2 -4
  65. package/lib/model/projection-rule.js.map +1 -1
  66. package/lib/model/published-object-summary.js +2 -4
  67. package/lib/model/published-object-summary.js.map +1 -1
  68. package/lib/model/published-object.js +2 -4
  69. package/lib/model/published-object.js.map +1 -1
  70. package/lib/model/push-down-operation.js +2 -4
  71. package/lib/model/push-down-operation.js.map +1 -1
  72. package/lib/model/referenced-data-object.js +2 -4
  73. package/lib/model/referenced-data-object.js.map +1 -1
  74. package/lib/model/secret-config.js +2 -4
  75. package/lib/model/secret-config.js.map +1 -1
  76. package/lib/model/task-summary.js +2 -4
  77. package/lib/model/task-summary.js.map +1 -1
  78. package/lib/model/task.js +2 -4
  79. package/lib/model/task.js.map +1 -1
  80. package/lib/model/typed-object.js +2 -4
  81. package/lib/model/typed-object.js.map +1 -1
  82. package/lib/model/unique-key.js +2 -4
  83. package/lib/model/unique-key.js.map +1 -1
  84. package/lib/model/update-connection-details.js +2 -4
  85. package/lib/model/update-connection-details.js.map +1 -1
  86. package/lib/model/update-data-asset-details.js +2 -4
  87. package/lib/model/update-data-asset-details.js.map +1 -1
  88. package/lib/model/update-task-details.js +2 -4
  89. package/lib/model/update-task-details.js.map +1 -1
  90. package/lib/request/change-compartment-request.d.ts +1 -1
  91. package/lib/request/change-dis-application-compartment-request.d.ts +1 -1
  92. package/lib/request/create-application-detailed-description-request.d.ts +1 -1
  93. package/lib/request/create-application-request.d.ts +1 -1
  94. package/lib/request/create-connection-request.d.ts +1 -1
  95. package/lib/request/create-connection-validation-request.d.ts +1 -1
  96. package/lib/request/create-copy-object-request-request.d.ts +1 -1
  97. package/lib/request/create-data-asset-request.d.ts +1 -1
  98. package/lib/request/create-data-flow-request.d.ts +1 -1
  99. package/lib/request/create-data-flow-validation-request.d.ts +1 -1
  100. package/lib/request/create-dis-application-detailed-description-request.d.ts +1 -1
  101. package/lib/request/create-dis-application-request.d.ts +1 -1
  102. package/lib/request/create-entity-shape-request.d.ts +1 -1
  103. package/lib/request/create-export-request-request.d.ts +1 -1
  104. package/lib/request/create-external-publication-request.d.ts +1 -1
  105. package/lib/request/create-external-publication-validation-request.d.ts +1 -1
  106. package/lib/request/create-folder-request.d.ts +1 -1
  107. package/lib/request/create-function-library-request.d.ts +1 -1
  108. package/lib/request/create-import-request-request.d.ts +1 -1
  109. package/lib/request/create-patch-request.d.ts +1 -1
  110. package/lib/request/create-pipeline-request.d.ts +1 -1
  111. package/lib/request/create-pipeline-validation-request.d.ts +1 -1
  112. package/lib/request/create-project-request.d.ts +1 -1
  113. package/lib/request/create-schedule-request.d.ts +1 -1
  114. package/lib/request/create-task-request.d.ts +1 -1
  115. package/lib/request/create-task-run-request.d.ts +1 -1
  116. package/lib/request/create-task-schedule-request.d.ts +1 -1
  117. package/lib/request/create-task-validation-request.d.ts +1 -1
  118. package/lib/request/create-user-defined-function-request.d.ts +1 -1
  119. package/lib/request/create-user-defined-function-validation-request.d.ts +1 -1
  120. package/lib/request/create-workspace-request.d.ts +1 -1
  121. package/lib/request/delete-application-detailed-description-request.d.ts +1 -1
  122. package/lib/request/delete-application-request.d.ts +1 -1
  123. package/lib/request/delete-connection-request.d.ts +1 -1
  124. package/lib/request/delete-connection-validation-request.d.ts +1 -1
  125. package/lib/request/delete-copy-object-request-request.d.ts +1 -1
  126. package/lib/request/delete-data-asset-request.d.ts +1 -1
  127. package/lib/request/delete-data-flow-request.d.ts +1 -1
  128. package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
  129. package/lib/request/delete-dis-application-detailed-description-request.d.ts +1 -1
  130. package/lib/request/delete-dis-application-request.d.ts +1 -1
  131. package/lib/request/delete-export-request-request.d.ts +1 -1
  132. package/lib/request/delete-external-publication-request.d.ts +1 -1
  133. package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
  134. package/lib/request/delete-folder-request.d.ts +1 -1
  135. package/lib/request/delete-function-library-request.d.ts +1 -1
  136. package/lib/request/delete-import-request-request.d.ts +1 -1
  137. package/lib/request/delete-patch-request.d.ts +1 -1
  138. package/lib/request/delete-pipeline-request.d.ts +1 -1
  139. package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
  140. package/lib/request/delete-project-request.d.ts +1 -1
  141. package/lib/request/delete-schedule-request.d.ts +1 -1
  142. package/lib/request/delete-task-request.d.ts +1 -1
  143. package/lib/request/delete-task-run-request.d.ts +1 -1
  144. package/lib/request/delete-task-schedule-request.d.ts +1 -1
  145. package/lib/request/delete-task-validation-request.d.ts +1 -1
  146. package/lib/request/delete-user-defined-function-request.d.ts +1 -1
  147. package/lib/request/delete-user-defined-function-validation-request.d.ts +1 -1
  148. package/lib/request/delete-workspace-request.d.ts +1 -1
  149. package/lib/request/get-application-detailed-description-request.d.ts +1 -1
  150. package/lib/request/get-application-request.d.ts +1 -1
  151. package/lib/request/get-composite-state-request.d.ts +1 -1
  152. package/lib/request/get-connection-request.d.ts +1 -1
  153. package/lib/request/get-connection-validation-request.d.ts +1 -1
  154. package/lib/request/get-copy-object-request-request.d.ts +1 -1
  155. package/lib/request/get-count-statistic-request.d.ts +1 -1
  156. package/lib/request/get-data-asset-request.d.ts +1 -1
  157. package/lib/request/get-data-entity-request.d.ts +1 -1
  158. package/lib/request/get-data-flow-request.d.ts +1 -1
  159. package/lib/request/get-data-flow-validation-request.d.ts +1 -1
  160. package/lib/request/get-dependent-object-request.d.ts +1 -1
  161. package/lib/request/get-dis-application-detailed-description-request.d.ts +1 -1
  162. package/lib/request/get-dis-application-request.d.ts +1 -1
  163. package/lib/request/get-export-request-request.d.ts +1 -1
  164. package/lib/request/get-external-publication-request.d.ts +1 -1
  165. package/lib/request/get-external-publication-validation-request.d.ts +1 -1
  166. package/lib/request/get-folder-request.d.ts +1 -1
  167. package/lib/request/get-function-library-request.d.ts +1 -1
  168. package/lib/request/get-import-request-request.d.ts +1 -1
  169. package/lib/request/get-patch-request.d.ts +1 -1
  170. package/lib/request/get-pipeline-request.d.ts +1 -1
  171. package/lib/request/get-pipeline-validation-request.d.ts +1 -1
  172. package/lib/request/get-project-request.d.ts +1 -1
  173. package/lib/request/get-published-object-request.d.ts +1 -1
  174. package/lib/request/get-reference-request.d.ts +1 -1
  175. package/lib/request/get-runtime-operator-request.d.ts +1 -1
  176. package/lib/request/get-runtime-pipeline-request.d.ts +1 -1
  177. package/lib/request/get-schedule-request.d.ts +1 -1
  178. package/lib/request/get-schema-request.d.ts +1 -1
  179. package/lib/request/get-task-request.d.ts +1 -1
  180. package/lib/request/get-task-run-request.d.ts +1 -1
  181. package/lib/request/get-task-schedule-request.d.ts +1 -1
  182. package/lib/request/get-task-validation-request.d.ts +1 -1
  183. package/lib/request/get-template-request.d.ts +1 -1
  184. package/lib/request/get-user-defined-function-request.d.ts +1 -1
  185. package/lib/request/get-user-defined-function-validation-request.d.ts +1 -1
  186. package/lib/request/get-work-request-request.d.ts +1 -1
  187. package/lib/request/get-workspace-request.d.ts +1 -1
  188. package/lib/request/list-applications-request.d.ts +1 -1
  189. package/lib/request/list-connection-validations-request.d.ts +1 -1
  190. package/lib/request/list-connections-request.d.ts +1 -1
  191. package/lib/request/list-copy-object-requests-request.d.ts +1 -1
  192. package/lib/request/list-data-assets-request.d.ts +1 -1
  193. package/lib/request/list-data-entities-request.d.ts +1 -1
  194. package/lib/request/list-data-flow-validations-request.d.ts +1 -1
  195. package/lib/request/list-data-flows-request.d.ts +1 -1
  196. package/lib/request/list-dependent-objects-request.d.ts +1 -1
  197. package/lib/request/list-dis-application-task-run-lineages-request.d.ts +1 -1
  198. package/lib/request/list-dis-applications-request.d.ts +1 -1
  199. package/lib/request/list-export-requests-request.d.ts +1 -1
  200. package/lib/request/list-external-publication-validations-request.d.ts +1 -1
  201. package/lib/request/list-external-publications-request.d.ts +1 -1
  202. package/lib/request/list-folders-request.d.ts +1 -1
  203. package/lib/request/list-function-libraries-request.d.ts +1 -1
  204. package/lib/request/list-import-requests-request.d.ts +1 -1
  205. package/lib/request/list-patch-changes-request.d.ts +1 -1
  206. package/lib/request/list-patches-request.d.ts +1 -1
  207. package/lib/request/list-pipeline-validations-request.d.ts +1 -1
  208. package/lib/request/list-pipelines-request.d.ts +1 -1
  209. package/lib/request/list-projects-request.d.ts +1 -1
  210. package/lib/request/list-published-objects-request.d.ts +1 -1
  211. package/lib/request/list-references-request.d.ts +1 -1
  212. package/lib/request/list-runtime-operators-request.d.ts +1 -1
  213. package/lib/request/list-runtime-pipelines-request.d.ts +1 -1
  214. package/lib/request/list-schedules-request.d.ts +1 -1
  215. package/lib/request/list-schemas-request.d.ts +1 -1
  216. package/lib/request/list-task-run-lineages-request.d.ts +1 -1
  217. package/lib/request/list-task-run-logs-request.d.ts +1 -1
  218. package/lib/request/list-task-runs-request.d.ts +1 -1
  219. package/lib/request/list-task-schedules-request.d.ts +1 -1
  220. package/lib/request/list-task-validations-request.d.ts +1 -1
  221. package/lib/request/list-tasks-request.d.ts +1 -1
  222. package/lib/request/list-templates-request.d.ts +1 -1
  223. package/lib/request/list-user-defined-function-validations-request.d.ts +1 -1
  224. package/lib/request/list-user-defined-functions-request.d.ts +1 -1
  225. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  226. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  227. package/lib/request/list-work-requests-request.d.ts +1 -1
  228. package/lib/request/list-workspaces-request.d.ts +1 -1
  229. package/lib/request/start-workspace-request.d.ts +1 -1
  230. package/lib/request/stop-workspace-request.d.ts +1 -1
  231. package/lib/request/update-application-detailed-description-request.d.ts +1 -1
  232. package/lib/request/update-application-request.d.ts +1 -1
  233. package/lib/request/update-connection-request.d.ts +1 -1
  234. package/lib/request/update-copy-object-request-request.d.ts +1 -1
  235. package/lib/request/update-data-asset-request.d.ts +1 -1
  236. package/lib/request/update-data-flow-request.d.ts +1 -1
  237. package/lib/request/update-dis-application-detailed-description-request.d.ts +1 -1
  238. package/lib/request/update-dis-application-request.d.ts +1 -1
  239. package/lib/request/update-export-request-request.d.ts +1 -1
  240. package/lib/request/update-external-publication-request.d.ts +1 -1
  241. package/lib/request/update-folder-request.d.ts +1 -1
  242. package/lib/request/update-function-library-request.d.ts +1 -1
  243. package/lib/request/update-import-request-request.d.ts +1 -1
  244. package/lib/request/update-pipeline-request.d.ts +1 -1
  245. package/lib/request/update-project-request.d.ts +1 -1
  246. package/lib/request/update-reference-request.d.ts +1 -1
  247. package/lib/request/update-schedule-request.d.ts +1 -1
  248. package/lib/request/update-task-request.d.ts +1 -1
  249. package/lib/request/update-task-run-request.d.ts +1 -1
  250. package/lib/request/update-task-schedule-request.d.ts +1 -1
  251. package/lib/request/update-user-defined-function-request.d.ts +1 -1
  252. package/lib/request/update-workspace-request.d.ts +1 -1
  253. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -47,7 +47,6 @@ export declare class DataIntegrationClient {
47
47
  * @param endpoint The endpoint of the service.
48
48
  */
49
49
  set endpoint(endpoint: string);
50
- get logger(): import("oci-common/lib/log").Logger;
51
50
  /**
52
51
  * Determines whether realm specific endpoint should be used or not.
53
52
  * Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
@@ -93,7 +92,7 @@ export declare class DataIntegrationClient {
93
92
  * @param ChangeCompartmentRequest
94
93
  * @return ChangeCompartmentResponse
95
94
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
97
96
  */
98
97
  changeCompartment(changeCompartmentRequest: requests.ChangeCompartmentRequest): Promise<responses.ChangeCompartmentResponse>;
99
98
  /**
@@ -103,7 +102,7 @@ export declare class DataIntegrationClient {
103
102
  * @param ChangeDisApplicationCompartmentRequest
104
103
  * @return ChangeDisApplicationCompartmentResponse
105
104
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
107
106
  */
108
107
  changeDisApplicationCompartment(changeDisApplicationCompartmentRequest: requests.ChangeDisApplicationCompartmentRequest): Promise<responses.ChangeDisApplicationCompartmentResponse>;
109
108
  /**
@@ -113,7 +112,7 @@ export declare class DataIntegrationClient {
113
112
  * @param CreateApplicationRequest
114
113
  * @return CreateApplicationResponse
115
114
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
115
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
117
116
  */
118
117
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
119
118
  /**
@@ -122,7 +121,7 @@ export declare class DataIntegrationClient {
122
121
  * @param CreateApplicationDetailedDescriptionRequest
123
122
  * @return CreateApplicationDetailedDescriptionResponse
124
123
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateApplicationDetailedDescription.ts.html |here} to see how to use CreateApplicationDetailedDescription API.
124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateApplicationDetailedDescription.ts.html |here} to see how to use CreateApplicationDetailedDescription API.
126
125
  */
127
126
  createApplicationDetailedDescription(createApplicationDetailedDescriptionRequest: requests.CreateApplicationDetailedDescriptionRequest): Promise<responses.CreateApplicationDetailedDescriptionResponse>;
128
127
  /**
@@ -131,7 +130,7 @@ export declare class DataIntegrationClient {
131
130
  * @param CreateConnectionRequest
132
131
  * @return CreateConnectionResponse
133
132
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
135
134
  */
136
135
  createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
137
136
  /**
@@ -140,7 +139,7 @@ export declare class DataIntegrationClient {
140
139
  * @param CreateConnectionValidationRequest
141
140
  * @return CreateConnectionValidationResponse
142
141
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
144
143
  */
145
144
  createConnectionValidation(createConnectionValidationRequest: requests.CreateConnectionValidationRequest): Promise<responses.CreateConnectionValidationResponse>;
146
145
  /**
@@ -150,7 +149,7 @@ export declare class DataIntegrationClient {
150
149
  * @param CreateCopyObjectRequestRequest
151
150
  * @return CreateCopyObjectRequestResponse
152
151
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateCopyObjectRequest.ts.html |here} to see how to use CreateCopyObjectRequest API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateCopyObjectRequest.ts.html |here} to see how to use CreateCopyObjectRequest API.
154
153
  */
155
154
  createCopyObjectRequest(createCopyObjectRequestRequest: requests.CreateCopyObjectRequestRequest): Promise<responses.CreateCopyObjectRequestResponse>;
156
155
  /**
@@ -159,7 +158,7 @@ export declare class DataIntegrationClient {
159
158
  * @param CreateDataAssetRequest
160
159
  * @return CreateDataAssetResponse
161
160
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
163
162
  */
164
163
  createDataAsset(createDataAssetRequest: requests.CreateDataAssetRequest): Promise<responses.CreateDataAssetResponse>;
165
164
  /**
@@ -169,7 +168,7 @@ export declare class DataIntegrationClient {
169
168
  * @param CreateDataFlowRequest
170
169
  * @return CreateDataFlowResponse
171
170
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
173
172
  */
174
173
  createDataFlow(createDataFlowRequest: requests.CreateDataFlowRequest): Promise<responses.CreateDataFlowResponse>;
175
174
  /**
@@ -179,7 +178,7 @@ export declare class DataIntegrationClient {
179
178
  * @param CreateDataFlowValidationRequest
180
179
  * @return CreateDataFlowValidationResponse
181
180
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
183
182
  */
184
183
  createDataFlowValidation(createDataFlowValidationRequest: requests.CreateDataFlowValidationRequest): Promise<responses.CreateDataFlowValidationResponse>;
185
184
  /**
@@ -189,7 +188,7 @@ export declare class DataIntegrationClient {
189
188
  * @param CreateDisApplicationRequest
190
189
  * @return CreateDisApplicationResponse
191
190
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
193
192
  */
194
193
  createDisApplication(createDisApplicationRequest: requests.CreateDisApplicationRequest): Promise<responses.CreateDisApplicationResponse>;
195
194
  /**
@@ -198,7 +197,7 @@ export declare class DataIntegrationClient {
198
197
  * @param CreateDisApplicationDetailedDescriptionRequest
199
198
  * @return CreateDisApplicationDetailedDescriptionResponse
200
199
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDisApplicationDetailedDescription.ts.html |here} to see how to use CreateDisApplicationDetailedDescription API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateDisApplicationDetailedDescription.ts.html |here} to see how to use CreateDisApplicationDetailedDescription API.
202
201
  */
203
202
  createDisApplicationDetailedDescription(createDisApplicationDetailedDescriptionRequest: requests.CreateDisApplicationDetailedDescriptionRequest): Promise<responses.CreateDisApplicationDetailedDescriptionResponse>;
204
203
  /**
@@ -207,7 +206,7 @@ export declare class DataIntegrationClient {
207
206
  * @param CreateEntityShapeRequest
208
207
  * @return CreateEntityShapeResponse
209
208
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
211
210
  */
212
211
  createEntityShape(createEntityShapeRequest: requests.CreateEntityShapeRequest): Promise<responses.CreateEntityShapeResponse>;
213
212
  /**
@@ -216,7 +215,7 @@ export declare class DataIntegrationClient {
216
215
  * @param CreateExportRequestRequest
217
216
  * @return CreateExportRequestResponse
218
217
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateExportRequest.ts.html |here} to see how to use CreateExportRequest API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateExportRequest.ts.html |here} to see how to use CreateExportRequest API.
220
219
  */
221
220
  createExportRequest(createExportRequestRequest: requests.CreateExportRequestRequest): Promise<responses.CreateExportRequestResponse>;
222
221
  /**
@@ -225,7 +224,7 @@ export declare class DataIntegrationClient {
225
224
  * @param CreateExternalPublicationRequest
226
225
  * @return CreateExternalPublicationResponse
227
226
  * @throws OciError when an error occurs
228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
229
228
  */
230
229
  createExternalPublication(createExternalPublicationRequest: requests.CreateExternalPublicationRequest): Promise<responses.CreateExternalPublicationResponse>;
231
230
  /**
@@ -234,7 +233,7 @@ export declare class DataIntegrationClient {
234
233
  * @param CreateExternalPublicationValidationRequest
235
234
  * @return CreateExternalPublicationValidationResponse
236
235
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
238
237
  */
239
238
  createExternalPublicationValidation(createExternalPublicationValidationRequest: requests.CreateExternalPublicationValidationRequest): Promise<responses.CreateExternalPublicationValidationResponse>;
240
239
  /**
@@ -245,7 +244,7 @@ export declare class DataIntegrationClient {
245
244
  * @param CreateFolderRequest
246
245
  * @return CreateFolderResponse
247
246
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
249
248
  */
250
249
  createFolder(createFolderRequest: requests.CreateFolderRequest): Promise<responses.CreateFolderResponse>;
251
250
  /**
@@ -256,7 +255,7 @@ export declare class DataIntegrationClient {
256
255
  * @param CreateFunctionLibraryRequest
257
256
  * @return CreateFunctionLibraryResponse
258
257
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
260
259
  */
261
260
  createFunctionLibrary(createFunctionLibraryRequest: requests.CreateFunctionLibraryRequest): Promise<responses.CreateFunctionLibraryResponse>;
262
261
  /**
@@ -265,7 +264,7 @@ export declare class DataIntegrationClient {
265
264
  * @param CreateImportRequestRequest
266
265
  * @return CreateImportRequestResponse
267
266
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateImportRequest.ts.html |here} to see how to use CreateImportRequest API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateImportRequest.ts.html |here} to see how to use CreateImportRequest API.
269
268
  */
270
269
  createImportRequest(createImportRequestRequest: requests.CreateImportRequestRequest): Promise<responses.CreateImportRequestResponse>;
271
270
  /**
@@ -274,7 +273,7 @@ export declare class DataIntegrationClient {
274
273
  * @param CreatePatchRequest
275
274
  * @return CreatePatchResponse
276
275
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
278
277
  */
279
278
  createPatch(createPatchRequest: requests.CreatePatchRequest): Promise<responses.CreatePatchResponse>;
280
279
  /**
@@ -284,7 +283,7 @@ export declare class DataIntegrationClient {
284
283
  * @param CreatePipelineRequest
285
284
  * @return CreatePipelineResponse
286
285
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
288
287
  */
289
288
  createPipeline(createPipelineRequest: requests.CreatePipelineRequest): Promise<responses.CreatePipelineResponse>;
290
289
  /**
@@ -294,7 +293,7 @@ export declare class DataIntegrationClient {
294
293
  * @param CreatePipelineValidationRequest
295
294
  * @return CreatePipelineValidationResponse
296
295
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
298
297
  */
299
298
  createPipelineValidation(createPipelineValidationRequest: requests.CreatePipelineValidationRequest): Promise<responses.CreatePipelineValidationResponse>;
300
299
  /**
@@ -304,7 +303,7 @@ export declare class DataIntegrationClient {
304
303
  * @param CreateProjectRequest
305
304
  * @return CreateProjectResponse
306
305
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
308
307
  */
309
308
  createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
310
309
  /**
@@ -313,7 +312,7 @@ export declare class DataIntegrationClient {
313
312
  * @param CreateScheduleRequest
314
313
  * @return CreateScheduleResponse
315
314
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
317
316
  */
318
317
  createSchedule(createScheduleRequest: requests.CreateScheduleRequest): Promise<responses.CreateScheduleResponse>;
319
318
  /**
@@ -323,7 +322,7 @@ export declare class DataIntegrationClient {
323
322
  * @param CreateTaskRequest
324
323
  * @return CreateTaskResponse
325
324
  * @throws OciError when an error occurs
326
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
327
326
  */
328
327
  createTask(createTaskRequest: requests.CreateTaskRequest): Promise<responses.CreateTaskResponse>;
329
328
  /**
@@ -332,7 +331,7 @@ export declare class DataIntegrationClient {
332
331
  * @param CreateTaskRunRequest
333
332
  * @return CreateTaskRunResponse
334
333
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
336
335
  */
337
336
  createTaskRun(createTaskRunRequest: requests.CreateTaskRunRequest): Promise<responses.CreateTaskRunResponse>;
338
337
  /**
@@ -341,7 +340,7 @@ export declare class DataIntegrationClient {
341
340
  * @param CreateTaskScheduleRequest
342
341
  * @return CreateTaskScheduleResponse
343
342
  * @throws OciError when an error occurs
344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
345
344
  */
346
345
  createTaskSchedule(createTaskScheduleRequest: requests.CreateTaskScheduleRequest): Promise<responses.CreateTaskScheduleResponse>;
347
346
  /**
@@ -350,7 +349,7 @@ export declare class DataIntegrationClient {
350
349
  * @param CreateTaskValidationRequest
351
350
  * @return CreateTaskValidationResponse
352
351
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
354
353
  */
355
354
  createTaskValidation(createTaskValidationRequest: requests.CreateTaskValidationRequest): Promise<responses.CreateTaskValidationResponse>;
356
355
  /**
@@ -360,7 +359,7 @@ export declare class DataIntegrationClient {
360
359
  * @param CreateUserDefinedFunctionRequest
361
360
  * @return CreateUserDefinedFunctionResponse
362
361
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
364
363
  */
365
364
  createUserDefinedFunction(createUserDefinedFunctionRequest: requests.CreateUserDefinedFunctionRequest): Promise<responses.CreateUserDefinedFunctionResponse>;
366
365
  /**
@@ -370,7 +369,7 @@ export declare class DataIntegrationClient {
370
369
  * @param CreateUserDefinedFunctionValidationRequest
371
370
  * @return CreateUserDefinedFunctionValidationResponse
372
371
  * @throws OciError when an error occurs
373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
374
373
  */
375
374
  createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest: requests.CreateUserDefinedFunctionValidationRequest): Promise<responses.CreateUserDefinedFunctionValidationResponse>;
376
375
  /**
@@ -380,7 +379,7 @@ export declare class DataIntegrationClient {
380
379
  * @param CreateWorkspaceRequest
381
380
  * @return CreateWorkspaceResponse
382
381
  * @throws OciError when an error occurs
383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
384
383
  */
385
384
  createWorkspace(createWorkspaceRequest: requests.CreateWorkspaceRequest): Promise<responses.CreateWorkspaceResponse>;
386
385
  /**
@@ -389,7 +388,7 @@ export declare class DataIntegrationClient {
389
388
  * @param DeleteApplicationRequest
390
389
  * @return DeleteApplicationResponse
391
390
  * @throws OciError when an error occurs
392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
393
392
  */
394
393
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
395
394
  /**
@@ -398,7 +397,7 @@ export declare class DataIntegrationClient {
398
397
  * @param DeleteApplicationDetailedDescriptionRequest
399
398
  * @return DeleteApplicationDetailedDescriptionResponse
400
399
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteApplicationDetailedDescription.ts.html |here} to see how to use DeleteApplicationDetailedDescription API.
400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteApplicationDetailedDescription.ts.html |here} to see how to use DeleteApplicationDetailedDescription API.
402
401
  */
403
402
  deleteApplicationDetailedDescription(deleteApplicationDetailedDescriptionRequest: requests.DeleteApplicationDetailedDescriptionRequest): Promise<responses.DeleteApplicationDetailedDescriptionResponse>;
404
403
  /**
@@ -407,7 +406,7 @@ export declare class DataIntegrationClient {
407
406
  * @param DeleteConnectionRequest
408
407
  * @return DeleteConnectionResponse
409
408
  * @throws OciError when an error occurs
410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
411
410
  */
412
411
  deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
413
412
  /**
@@ -416,7 +415,7 @@ export declare class DataIntegrationClient {
416
415
  * @param DeleteConnectionValidationRequest
417
416
  * @return DeleteConnectionValidationResponse
418
417
  * @throws OciError when an error occurs
419
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
418
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
420
419
  */
421
420
  deleteConnectionValidation(deleteConnectionValidationRequest: requests.DeleteConnectionValidationRequest): Promise<responses.DeleteConnectionValidationResponse>;
422
421
  /**
@@ -425,7 +424,7 @@ export declare class DataIntegrationClient {
425
424
  * @param DeleteCopyObjectRequestRequest
426
425
  * @return DeleteCopyObjectRequestResponse
427
426
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteCopyObjectRequest.ts.html |here} to see how to use DeleteCopyObjectRequest API.
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteCopyObjectRequest.ts.html |here} to see how to use DeleteCopyObjectRequest API.
429
428
  */
430
429
  deleteCopyObjectRequest(deleteCopyObjectRequestRequest: requests.DeleteCopyObjectRequestRequest): Promise<responses.DeleteCopyObjectRequestResponse>;
431
430
  /**
@@ -434,7 +433,7 @@ export declare class DataIntegrationClient {
434
433
  * @param DeleteDataAssetRequest
435
434
  * @return DeleteDataAssetResponse
436
435
  * @throws OciError when an error occurs
437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
438
437
  */
439
438
  deleteDataAsset(deleteDataAssetRequest: requests.DeleteDataAssetRequest): Promise<responses.DeleteDataAssetResponse>;
440
439
  /**
@@ -443,7 +442,7 @@ export declare class DataIntegrationClient {
443
442
  * @param DeleteDataFlowRequest
444
443
  * @return DeleteDataFlowResponse
445
444
  * @throws OciError when an error occurs
446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
445
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
447
446
  */
448
447
  deleteDataFlow(deleteDataFlowRequest: requests.DeleteDataFlowRequest): Promise<responses.DeleteDataFlowResponse>;
449
448
  /**
@@ -452,7 +451,7 @@ export declare class DataIntegrationClient {
452
451
  * @param DeleteDataFlowValidationRequest
453
452
  * @return DeleteDataFlowValidationResponse
454
453
  * @throws OciError when an error occurs
455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
456
455
  */
457
456
  deleteDataFlowValidation(deleteDataFlowValidationRequest: requests.DeleteDataFlowValidationRequest): Promise<responses.DeleteDataFlowValidationResponse>;
458
457
  /**
@@ -461,7 +460,7 @@ export declare class DataIntegrationClient {
461
460
  * @param DeleteDisApplicationRequest
462
461
  * @return DeleteDisApplicationResponse
463
462
  * @throws OciError when an error occurs
464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
465
464
  */
466
465
  deleteDisApplication(deleteDisApplicationRequest: requests.DeleteDisApplicationRequest): Promise<responses.DeleteDisApplicationResponse>;
467
466
  /**
@@ -470,7 +469,7 @@ export declare class DataIntegrationClient {
470
469
  * @param DeleteDisApplicationDetailedDescriptionRequest
471
470
  * @return DeleteDisApplicationDetailedDescriptionResponse
472
471
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDisApplicationDetailedDescription.ts.html |here} to see how to use DeleteDisApplicationDetailedDescription API.
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteDisApplicationDetailedDescription.ts.html |here} to see how to use DeleteDisApplicationDetailedDescription API.
474
473
  */
475
474
  deleteDisApplicationDetailedDescription(deleteDisApplicationDetailedDescriptionRequest: requests.DeleteDisApplicationDetailedDescriptionRequest): Promise<responses.DeleteDisApplicationDetailedDescriptionResponse>;
476
475
  /**
@@ -480,7 +479,7 @@ export declare class DataIntegrationClient {
480
479
  * @param DeleteExportRequestRequest
481
480
  * @return DeleteExportRequestResponse
482
481
  * @throws OciError when an error occurs
483
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteExportRequest.ts.html |here} to see how to use DeleteExportRequest API.
482
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteExportRequest.ts.html |here} to see how to use DeleteExportRequest API.
484
483
  */
485
484
  deleteExportRequest(deleteExportRequestRequest: requests.DeleteExportRequestRequest): Promise<responses.DeleteExportRequestResponse>;
486
485
  /**
@@ -489,7 +488,7 @@ export declare class DataIntegrationClient {
489
488
  * @param DeleteExternalPublicationRequest
490
489
  * @return DeleteExternalPublicationResponse
491
490
  * @throws OciError when an error occurs
492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
493
492
  */
494
493
  deleteExternalPublication(deleteExternalPublicationRequest: requests.DeleteExternalPublicationRequest): Promise<responses.DeleteExternalPublicationResponse>;
495
494
  /**
@@ -499,7 +498,7 @@ export declare class DataIntegrationClient {
499
498
  * @param DeleteExternalPublicationValidationRequest
500
499
  * @return DeleteExternalPublicationValidationResponse
501
500
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
501
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
503
502
  */
504
503
  deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest: requests.DeleteExternalPublicationValidationRequest): Promise<responses.DeleteExternalPublicationValidationResponse>;
505
504
  /**
@@ -508,7 +507,7 @@ export declare class DataIntegrationClient {
508
507
  * @param DeleteFolderRequest
509
508
  * @return DeleteFolderResponse
510
509
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
512
511
  */
513
512
  deleteFolder(deleteFolderRequest: requests.DeleteFolderRequest): Promise<responses.DeleteFolderResponse>;
514
513
  /**
@@ -517,7 +516,7 @@ export declare class DataIntegrationClient {
517
516
  * @param DeleteFunctionLibraryRequest
518
517
  * @return DeleteFunctionLibraryResponse
519
518
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
521
520
  */
522
521
  deleteFunctionLibrary(deleteFunctionLibraryRequest: requests.DeleteFunctionLibraryRequest): Promise<responses.DeleteFunctionLibraryResponse>;
523
522
  /**
@@ -527,7 +526,7 @@ export declare class DataIntegrationClient {
527
526
  * @param DeleteImportRequestRequest
528
527
  * @return DeleteImportRequestResponse
529
528
  * @throws OciError when an error occurs
530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteImportRequest.ts.html |here} to see how to use DeleteImportRequest API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteImportRequest.ts.html |here} to see how to use DeleteImportRequest API.
531
530
  */
532
531
  deleteImportRequest(deleteImportRequestRequest: requests.DeleteImportRequestRequest): Promise<responses.DeleteImportRequestResponse>;
533
532
  /**
@@ -536,7 +535,7 @@ export declare class DataIntegrationClient {
536
535
  * @param DeletePatchRequest
537
536
  * @return DeletePatchResponse
538
537
  * @throws OciError when an error occurs
539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
540
539
  */
541
540
  deletePatch(deletePatchRequest: requests.DeletePatchRequest): Promise<responses.DeletePatchResponse>;
542
541
  /**
@@ -545,7 +544,7 @@ export declare class DataIntegrationClient {
545
544
  * @param DeletePipelineRequest
546
545
  * @return DeletePipelineResponse
547
546
  * @throws OciError when an error occurs
548
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
547
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
549
548
  */
550
549
  deletePipeline(deletePipelineRequest: requests.DeletePipelineRequest): Promise<responses.DeletePipelineResponse>;
551
550
  /**
@@ -554,7 +553,7 @@ export declare class DataIntegrationClient {
554
553
  * @param DeletePipelineValidationRequest
555
554
  * @return DeletePipelineValidationResponse
556
555
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
556
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
558
557
  */
559
558
  deletePipelineValidation(deletePipelineValidationRequest: requests.DeletePipelineValidationRequest): Promise<responses.DeletePipelineValidationResponse>;
560
559
  /**
@@ -563,7 +562,7 @@ export declare class DataIntegrationClient {
563
562
  * @param DeleteProjectRequest
564
563
  * @return DeleteProjectResponse
565
564
  * @throws OciError when an error occurs
566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
567
566
  */
568
567
  deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
569
568
  /**
@@ -572,7 +571,7 @@ export declare class DataIntegrationClient {
572
571
  * @param DeleteScheduleRequest
573
572
  * @return DeleteScheduleResponse
574
573
  * @throws OciError when an error occurs
575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
576
575
  */
577
576
  deleteSchedule(deleteScheduleRequest: requests.DeleteScheduleRequest): Promise<responses.DeleteScheduleResponse>;
578
577
  /**
@@ -581,7 +580,7 @@ export declare class DataIntegrationClient {
581
580
  * @param DeleteTaskRequest
582
581
  * @return DeleteTaskResponse
583
582
  * @throws OciError when an error occurs
584
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
585
584
  */
586
585
  deleteTask(deleteTaskRequest: requests.DeleteTaskRequest): Promise<responses.DeleteTaskResponse>;
587
586
  /**
@@ -590,7 +589,7 @@ export declare class DataIntegrationClient {
590
589
  * @param DeleteTaskRunRequest
591
590
  * @return DeleteTaskRunResponse
592
591
  * @throws OciError when an error occurs
593
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
594
593
  */
595
594
  deleteTaskRun(deleteTaskRunRequest: requests.DeleteTaskRunRequest): Promise<responses.DeleteTaskRunResponse>;
596
595
  /**
@@ -599,7 +598,7 @@ export declare class DataIntegrationClient {
599
598
  * @param DeleteTaskScheduleRequest
600
599
  * @return DeleteTaskScheduleResponse
601
600
  * @throws OciError when an error occurs
602
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
601
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
603
602
  */
604
603
  deleteTaskSchedule(deleteTaskScheduleRequest: requests.DeleteTaskScheduleRequest): Promise<responses.DeleteTaskScheduleResponse>;
605
604
  /**
@@ -609,7 +608,7 @@ export declare class DataIntegrationClient {
609
608
  * @param DeleteTaskValidationRequest
610
609
  * @return DeleteTaskValidationResponse
611
610
  * @throws OciError when an error occurs
612
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
613
612
  */
614
613
  deleteTaskValidation(deleteTaskValidationRequest: requests.DeleteTaskValidationRequest): Promise<responses.DeleteTaskValidationResponse>;
615
614
  /**
@@ -618,7 +617,7 @@ export declare class DataIntegrationClient {
618
617
  * @param DeleteUserDefinedFunctionRequest
619
618
  * @return DeleteUserDefinedFunctionResponse
620
619
  * @throws OciError when an error occurs
621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
622
621
  */
623
622
  deleteUserDefinedFunction(deleteUserDefinedFunctionRequest: requests.DeleteUserDefinedFunctionRequest): Promise<responses.DeleteUserDefinedFunctionResponse>;
624
623
  /**
@@ -627,7 +626,7 @@ export declare class DataIntegrationClient {
627
626
  * @param DeleteUserDefinedFunctionValidationRequest
628
627
  * @return DeleteUserDefinedFunctionValidationResponse
629
628
  * @throws OciError when an error occurs
630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
631
630
  */
632
631
  deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest: requests.DeleteUserDefinedFunctionValidationRequest): Promise<responses.DeleteUserDefinedFunctionValidationResponse>;
633
632
  /**
@@ -636,7 +635,7 @@ export declare class DataIntegrationClient {
636
635
  * @param DeleteWorkspaceRequest
637
636
  * @return DeleteWorkspaceResponse
638
637
  * @throws OciError when an error occurs
639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
640
639
  */
641
640
  deleteWorkspace(deleteWorkspaceRequest: requests.DeleteWorkspaceRequest): Promise<responses.DeleteWorkspaceResponse>;
642
641
  /**
@@ -645,7 +644,7 @@ export declare class DataIntegrationClient {
645
644
  * @param GetApplicationRequest
646
645
  * @return GetApplicationResponse
647
646
  * @throws OciError when an error occurs
648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
649
648
  */
650
649
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
651
650
  /**
@@ -654,7 +653,7 @@ export declare class DataIntegrationClient {
654
653
  * @param GetApplicationDetailedDescriptionRequest
655
654
  * @return GetApplicationDetailedDescriptionResponse
656
655
  * @throws OciError when an error occurs
657
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetApplicationDetailedDescription.ts.html |here} to see how to use GetApplicationDetailedDescription API.
656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetApplicationDetailedDescription.ts.html |here} to see how to use GetApplicationDetailedDescription API.
658
657
  */
659
658
  getApplicationDetailedDescription(getApplicationDetailedDescriptionRequest: requests.GetApplicationDetailedDescriptionRequest): Promise<responses.GetApplicationDetailedDescriptionResponse>;
660
659
  /**
@@ -664,7 +663,7 @@ export declare class DataIntegrationClient {
664
663
  * @param GetCompositeStateRequest
665
664
  * @return GetCompositeStateResponse
666
665
  * @throws OciError when an error occurs
667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetCompositeState.ts.html |here} to see how to use GetCompositeState API.
666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetCompositeState.ts.html |here} to see how to use GetCompositeState API.
668
667
  */
669
668
  getCompositeState(getCompositeStateRequest: requests.GetCompositeStateRequest): Promise<responses.GetCompositeStateResponse>;
670
669
  /**
@@ -673,7 +672,7 @@ export declare class DataIntegrationClient {
673
672
  * @param GetConnectionRequest
674
673
  * @return GetConnectionResponse
675
674
  * @throws OciError when an error occurs
676
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
677
676
  */
678
677
  getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
679
678
  /**
@@ -682,7 +681,7 @@ export declare class DataIntegrationClient {
682
681
  * @param GetConnectionValidationRequest
683
682
  * @return GetConnectionValidationResponse
684
683
  * @throws OciError when an error occurs
685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
686
685
  */
687
686
  getConnectionValidation(getConnectionValidationRequest: requests.GetConnectionValidationRequest): Promise<responses.GetConnectionValidationResponse>;
688
687
  /**
@@ -692,7 +691,7 @@ export declare class DataIntegrationClient {
692
691
  * @param GetCopyObjectRequestRequest
693
692
  * @return GetCopyObjectRequestResponse
694
693
  * @throws OciError when an error occurs
695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetCopyObjectRequest.ts.html |here} to see how to use GetCopyObjectRequest API.
694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetCopyObjectRequest.ts.html |here} to see how to use GetCopyObjectRequest API.
696
695
  */
697
696
  getCopyObjectRequest(getCopyObjectRequestRequest: requests.GetCopyObjectRequestRequest): Promise<responses.GetCopyObjectRequestResponse>;
698
697
  /**
@@ -703,7 +702,7 @@ export declare class DataIntegrationClient {
703
702
  * @param GetCountStatisticRequest
704
703
  * @return GetCountStatisticResponse
705
704
  * @throws OciError when an error occurs
706
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
705
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
707
706
  */
708
707
  getCountStatistic(getCountStatisticRequest: requests.GetCountStatisticRequest): Promise<responses.GetCountStatisticResponse>;
709
708
  /**
@@ -712,7 +711,7 @@ export declare class DataIntegrationClient {
712
711
  * @param GetDataAssetRequest
713
712
  * @return GetDataAssetResponse
714
713
  * @throws OciError when an error occurs
715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
716
715
  */
717
716
  getDataAsset(getDataAssetRequest: requests.GetDataAssetRequest): Promise<responses.GetDataAssetResponse>;
718
717
  /**
@@ -721,7 +720,7 @@ export declare class DataIntegrationClient {
721
720
  * @param GetDataEntityRequest
722
721
  * @return GetDataEntityResponse
723
722
  * @throws OciError when an error occurs
724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
725
724
  */
726
725
  getDataEntity(getDataEntityRequest: requests.GetDataEntityRequest): Promise<responses.GetDataEntityResponse>;
727
726
  /**
@@ -730,7 +729,7 @@ export declare class DataIntegrationClient {
730
729
  * @param GetDataFlowRequest
731
730
  * @return GetDataFlowResponse
732
731
  * @throws OciError when an error occurs
733
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
732
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
734
733
  */
735
734
  getDataFlow(getDataFlowRequest: requests.GetDataFlowRequest): Promise<responses.GetDataFlowResponse>;
736
735
  /**
@@ -739,7 +738,7 @@ export declare class DataIntegrationClient {
739
738
  * @param GetDataFlowValidationRequest
740
739
  * @return GetDataFlowValidationResponse
741
740
  * @throws OciError when an error occurs
742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
741
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
743
742
  */
744
743
  getDataFlowValidation(getDataFlowValidationRequest: requests.GetDataFlowValidationRequest): Promise<responses.GetDataFlowValidationResponse>;
745
744
  /**
@@ -748,7 +747,7 @@ export declare class DataIntegrationClient {
748
747
  * @param GetDependentObjectRequest
749
748
  * @return GetDependentObjectResponse
750
749
  * @throws OciError when an error occurs
751
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
752
751
  */
753
752
  getDependentObject(getDependentObjectRequest: requests.GetDependentObjectRequest): Promise<responses.GetDependentObjectResponse>;
754
753
  /**
@@ -757,7 +756,7 @@ export declare class DataIntegrationClient {
757
756
  * @param GetDisApplicationRequest
758
757
  * @return GetDisApplicationResponse
759
758
  * @throws OciError when an error occurs
760
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
761
760
  */
762
761
  getDisApplication(getDisApplicationRequest: requests.GetDisApplicationRequest): Promise<responses.GetDisApplicationResponse>;
763
762
  /**
@@ -766,7 +765,7 @@ export declare class DataIntegrationClient {
766
765
  * @param GetDisApplicationDetailedDescriptionRequest
767
766
  * @return GetDisApplicationDetailedDescriptionResponse
768
767
  * @throws OciError when an error occurs
769
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDisApplicationDetailedDescription.ts.html |here} to see how to use GetDisApplicationDetailedDescription API.
768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetDisApplicationDetailedDescription.ts.html |here} to see how to use GetDisApplicationDetailedDescription API.
770
769
  */
771
770
  getDisApplicationDetailedDescription(getDisApplicationDetailedDescriptionRequest: requests.GetDisApplicationDetailedDescriptionRequest): Promise<responses.GetDisApplicationDetailedDescriptionResponse>;
772
771
  /**
@@ -776,7 +775,7 @@ export declare class DataIntegrationClient {
776
775
  * @param GetExportRequestRequest
777
776
  * @return GetExportRequestResponse
778
777
  * @throws OciError when an error occurs
779
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetExportRequest.ts.html |here} to see how to use GetExportRequest API.
778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetExportRequest.ts.html |here} to see how to use GetExportRequest API.
780
779
  */
781
780
  getExportRequest(getExportRequestRequest: requests.GetExportRequestRequest): Promise<responses.GetExportRequestResponse>;
782
781
  /**
@@ -785,7 +784,7 @@ export declare class DataIntegrationClient {
785
784
  * @param GetExternalPublicationRequest
786
785
  * @return GetExternalPublicationResponse
787
786
  * @throws OciError when an error occurs
788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
789
788
  */
790
789
  getExternalPublication(getExternalPublicationRequest: requests.GetExternalPublicationRequest): Promise<responses.GetExternalPublicationResponse>;
791
790
  /**
@@ -794,7 +793,7 @@ export declare class DataIntegrationClient {
794
793
  * @param GetExternalPublicationValidationRequest
795
794
  * @return GetExternalPublicationValidationResponse
796
795
  * @throws OciError when an error occurs
797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
796
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
798
797
  */
799
798
  getExternalPublicationValidation(getExternalPublicationValidationRequest: requests.GetExternalPublicationValidationRequest): Promise<responses.GetExternalPublicationValidationResponse>;
800
799
  /**
@@ -803,7 +802,7 @@ export declare class DataIntegrationClient {
803
802
  * @param GetFolderRequest
804
803
  * @return GetFolderResponse
805
804
  * @throws OciError when an error occurs
806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
805
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
807
806
  */
808
807
  getFolder(getFolderRequest: requests.GetFolderRequest): Promise<responses.GetFolderResponse>;
809
808
  /**
@@ -812,7 +811,7 @@ export declare class DataIntegrationClient {
812
811
  * @param GetFunctionLibraryRequest
813
812
  * @return GetFunctionLibraryResponse
814
813
  * @throws OciError when an error occurs
815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
816
815
  */
817
816
  getFunctionLibrary(getFunctionLibraryRequest: requests.GetFunctionLibraryRequest): Promise<responses.GetFunctionLibraryResponse>;
818
817
  /**
@@ -822,7 +821,7 @@ export declare class DataIntegrationClient {
822
821
  * @param GetImportRequestRequest
823
822
  * @return GetImportRequestResponse
824
823
  * @throws OciError when an error occurs
825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetImportRequest.ts.html |here} to see how to use GetImportRequest API.
824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetImportRequest.ts.html |here} to see how to use GetImportRequest API.
826
825
  */
827
826
  getImportRequest(getImportRequestRequest: requests.GetImportRequestRequest): Promise<responses.GetImportRequestResponse>;
828
827
  /**
@@ -831,7 +830,7 @@ export declare class DataIntegrationClient {
831
830
  * @param GetPatchRequest
832
831
  * @return GetPatchResponse
833
832
  * @throws OciError when an error occurs
834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
833
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
835
834
  */
836
835
  getPatch(getPatchRequest: requests.GetPatchRequest): Promise<responses.GetPatchResponse>;
837
836
  /**
@@ -840,7 +839,7 @@ export declare class DataIntegrationClient {
840
839
  * @param GetPipelineRequest
841
840
  * @return GetPipelineResponse
842
841
  * @throws OciError when an error occurs
843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
844
843
  */
845
844
  getPipeline(getPipelineRequest: requests.GetPipelineRequest): Promise<responses.GetPipelineResponse>;
846
845
  /**
@@ -849,7 +848,7 @@ export declare class DataIntegrationClient {
849
848
  * @param GetPipelineValidationRequest
850
849
  * @return GetPipelineValidationResponse
851
850
  * @throws OciError when an error occurs
852
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
853
852
  */
854
853
  getPipelineValidation(getPipelineValidationRequest: requests.GetPipelineValidationRequest): Promise<responses.GetPipelineValidationResponse>;
855
854
  /**
@@ -858,7 +857,7 @@ export declare class DataIntegrationClient {
858
857
  * @param GetProjectRequest
859
858
  * @return GetProjectResponse
860
859
  * @throws OciError when an error occurs
861
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
860
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
862
861
  */
863
862
  getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
864
863
  /**
@@ -867,7 +866,7 @@ export declare class DataIntegrationClient {
867
866
  * @param GetPublishedObjectRequest
868
867
  * @return GetPublishedObjectResponse
869
868
  * @throws OciError when an error occurs
870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
871
870
  */
872
871
  getPublishedObject(getPublishedObjectRequest: requests.GetPublishedObjectRequest): Promise<responses.GetPublishedObjectResponse>;
873
872
  /**
@@ -876,7 +875,7 @@ export declare class DataIntegrationClient {
876
875
  * @param GetReferenceRequest
877
876
  * @return GetReferenceResponse
878
877
  * @throws OciError when an error occurs
879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
878
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
880
879
  */
881
880
  getReference(getReferenceRequest: requests.GetReferenceRequest): Promise<responses.GetReferenceResponse>;
882
881
  /**
@@ -885,7 +884,7 @@ export declare class DataIntegrationClient {
885
884
  * @param GetRuntimeOperatorRequest
886
885
  * @return GetRuntimeOperatorResponse
887
886
  * @throws OciError when an error occurs
888
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetRuntimeOperator.ts.html |here} to see how to use GetRuntimeOperator API.
887
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetRuntimeOperator.ts.html |here} to see how to use GetRuntimeOperator API.
889
888
  */
890
889
  getRuntimeOperator(getRuntimeOperatorRequest: requests.GetRuntimeOperatorRequest): Promise<responses.GetRuntimeOperatorResponse>;
891
890
  /**
@@ -894,7 +893,7 @@ export declare class DataIntegrationClient {
894
893
  * @param GetRuntimePipelineRequest
895
894
  * @return GetRuntimePipelineResponse
896
895
  * @throws OciError when an error occurs
897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetRuntimePipeline.ts.html |here} to see how to use GetRuntimePipeline API.
896
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetRuntimePipeline.ts.html |here} to see how to use GetRuntimePipeline API.
898
897
  */
899
898
  getRuntimePipeline(getRuntimePipelineRequest: requests.GetRuntimePipelineRequest): Promise<responses.GetRuntimePipelineResponse>;
900
899
  /**
@@ -903,7 +902,7 @@ export declare class DataIntegrationClient {
903
902
  * @param GetScheduleRequest
904
903
  * @return GetScheduleResponse
905
904
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
907
906
  */
908
907
  getSchedule(getScheduleRequest: requests.GetScheduleRequest): Promise<responses.GetScheduleResponse>;
909
908
  /**
@@ -912,7 +911,7 @@ export declare class DataIntegrationClient {
912
911
  * @param GetSchemaRequest
913
912
  * @return GetSchemaResponse
914
913
  * @throws OciError when an error occurs
915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
916
915
  */
917
916
  getSchema(getSchemaRequest: requests.GetSchemaRequest): Promise<responses.GetSchemaResponse>;
918
917
  /**
@@ -921,7 +920,7 @@ export declare class DataIntegrationClient {
921
920
  * @param GetTaskRequest
922
921
  * @return GetTaskResponse
923
922
  * @throws OciError when an error occurs
924
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
925
924
  */
926
925
  getTask(getTaskRequest: requests.GetTaskRequest): Promise<responses.GetTaskResponse>;
927
926
  /**
@@ -930,7 +929,7 @@ export declare class DataIntegrationClient {
930
929
  * @param GetTaskRunRequest
931
930
  * @return GetTaskRunResponse
932
931
  * @throws OciError when an error occurs
933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
932
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
934
933
  */
935
934
  getTaskRun(getTaskRunRequest: requests.GetTaskRunRequest): Promise<responses.GetTaskRunResponse>;
936
935
  /**
@@ -939,7 +938,7 @@ export declare class DataIntegrationClient {
939
938
  * @param GetTaskScheduleRequest
940
939
  * @return GetTaskScheduleResponse
941
940
  * @throws OciError when an error occurs
942
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
943
942
  */
944
943
  getTaskSchedule(getTaskScheduleRequest: requests.GetTaskScheduleRequest): Promise<responses.GetTaskScheduleResponse>;
945
944
  /**
@@ -949,7 +948,7 @@ export declare class DataIntegrationClient {
949
948
  * @param GetTaskValidationRequest
950
949
  * @return GetTaskValidationResponse
951
950
  * @throws OciError when an error occurs
952
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
953
952
  */
954
953
  getTaskValidation(getTaskValidationRequest: requests.GetTaskValidationRequest): Promise<responses.GetTaskValidationResponse>;
955
954
  /**
@@ -958,7 +957,7 @@ export declare class DataIntegrationClient {
958
957
  * @param GetTemplateRequest
959
958
  * @return GetTemplateResponse
960
959
  * @throws OciError when an error occurs
961
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTemplate.ts.html |here} to see how to use GetTemplate API.
960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetTemplate.ts.html |here} to see how to use GetTemplate API.
962
961
  */
963
962
  getTemplate(getTemplateRequest: requests.GetTemplateRequest): Promise<responses.GetTemplateResponse>;
964
963
  /**
@@ -967,7 +966,7 @@ export declare class DataIntegrationClient {
967
966
  * @param GetUserDefinedFunctionRequest
968
967
  * @return GetUserDefinedFunctionResponse
969
968
  * @throws OciError when an error occurs
970
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
969
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
971
970
  */
972
971
  getUserDefinedFunction(getUserDefinedFunctionRequest: requests.GetUserDefinedFunctionRequest): Promise<responses.GetUserDefinedFunctionResponse>;
973
972
  /**
@@ -976,7 +975,7 @@ export declare class DataIntegrationClient {
976
975
  * @param GetUserDefinedFunctionValidationRequest
977
976
  * @return GetUserDefinedFunctionValidationResponse
978
977
  * @throws OciError when an error occurs
979
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
980
979
  */
981
980
  getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest: requests.GetUserDefinedFunctionValidationRequest): Promise<responses.GetUserDefinedFunctionValidationResponse>;
982
981
  /**
@@ -985,7 +984,7 @@ export declare class DataIntegrationClient {
985
984
  * @param GetWorkRequestRequest
986
985
  * @return GetWorkRequestResponse
987
986
  * @throws OciError when an error occurs
988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
989
988
  */
990
989
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
991
990
  /**
@@ -994,7 +993,7 @@ export declare class DataIntegrationClient {
994
993
  * @param GetWorkspaceRequest
995
994
  * @return GetWorkspaceResponse
996
995
  * @throws OciError when an error occurs
997
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
996
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
998
997
  */
999
998
  getWorkspace(getWorkspaceRequest: requests.GetWorkspaceRequest): Promise<responses.GetWorkspaceResponse>;
1000
999
  /**
@@ -1003,7 +1002,7 @@ export declare class DataIntegrationClient {
1003
1002
  * @param ListApplicationsRequest
1004
1003
  * @return ListApplicationsResponse
1005
1004
  * @throws OciError when an error occurs
1006
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
1005
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
1007
1006
  */
1008
1007
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
1009
1008
  /**
@@ -1012,7 +1011,7 @@ export declare class DataIntegrationClient {
1012
1011
  * @param ListConnectionValidationsRequest
1013
1012
  * @return ListConnectionValidationsResponse
1014
1013
  * @throws OciError when an error occurs
1015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
1014
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
1016
1015
  */
1017
1016
  listConnectionValidations(listConnectionValidationsRequest: requests.ListConnectionValidationsRequest): Promise<responses.ListConnectionValidationsResponse>;
1018
1017
  /**
@@ -1021,7 +1020,7 @@ export declare class DataIntegrationClient {
1021
1020
  * @param ListConnectionsRequest
1022
1021
  * @return ListConnectionsResponse
1023
1022
  * @throws OciError when an error occurs
1024
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
1023
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
1025
1024
  */
1026
1025
  listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
1027
1026
  /**
@@ -1031,7 +1030,7 @@ export declare class DataIntegrationClient {
1031
1030
  * @param ListCopyObjectRequestsRequest
1032
1031
  * @return ListCopyObjectRequestsResponse
1033
1032
  * @throws OciError when an error occurs
1034
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListCopyObjectRequests.ts.html |here} to see how to use ListCopyObjectRequests API.
1033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListCopyObjectRequests.ts.html |here} to see how to use ListCopyObjectRequests API.
1035
1034
  */
1036
1035
  listCopyObjectRequests(listCopyObjectRequestsRequest: requests.ListCopyObjectRequestsRequest): Promise<responses.ListCopyObjectRequestsResponse>;
1037
1036
  /**
@@ -1041,7 +1040,7 @@ export declare class DataIntegrationClient {
1041
1040
  * @param ListDataAssetsRequest
1042
1041
  * @return ListDataAssetsResponse
1043
1042
  * @throws OciError when an error occurs
1044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
1043
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
1045
1044
  */
1046
1045
  listDataAssets(listDataAssetsRequest: requests.ListDataAssetsRequest): Promise<responses.ListDataAssetsResponse>;
1047
1046
  /**
@@ -1051,7 +1050,7 @@ export declare class DataIntegrationClient {
1051
1050
  * @param ListDataEntitiesRequest
1052
1051
  * @return ListDataEntitiesResponse
1053
1052
  * @throws OciError when an error occurs
1054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
1053
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
1055
1054
  */
1056
1055
  listDataEntities(listDataEntitiesRequest: requests.ListDataEntitiesRequest): Promise<responses.ListDataEntitiesResponse>;
1057
1056
  /**
@@ -1060,7 +1059,7 @@ export declare class DataIntegrationClient {
1060
1059
  * @param ListDataFlowValidationsRequest
1061
1060
  * @return ListDataFlowValidationsResponse
1062
1061
  * @throws OciError when an error occurs
1063
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
1062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
1064
1063
  */
1065
1064
  listDataFlowValidations(listDataFlowValidationsRequest: requests.ListDataFlowValidationsRequest): Promise<responses.ListDataFlowValidationsResponse>;
1066
1065
  /**
@@ -1070,7 +1069,7 @@ export declare class DataIntegrationClient {
1070
1069
  * @param ListDataFlowsRequest
1071
1070
  * @return ListDataFlowsResponse
1072
1071
  * @throws OciError when an error occurs
1073
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
1072
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
1074
1073
  */
1075
1074
  listDataFlows(listDataFlowsRequest: requests.ListDataFlowsRequest): Promise<responses.ListDataFlowsResponse>;
1076
1075
  /**
@@ -1079,7 +1078,7 @@ export declare class DataIntegrationClient {
1079
1078
  * @param ListDependentObjectsRequest
1080
1079
  * @return ListDependentObjectsResponse
1081
1080
  * @throws OciError when an error occurs
1082
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
1081
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
1083
1082
  */
1084
1083
  listDependentObjects(listDependentObjectsRequest: requests.ListDependentObjectsRequest): Promise<responses.ListDependentObjectsResponse>;
1085
1084
  /**
@@ -1089,7 +1088,7 @@ export declare class DataIntegrationClient {
1089
1088
  * @param ListDisApplicationTaskRunLineagesRequest
1090
1089
  * @return ListDisApplicationTaskRunLineagesResponse
1091
1090
  * @throws OciError when an error occurs
1092
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDisApplicationTaskRunLineages.ts.html |here} to see how to use ListDisApplicationTaskRunLineages API.
1091
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListDisApplicationTaskRunLineages.ts.html |here} to see how to use ListDisApplicationTaskRunLineages API.
1093
1092
  */
1094
1093
  listDisApplicationTaskRunLineages(listDisApplicationTaskRunLineagesRequest: requests.ListDisApplicationTaskRunLineagesRequest): Promise<responses.ListDisApplicationTaskRunLineagesResponse>;
1095
1094
  /**
@@ -1098,7 +1097,7 @@ export declare class DataIntegrationClient {
1098
1097
  * @param ListDisApplicationsRequest
1099
1098
  * @return ListDisApplicationsResponse
1100
1099
  * @throws OciError when an error occurs
1101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
1100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
1102
1101
  */
1103
1102
  listDisApplications(listDisApplicationsRequest: requests.ListDisApplicationsRequest): Promise<responses.ListDisApplicationsResponse>;
1104
1103
  /**
@@ -1108,7 +1107,7 @@ export declare class DataIntegrationClient {
1108
1107
  * @param ListExportRequestsRequest
1109
1108
  * @return ListExportRequestsResponse
1110
1109
  * @throws OciError when an error occurs
1111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListExportRequests.ts.html |here} to see how to use ListExportRequests API.
1110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListExportRequests.ts.html |here} to see how to use ListExportRequests API.
1112
1111
  */
1113
1112
  listExportRequests(listExportRequestsRequest: requests.ListExportRequestsRequest): Promise<responses.ListExportRequestsResponse>;
1114
1113
  /**
@@ -1118,7 +1117,7 @@ export declare class DataIntegrationClient {
1118
1117
  * @param ListExternalPublicationValidationsRequest
1119
1118
  * @return ListExternalPublicationValidationsResponse
1120
1119
  * @throws OciError when an error occurs
1121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
1120
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
1122
1121
  */
1123
1122
  listExternalPublicationValidations(listExternalPublicationValidationsRequest: requests.ListExternalPublicationValidationsRequest): Promise<responses.ListExternalPublicationValidationsResponse>;
1124
1123
  /**
@@ -1127,7 +1126,7 @@ export declare class DataIntegrationClient {
1127
1126
  * @param ListExternalPublicationsRequest
1128
1127
  * @return ListExternalPublicationsResponse
1129
1128
  * @throws OciError when an error occurs
1130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
1129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
1131
1130
  */
1132
1131
  listExternalPublications(listExternalPublicationsRequest: requests.ListExternalPublicationsRequest): Promise<responses.ListExternalPublicationsResponse>;
1133
1132
  /**
@@ -1137,7 +1136,7 @@ export declare class DataIntegrationClient {
1137
1136
  * @param ListFoldersRequest
1138
1137
  * @return ListFoldersResponse
1139
1138
  * @throws OciError when an error occurs
1140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
1139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
1141
1140
  */
1142
1141
  listFolders(listFoldersRequest: requests.ListFoldersRequest): Promise<responses.ListFoldersResponse>;
1143
1142
  /**
@@ -1147,7 +1146,7 @@ export declare class DataIntegrationClient {
1147
1146
  * @param ListFunctionLibrariesRequest
1148
1147
  * @return ListFunctionLibrariesResponse
1149
1148
  * @throws OciError when an error occurs
1150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
1149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
1151
1150
  */
1152
1151
  listFunctionLibraries(listFunctionLibrariesRequest: requests.ListFunctionLibrariesRequest): Promise<responses.ListFunctionLibrariesResponse>;
1153
1152
  /**
@@ -1157,7 +1156,7 @@ export declare class DataIntegrationClient {
1157
1156
  * @param ListImportRequestsRequest
1158
1157
  * @return ListImportRequestsResponse
1159
1158
  * @throws OciError when an error occurs
1160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListImportRequests.ts.html |here} to see how to use ListImportRequests API.
1159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListImportRequests.ts.html |here} to see how to use ListImportRequests API.
1161
1160
  */
1162
1161
  listImportRequests(listImportRequestsRequest: requests.ListImportRequestsRequest): Promise<responses.ListImportRequestsResponse>;
1163
1162
  /**
@@ -1166,7 +1165,7 @@ export declare class DataIntegrationClient {
1166
1165
  * @param ListPatchChangesRequest
1167
1166
  * @return ListPatchChangesResponse
1168
1167
  * @throws OciError when an error occurs
1169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
1168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
1170
1169
  */
1171
1170
  listPatchChanges(listPatchChangesRequest: requests.ListPatchChangesRequest): Promise<responses.ListPatchChangesResponse>;
1172
1171
  /**
@@ -1175,7 +1174,7 @@ export declare class DataIntegrationClient {
1175
1174
  * @param ListPatchesRequest
1176
1175
  * @return ListPatchesResponse
1177
1176
  * @throws OciError when an error occurs
1178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
1177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
1179
1178
  */
1180
1179
  listPatches(listPatchesRequest: requests.ListPatchesRequest): Promise<responses.ListPatchesResponse>;
1181
1180
  /**
@@ -1184,7 +1183,7 @@ export declare class DataIntegrationClient {
1184
1183
  * @param ListPipelineValidationsRequest
1185
1184
  * @return ListPipelineValidationsResponse
1186
1185
  * @throws OciError when an error occurs
1187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
1186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
1188
1187
  */
1189
1188
  listPipelineValidations(listPipelineValidationsRequest: requests.ListPipelineValidationsRequest): Promise<responses.ListPipelineValidationsResponse>;
1190
1189
  /**
@@ -1194,7 +1193,7 @@ export declare class DataIntegrationClient {
1194
1193
  * @param ListPipelinesRequest
1195
1194
  * @return ListPipelinesResponse
1196
1195
  * @throws OciError when an error occurs
1197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
1196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
1198
1197
  */
1199
1198
  listPipelines(listPipelinesRequest: requests.ListPipelinesRequest): Promise<responses.ListPipelinesResponse>;
1200
1199
  /**
@@ -1204,7 +1203,7 @@ export declare class DataIntegrationClient {
1204
1203
  * @param ListProjectsRequest
1205
1204
  * @return ListProjectsResponse
1206
1205
  * @throws OciError when an error occurs
1207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
1206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
1208
1207
  */
1209
1208
  listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
1210
1209
  /**
@@ -1213,7 +1212,7 @@ export declare class DataIntegrationClient {
1213
1212
  * @param ListPublishedObjectsRequest
1214
1213
  * @return ListPublishedObjectsResponse
1215
1214
  * @throws OciError when an error occurs
1216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
1215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
1217
1216
  */
1218
1217
  listPublishedObjects(listPublishedObjectsRequest: requests.ListPublishedObjectsRequest): Promise<responses.ListPublishedObjectsResponse>;
1219
1218
  /**
@@ -1222,7 +1221,7 @@ export declare class DataIntegrationClient {
1222
1221
  * @param ListReferencesRequest
1223
1222
  * @return ListReferencesResponse
1224
1223
  * @throws OciError when an error occurs
1225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
1224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
1226
1225
  */
1227
1226
  listReferences(listReferencesRequest: requests.ListReferencesRequest): Promise<responses.ListReferencesResponse>;
1228
1227
  /**
@@ -1232,7 +1231,7 @@ export declare class DataIntegrationClient {
1232
1231
  * @param ListRuntimeOperatorsRequest
1233
1232
  * @return ListRuntimeOperatorsResponse
1234
1233
  * @throws OciError when an error occurs
1235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListRuntimeOperators.ts.html |here} to see how to use ListRuntimeOperators API.
1234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListRuntimeOperators.ts.html |here} to see how to use ListRuntimeOperators API.
1236
1235
  */
1237
1236
  listRuntimeOperators(listRuntimeOperatorsRequest: requests.ListRuntimeOperatorsRequest): Promise<responses.ListRuntimeOperatorsResponse>;
1238
1237
  /**
@@ -1242,7 +1241,7 @@ export declare class DataIntegrationClient {
1242
1241
  * @param ListRuntimePipelinesRequest
1243
1242
  * @return ListRuntimePipelinesResponse
1244
1243
  * @throws OciError when an error occurs
1245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListRuntimePipelines.ts.html |here} to see how to use ListRuntimePipelines API.
1244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListRuntimePipelines.ts.html |here} to see how to use ListRuntimePipelines API.
1246
1245
  */
1247
1246
  listRuntimePipelines(listRuntimePipelinesRequest: requests.ListRuntimePipelinesRequest): Promise<responses.ListRuntimePipelinesResponse>;
1248
1247
  /**
@@ -1252,7 +1251,7 @@ export declare class DataIntegrationClient {
1252
1251
  * @param ListSchedulesRequest
1253
1252
  * @return ListSchedulesResponse
1254
1253
  * @throws OciError when an error occurs
1255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
1254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
1256
1255
  */
1257
1256
  listSchedules(listSchedulesRequest: requests.ListSchedulesRequest): Promise<responses.ListSchedulesResponse>;
1258
1257
  /**
@@ -1261,7 +1260,7 @@ export declare class DataIntegrationClient {
1261
1260
  * @param ListSchemasRequest
1262
1261
  * @return ListSchemasResponse
1263
1262
  * @throws OciError when an error occurs
1264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
1263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
1265
1264
  */
1266
1265
  listSchemas(listSchemasRequest: requests.ListSchemasRequest): Promise<responses.ListSchemasResponse>;
1267
1266
  /**
@@ -1271,7 +1270,7 @@ export declare class DataIntegrationClient {
1271
1270
  * @param ListTaskRunLineagesRequest
1272
1271
  * @return ListTaskRunLineagesResponse
1273
1272
  * @throws OciError when an error occurs
1274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskRunLineages.ts.html |here} to see how to use ListTaskRunLineages API.
1273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListTaskRunLineages.ts.html |here} to see how to use ListTaskRunLineages API.
1275
1274
  */
1276
1275
  listTaskRunLineages(listTaskRunLineagesRequest: requests.ListTaskRunLineagesRequest): Promise<responses.ListTaskRunLineagesResponse>;
1277
1276
  /**
@@ -1280,7 +1279,7 @@ export declare class DataIntegrationClient {
1280
1279
  * @param ListTaskRunLogsRequest
1281
1280
  * @return ListTaskRunLogsResponse
1282
1281
  * @throws OciError when an error occurs
1283
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
1282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
1284
1283
  */
1285
1284
  listTaskRunLogs(listTaskRunLogsRequest: requests.ListTaskRunLogsRequest): Promise<responses.ListTaskRunLogsResponse>;
1286
1285
  /**
@@ -1321,7 +1320,7 @@ export declare class DataIntegrationClient {
1321
1320
  * @param ListTaskRunsRequest
1322
1321
  * @return ListTaskRunsResponse
1323
1322
  * @throws OciError when an error occurs
1324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
1323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
1325
1324
  */
1326
1325
  listTaskRuns(listTaskRunsRequest: requests.ListTaskRunsRequest): Promise<responses.ListTaskRunsResponse>;
1327
1326
  /**
@@ -1331,7 +1330,7 @@ export declare class DataIntegrationClient {
1331
1330
  * @param ListTaskSchedulesRequest
1332
1331
  * @return ListTaskSchedulesResponse
1333
1332
  * @throws OciError when an error occurs
1334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
1333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
1335
1334
  */
1336
1335
  listTaskSchedules(listTaskSchedulesRequest: requests.ListTaskSchedulesRequest): Promise<responses.ListTaskSchedulesResponse>;
1337
1336
  /**
@@ -1341,7 +1340,7 @@ export declare class DataIntegrationClient {
1341
1340
  * @param ListTaskValidationsRequest
1342
1341
  * @return ListTaskValidationsResponse
1343
1342
  * @throws OciError when an error occurs
1344
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
1343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
1345
1344
  */
1346
1345
  listTaskValidations(listTaskValidationsRequest: requests.ListTaskValidationsRequest): Promise<responses.ListTaskValidationsResponse>;
1347
1346
  /**
@@ -1351,7 +1350,7 @@ export declare class DataIntegrationClient {
1351
1350
  * @param ListTasksRequest
1352
1351
  * @return ListTasksResponse
1353
1352
  * @throws OciError when an error occurs
1354
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
1353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
1355
1354
  */
1356
1355
  listTasks(listTasksRequest: requests.ListTasksRequest): Promise<responses.ListTasksResponse>;
1357
1356
  /**
@@ -1360,7 +1359,7 @@ export declare class DataIntegrationClient {
1360
1359
  * @param ListTemplatesRequest
1361
1360
  * @return ListTemplatesResponse
1362
1361
  * @throws OciError when an error occurs
1363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTemplates.ts.html |here} to see how to use ListTemplates API.
1362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListTemplates.ts.html |here} to see how to use ListTemplates API.
1364
1363
  */
1365
1364
  listTemplates(listTemplatesRequest: requests.ListTemplatesRequest): Promise<responses.ListTemplatesResponse>;
1366
1365
  /**
@@ -1369,7 +1368,7 @@ export declare class DataIntegrationClient {
1369
1368
  * @param ListUserDefinedFunctionValidationsRequest
1370
1369
  * @return ListUserDefinedFunctionValidationsResponse
1371
1370
  * @throws OciError when an error occurs
1372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
1371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
1373
1372
  */
1374
1373
  listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest: requests.ListUserDefinedFunctionValidationsRequest): Promise<responses.ListUserDefinedFunctionValidationsResponse>;
1375
1374
  /**
@@ -1379,7 +1378,7 @@ export declare class DataIntegrationClient {
1379
1378
  * @param ListUserDefinedFunctionsRequest
1380
1379
  * @return ListUserDefinedFunctionsResponse
1381
1380
  * @throws OciError when an error occurs
1382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
1381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
1383
1382
  */
1384
1383
  listUserDefinedFunctions(listUserDefinedFunctionsRequest: requests.ListUserDefinedFunctionsRequest): Promise<responses.ListUserDefinedFunctionsResponse>;
1385
1384
  /**
@@ -1389,7 +1388,7 @@ export declare class DataIntegrationClient {
1389
1388
  * @param ListWorkRequestErrorsRequest
1390
1389
  * @return ListWorkRequestErrorsResponse
1391
1390
  * @throws OciError when an error occurs
1392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1393
1392
  */
1394
1393
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1395
1394
  /**
@@ -1431,7 +1430,7 @@ export declare class DataIntegrationClient {
1431
1430
  * @param ListWorkRequestLogsRequest
1432
1431
  * @return ListWorkRequestLogsResponse
1433
1432
  * @throws OciError when an error occurs
1434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1435
1434
  */
1436
1435
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1437
1436
  /**
@@ -1473,7 +1472,7 @@ export declare class DataIntegrationClient {
1473
1472
  * @param ListWorkRequestsRequest
1474
1473
  * @return ListWorkRequestsResponse
1475
1474
  * @throws OciError when an error occurs
1476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1477
1476
  */
1478
1477
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1479
1478
  /**
@@ -1515,7 +1514,7 @@ export declare class DataIntegrationClient {
1515
1514
  * @param ListWorkspacesRequest
1516
1515
  * @return ListWorkspacesResponse
1517
1516
  * @throws OciError when an error occurs
1518
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
1517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
1519
1518
  */
1520
1519
  listWorkspaces(listWorkspacesRequest: requests.ListWorkspacesRequest): Promise<responses.ListWorkspacesResponse>;
1521
1520
  /**
@@ -1557,7 +1556,7 @@ export declare class DataIntegrationClient {
1557
1556
  * @param StartWorkspaceRequest
1558
1557
  * @return StartWorkspaceResponse
1559
1558
  * @throws OciError when an error occurs
1560
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
1559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
1561
1560
  */
1562
1561
  startWorkspace(startWorkspaceRequest: requests.StartWorkspaceRequest): Promise<responses.StartWorkspaceResponse>;
1563
1562
  /**
@@ -1567,7 +1566,7 @@ export declare class DataIntegrationClient {
1567
1566
  * @param StopWorkspaceRequest
1568
1567
  * @return StopWorkspaceResponse
1569
1568
  * @throws OciError when an error occurs
1570
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
1569
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
1571
1570
  */
1572
1571
  stopWorkspace(stopWorkspaceRequest: requests.StopWorkspaceRequest): Promise<responses.StopWorkspaceResponse>;
1573
1572
  /**
@@ -1576,7 +1575,7 @@ export declare class DataIntegrationClient {
1576
1575
  * @param UpdateApplicationRequest
1577
1576
  * @return UpdateApplicationResponse
1578
1577
  * @throws OciError when an error occurs
1579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1578
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1580
1579
  */
1581
1580
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
1582
1581
  /**
@@ -1585,7 +1584,7 @@ export declare class DataIntegrationClient {
1585
1584
  * @param UpdateApplicationDetailedDescriptionRequest
1586
1585
  * @return UpdateApplicationDetailedDescriptionResponse
1587
1586
  * @throws OciError when an error occurs
1588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateApplicationDetailedDescription.ts.html |here} to see how to use UpdateApplicationDetailedDescription API.
1587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateApplicationDetailedDescription.ts.html |here} to see how to use UpdateApplicationDetailedDescription API.
1589
1588
  */
1590
1589
  updateApplicationDetailedDescription(updateApplicationDetailedDescriptionRequest: requests.UpdateApplicationDetailedDescriptionRequest): Promise<responses.UpdateApplicationDetailedDescriptionResponse>;
1591
1590
  /**
@@ -1594,7 +1593,7 @@ export declare class DataIntegrationClient {
1594
1593
  * @param UpdateConnectionRequest
1595
1594
  * @return UpdateConnectionResponse
1596
1595
  * @throws OciError when an error occurs
1597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
1596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
1598
1597
  */
1599
1598
  updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
1600
1599
  /**
@@ -1603,7 +1602,7 @@ export declare class DataIntegrationClient {
1603
1602
  * @param UpdateCopyObjectRequestRequest
1604
1603
  * @return UpdateCopyObjectRequestResponse
1605
1604
  * @throws OciError when an error occurs
1606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateCopyObjectRequest.ts.html |here} to see how to use UpdateCopyObjectRequest API.
1605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateCopyObjectRequest.ts.html |here} to see how to use UpdateCopyObjectRequest API.
1607
1606
  */
1608
1607
  updateCopyObjectRequest(updateCopyObjectRequestRequest: requests.UpdateCopyObjectRequestRequest): Promise<responses.UpdateCopyObjectRequestResponse>;
1609
1608
  /**
@@ -1612,7 +1611,7 @@ export declare class DataIntegrationClient {
1612
1611
  * @param UpdateDataAssetRequest
1613
1612
  * @return UpdateDataAssetResponse
1614
1613
  * @throws OciError when an error occurs
1615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
1614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
1616
1615
  */
1617
1616
  updateDataAsset(updateDataAssetRequest: requests.UpdateDataAssetRequest): Promise<responses.UpdateDataAssetResponse>;
1618
1617
  /**
@@ -1621,7 +1620,7 @@ export declare class DataIntegrationClient {
1621
1620
  * @param UpdateDataFlowRequest
1622
1621
  * @return UpdateDataFlowResponse
1623
1622
  * @throws OciError when an error occurs
1624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
1623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
1625
1624
  */
1626
1625
  updateDataFlow(updateDataFlowRequest: requests.UpdateDataFlowRequest): Promise<responses.UpdateDataFlowResponse>;
1627
1626
  /**
@@ -1630,7 +1629,7 @@ export declare class DataIntegrationClient {
1630
1629
  * @param UpdateDisApplicationRequest
1631
1630
  * @return UpdateDisApplicationResponse
1632
1631
  * @throws OciError when an error occurs
1633
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
1632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
1634
1633
  */
1635
1634
  updateDisApplication(updateDisApplicationRequest: requests.UpdateDisApplicationRequest): Promise<responses.UpdateDisApplicationResponse>;
1636
1635
  /**
@@ -1639,7 +1638,7 @@ export declare class DataIntegrationClient {
1639
1638
  * @param UpdateDisApplicationDetailedDescriptionRequest
1640
1639
  * @return UpdateDisApplicationDetailedDescriptionResponse
1641
1640
  * @throws OciError when an error occurs
1642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDisApplicationDetailedDescription.ts.html |here} to see how to use UpdateDisApplicationDetailedDescription API.
1641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateDisApplicationDetailedDescription.ts.html |here} to see how to use UpdateDisApplicationDetailedDescription API.
1643
1642
  */
1644
1643
  updateDisApplicationDetailedDescription(updateDisApplicationDetailedDescriptionRequest: requests.UpdateDisApplicationDetailedDescriptionRequest): Promise<responses.UpdateDisApplicationDetailedDescriptionResponse>;
1645
1644
  /**
@@ -1648,7 +1647,7 @@ export declare class DataIntegrationClient {
1648
1647
  * @param UpdateExportRequestRequest
1649
1648
  * @return UpdateExportRequestResponse
1650
1649
  * @throws OciError when an error occurs
1651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateExportRequest.ts.html |here} to see how to use UpdateExportRequest API.
1650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateExportRequest.ts.html |here} to see how to use UpdateExportRequest API.
1652
1651
  */
1653
1652
  updateExportRequest(updateExportRequestRequest: requests.UpdateExportRequestRequest): Promise<responses.UpdateExportRequestResponse>;
1654
1653
  /**
@@ -1657,7 +1656,7 @@ export declare class DataIntegrationClient {
1657
1656
  * @param UpdateExternalPublicationRequest
1658
1657
  * @return UpdateExternalPublicationResponse
1659
1658
  * @throws OciError when an error occurs
1660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
1659
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
1661
1660
  */
1662
1661
  updateExternalPublication(updateExternalPublicationRequest: requests.UpdateExternalPublicationRequest): Promise<responses.UpdateExternalPublicationResponse>;
1663
1662
  /**
@@ -1666,7 +1665,7 @@ export declare class DataIntegrationClient {
1666
1665
  * @param UpdateFolderRequest
1667
1666
  * @return UpdateFolderResponse
1668
1667
  * @throws OciError when an error occurs
1669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
1668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
1670
1669
  */
1671
1670
  updateFolder(updateFolderRequest: requests.UpdateFolderRequest): Promise<responses.UpdateFolderResponse>;
1672
1671
  /**
@@ -1675,7 +1674,7 @@ export declare class DataIntegrationClient {
1675
1674
  * @param UpdateFunctionLibraryRequest
1676
1675
  * @return UpdateFunctionLibraryResponse
1677
1676
  * @throws OciError when an error occurs
1678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
1677
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
1679
1678
  */
1680
1679
  updateFunctionLibrary(updateFunctionLibraryRequest: requests.UpdateFunctionLibraryRequest): Promise<responses.UpdateFunctionLibraryResponse>;
1681
1680
  /**
@@ -1684,7 +1683,7 @@ export declare class DataIntegrationClient {
1684
1683
  * @param UpdateImportRequestRequest
1685
1684
  * @return UpdateImportRequestResponse
1686
1685
  * @throws OciError when an error occurs
1687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateImportRequest.ts.html |here} to see how to use UpdateImportRequest API.
1686
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateImportRequest.ts.html |here} to see how to use UpdateImportRequest API.
1688
1687
  */
1689
1688
  updateImportRequest(updateImportRequestRequest: requests.UpdateImportRequestRequest): Promise<responses.UpdateImportRequestResponse>;
1690
1689
  /**
@@ -1693,7 +1692,7 @@ export declare class DataIntegrationClient {
1693
1692
  * @param UpdatePipelineRequest
1694
1693
  * @return UpdatePipelineResponse
1695
1694
  * @throws OciError when an error occurs
1696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
1695
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
1697
1696
  */
1698
1697
  updatePipeline(updatePipelineRequest: requests.UpdatePipelineRequest): Promise<responses.UpdatePipelineResponse>;
1699
1698
  /**
@@ -1702,7 +1701,7 @@ export declare class DataIntegrationClient {
1702
1701
  * @param UpdateProjectRequest
1703
1702
  * @return UpdateProjectResponse
1704
1703
  * @throws OciError when an error occurs
1705
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
1706
1705
  */
1707
1706
  updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
1708
1707
  /**
@@ -1711,7 +1710,7 @@ export declare class DataIntegrationClient {
1711
1710
  * @param UpdateReferenceRequest
1712
1711
  * @return UpdateReferenceResponse
1713
1712
  * @throws OciError when an error occurs
1714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
1713
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
1715
1714
  */
1716
1715
  updateReference(updateReferenceRequest: requests.UpdateReferenceRequest): Promise<responses.UpdateReferenceResponse>;
1717
1716
  /**
@@ -1720,7 +1719,7 @@ export declare class DataIntegrationClient {
1720
1719
  * @param UpdateScheduleRequest
1721
1720
  * @return UpdateScheduleResponse
1722
1721
  * @throws OciError when an error occurs
1723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1722
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
1724
1723
  */
1725
1724
  updateSchedule(updateScheduleRequest: requests.UpdateScheduleRequest): Promise<responses.UpdateScheduleResponse>;
1726
1725
  /**
@@ -1729,7 +1728,7 @@ export declare class DataIntegrationClient {
1729
1728
  * @param UpdateTaskRequest
1730
1729
  * @return UpdateTaskResponse
1731
1730
  * @throws OciError when an error occurs
1732
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
1731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
1733
1732
  */
1734
1733
  updateTask(updateTaskRequest: requests.UpdateTaskRequest): Promise<responses.UpdateTaskResponse>;
1735
1734
  /**
@@ -1738,7 +1737,7 @@ export declare class DataIntegrationClient {
1738
1737
  * @param UpdateTaskRunRequest
1739
1738
  * @return UpdateTaskRunResponse
1740
1739
  * @throws OciError when an error occurs
1741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
1740
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
1742
1741
  */
1743
1742
  updateTaskRun(updateTaskRunRequest: requests.UpdateTaskRunRequest): Promise<responses.UpdateTaskRunResponse>;
1744
1743
  /**
@@ -1747,7 +1746,7 @@ export declare class DataIntegrationClient {
1747
1746
  * @param UpdateTaskScheduleRequest
1748
1747
  * @return UpdateTaskScheduleResponse
1749
1748
  * @throws OciError when an error occurs
1750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
1749
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
1751
1750
  */
1752
1751
  updateTaskSchedule(updateTaskScheduleRequest: requests.UpdateTaskScheduleRequest): Promise<responses.UpdateTaskScheduleResponse>;
1753
1752
  /**
@@ -1756,7 +1755,7 @@ export declare class DataIntegrationClient {
1756
1755
  * @param UpdateUserDefinedFunctionRequest
1757
1756
  * @return UpdateUserDefinedFunctionResponse
1758
1757
  * @throws OciError when an error occurs
1759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
1758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
1760
1759
  */
1761
1760
  updateUserDefinedFunction(updateUserDefinedFunctionRequest: requests.UpdateUserDefinedFunctionRequest): Promise<responses.UpdateUserDefinedFunctionResponse>;
1762
1761
  /**
@@ -1765,7 +1764,7 @@ export declare class DataIntegrationClient {
1765
1764
  * @param UpdateWorkspaceRequest
1766
1765
  * @return UpdateWorkspaceResponse
1767
1766
  * @throws OciError when an error occurs
1768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
1767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
1769
1768
  */
1770
1769
  updateWorkspace(updateWorkspaceRequest: requests.UpdateWorkspaceRequest): Promise<responses.UpdateWorkspaceResponse>;
1771
1770
  }