oci-dataintegration 2.79.1 → 2.80.0

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