oci-dataintegration 2.78.0 → 2.79.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (253) hide show
  1. package/lib/client.d.ts +163 -164
  2. package/lib/client.js +328 -822
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/abstract-call-attribute.js +2 -4
  5. package/lib/model/abstract-call-attribute.js.map +1 -1
  6. package/lib/model/abstract-data-operation-config.js +2 -4
  7. package/lib/model/abstract-data-operation-config.js.map +1 -1
  8. package/lib/model/abstract-format-attribute.js +2 -4
  9. package/lib/model/abstract-format-attribute.js.map +1 -1
  10. package/lib/model/abstract-frequency-details.js +2 -4
  11. package/lib/model/abstract-frequency-details.js.map +1 -1
  12. package/lib/model/abstract-read-attribute.js +2 -4
  13. package/lib/model/abstract-read-attribute.js.map +1 -1
  14. package/lib/model/abstract-write-attribute.js +2 -4
  15. package/lib/model/abstract-write-attribute.js.map +1 -1
  16. package/lib/model/auth-config.js +2 -4
  17. package/lib/model/auth-config.js.map +1 -1
  18. package/lib/model/base-type.js +2 -4
  19. package/lib/model/base-type.js.map +1 -1
  20. package/lib/model/connection-details.js +2 -4
  21. package/lib/model/connection-details.js.map +1 -1
  22. package/lib/model/connection-summary.js +2 -4
  23. package/lib/model/connection-summary.js.map +1 -1
  24. package/lib/model/connection.js +2 -4
  25. package/lib/model/connection.js.map +1 -1
  26. package/lib/model/connector-attribute.js +2 -4
  27. package/lib/model/connector-attribute.js.map +1 -1
  28. package/lib/model/create-connection-details.js +2 -4
  29. package/lib/model/create-connection-details.js.map +1 -1
  30. package/lib/model/create-data-asset-details.js +2 -4
  31. package/lib/model/create-data-asset-details.js.map +1 -1
  32. package/lib/model/create-entity-shape-details.js +2 -4
  33. package/lib/model/create-entity-shape-details.js.map +1 -1
  34. package/lib/model/create-task-details.js +2 -4
  35. package/lib/model/create-task-details.js.map +1 -1
  36. package/lib/model/create-task-validation-details.js +2 -4
  37. package/lib/model/create-task-validation-details.js.map +1 -1
  38. package/lib/model/data-asset-summary.js +2 -4
  39. package/lib/model/data-asset-summary.js.map +1 -1
  40. package/lib/model/data-asset.js +2 -4
  41. package/lib/model/data-asset.js.map +1 -1
  42. package/lib/model/data-entity-details.js +2 -4
  43. package/lib/model/data-entity-details.js.map +1 -1
  44. package/lib/model/data-entity-summary.js +2 -4
  45. package/lib/model/data-entity-summary.js.map +1 -1
  46. package/lib/model/data-entity.js +2 -4
  47. package/lib/model/data-entity.js.map +1 -1
  48. package/lib/model/dynamic-type-handler.js +2 -4
  49. package/lib/model/dynamic-type-handler.js.map +1 -1
  50. package/lib/model/entity-shape.js +2 -4
  51. package/lib/model/entity-shape.js.map +1 -1
  52. package/lib/model/field-map.js +2 -4
  53. package/lib/model/field-map.js.map +1 -1
  54. package/lib/model/flow-port-link.js +2 -4
  55. package/lib/model/flow-port-link.js.map +1 -1
  56. package/lib/model/key.js +2 -4
  57. package/lib/model/key.js.map +1 -1
  58. package/lib/model/operation.js +2 -4
  59. package/lib/model/operation.js.map +1 -1
  60. package/lib/model/operator.js +2 -4
  61. package/lib/model/operator.js.map +1 -1
  62. package/lib/model/partition-config.js +2 -4
  63. package/lib/model/partition-config.js.map +1 -1
  64. package/lib/model/projection-rule.js +2 -4
  65. package/lib/model/projection-rule.js.map +1 -1
  66. package/lib/model/published-object-summary.js +2 -4
  67. package/lib/model/published-object-summary.js.map +1 -1
  68. package/lib/model/published-object.js +2 -4
  69. package/lib/model/published-object.js.map +1 -1
  70. package/lib/model/push-down-operation.js +2 -4
  71. package/lib/model/push-down-operation.js.map +1 -1
  72. package/lib/model/referenced-data-object.js +2 -4
  73. package/lib/model/referenced-data-object.js.map +1 -1
  74. package/lib/model/secret-config.js +2 -4
  75. package/lib/model/secret-config.js.map +1 -1
  76. package/lib/model/task-summary.js +2 -4
  77. package/lib/model/task-summary.js.map +1 -1
  78. package/lib/model/task.js +2 -4
  79. package/lib/model/task.js.map +1 -1
  80. package/lib/model/typed-object.js +2 -4
  81. package/lib/model/typed-object.js.map +1 -1
  82. package/lib/model/unique-key.js +2 -4
  83. package/lib/model/unique-key.js.map +1 -1
  84. package/lib/model/update-connection-details.js +2 -4
  85. package/lib/model/update-connection-details.js.map +1 -1
  86. package/lib/model/update-data-asset-details.js +2 -4
  87. package/lib/model/update-data-asset-details.js.map +1 -1
  88. package/lib/model/update-task-details.js +2 -4
  89. package/lib/model/update-task-details.js.map +1 -1
  90. package/lib/request/change-compartment-request.d.ts +1 -1
  91. package/lib/request/change-dis-application-compartment-request.d.ts +1 -1
  92. package/lib/request/create-application-detailed-description-request.d.ts +1 -1
  93. package/lib/request/create-application-request.d.ts +1 -1
  94. package/lib/request/create-connection-request.d.ts +1 -1
  95. package/lib/request/create-connection-validation-request.d.ts +1 -1
  96. package/lib/request/create-copy-object-request-request.d.ts +1 -1
  97. package/lib/request/create-data-asset-request.d.ts +1 -1
  98. package/lib/request/create-data-flow-request.d.ts +1 -1
  99. package/lib/request/create-data-flow-validation-request.d.ts +1 -1
  100. package/lib/request/create-dis-application-detailed-description-request.d.ts +1 -1
  101. package/lib/request/create-dis-application-request.d.ts +1 -1
  102. package/lib/request/create-entity-shape-request.d.ts +1 -1
  103. package/lib/request/create-export-request-request.d.ts +1 -1
  104. package/lib/request/create-external-publication-request.d.ts +1 -1
  105. package/lib/request/create-external-publication-validation-request.d.ts +1 -1
  106. package/lib/request/create-folder-request.d.ts +1 -1
  107. package/lib/request/create-function-library-request.d.ts +1 -1
  108. package/lib/request/create-import-request-request.d.ts +1 -1
  109. package/lib/request/create-patch-request.d.ts +1 -1
  110. package/lib/request/create-pipeline-request.d.ts +1 -1
  111. package/lib/request/create-pipeline-validation-request.d.ts +1 -1
  112. package/lib/request/create-project-request.d.ts +1 -1
  113. package/lib/request/create-schedule-request.d.ts +1 -1
  114. package/lib/request/create-task-request.d.ts +1 -1
  115. package/lib/request/create-task-run-request.d.ts +1 -1
  116. package/lib/request/create-task-schedule-request.d.ts +1 -1
  117. package/lib/request/create-task-validation-request.d.ts +1 -1
  118. package/lib/request/create-user-defined-function-request.d.ts +1 -1
  119. package/lib/request/create-user-defined-function-validation-request.d.ts +1 -1
  120. package/lib/request/create-workspace-request.d.ts +1 -1
  121. package/lib/request/delete-application-detailed-description-request.d.ts +1 -1
  122. package/lib/request/delete-application-request.d.ts +1 -1
  123. package/lib/request/delete-connection-request.d.ts +1 -1
  124. package/lib/request/delete-connection-validation-request.d.ts +1 -1
  125. package/lib/request/delete-copy-object-request-request.d.ts +1 -1
  126. package/lib/request/delete-data-asset-request.d.ts +1 -1
  127. package/lib/request/delete-data-flow-request.d.ts +1 -1
  128. package/lib/request/delete-data-flow-validation-request.d.ts +1 -1
  129. package/lib/request/delete-dis-application-detailed-description-request.d.ts +1 -1
  130. package/lib/request/delete-dis-application-request.d.ts +1 -1
  131. package/lib/request/delete-export-request-request.d.ts +1 -1
  132. package/lib/request/delete-external-publication-request.d.ts +1 -1
  133. package/lib/request/delete-external-publication-validation-request.d.ts +1 -1
  134. package/lib/request/delete-folder-request.d.ts +1 -1
  135. package/lib/request/delete-function-library-request.d.ts +1 -1
  136. package/lib/request/delete-import-request-request.d.ts +1 -1
  137. package/lib/request/delete-patch-request.d.ts +1 -1
  138. package/lib/request/delete-pipeline-request.d.ts +1 -1
  139. package/lib/request/delete-pipeline-validation-request.d.ts +1 -1
  140. package/lib/request/delete-project-request.d.ts +1 -1
  141. package/lib/request/delete-schedule-request.d.ts +1 -1
  142. package/lib/request/delete-task-request.d.ts +1 -1
  143. package/lib/request/delete-task-run-request.d.ts +1 -1
  144. package/lib/request/delete-task-schedule-request.d.ts +1 -1
  145. package/lib/request/delete-task-validation-request.d.ts +1 -1
  146. package/lib/request/delete-user-defined-function-request.d.ts +1 -1
  147. package/lib/request/delete-user-defined-function-validation-request.d.ts +1 -1
  148. package/lib/request/delete-workspace-request.d.ts +1 -1
  149. package/lib/request/get-application-detailed-description-request.d.ts +1 -1
  150. package/lib/request/get-application-request.d.ts +1 -1
  151. package/lib/request/get-composite-state-request.d.ts +1 -1
  152. package/lib/request/get-connection-request.d.ts +1 -1
  153. package/lib/request/get-connection-validation-request.d.ts +1 -1
  154. package/lib/request/get-copy-object-request-request.d.ts +1 -1
  155. package/lib/request/get-count-statistic-request.d.ts +1 -1
  156. package/lib/request/get-data-asset-request.d.ts +1 -1
  157. package/lib/request/get-data-entity-request.d.ts +1 -1
  158. package/lib/request/get-data-flow-request.d.ts +1 -1
  159. package/lib/request/get-data-flow-validation-request.d.ts +1 -1
  160. package/lib/request/get-dependent-object-request.d.ts +1 -1
  161. package/lib/request/get-dis-application-detailed-description-request.d.ts +1 -1
  162. package/lib/request/get-dis-application-request.d.ts +1 -1
  163. package/lib/request/get-export-request-request.d.ts +1 -1
  164. package/lib/request/get-external-publication-request.d.ts +1 -1
  165. package/lib/request/get-external-publication-validation-request.d.ts +1 -1
  166. package/lib/request/get-folder-request.d.ts +1 -1
  167. package/lib/request/get-function-library-request.d.ts +1 -1
  168. package/lib/request/get-import-request-request.d.ts +1 -1
  169. package/lib/request/get-patch-request.d.ts +1 -1
  170. package/lib/request/get-pipeline-request.d.ts +1 -1
  171. package/lib/request/get-pipeline-validation-request.d.ts +1 -1
  172. package/lib/request/get-project-request.d.ts +1 -1
  173. package/lib/request/get-published-object-request.d.ts +1 -1
  174. package/lib/request/get-reference-request.d.ts +1 -1
  175. package/lib/request/get-runtime-operator-request.d.ts +1 -1
  176. package/lib/request/get-runtime-pipeline-request.d.ts +1 -1
  177. package/lib/request/get-schedule-request.d.ts +1 -1
  178. package/lib/request/get-schema-request.d.ts +1 -1
  179. package/lib/request/get-task-request.d.ts +1 -1
  180. package/lib/request/get-task-run-request.d.ts +1 -1
  181. package/lib/request/get-task-schedule-request.d.ts +1 -1
  182. package/lib/request/get-task-validation-request.d.ts +1 -1
  183. package/lib/request/get-template-request.d.ts +1 -1
  184. package/lib/request/get-user-defined-function-request.d.ts +1 -1
  185. package/lib/request/get-user-defined-function-validation-request.d.ts +1 -1
  186. package/lib/request/get-work-request-request.d.ts +1 -1
  187. package/lib/request/get-workspace-request.d.ts +1 -1
  188. package/lib/request/list-applications-request.d.ts +1 -1
  189. package/lib/request/list-connection-validations-request.d.ts +1 -1
  190. package/lib/request/list-connections-request.d.ts +1 -1
  191. package/lib/request/list-copy-object-requests-request.d.ts +1 -1
  192. package/lib/request/list-data-assets-request.d.ts +1 -1
  193. package/lib/request/list-data-entities-request.d.ts +1 -1
  194. package/lib/request/list-data-flow-validations-request.d.ts +1 -1
  195. package/lib/request/list-data-flows-request.d.ts +1 -1
  196. package/lib/request/list-dependent-objects-request.d.ts +1 -1
  197. package/lib/request/list-dis-application-task-run-lineages-request.d.ts +1 -1
  198. package/lib/request/list-dis-applications-request.d.ts +1 -1
  199. package/lib/request/list-export-requests-request.d.ts +1 -1
  200. package/lib/request/list-external-publication-validations-request.d.ts +1 -1
  201. package/lib/request/list-external-publications-request.d.ts +1 -1
  202. package/lib/request/list-folders-request.d.ts +1 -1
  203. package/lib/request/list-function-libraries-request.d.ts +1 -1
  204. package/lib/request/list-import-requests-request.d.ts +1 -1
  205. package/lib/request/list-patch-changes-request.d.ts +1 -1
  206. package/lib/request/list-patches-request.d.ts +1 -1
  207. package/lib/request/list-pipeline-validations-request.d.ts +1 -1
  208. package/lib/request/list-pipelines-request.d.ts +1 -1
  209. package/lib/request/list-projects-request.d.ts +1 -1
  210. package/lib/request/list-published-objects-request.d.ts +1 -1
  211. package/lib/request/list-references-request.d.ts +1 -1
  212. package/lib/request/list-runtime-operators-request.d.ts +1 -1
  213. package/lib/request/list-runtime-pipelines-request.d.ts +1 -1
  214. package/lib/request/list-schedules-request.d.ts +1 -1
  215. package/lib/request/list-schemas-request.d.ts +1 -1
  216. package/lib/request/list-task-run-lineages-request.d.ts +1 -1
  217. package/lib/request/list-task-run-logs-request.d.ts +1 -1
  218. package/lib/request/list-task-runs-request.d.ts +1 -1
  219. package/lib/request/list-task-schedules-request.d.ts +1 -1
  220. package/lib/request/list-task-validations-request.d.ts +1 -1
  221. package/lib/request/list-tasks-request.d.ts +1 -1
  222. package/lib/request/list-templates-request.d.ts +1 -1
  223. package/lib/request/list-user-defined-function-validations-request.d.ts +1 -1
  224. package/lib/request/list-user-defined-functions-request.d.ts +1 -1
  225. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  226. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  227. package/lib/request/list-work-requests-request.d.ts +1 -1
  228. package/lib/request/list-workspaces-request.d.ts +1 -1
  229. package/lib/request/start-workspace-request.d.ts +1 -1
  230. package/lib/request/stop-workspace-request.d.ts +1 -1
  231. package/lib/request/update-application-detailed-description-request.d.ts +1 -1
  232. package/lib/request/update-application-request.d.ts +1 -1
  233. package/lib/request/update-connection-request.d.ts +1 -1
  234. package/lib/request/update-copy-object-request-request.d.ts +1 -1
  235. package/lib/request/update-data-asset-request.d.ts +1 -1
  236. package/lib/request/update-data-flow-request.d.ts +1 -1
  237. package/lib/request/update-dis-application-detailed-description-request.d.ts +1 -1
  238. package/lib/request/update-dis-application-request.d.ts +1 -1
  239. package/lib/request/update-export-request-request.d.ts +1 -1
  240. package/lib/request/update-external-publication-request.d.ts +1 -1
  241. package/lib/request/update-folder-request.d.ts +1 -1
  242. package/lib/request/update-function-library-request.d.ts +1 -1
  243. package/lib/request/update-import-request-request.d.ts +1 -1
  244. package/lib/request/update-pipeline-request.d.ts +1 -1
  245. package/lib/request/update-project-request.d.ts +1 -1
  246. package/lib/request/update-reference-request.d.ts +1 -1
  247. package/lib/request/update-schedule-request.d.ts +1 -1
  248. package/lib/request/update-task-request.d.ts +1 -1
  249. package/lib/request/update-task-run-request.d.ts +1 -1
  250. package/lib/request/update-task-schedule-request.d.ts +1 -1
  251. package/lib/request/update-user-defined-function-request.d.ts +1 -1
  252. package/lib/request/update-workspace-request.d.ts +1 -1
  253. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -117,11 +117,7 @@ class DataIntegrationClient {
117
117
  set endpoint(endpoint) {
118
118
  this._endpoint = endpoint;
119
119
  this._endpoint = this._endpoint + "/20200430";
120
- if (this.logger)
121
- this.logger.info(`DataIntegrationClient endpoint set to ${this._endpoint}`);
122
- }
123
- get logger() {
124
- return common.LOG.logger;
120
+ oci_common_2.logger.info(`DataIntegrationClient endpoint set to ${this._endpoint}`);
125
121
  }
126
122
  /**
127
123
  * Determines whether realm specific endpoint should be used or not.
@@ -130,8 +126,7 @@ class DataIntegrationClient {
130
126
  */
131
127
  set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
132
128
  this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
133
- if (this.logger)
134
- this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
129
+ oci_common_2.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
135
130
  if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
136
131
  this.endpoint = common.EndpointBuilder.createEndpointFromRegion(DataIntegrationClient.serviceEndpointTemplate, this._region, DataIntegrationClient.endpointServiceName);
137
132
  }
@@ -198,12 +193,11 @@ class DataIntegrationClient {
198
193
  * @param ChangeCompartmentRequest
199
194
  * @return ChangeCompartmentResponse
200
195
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ChangeCompartment.ts.html |here} to see how to use ChangeCompartment API.
196
+ * @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.
202
197
  */
203
198
  changeCompartment(changeCompartmentRequest) {
204
199
  return __awaiter(this, void 0, void 0, function* () {
205
- if (this.logger)
206
- this.logger.debug("Calling operation DataIntegrationClient#changeCompartment.");
200
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#changeCompartment.");
207
201
  const operationName = "changeCompartment";
208
202
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/ChangeCompartment";
209
203
  const pathParams = {
@@ -218,8 +212,6 @@ class DataIntegrationClient {
218
212
  };
219
213
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
220
214
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeCompartmentRequest.retryConfiguration, specRetryConfiguration);
221
- if (this.logger)
222
- retrier.logger = this.logger;
223
215
  const request = yield oci_common_2.composeRequest({
224
216
  baseEndpoint: this._endpoint,
225
217
  defaultHeaders: this._defaultHeaders,
@@ -261,12 +253,11 @@ class DataIntegrationClient {
261
253
  * @param ChangeDisApplicationCompartmentRequest
262
254
  * @return ChangeDisApplicationCompartmentResponse
263
255
  * @throws OciError when an error occurs
264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ChangeDisApplicationCompartment.ts.html |here} to see how to use ChangeDisApplicationCompartment API.
256
+ * @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.
265
257
  */
266
258
  changeDisApplicationCompartment(changeDisApplicationCompartmentRequest) {
267
259
  return __awaiter(this, void 0, void 0, function* () {
268
- if (this.logger)
269
- this.logger.debug("Calling operation DataIntegrationClient#changeDisApplicationCompartment.");
260
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#changeDisApplicationCompartment.");
270
261
  const operationName = "changeDisApplicationCompartment";
271
262
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DisApplication/ChangeDisApplicationCompartment";
272
263
  const pathParams = {
@@ -282,8 +273,6 @@ class DataIntegrationClient {
282
273
  };
283
274
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
284
275
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeDisApplicationCompartmentRequest.retryConfiguration, specRetryConfiguration);
285
- if (this.logger)
286
- retrier.logger = this.logger;
287
276
  const request = yield oci_common_2.composeRequest({
288
277
  baseEndpoint: this._endpoint,
289
278
  defaultHeaders: this._defaultHeaders,
@@ -325,12 +314,11 @@ class DataIntegrationClient {
325
314
  * @param CreateApplicationRequest
326
315
  * @return CreateApplicationResponse
327
316
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateApplication.ts.html |here} to see how to use CreateApplication API.
317
+ * @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.
329
318
  */
330
319
  createApplication(createApplicationRequest) {
331
320
  return __awaiter(this, void 0, void 0, function* () {
332
- if (this.logger)
333
- this.logger.debug("Calling operation DataIntegrationClient#createApplication.");
321
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createApplication.");
334
322
  const operationName = "createApplication";
335
323
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/CreateApplication";
336
324
  const pathParams = {
@@ -344,8 +332,6 @@ class DataIntegrationClient {
344
332
  };
345
333
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
346
334
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createApplicationRequest.retryConfiguration, specRetryConfiguration);
347
- if (this.logger)
348
- retrier.logger = this.logger;
349
335
  const request = yield oci_common_2.composeRequest({
350
336
  baseEndpoint: this._endpoint,
351
337
  defaultHeaders: this._defaultHeaders,
@@ -390,12 +376,11 @@ class DataIntegrationClient {
390
376
  * @param CreateApplicationDetailedDescriptionRequest
391
377
  * @return CreateApplicationDetailedDescriptionResponse
392
378
  * @throws OciError when an error occurs
393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateApplicationDetailedDescription.ts.html |here} to see how to use CreateApplicationDetailedDescription API.
379
+ * @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.
394
380
  */
395
381
  createApplicationDetailedDescription(createApplicationDetailedDescriptionRequest) {
396
382
  return __awaiter(this, void 0, void 0, function* () {
397
- if (this.logger)
398
- this.logger.debug("Calling operation DataIntegrationClient#createApplicationDetailedDescription.");
383
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createApplicationDetailedDescription.");
399
384
  const operationName = "createApplicationDetailedDescription";
400
385
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DetailedDescription/CreateApplicationDetailedDescription";
401
386
  const pathParams = {
@@ -410,8 +395,6 @@ class DataIntegrationClient {
410
395
  };
411
396
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
412
397
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createApplicationDetailedDescriptionRequest.retryConfiguration, specRetryConfiguration);
413
- if (this.logger)
414
- retrier.logger = this.logger;
415
398
  const request = yield oci_common_2.composeRequest({
416
399
  baseEndpoint: this._endpoint,
417
400
  defaultHeaders: this._defaultHeaders,
@@ -456,12 +439,11 @@ class DataIntegrationClient {
456
439
  * @param CreateConnectionRequest
457
440
  * @return CreateConnectionResponse
458
441
  * @throws OciError when an error occurs
459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
442
+ * @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.
460
443
  */
461
444
  createConnection(createConnectionRequest) {
462
445
  return __awaiter(this, void 0, void 0, function* () {
463
- if (this.logger)
464
- this.logger.debug("Calling operation DataIntegrationClient#createConnection.");
446
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createConnection.");
465
447
  const operationName = "createConnection";
466
448
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Connection/CreateConnection";
467
449
  const pathParams = {
@@ -475,8 +457,6 @@ class DataIntegrationClient {
475
457
  };
476
458
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
477
459
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createConnectionRequest.retryConfiguration, specRetryConfiguration);
478
- if (this.logger)
479
- retrier.logger = this.logger;
480
460
  const request = yield oci_common_2.composeRequest({
481
461
  baseEndpoint: this._endpoint,
482
462
  defaultHeaders: this._defaultHeaders,
@@ -521,12 +501,11 @@ class DataIntegrationClient {
521
501
  * @param CreateConnectionValidationRequest
522
502
  * @return CreateConnectionValidationResponse
523
503
  * @throws OciError when an error occurs
524
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateConnectionValidation.ts.html |here} to see how to use CreateConnectionValidation API.
504
+ * @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.
525
505
  */
526
506
  createConnectionValidation(createConnectionValidationRequest) {
527
507
  return __awaiter(this, void 0, void 0, function* () {
528
- if (this.logger)
529
- this.logger.debug("Calling operation DataIntegrationClient#createConnectionValidation.");
508
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createConnectionValidation.");
530
509
  const operationName = "createConnectionValidation";
531
510
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ConnectionValidation/CreateConnectionValidation";
532
511
  const pathParams = {
@@ -540,8 +519,6 @@ class DataIntegrationClient {
540
519
  };
541
520
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
542
521
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createConnectionValidationRequest.retryConfiguration, specRetryConfiguration);
543
- if (this.logger)
544
- retrier.logger = this.logger;
545
522
  const request = yield oci_common_2.composeRequest({
546
523
  baseEndpoint: this._endpoint,
547
524
  defaultHeaders: this._defaultHeaders,
@@ -587,12 +564,11 @@ class DataIntegrationClient {
587
564
  * @param CreateCopyObjectRequestRequest
588
565
  * @return CreateCopyObjectRequestResponse
589
566
  * @throws OciError when an error occurs
590
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateCopyObjectRequest.ts.html |here} to see how to use CreateCopyObjectRequest API.
567
+ * @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.
591
568
  */
592
569
  createCopyObjectRequest(createCopyObjectRequestRequest) {
593
570
  return __awaiter(this, void 0, void 0, function* () {
594
- if (this.logger)
595
- this.logger.debug("Calling operation DataIntegrationClient#createCopyObjectRequest.");
571
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createCopyObjectRequest.");
596
572
  const operationName = "createCopyObjectRequest";
597
573
  const apiReferenceLink = "";
598
574
  const pathParams = {
@@ -606,8 +582,6 @@ class DataIntegrationClient {
606
582
  };
607
583
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
608
584
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createCopyObjectRequestRequest.retryConfiguration, specRetryConfiguration);
609
- if (this.logger)
610
- retrier.logger = this.logger;
611
585
  const request = yield oci_common_2.composeRequest({
612
586
  baseEndpoint: this._endpoint,
613
587
  defaultHeaders: this._defaultHeaders,
@@ -657,12 +631,11 @@ class DataIntegrationClient {
657
631
  * @param CreateDataAssetRequest
658
632
  * @return CreateDataAssetResponse
659
633
  * @throws OciError when an error occurs
660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
634
+ * @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.
661
635
  */
662
636
  createDataAsset(createDataAssetRequest) {
663
637
  return __awaiter(this, void 0, void 0, function* () {
664
- if (this.logger)
665
- this.logger.debug("Calling operation DataIntegrationClient#createDataAsset.");
638
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createDataAsset.");
666
639
  const operationName = "createDataAsset";
667
640
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataAsset/CreateDataAsset";
668
641
  const pathParams = {
@@ -676,8 +649,6 @@ class DataIntegrationClient {
676
649
  };
677
650
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
678
651
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDataAssetRequest.retryConfiguration, specRetryConfiguration);
679
- if (this.logger)
680
- retrier.logger = this.logger;
681
652
  const request = yield oci_common_2.composeRequest({
682
653
  baseEndpoint: this._endpoint,
683
654
  defaultHeaders: this._defaultHeaders,
@@ -723,12 +694,11 @@ class DataIntegrationClient {
723
694
  * @param CreateDataFlowRequest
724
695
  * @return CreateDataFlowResponse
725
696
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDataFlow.ts.html |here} to see how to use CreateDataFlow API.
697
+ * @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.
727
698
  */
728
699
  createDataFlow(createDataFlowRequest) {
729
700
  return __awaiter(this, void 0, void 0, function* () {
730
- if (this.logger)
731
- this.logger.debug("Calling operation DataIntegrationClient#createDataFlow.");
701
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createDataFlow.");
732
702
  const operationName = "createDataFlow";
733
703
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataFlow/CreateDataFlow";
734
704
  const pathParams = {
@@ -742,8 +712,6 @@ class DataIntegrationClient {
742
712
  };
743
713
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
744
714
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDataFlowRequest.retryConfiguration, specRetryConfiguration);
745
- if (this.logger)
746
- retrier.logger = this.logger;
747
715
  const request = yield oci_common_2.composeRequest({
748
716
  baseEndpoint: this._endpoint,
749
717
  defaultHeaders: this._defaultHeaders,
@@ -789,12 +757,11 @@ class DataIntegrationClient {
789
757
  * @param CreateDataFlowValidationRequest
790
758
  * @return CreateDataFlowValidationResponse
791
759
  * @throws OciError when an error occurs
792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDataFlowValidation.ts.html |here} to see how to use CreateDataFlowValidation API.
760
+ * @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.
793
761
  */
794
762
  createDataFlowValidation(createDataFlowValidationRequest) {
795
763
  return __awaiter(this, void 0, void 0, function* () {
796
- if (this.logger)
797
- this.logger.debug("Calling operation DataIntegrationClient#createDataFlowValidation.");
764
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createDataFlowValidation.");
798
765
  const operationName = "createDataFlowValidation";
799
766
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataFlowValidation/CreateDataFlowValidation";
800
767
  const pathParams = {
@@ -808,8 +775,6 @@ class DataIntegrationClient {
808
775
  };
809
776
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
810
777
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDataFlowValidationRequest.retryConfiguration, specRetryConfiguration);
811
- if (this.logger)
812
- retrier.logger = this.logger;
813
778
  const request = yield oci_common_2.composeRequest({
814
779
  baseEndpoint: this._endpoint,
815
780
  defaultHeaders: this._defaultHeaders,
@@ -855,12 +820,11 @@ class DataIntegrationClient {
855
820
  * @param CreateDisApplicationRequest
856
821
  * @return CreateDisApplicationResponse
857
822
  * @throws OciError when an error occurs
858
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDisApplication.ts.html |here} to see how to use CreateDisApplication API.
823
+ * @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.
859
824
  */
860
825
  createDisApplication(createDisApplicationRequest) {
861
826
  return __awaiter(this, void 0, void 0, function* () {
862
- if (this.logger)
863
- this.logger.debug("Calling operation DataIntegrationClient#createDisApplication.");
827
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createDisApplication.");
864
828
  const operationName = "createDisApplication";
865
829
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DisApplication/CreateDisApplication";
866
830
  const pathParams = {
@@ -874,8 +838,6 @@ class DataIntegrationClient {
874
838
  };
875
839
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
876
840
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDisApplicationRequest.retryConfiguration, specRetryConfiguration);
877
- if (this.logger)
878
- retrier.logger = this.logger;
879
841
  const request = yield oci_common_2.composeRequest({
880
842
  baseEndpoint: this._endpoint,
881
843
  defaultHeaders: this._defaultHeaders,
@@ -920,12 +882,11 @@ class DataIntegrationClient {
920
882
  * @param CreateDisApplicationDetailedDescriptionRequest
921
883
  * @return CreateDisApplicationDetailedDescriptionResponse
922
884
  * @throws OciError when an error occurs
923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateDisApplicationDetailedDescription.ts.html |here} to see how to use CreateDisApplicationDetailedDescription API.
885
+ * @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.
924
886
  */
925
887
  createDisApplicationDetailedDescription(createDisApplicationDetailedDescriptionRequest) {
926
888
  return __awaiter(this, void 0, void 0, function* () {
927
- if (this.logger)
928
- this.logger.debug("Calling operation DataIntegrationClient#createDisApplicationDetailedDescription.");
889
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createDisApplicationDetailedDescription.");
929
890
  const operationName = "createDisApplicationDetailedDescription";
930
891
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DetailedDescription/CreateDisApplicationDetailedDescription";
931
892
  const pathParams = {
@@ -940,8 +901,6 @@ class DataIntegrationClient {
940
901
  };
941
902
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
942
903
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDisApplicationDetailedDescriptionRequest.retryConfiguration, specRetryConfiguration);
943
- if (this.logger)
944
- retrier.logger = this.logger;
945
904
  const request = yield oci_common_2.composeRequest({
946
905
  baseEndpoint: this._endpoint,
947
906
  defaultHeaders: this._defaultHeaders,
@@ -986,12 +945,11 @@ class DataIntegrationClient {
986
945
  * @param CreateEntityShapeRequest
987
946
  * @return CreateEntityShapeResponse
988
947
  * @throws OciError when an error occurs
989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateEntityShape.ts.html |here} to see how to use CreateEntityShape API.
948
+ * @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.
990
949
  */
991
950
  createEntityShape(createEntityShapeRequest) {
992
951
  return __awaiter(this, void 0, void 0, function* () {
993
- if (this.logger)
994
- this.logger.debug("Calling operation DataIntegrationClient#createEntityShape.");
952
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createEntityShape.");
995
953
  const operationName = "createEntityShape";
996
954
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataEntity/CreateEntityShape";
997
955
  const pathParams = {
@@ -1008,8 +966,6 @@ class DataIntegrationClient {
1008
966
  };
1009
967
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1010
968
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createEntityShapeRequest.retryConfiguration, specRetryConfiguration);
1011
- if (this.logger)
1012
- retrier.logger = this.logger;
1013
969
  const request = yield oci_common_2.composeRequest({
1014
970
  baseEndpoint: this._endpoint,
1015
971
  defaultHeaders: this._defaultHeaders,
@@ -1049,12 +1005,11 @@ class DataIntegrationClient {
1049
1005
  * @param CreateExportRequestRequest
1050
1006
  * @return CreateExportRequestResponse
1051
1007
  * @throws OciError when an error occurs
1052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateExportRequest.ts.html |here} to see how to use CreateExportRequest API.
1008
+ * @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.
1053
1009
  */
1054
1010
  createExportRequest(createExportRequestRequest) {
1055
1011
  return __awaiter(this, void 0, void 0, function* () {
1056
- if (this.logger)
1057
- this.logger.debug("Calling operation DataIntegrationClient#createExportRequest.");
1012
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createExportRequest.");
1058
1013
  const operationName = "createExportRequest";
1059
1014
  const apiReferenceLink = "";
1060
1015
  const pathParams = {
@@ -1068,8 +1023,6 @@ class DataIntegrationClient {
1068
1023
  };
1069
1024
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1070
1025
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createExportRequestRequest.retryConfiguration, specRetryConfiguration);
1071
- if (this.logger)
1072
- retrier.logger = this.logger;
1073
1026
  const request = yield oci_common_2.composeRequest({
1074
1027
  baseEndpoint: this._endpoint,
1075
1028
  defaultHeaders: this._defaultHeaders,
@@ -1119,12 +1072,11 @@ class DataIntegrationClient {
1119
1072
  * @param CreateExternalPublicationRequest
1120
1073
  * @return CreateExternalPublicationResponse
1121
1074
  * @throws OciError when an error occurs
1122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateExternalPublication.ts.html |here} to see how to use CreateExternalPublication API.
1075
+ * @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.
1123
1076
  */
1124
1077
  createExternalPublication(createExternalPublicationRequest) {
1125
1078
  return __awaiter(this, void 0, void 0, function* () {
1126
- if (this.logger)
1127
- this.logger.debug("Calling operation DataIntegrationClient#createExternalPublication.");
1079
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createExternalPublication.");
1128
1080
  const operationName = "createExternalPublication";
1129
1081
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExternalPublication/CreateExternalPublication";
1130
1082
  const pathParams = {
@@ -1139,8 +1091,6 @@ class DataIntegrationClient {
1139
1091
  };
1140
1092
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1141
1093
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createExternalPublicationRequest.retryConfiguration, specRetryConfiguration);
1142
- if (this.logger)
1143
- retrier.logger = this.logger;
1144
1094
  const request = yield oci_common_2.composeRequest({
1145
1095
  baseEndpoint: this._endpoint,
1146
1096
  defaultHeaders: this._defaultHeaders,
@@ -1185,12 +1135,11 @@ class DataIntegrationClient {
1185
1135
  * @param CreateExternalPublicationValidationRequest
1186
1136
  * @return CreateExternalPublicationValidationResponse
1187
1137
  * @throws OciError when an error occurs
1188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateExternalPublicationValidation.ts.html |here} to see how to use CreateExternalPublicationValidation API.
1138
+ * @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.
1189
1139
  */
1190
1140
  createExternalPublicationValidation(createExternalPublicationValidationRequest) {
1191
1141
  return __awaiter(this, void 0, void 0, function* () {
1192
- if (this.logger)
1193
- this.logger.debug("Calling operation DataIntegrationClient#createExternalPublicationValidation.");
1142
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createExternalPublicationValidation.");
1194
1143
  const operationName = "createExternalPublicationValidation";
1195
1144
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExternalPublicationValidation/CreateExternalPublicationValidation";
1196
1145
  const pathParams = {
@@ -1205,8 +1154,6 @@ class DataIntegrationClient {
1205
1154
  };
1206
1155
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1207
1156
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createExternalPublicationValidationRequest.retryConfiguration, specRetryConfiguration);
1208
- if (this.logger)
1209
- retrier.logger = this.logger;
1210
1157
  const request = yield oci_common_2.composeRequest({
1211
1158
  baseEndpoint: this._endpoint,
1212
1159
  defaultHeaders: this._defaultHeaders,
@@ -1253,12 +1200,11 @@ class DataIntegrationClient {
1253
1200
  * @param CreateFolderRequest
1254
1201
  * @return CreateFolderResponse
1255
1202
  * @throws OciError when an error occurs
1256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateFolder.ts.html |here} to see how to use CreateFolder API.
1203
+ * @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.
1257
1204
  */
1258
1205
  createFolder(createFolderRequest) {
1259
1206
  return __awaiter(this, void 0, void 0, function* () {
1260
- if (this.logger)
1261
- this.logger.debug("Calling operation DataIntegrationClient#createFolder.");
1207
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createFolder.");
1262
1208
  const operationName = "createFolder";
1263
1209
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Folder/CreateFolder";
1264
1210
  const pathParams = {
@@ -1272,8 +1218,6 @@ class DataIntegrationClient {
1272
1218
  };
1273
1219
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1274
1220
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createFolderRequest.retryConfiguration, specRetryConfiguration);
1275
- if (this.logger)
1276
- retrier.logger = this.logger;
1277
1221
  const request = yield oci_common_2.composeRequest({
1278
1222
  baseEndpoint: this._endpoint,
1279
1223
  defaultHeaders: this._defaultHeaders,
@@ -1320,12 +1264,11 @@ class DataIntegrationClient {
1320
1264
  * @param CreateFunctionLibraryRequest
1321
1265
  * @return CreateFunctionLibraryResponse
1322
1266
  * @throws OciError when an error occurs
1323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateFunctionLibrary.ts.html |here} to see how to use CreateFunctionLibrary API.
1267
+ * @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.
1324
1268
  */
1325
1269
  createFunctionLibrary(createFunctionLibraryRequest) {
1326
1270
  return __awaiter(this, void 0, void 0, function* () {
1327
- if (this.logger)
1328
- this.logger.debug("Calling operation DataIntegrationClient#createFunctionLibrary.");
1271
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createFunctionLibrary.");
1329
1272
  const operationName = "createFunctionLibrary";
1330
1273
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/FunctionLibrary/CreateFunctionLibrary";
1331
1274
  const pathParams = {
@@ -1339,8 +1282,6 @@ class DataIntegrationClient {
1339
1282
  };
1340
1283
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1341
1284
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createFunctionLibraryRequest.retryConfiguration, specRetryConfiguration);
1342
- if (this.logger)
1343
- retrier.logger = this.logger;
1344
1285
  const request = yield oci_common_2.composeRequest({
1345
1286
  baseEndpoint: this._endpoint,
1346
1287
  defaultHeaders: this._defaultHeaders,
@@ -1385,12 +1326,11 @@ class DataIntegrationClient {
1385
1326
  * @param CreateImportRequestRequest
1386
1327
  * @return CreateImportRequestResponse
1387
1328
  * @throws OciError when an error occurs
1388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateImportRequest.ts.html |here} to see how to use CreateImportRequest API.
1329
+ * @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.
1389
1330
  */
1390
1331
  createImportRequest(createImportRequestRequest) {
1391
1332
  return __awaiter(this, void 0, void 0, function* () {
1392
- if (this.logger)
1393
- this.logger.debug("Calling operation DataIntegrationClient#createImportRequest.");
1333
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createImportRequest.");
1394
1334
  const operationName = "createImportRequest";
1395
1335
  const apiReferenceLink = "";
1396
1336
  const pathParams = {
@@ -1404,8 +1344,6 @@ class DataIntegrationClient {
1404
1344
  };
1405
1345
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1406
1346
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createImportRequestRequest.retryConfiguration, specRetryConfiguration);
1407
- if (this.logger)
1408
- retrier.logger = this.logger;
1409
1347
  const request = yield oci_common_2.composeRequest({
1410
1348
  baseEndpoint: this._endpoint,
1411
1349
  defaultHeaders: this._defaultHeaders,
@@ -1455,12 +1393,11 @@ class DataIntegrationClient {
1455
1393
  * @param CreatePatchRequest
1456
1394
  * @return CreatePatchResponse
1457
1395
  * @throws OciError when an error occurs
1458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreatePatch.ts.html |here} to see how to use CreatePatch API.
1396
+ * @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.
1459
1397
  */
1460
1398
  createPatch(createPatchRequest) {
1461
1399
  return __awaiter(this, void 0, void 0, function* () {
1462
- if (this.logger)
1463
- this.logger.debug("Calling operation DataIntegrationClient#createPatch.");
1400
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createPatch.");
1464
1401
  const operationName = "createPatch";
1465
1402
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/CreatePatch";
1466
1403
  const pathParams = {
@@ -1475,8 +1412,6 @@ class DataIntegrationClient {
1475
1412
  };
1476
1413
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1477
1414
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPatchRequest.retryConfiguration, specRetryConfiguration);
1478
- if (this.logger)
1479
- retrier.logger = this.logger;
1480
1415
  const request = yield oci_common_2.composeRequest({
1481
1416
  baseEndpoint: this._endpoint,
1482
1417
  defaultHeaders: this._defaultHeaders,
@@ -1522,12 +1457,11 @@ class DataIntegrationClient {
1522
1457
  * @param CreatePipelineRequest
1523
1458
  * @return CreatePipelineResponse
1524
1459
  * @throws OciError when an error occurs
1525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreatePipeline.ts.html |here} to see how to use CreatePipeline API.
1460
+ * @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.
1526
1461
  */
1527
1462
  createPipeline(createPipelineRequest) {
1528
1463
  return __awaiter(this, void 0, void 0, function* () {
1529
- if (this.logger)
1530
- this.logger.debug("Calling operation DataIntegrationClient#createPipeline.");
1464
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createPipeline.");
1531
1465
  const operationName = "createPipeline";
1532
1466
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Pipeline/CreatePipeline";
1533
1467
  const pathParams = {
@@ -1541,8 +1475,6 @@ class DataIntegrationClient {
1541
1475
  };
1542
1476
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1543
1477
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPipelineRequest.retryConfiguration, specRetryConfiguration);
1544
- if (this.logger)
1545
- retrier.logger = this.logger;
1546
1478
  const request = yield oci_common_2.composeRequest({
1547
1479
  baseEndpoint: this._endpoint,
1548
1480
  defaultHeaders: this._defaultHeaders,
@@ -1588,12 +1520,11 @@ class DataIntegrationClient {
1588
1520
  * @param CreatePipelineValidationRequest
1589
1521
  * @return CreatePipelineValidationResponse
1590
1522
  * @throws OciError when an error occurs
1591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreatePipelineValidation.ts.html |here} to see how to use CreatePipelineValidation API.
1523
+ * @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.
1592
1524
  */
1593
1525
  createPipelineValidation(createPipelineValidationRequest) {
1594
1526
  return __awaiter(this, void 0, void 0, function* () {
1595
- if (this.logger)
1596
- this.logger.debug("Calling operation DataIntegrationClient#createPipelineValidation.");
1527
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createPipelineValidation.");
1597
1528
  const operationName = "createPipelineValidation";
1598
1529
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/PipelineValidation/CreatePipelineValidation";
1599
1530
  const pathParams = {
@@ -1607,8 +1538,6 @@ class DataIntegrationClient {
1607
1538
  };
1608
1539
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1609
1540
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPipelineValidationRequest.retryConfiguration, specRetryConfiguration);
1610
- if (this.logger)
1611
- retrier.logger = this.logger;
1612
1541
  const request = yield oci_common_2.composeRequest({
1613
1542
  baseEndpoint: this._endpoint,
1614
1543
  defaultHeaders: this._defaultHeaders,
@@ -1654,12 +1583,11 @@ class DataIntegrationClient {
1654
1583
  * @param CreateProjectRequest
1655
1584
  * @return CreateProjectResponse
1656
1585
  * @throws OciError when an error occurs
1657
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateProject.ts.html |here} to see how to use CreateProject API.
1586
+ * @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.
1658
1587
  */
1659
1588
  createProject(createProjectRequest) {
1660
1589
  return __awaiter(this, void 0, void 0, function* () {
1661
- if (this.logger)
1662
- this.logger.debug("Calling operation DataIntegrationClient#createProject.");
1590
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createProject.");
1663
1591
  const operationName = "createProject";
1664
1592
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Project/CreateProject";
1665
1593
  const pathParams = {
@@ -1673,8 +1601,6 @@ class DataIntegrationClient {
1673
1601
  };
1674
1602
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1675
1603
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createProjectRequest.retryConfiguration, specRetryConfiguration);
1676
- if (this.logger)
1677
- retrier.logger = this.logger;
1678
1604
  const request = yield oci_common_2.composeRequest({
1679
1605
  baseEndpoint: this._endpoint,
1680
1606
  defaultHeaders: this._defaultHeaders,
@@ -1719,12 +1645,11 @@ class DataIntegrationClient {
1719
1645
  * @param CreateScheduleRequest
1720
1646
  * @return CreateScheduleResponse
1721
1647
  * @throws OciError when an error occurs
1722
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateSchedule.ts.html |here} to see how to use CreateSchedule API.
1648
+ * @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.
1723
1649
  */
1724
1650
  createSchedule(createScheduleRequest) {
1725
1651
  return __awaiter(this, void 0, void 0, function* () {
1726
- if (this.logger)
1727
- this.logger.debug("Calling operation DataIntegrationClient#createSchedule.");
1652
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createSchedule.");
1728
1653
  const operationName = "createSchedule";
1729
1654
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Schedule/CreateSchedule";
1730
1655
  const pathParams = {
@@ -1739,8 +1664,6 @@ class DataIntegrationClient {
1739
1664
  };
1740
1665
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1741
1666
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createScheduleRequest.retryConfiguration, specRetryConfiguration);
1742
- if (this.logger)
1743
- retrier.logger = this.logger;
1744
1667
  const request = yield oci_common_2.composeRequest({
1745
1668
  baseEndpoint: this._endpoint,
1746
1669
  defaultHeaders: this._defaultHeaders,
@@ -1786,12 +1709,11 @@ class DataIntegrationClient {
1786
1709
  * @param CreateTaskRequest
1787
1710
  * @return CreateTaskResponse
1788
1711
  * @throws OciError when an error occurs
1789
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTask.ts.html |here} to see how to use CreateTask API.
1712
+ * @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.
1790
1713
  */
1791
1714
  createTask(createTaskRequest) {
1792
1715
  return __awaiter(this, void 0, void 0, function* () {
1793
- if (this.logger)
1794
- this.logger.debug("Calling operation DataIntegrationClient#createTask.");
1716
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createTask.");
1795
1717
  const operationName = "createTask";
1796
1718
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Task/CreateTask";
1797
1719
  const pathParams = {
@@ -1805,8 +1727,6 @@ class DataIntegrationClient {
1805
1727
  };
1806
1728
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1807
1729
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTaskRequest.retryConfiguration, specRetryConfiguration);
1808
- if (this.logger)
1809
- retrier.logger = this.logger;
1810
1730
  const request = yield oci_common_2.composeRequest({
1811
1731
  baseEndpoint: this._endpoint,
1812
1732
  defaultHeaders: this._defaultHeaders,
@@ -1851,12 +1771,11 @@ class DataIntegrationClient {
1851
1771
  * @param CreateTaskRunRequest
1852
1772
  * @return CreateTaskRunResponse
1853
1773
  * @throws OciError when an error occurs
1854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTaskRun.ts.html |here} to see how to use CreateTaskRun API.
1774
+ * @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.
1855
1775
  */
1856
1776
  createTaskRun(createTaskRunRequest) {
1857
1777
  return __awaiter(this, void 0, void 0, function* () {
1858
- if (this.logger)
1859
- this.logger.debug("Calling operation DataIntegrationClient#createTaskRun.");
1778
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createTaskRun.");
1860
1779
  const operationName = "createTaskRun";
1861
1780
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskRun/CreateTaskRun";
1862
1781
  const pathParams = {
@@ -1871,8 +1790,6 @@ class DataIntegrationClient {
1871
1790
  };
1872
1791
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1873
1792
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTaskRunRequest.retryConfiguration, specRetryConfiguration);
1874
- if (this.logger)
1875
- retrier.logger = this.logger;
1876
1793
  const request = yield oci_common_2.composeRequest({
1877
1794
  baseEndpoint: this._endpoint,
1878
1795
  defaultHeaders: this._defaultHeaders,
@@ -1917,12 +1834,11 @@ class DataIntegrationClient {
1917
1834
  * @param CreateTaskScheduleRequest
1918
1835
  * @return CreateTaskScheduleResponse
1919
1836
  * @throws OciError when an error occurs
1920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTaskSchedule.ts.html |here} to see how to use CreateTaskSchedule API.
1837
+ * @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.
1921
1838
  */
1922
1839
  createTaskSchedule(createTaskScheduleRequest) {
1923
1840
  return __awaiter(this, void 0, void 0, function* () {
1924
- if (this.logger)
1925
- this.logger.debug("Calling operation DataIntegrationClient#createTaskSchedule.");
1841
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createTaskSchedule.");
1926
1842
  const operationName = "createTaskSchedule";
1927
1843
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskSchedule/CreateTaskSchedule";
1928
1844
  const pathParams = {
@@ -1937,8 +1853,6 @@ class DataIntegrationClient {
1937
1853
  };
1938
1854
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1939
1855
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTaskScheduleRequest.retryConfiguration, specRetryConfiguration);
1940
- if (this.logger)
1941
- retrier.logger = this.logger;
1942
1856
  const request = yield oci_common_2.composeRequest({
1943
1857
  baseEndpoint: this._endpoint,
1944
1858
  defaultHeaders: this._defaultHeaders,
@@ -1983,12 +1897,11 @@ class DataIntegrationClient {
1983
1897
  * @param CreateTaskValidationRequest
1984
1898
  * @return CreateTaskValidationResponse
1985
1899
  * @throws OciError when an error occurs
1986
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateTaskValidation.ts.html |here} to see how to use CreateTaskValidation API.
1900
+ * @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.
1987
1901
  */
1988
1902
  createTaskValidation(createTaskValidationRequest) {
1989
1903
  return __awaiter(this, void 0, void 0, function* () {
1990
- if (this.logger)
1991
- this.logger.debug("Calling operation DataIntegrationClient#createTaskValidation.");
1904
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createTaskValidation.");
1992
1905
  const operationName = "createTaskValidation";
1993
1906
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskValidation/CreateTaskValidation";
1994
1907
  const pathParams = {
@@ -2002,8 +1915,6 @@ class DataIntegrationClient {
2002
1915
  };
2003
1916
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2004
1917
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTaskValidationRequest.retryConfiguration, specRetryConfiguration);
2005
- if (this.logger)
2006
- retrier.logger = this.logger;
2007
1918
  const request = yield oci_common_2.composeRequest({
2008
1919
  baseEndpoint: this._endpoint,
2009
1920
  defaultHeaders: this._defaultHeaders,
@@ -2049,12 +1960,11 @@ class DataIntegrationClient {
2049
1960
  * @param CreateUserDefinedFunctionRequest
2050
1961
  * @return CreateUserDefinedFunctionResponse
2051
1962
  * @throws OciError when an error occurs
2052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateUserDefinedFunction.ts.html |here} to see how to use CreateUserDefinedFunction API.
1963
+ * @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.
2053
1964
  */
2054
1965
  createUserDefinedFunction(createUserDefinedFunctionRequest) {
2055
1966
  return __awaiter(this, void 0, void 0, function* () {
2056
- if (this.logger)
2057
- this.logger.debug("Calling operation DataIntegrationClient#createUserDefinedFunction.");
1967
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createUserDefinedFunction.");
2058
1968
  const operationName = "createUserDefinedFunction";
2059
1969
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/UserDefinedFunction/CreateUserDefinedFunction";
2060
1970
  const pathParams = {
@@ -2068,8 +1978,6 @@ class DataIntegrationClient {
2068
1978
  };
2069
1979
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2070
1980
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createUserDefinedFunctionRequest.retryConfiguration, specRetryConfiguration);
2071
- if (this.logger)
2072
- retrier.logger = this.logger;
2073
1981
  const request = yield oci_common_2.composeRequest({
2074
1982
  baseEndpoint: this._endpoint,
2075
1983
  defaultHeaders: this._defaultHeaders,
@@ -2115,12 +2023,11 @@ class DataIntegrationClient {
2115
2023
  * @param CreateUserDefinedFunctionValidationRequest
2116
2024
  * @return CreateUserDefinedFunctionValidationResponse
2117
2025
  * @throws OciError when an error occurs
2118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateUserDefinedFunctionValidation.ts.html |here} to see how to use CreateUserDefinedFunctionValidation API.
2026
+ * @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.
2119
2027
  */
2120
2028
  createUserDefinedFunctionValidation(createUserDefinedFunctionValidationRequest) {
2121
2029
  return __awaiter(this, void 0, void 0, function* () {
2122
- if (this.logger)
2123
- this.logger.debug("Calling operation DataIntegrationClient#createUserDefinedFunctionValidation.");
2030
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createUserDefinedFunctionValidation.");
2124
2031
  const operationName = "createUserDefinedFunctionValidation";
2125
2032
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/UserDefinedFunctionValidation/CreateUserDefinedFunctionValidation";
2126
2033
  const pathParams = {
@@ -2134,8 +2041,6 @@ class DataIntegrationClient {
2134
2041
  };
2135
2042
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2136
2043
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createUserDefinedFunctionValidationRequest.retryConfiguration, specRetryConfiguration);
2137
- if (this.logger)
2138
- retrier.logger = this.logger;
2139
2044
  const request = yield oci_common_2.composeRequest({
2140
2045
  baseEndpoint: this._endpoint,
2141
2046
  defaultHeaders: this._defaultHeaders,
@@ -2181,12 +2086,11 @@ class DataIntegrationClient {
2181
2086
  * @param CreateWorkspaceRequest
2182
2087
  * @return CreateWorkspaceResponse
2183
2088
  * @throws OciError when an error occurs
2184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/CreateWorkspace.ts.html |here} to see how to use CreateWorkspace API.
2089
+ * @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.
2185
2090
  */
2186
2091
  createWorkspace(createWorkspaceRequest) {
2187
2092
  return __awaiter(this, void 0, void 0, function* () {
2188
- if (this.logger)
2189
- this.logger.debug("Calling operation DataIntegrationClient#createWorkspace.");
2093
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#createWorkspace.");
2190
2094
  const operationName = "createWorkspace";
2191
2095
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/CreateWorkspace";
2192
2096
  const pathParams = {};
@@ -2198,8 +2102,6 @@ class DataIntegrationClient {
2198
2102
  };
2199
2103
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2200
2104
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createWorkspaceRequest.retryConfiguration, specRetryConfiguration);
2201
- if (this.logger)
2202
- retrier.logger = this.logger;
2203
2105
  const request = yield oci_common_2.composeRequest({
2204
2106
  baseEndpoint: this._endpoint,
2205
2107
  defaultHeaders: this._defaultHeaders,
@@ -2240,12 +2142,11 @@ class DataIntegrationClient {
2240
2142
  * @param DeleteApplicationRequest
2241
2143
  * @return DeleteApplicationResponse
2242
2144
  * @throws OciError when an error occurs
2243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
2145
+ * @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.
2244
2146
  */
2245
2147
  deleteApplication(deleteApplicationRequest) {
2246
2148
  return __awaiter(this, void 0, void 0, function* () {
2247
- if (this.logger)
2248
- this.logger.debug("Calling operation DataIntegrationClient#deleteApplication.");
2149
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteApplication.");
2249
2150
  const operationName = "deleteApplication";
2250
2151
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/DeleteApplication";
2251
2152
  const pathParams = {
@@ -2260,8 +2161,6 @@ class DataIntegrationClient {
2260
2161
  };
2261
2162
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2262
2163
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteApplicationRequest.retryConfiguration, specRetryConfiguration);
2263
- if (this.logger)
2264
- retrier.logger = this.logger;
2265
2164
  const request = yield oci_common_2.composeRequest({
2266
2165
  baseEndpoint: this._endpoint,
2267
2166
  defaultHeaders: this._defaultHeaders,
@@ -2296,12 +2195,11 @@ class DataIntegrationClient {
2296
2195
  * @param DeleteApplicationDetailedDescriptionRequest
2297
2196
  * @return DeleteApplicationDetailedDescriptionResponse
2298
2197
  * @throws OciError when an error occurs
2299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteApplicationDetailedDescription.ts.html |here} to see how to use DeleteApplicationDetailedDescription API.
2198
+ * @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.
2300
2199
  */
2301
2200
  deleteApplicationDetailedDescription(deleteApplicationDetailedDescriptionRequest) {
2302
2201
  return __awaiter(this, void 0, void 0, function* () {
2303
- if (this.logger)
2304
- this.logger.debug("Calling operation DataIntegrationClient#deleteApplicationDetailedDescription.");
2202
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteApplicationDetailedDescription.");
2305
2203
  const operationName = "deleteApplicationDetailedDescription";
2306
2204
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DetailedDescription/DeleteApplicationDetailedDescription";
2307
2205
  const pathParams = {
@@ -2316,8 +2214,6 @@ class DataIntegrationClient {
2316
2214
  };
2317
2215
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2318
2216
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteApplicationDetailedDescriptionRequest.retryConfiguration, specRetryConfiguration);
2319
- if (this.logger)
2320
- retrier.logger = this.logger;
2321
2217
  const request = yield oci_common_2.composeRequest({
2322
2218
  baseEndpoint: this._endpoint,
2323
2219
  defaultHeaders: this._defaultHeaders,
@@ -2352,12 +2248,11 @@ class DataIntegrationClient {
2352
2248
  * @param DeleteConnectionRequest
2353
2249
  * @return DeleteConnectionResponse
2354
2250
  * @throws OciError when an error occurs
2355
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
2251
+ * @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.
2356
2252
  */
2357
2253
  deleteConnection(deleteConnectionRequest) {
2358
2254
  return __awaiter(this, void 0, void 0, function* () {
2359
- if (this.logger)
2360
- this.logger.debug("Calling operation DataIntegrationClient#deleteConnection.");
2255
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteConnection.");
2361
2256
  const operationName = "deleteConnection";
2362
2257
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Connection/DeleteConnection";
2363
2258
  const pathParams = {
@@ -2372,8 +2267,6 @@ class DataIntegrationClient {
2372
2267
  };
2373
2268
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2374
2269
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteConnectionRequest.retryConfiguration, specRetryConfiguration);
2375
- if (this.logger)
2376
- retrier.logger = this.logger;
2377
2270
  const request = yield oci_common_2.composeRequest({
2378
2271
  baseEndpoint: this._endpoint,
2379
2272
  defaultHeaders: this._defaultHeaders,
@@ -2408,12 +2301,11 @@ class DataIntegrationClient {
2408
2301
  * @param DeleteConnectionValidationRequest
2409
2302
  * @return DeleteConnectionValidationResponse
2410
2303
  * @throws OciError when an error occurs
2411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteConnectionValidation.ts.html |here} to see how to use DeleteConnectionValidation API.
2304
+ * @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.
2412
2305
  */
2413
2306
  deleteConnectionValidation(deleteConnectionValidationRequest) {
2414
2307
  return __awaiter(this, void 0, void 0, function* () {
2415
- if (this.logger)
2416
- this.logger.debug("Calling operation DataIntegrationClient#deleteConnectionValidation.");
2308
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteConnectionValidation.");
2417
2309
  const operationName = "deleteConnectionValidation";
2418
2310
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ConnectionValidation/DeleteConnectionValidation";
2419
2311
  const pathParams = {
@@ -2428,8 +2320,6 @@ class DataIntegrationClient {
2428
2320
  };
2429
2321
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2430
2322
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteConnectionValidationRequest.retryConfiguration, specRetryConfiguration);
2431
- if (this.logger)
2432
- retrier.logger = this.logger;
2433
2323
  const request = yield oci_common_2.composeRequest({
2434
2324
  baseEndpoint: this._endpoint,
2435
2325
  defaultHeaders: this._defaultHeaders,
@@ -2464,12 +2354,11 @@ class DataIntegrationClient {
2464
2354
  * @param DeleteCopyObjectRequestRequest
2465
2355
  * @return DeleteCopyObjectRequestResponse
2466
2356
  * @throws OciError when an error occurs
2467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteCopyObjectRequest.ts.html |here} to see how to use DeleteCopyObjectRequest API.
2357
+ * @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.
2468
2358
  */
2469
2359
  deleteCopyObjectRequest(deleteCopyObjectRequestRequest) {
2470
2360
  return __awaiter(this, void 0, void 0, function* () {
2471
- if (this.logger)
2472
- this.logger.debug("Calling operation DataIntegrationClient#deleteCopyObjectRequest.");
2361
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteCopyObjectRequest.");
2473
2362
  const operationName = "deleteCopyObjectRequest";
2474
2363
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/DeleteCopyObjectRequest";
2475
2364
  const pathParams = {
@@ -2484,8 +2373,6 @@ class DataIntegrationClient {
2484
2373
  };
2485
2374
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2486
2375
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteCopyObjectRequestRequest.retryConfiguration, specRetryConfiguration);
2487
- if (this.logger)
2488
- retrier.logger = this.logger;
2489
2376
  const request = yield oci_common_2.composeRequest({
2490
2377
  baseEndpoint: this._endpoint,
2491
2378
  defaultHeaders: this._defaultHeaders,
@@ -2520,12 +2407,11 @@ class DataIntegrationClient {
2520
2407
  * @param DeleteDataAssetRequest
2521
2408
  * @return DeleteDataAssetResponse
2522
2409
  * @throws OciError when an error occurs
2523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
2410
+ * @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.
2524
2411
  */
2525
2412
  deleteDataAsset(deleteDataAssetRequest) {
2526
2413
  return __awaiter(this, void 0, void 0, function* () {
2527
- if (this.logger)
2528
- this.logger.debug("Calling operation DataIntegrationClient#deleteDataAsset.");
2414
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteDataAsset.");
2529
2415
  const operationName = "deleteDataAsset";
2530
2416
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataAsset/DeleteDataAsset";
2531
2417
  const pathParams = {
@@ -2540,8 +2426,6 @@ class DataIntegrationClient {
2540
2426
  };
2541
2427
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2542
2428
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDataAssetRequest.retryConfiguration, specRetryConfiguration);
2543
- if (this.logger)
2544
- retrier.logger = this.logger;
2545
2429
  const request = yield oci_common_2.composeRequest({
2546
2430
  baseEndpoint: this._endpoint,
2547
2431
  defaultHeaders: this._defaultHeaders,
@@ -2576,12 +2460,11 @@ class DataIntegrationClient {
2576
2460
  * @param DeleteDataFlowRequest
2577
2461
  * @return DeleteDataFlowResponse
2578
2462
  * @throws OciError when an error occurs
2579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDataFlow.ts.html |here} to see how to use DeleteDataFlow API.
2463
+ * @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.
2580
2464
  */
2581
2465
  deleteDataFlow(deleteDataFlowRequest) {
2582
2466
  return __awaiter(this, void 0, void 0, function* () {
2583
- if (this.logger)
2584
- this.logger.debug("Calling operation DataIntegrationClient#deleteDataFlow.");
2467
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteDataFlow.");
2585
2468
  const operationName = "deleteDataFlow";
2586
2469
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataFlow/DeleteDataFlow";
2587
2470
  const pathParams = {
@@ -2596,8 +2479,6 @@ class DataIntegrationClient {
2596
2479
  };
2597
2480
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2598
2481
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDataFlowRequest.retryConfiguration, specRetryConfiguration);
2599
- if (this.logger)
2600
- retrier.logger = this.logger;
2601
2482
  const request = yield oci_common_2.composeRequest({
2602
2483
  baseEndpoint: this._endpoint,
2603
2484
  defaultHeaders: this._defaultHeaders,
@@ -2632,12 +2513,11 @@ class DataIntegrationClient {
2632
2513
  * @param DeleteDataFlowValidationRequest
2633
2514
  * @return DeleteDataFlowValidationResponse
2634
2515
  * @throws OciError when an error occurs
2635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDataFlowValidation.ts.html |here} to see how to use DeleteDataFlowValidation API.
2516
+ * @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.
2636
2517
  */
2637
2518
  deleteDataFlowValidation(deleteDataFlowValidationRequest) {
2638
2519
  return __awaiter(this, void 0, void 0, function* () {
2639
- if (this.logger)
2640
- this.logger.debug("Calling operation DataIntegrationClient#deleteDataFlowValidation.");
2520
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteDataFlowValidation.");
2641
2521
  const operationName = "deleteDataFlowValidation";
2642
2522
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataFlowValidation/DeleteDataFlowValidation";
2643
2523
  const pathParams = {
@@ -2652,8 +2532,6 @@ class DataIntegrationClient {
2652
2532
  };
2653
2533
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2654
2534
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDataFlowValidationRequest.retryConfiguration, specRetryConfiguration);
2655
- if (this.logger)
2656
- retrier.logger = this.logger;
2657
2535
  const request = yield oci_common_2.composeRequest({
2658
2536
  baseEndpoint: this._endpoint,
2659
2537
  defaultHeaders: this._defaultHeaders,
@@ -2688,12 +2566,11 @@ class DataIntegrationClient {
2688
2566
  * @param DeleteDisApplicationRequest
2689
2567
  * @return DeleteDisApplicationResponse
2690
2568
  * @throws OciError when an error occurs
2691
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDisApplication.ts.html |here} to see how to use DeleteDisApplication API.
2569
+ * @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.
2692
2570
  */
2693
2571
  deleteDisApplication(deleteDisApplicationRequest) {
2694
2572
  return __awaiter(this, void 0, void 0, function* () {
2695
- if (this.logger)
2696
- this.logger.debug("Calling operation DataIntegrationClient#deleteDisApplication.");
2573
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteDisApplication.");
2697
2574
  const operationName = "deleteDisApplication";
2698
2575
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DisApplication/DeleteDisApplication";
2699
2576
  const pathParams = {
@@ -2708,8 +2585,6 @@ class DataIntegrationClient {
2708
2585
  };
2709
2586
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2710
2587
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDisApplicationRequest.retryConfiguration, specRetryConfiguration);
2711
- if (this.logger)
2712
- retrier.logger = this.logger;
2713
2588
  const request = yield oci_common_2.composeRequest({
2714
2589
  baseEndpoint: this._endpoint,
2715
2590
  defaultHeaders: this._defaultHeaders,
@@ -2744,12 +2619,11 @@ class DataIntegrationClient {
2744
2619
  * @param DeleteDisApplicationDetailedDescriptionRequest
2745
2620
  * @return DeleteDisApplicationDetailedDescriptionResponse
2746
2621
  * @throws OciError when an error occurs
2747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteDisApplicationDetailedDescription.ts.html |here} to see how to use DeleteDisApplicationDetailedDescription API.
2622
+ * @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.
2748
2623
  */
2749
2624
  deleteDisApplicationDetailedDescription(deleteDisApplicationDetailedDescriptionRequest) {
2750
2625
  return __awaiter(this, void 0, void 0, function* () {
2751
- if (this.logger)
2752
- this.logger.debug("Calling operation DataIntegrationClient#deleteDisApplicationDetailedDescription.");
2626
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteDisApplicationDetailedDescription.");
2753
2627
  const operationName = "deleteDisApplicationDetailedDescription";
2754
2628
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DetailedDescription/DeleteDisApplicationDetailedDescription";
2755
2629
  const pathParams = {
@@ -2764,8 +2638,6 @@ class DataIntegrationClient {
2764
2638
  };
2765
2639
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2766
2640
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDisApplicationDetailedDescriptionRequest.retryConfiguration, specRetryConfiguration);
2767
- if (this.logger)
2768
- retrier.logger = this.logger;
2769
2641
  const request = yield oci_common_2.composeRequest({
2770
2642
  baseEndpoint: this._endpoint,
2771
2643
  defaultHeaders: this._defaultHeaders,
@@ -2801,12 +2673,11 @@ class DataIntegrationClient {
2801
2673
  * @param DeleteExportRequestRequest
2802
2674
  * @return DeleteExportRequestResponse
2803
2675
  * @throws OciError when an error occurs
2804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteExportRequest.ts.html |here} to see how to use DeleteExportRequest API.
2676
+ * @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.
2805
2677
  */
2806
2678
  deleteExportRequest(deleteExportRequestRequest) {
2807
2679
  return __awaiter(this, void 0, void 0, function* () {
2808
- if (this.logger)
2809
- this.logger.debug("Calling operation DataIntegrationClient#deleteExportRequest.");
2680
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteExportRequest.");
2810
2681
  const operationName = "deleteExportRequest";
2811
2682
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/DeleteExportRequest";
2812
2683
  const pathParams = {
@@ -2821,8 +2692,6 @@ class DataIntegrationClient {
2821
2692
  };
2822
2693
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2823
2694
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteExportRequestRequest.retryConfiguration, specRetryConfiguration);
2824
- if (this.logger)
2825
- retrier.logger = this.logger;
2826
2695
  const request = yield oci_common_2.composeRequest({
2827
2696
  baseEndpoint: this._endpoint,
2828
2697
  defaultHeaders: this._defaultHeaders,
@@ -2857,12 +2726,11 @@ class DataIntegrationClient {
2857
2726
  * @param DeleteExternalPublicationRequest
2858
2727
  * @return DeleteExternalPublicationResponse
2859
2728
  * @throws OciError when an error occurs
2860
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteExternalPublication.ts.html |here} to see how to use DeleteExternalPublication API.
2729
+ * @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.
2861
2730
  */
2862
2731
  deleteExternalPublication(deleteExternalPublicationRequest) {
2863
2732
  return __awaiter(this, void 0, void 0, function* () {
2864
- if (this.logger)
2865
- this.logger.debug("Calling operation DataIntegrationClient#deleteExternalPublication.");
2733
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteExternalPublication.");
2866
2734
  const operationName = "deleteExternalPublication";
2867
2735
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExternalPublication/DeleteExternalPublication";
2868
2736
  const pathParams = {
@@ -2878,8 +2746,6 @@ class DataIntegrationClient {
2878
2746
  };
2879
2747
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2880
2748
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteExternalPublicationRequest.retryConfiguration, specRetryConfiguration);
2881
- if (this.logger)
2882
- retrier.logger = this.logger;
2883
2749
  const request = yield oci_common_2.composeRequest({
2884
2750
  baseEndpoint: this._endpoint,
2885
2751
  defaultHeaders: this._defaultHeaders,
@@ -2915,12 +2781,11 @@ class DataIntegrationClient {
2915
2781
  * @param DeleteExternalPublicationValidationRequest
2916
2782
  * @return DeleteExternalPublicationValidationResponse
2917
2783
  * @throws OciError when an error occurs
2918
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteExternalPublicationValidation.ts.html |here} to see how to use DeleteExternalPublicationValidation API.
2784
+ * @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.
2919
2785
  */
2920
2786
  deleteExternalPublicationValidation(deleteExternalPublicationValidationRequest) {
2921
2787
  return __awaiter(this, void 0, void 0, function* () {
2922
- if (this.logger)
2923
- this.logger.debug("Calling operation DataIntegrationClient#deleteExternalPublicationValidation.");
2788
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteExternalPublicationValidation.");
2924
2789
  const operationName = "deleteExternalPublicationValidation";
2925
2790
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExternalPublicationValidation/DeleteExternalPublicationValidation";
2926
2791
  const pathParams = {
@@ -2936,8 +2801,6 @@ class DataIntegrationClient {
2936
2801
  };
2937
2802
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2938
2803
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteExternalPublicationValidationRequest.retryConfiguration, specRetryConfiguration);
2939
- if (this.logger)
2940
- retrier.logger = this.logger;
2941
2804
  const request = yield oci_common_2.composeRequest({
2942
2805
  baseEndpoint: this._endpoint,
2943
2806
  defaultHeaders: this._defaultHeaders,
@@ -2972,12 +2835,11 @@ class DataIntegrationClient {
2972
2835
  * @param DeleteFolderRequest
2973
2836
  * @return DeleteFolderResponse
2974
2837
  * @throws OciError when an error occurs
2975
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
2838
+ * @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.
2976
2839
  */
2977
2840
  deleteFolder(deleteFolderRequest) {
2978
2841
  return __awaiter(this, void 0, void 0, function* () {
2979
- if (this.logger)
2980
- this.logger.debug("Calling operation DataIntegrationClient#deleteFolder.");
2842
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteFolder.");
2981
2843
  const operationName = "deleteFolder";
2982
2844
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Folder/DeleteFolder";
2983
2845
  const pathParams = {
@@ -2992,8 +2854,6 @@ class DataIntegrationClient {
2992
2854
  };
2993
2855
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2994
2856
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteFolderRequest.retryConfiguration, specRetryConfiguration);
2995
- if (this.logger)
2996
- retrier.logger = this.logger;
2997
2857
  const request = yield oci_common_2.composeRequest({
2998
2858
  baseEndpoint: this._endpoint,
2999
2859
  defaultHeaders: this._defaultHeaders,
@@ -3028,12 +2888,11 @@ class DataIntegrationClient {
3028
2888
  * @param DeleteFunctionLibraryRequest
3029
2889
  * @return DeleteFunctionLibraryResponse
3030
2890
  * @throws OciError when an error occurs
3031
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteFunctionLibrary.ts.html |here} to see how to use DeleteFunctionLibrary API.
2891
+ * @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.
3032
2892
  */
3033
2893
  deleteFunctionLibrary(deleteFunctionLibraryRequest) {
3034
2894
  return __awaiter(this, void 0, void 0, function* () {
3035
- if (this.logger)
3036
- this.logger.debug("Calling operation DataIntegrationClient#deleteFunctionLibrary.");
2895
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteFunctionLibrary.");
3037
2896
  const operationName = "deleteFunctionLibrary";
3038
2897
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/FunctionLibrary/DeleteFunctionLibrary";
3039
2898
  const pathParams = {
@@ -3048,8 +2907,6 @@ class DataIntegrationClient {
3048
2907
  };
3049
2908
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3050
2909
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteFunctionLibraryRequest.retryConfiguration, specRetryConfiguration);
3051
- if (this.logger)
3052
- retrier.logger = this.logger;
3053
2910
  const request = yield oci_common_2.composeRequest({
3054
2911
  baseEndpoint: this._endpoint,
3055
2912
  defaultHeaders: this._defaultHeaders,
@@ -3085,12 +2942,11 @@ class DataIntegrationClient {
3085
2942
  * @param DeleteImportRequestRequest
3086
2943
  * @return DeleteImportRequestResponse
3087
2944
  * @throws OciError when an error occurs
3088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteImportRequest.ts.html |here} to see how to use DeleteImportRequest API.
2945
+ * @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.
3089
2946
  */
3090
2947
  deleteImportRequest(deleteImportRequestRequest) {
3091
2948
  return __awaiter(this, void 0, void 0, function* () {
3092
- if (this.logger)
3093
- this.logger.debug("Calling operation DataIntegrationClient#deleteImportRequest.");
2949
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteImportRequest.");
3094
2950
  const operationName = "deleteImportRequest";
3095
2951
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/DeleteImportRequest";
3096
2952
  const pathParams = {
@@ -3105,8 +2961,6 @@ class DataIntegrationClient {
3105
2961
  };
3106
2962
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3107
2963
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteImportRequestRequest.retryConfiguration, specRetryConfiguration);
3108
- if (this.logger)
3109
- retrier.logger = this.logger;
3110
2964
  const request = yield oci_common_2.composeRequest({
3111
2965
  baseEndpoint: this._endpoint,
3112
2966
  defaultHeaders: this._defaultHeaders,
@@ -3141,12 +2995,11 @@ class DataIntegrationClient {
3141
2995
  * @param DeletePatchRequest
3142
2996
  * @return DeletePatchResponse
3143
2997
  * @throws OciError when an error occurs
3144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeletePatch.ts.html |here} to see how to use DeletePatch API.
2998
+ * @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.
3145
2999
  */
3146
3000
  deletePatch(deletePatchRequest) {
3147
3001
  return __awaiter(this, void 0, void 0, function* () {
3148
- if (this.logger)
3149
- this.logger.debug("Calling operation DataIntegrationClient#deletePatch.");
3002
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deletePatch.");
3150
3003
  const operationName = "deletePatch";
3151
3004
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/DeletePatch";
3152
3005
  const pathParams = {
@@ -3162,8 +3015,6 @@ class DataIntegrationClient {
3162
3015
  };
3163
3016
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3164
3017
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePatchRequest.retryConfiguration, specRetryConfiguration);
3165
- if (this.logger)
3166
- retrier.logger = this.logger;
3167
3018
  const request = yield oci_common_2.composeRequest({
3168
3019
  baseEndpoint: this._endpoint,
3169
3020
  defaultHeaders: this._defaultHeaders,
@@ -3198,12 +3049,11 @@ class DataIntegrationClient {
3198
3049
  * @param DeletePipelineRequest
3199
3050
  * @return DeletePipelineResponse
3200
3051
  * @throws OciError when an error occurs
3201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeletePipeline.ts.html |here} to see how to use DeletePipeline API.
3052
+ * @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.
3202
3053
  */
3203
3054
  deletePipeline(deletePipelineRequest) {
3204
3055
  return __awaiter(this, void 0, void 0, function* () {
3205
- if (this.logger)
3206
- this.logger.debug("Calling operation DataIntegrationClient#deletePipeline.");
3056
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deletePipeline.");
3207
3057
  const operationName = "deletePipeline";
3208
3058
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Pipeline/DeletePipeline";
3209
3059
  const pathParams = {
@@ -3218,8 +3068,6 @@ class DataIntegrationClient {
3218
3068
  };
3219
3069
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3220
3070
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePipelineRequest.retryConfiguration, specRetryConfiguration);
3221
- if (this.logger)
3222
- retrier.logger = this.logger;
3223
3071
  const request = yield oci_common_2.composeRequest({
3224
3072
  baseEndpoint: this._endpoint,
3225
3073
  defaultHeaders: this._defaultHeaders,
@@ -3254,12 +3102,11 @@ class DataIntegrationClient {
3254
3102
  * @param DeletePipelineValidationRequest
3255
3103
  * @return DeletePipelineValidationResponse
3256
3104
  * @throws OciError when an error occurs
3257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeletePipelineValidation.ts.html |here} to see how to use DeletePipelineValidation API.
3105
+ * @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.
3258
3106
  */
3259
3107
  deletePipelineValidation(deletePipelineValidationRequest) {
3260
3108
  return __awaiter(this, void 0, void 0, function* () {
3261
- if (this.logger)
3262
- this.logger.debug("Calling operation DataIntegrationClient#deletePipelineValidation.");
3109
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deletePipelineValidation.");
3263
3110
  const operationName = "deletePipelineValidation";
3264
3111
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/PipelineValidation/DeletePipelineValidation";
3265
3112
  const pathParams = {
@@ -3274,8 +3121,6 @@ class DataIntegrationClient {
3274
3121
  };
3275
3122
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3276
3123
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePipelineValidationRequest.retryConfiguration, specRetryConfiguration);
3277
- if (this.logger)
3278
- retrier.logger = this.logger;
3279
3124
  const request = yield oci_common_2.composeRequest({
3280
3125
  baseEndpoint: this._endpoint,
3281
3126
  defaultHeaders: this._defaultHeaders,
@@ -3310,12 +3155,11 @@ class DataIntegrationClient {
3310
3155
  * @param DeleteProjectRequest
3311
3156
  * @return DeleteProjectResponse
3312
3157
  * @throws OciError when an error occurs
3313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteProject.ts.html |here} to see how to use DeleteProject API.
3158
+ * @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.
3314
3159
  */
3315
3160
  deleteProject(deleteProjectRequest) {
3316
3161
  return __awaiter(this, void 0, void 0, function* () {
3317
- if (this.logger)
3318
- this.logger.debug("Calling operation DataIntegrationClient#deleteProject.");
3162
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteProject.");
3319
3163
  const operationName = "deleteProject";
3320
3164
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Project/DeleteProject";
3321
3165
  const pathParams = {
@@ -3330,8 +3174,6 @@ class DataIntegrationClient {
3330
3174
  };
3331
3175
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3332
3176
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteProjectRequest.retryConfiguration, specRetryConfiguration);
3333
- if (this.logger)
3334
- retrier.logger = this.logger;
3335
3177
  const request = yield oci_common_2.composeRequest({
3336
3178
  baseEndpoint: this._endpoint,
3337
3179
  defaultHeaders: this._defaultHeaders,
@@ -3366,12 +3208,11 @@ class DataIntegrationClient {
3366
3208
  * @param DeleteScheduleRequest
3367
3209
  * @return DeleteScheduleResponse
3368
3210
  * @throws OciError when an error occurs
3369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteSchedule.ts.html |here} to see how to use DeleteSchedule API.
3211
+ * @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.
3370
3212
  */
3371
3213
  deleteSchedule(deleteScheduleRequest) {
3372
3214
  return __awaiter(this, void 0, void 0, function* () {
3373
- if (this.logger)
3374
- this.logger.debug("Calling operation DataIntegrationClient#deleteSchedule.");
3215
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteSchedule.");
3375
3216
  const operationName = "deleteSchedule";
3376
3217
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Schedule/DeleteSchedule";
3377
3218
  const pathParams = {
@@ -3387,8 +3228,6 @@ class DataIntegrationClient {
3387
3228
  };
3388
3229
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3389
3230
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteScheduleRequest.retryConfiguration, specRetryConfiguration);
3390
- if (this.logger)
3391
- retrier.logger = this.logger;
3392
3231
  const request = yield oci_common_2.composeRequest({
3393
3232
  baseEndpoint: this._endpoint,
3394
3233
  defaultHeaders: this._defaultHeaders,
@@ -3423,12 +3262,11 @@ class DataIntegrationClient {
3423
3262
  * @param DeleteTaskRequest
3424
3263
  * @return DeleteTaskResponse
3425
3264
  * @throws OciError when an error occurs
3426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTask.ts.html |here} to see how to use DeleteTask API.
3265
+ * @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.
3427
3266
  */
3428
3267
  deleteTask(deleteTaskRequest) {
3429
3268
  return __awaiter(this, void 0, void 0, function* () {
3430
- if (this.logger)
3431
- this.logger.debug("Calling operation DataIntegrationClient#deleteTask.");
3269
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteTask.");
3432
3270
  const operationName = "deleteTask";
3433
3271
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Task/DeleteTask";
3434
3272
  const pathParams = {
@@ -3443,8 +3281,6 @@ class DataIntegrationClient {
3443
3281
  };
3444
3282
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3445
3283
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTaskRequest.retryConfiguration, specRetryConfiguration);
3446
- if (this.logger)
3447
- retrier.logger = this.logger;
3448
3284
  const request = yield oci_common_2.composeRequest({
3449
3285
  baseEndpoint: this._endpoint,
3450
3286
  defaultHeaders: this._defaultHeaders,
@@ -3479,12 +3315,11 @@ class DataIntegrationClient {
3479
3315
  * @param DeleteTaskRunRequest
3480
3316
  * @return DeleteTaskRunResponse
3481
3317
  * @throws OciError when an error occurs
3482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTaskRun.ts.html |here} to see how to use DeleteTaskRun API.
3318
+ * @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.
3483
3319
  */
3484
3320
  deleteTaskRun(deleteTaskRunRequest) {
3485
3321
  return __awaiter(this, void 0, void 0, function* () {
3486
- if (this.logger)
3487
- this.logger.debug("Calling operation DataIntegrationClient#deleteTaskRun.");
3322
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteTaskRun.");
3488
3323
  const operationName = "deleteTaskRun";
3489
3324
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskRun/DeleteTaskRun";
3490
3325
  const pathParams = {
@@ -3500,8 +3335,6 @@ class DataIntegrationClient {
3500
3335
  };
3501
3336
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3502
3337
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTaskRunRequest.retryConfiguration, specRetryConfiguration);
3503
- if (this.logger)
3504
- retrier.logger = this.logger;
3505
3338
  const request = yield oci_common_2.composeRequest({
3506
3339
  baseEndpoint: this._endpoint,
3507
3340
  defaultHeaders: this._defaultHeaders,
@@ -3536,12 +3369,11 @@ class DataIntegrationClient {
3536
3369
  * @param DeleteTaskScheduleRequest
3537
3370
  * @return DeleteTaskScheduleResponse
3538
3371
  * @throws OciError when an error occurs
3539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTaskSchedule.ts.html |here} to see how to use DeleteTaskSchedule API.
3372
+ * @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.
3540
3373
  */
3541
3374
  deleteTaskSchedule(deleteTaskScheduleRequest) {
3542
3375
  return __awaiter(this, void 0, void 0, function* () {
3543
- if (this.logger)
3544
- this.logger.debug("Calling operation DataIntegrationClient#deleteTaskSchedule.");
3376
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteTaskSchedule.");
3545
3377
  const operationName = "deleteTaskSchedule";
3546
3378
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskSchedule/DeleteTaskSchedule";
3547
3379
  const pathParams = {
@@ -3557,8 +3389,6 @@ class DataIntegrationClient {
3557
3389
  };
3558
3390
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3559
3391
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTaskScheduleRequest.retryConfiguration, specRetryConfiguration);
3560
- if (this.logger)
3561
- retrier.logger = this.logger;
3562
3392
  const request = yield oci_common_2.composeRequest({
3563
3393
  baseEndpoint: this._endpoint,
3564
3394
  defaultHeaders: this._defaultHeaders,
@@ -3594,12 +3424,11 @@ class DataIntegrationClient {
3594
3424
  * @param DeleteTaskValidationRequest
3595
3425
  * @return DeleteTaskValidationResponse
3596
3426
  * @throws OciError when an error occurs
3597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteTaskValidation.ts.html |here} to see how to use DeleteTaskValidation API.
3427
+ * @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.
3598
3428
  */
3599
3429
  deleteTaskValidation(deleteTaskValidationRequest) {
3600
3430
  return __awaiter(this, void 0, void 0, function* () {
3601
- if (this.logger)
3602
- this.logger.debug("Calling operation DataIntegrationClient#deleteTaskValidation.");
3431
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteTaskValidation.");
3603
3432
  const operationName = "deleteTaskValidation";
3604
3433
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskValidation/DeleteTaskValidation";
3605
3434
  const pathParams = {
@@ -3614,8 +3443,6 @@ class DataIntegrationClient {
3614
3443
  };
3615
3444
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3616
3445
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTaskValidationRequest.retryConfiguration, specRetryConfiguration);
3617
- if (this.logger)
3618
- retrier.logger = this.logger;
3619
3446
  const request = yield oci_common_2.composeRequest({
3620
3447
  baseEndpoint: this._endpoint,
3621
3448
  defaultHeaders: this._defaultHeaders,
@@ -3650,12 +3477,11 @@ class DataIntegrationClient {
3650
3477
  * @param DeleteUserDefinedFunctionRequest
3651
3478
  * @return DeleteUserDefinedFunctionResponse
3652
3479
  * @throws OciError when an error occurs
3653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteUserDefinedFunction.ts.html |here} to see how to use DeleteUserDefinedFunction API.
3480
+ * @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.
3654
3481
  */
3655
3482
  deleteUserDefinedFunction(deleteUserDefinedFunctionRequest) {
3656
3483
  return __awaiter(this, void 0, void 0, function* () {
3657
- if (this.logger)
3658
- this.logger.debug("Calling operation DataIntegrationClient#deleteUserDefinedFunction.");
3484
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteUserDefinedFunction.");
3659
3485
  const operationName = "deleteUserDefinedFunction";
3660
3486
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/UserDefinedFunction/DeleteUserDefinedFunction";
3661
3487
  const pathParams = {
@@ -3670,8 +3496,6 @@ class DataIntegrationClient {
3670
3496
  };
3671
3497
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3672
3498
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteUserDefinedFunctionRequest.retryConfiguration, specRetryConfiguration);
3673
- if (this.logger)
3674
- retrier.logger = this.logger;
3675
3499
  const request = yield oci_common_2.composeRequest({
3676
3500
  baseEndpoint: this._endpoint,
3677
3501
  defaultHeaders: this._defaultHeaders,
@@ -3706,12 +3530,11 @@ class DataIntegrationClient {
3706
3530
  * @param DeleteUserDefinedFunctionValidationRequest
3707
3531
  * @return DeleteUserDefinedFunctionValidationResponse
3708
3532
  * @throws OciError when an error occurs
3709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteUserDefinedFunctionValidation.ts.html |here} to see how to use DeleteUserDefinedFunctionValidation API.
3533
+ * @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.
3710
3534
  */
3711
3535
  deleteUserDefinedFunctionValidation(deleteUserDefinedFunctionValidationRequest) {
3712
3536
  return __awaiter(this, void 0, void 0, function* () {
3713
- if (this.logger)
3714
- this.logger.debug("Calling operation DataIntegrationClient#deleteUserDefinedFunctionValidation.");
3537
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteUserDefinedFunctionValidation.");
3715
3538
  const operationName = "deleteUserDefinedFunctionValidation";
3716
3539
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/UserDefinedFunctionValidation/DeleteUserDefinedFunctionValidation";
3717
3540
  const pathParams = {
@@ -3726,8 +3549,6 @@ class DataIntegrationClient {
3726
3549
  };
3727
3550
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3728
3551
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteUserDefinedFunctionValidationRequest.retryConfiguration, specRetryConfiguration);
3729
- if (this.logger)
3730
- retrier.logger = this.logger;
3731
3552
  const request = yield oci_common_2.composeRequest({
3732
3553
  baseEndpoint: this._endpoint,
3733
3554
  defaultHeaders: this._defaultHeaders,
@@ -3762,12 +3583,11 @@ class DataIntegrationClient {
3762
3583
  * @param DeleteWorkspaceRequest
3763
3584
  * @return DeleteWorkspaceResponse
3764
3585
  * @throws OciError when an error occurs
3765
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/DeleteWorkspace.ts.html |here} to see how to use DeleteWorkspace API.
3586
+ * @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.
3766
3587
  */
3767
3588
  deleteWorkspace(deleteWorkspaceRequest) {
3768
3589
  return __awaiter(this, void 0, void 0, function* () {
3769
- if (this.logger)
3770
- this.logger.debug("Calling operation DataIntegrationClient#deleteWorkspace.");
3590
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#deleteWorkspace.");
3771
3591
  const operationName = "deleteWorkspace";
3772
3592
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/DeleteWorkspace";
3773
3593
  const pathParams = {
@@ -3784,8 +3604,6 @@ class DataIntegrationClient {
3784
3604
  };
3785
3605
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3786
3606
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteWorkspaceRequest.retryConfiguration, specRetryConfiguration);
3787
- if (this.logger)
3788
- retrier.logger = this.logger;
3789
3607
  const request = yield oci_common_2.composeRequest({
3790
3608
  baseEndpoint: this._endpoint,
3791
3609
  defaultHeaders: this._defaultHeaders,
@@ -3825,12 +3643,11 @@ class DataIntegrationClient {
3825
3643
  * @param GetApplicationRequest
3826
3644
  * @return GetApplicationResponse
3827
3645
  * @throws OciError when an error occurs
3828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetApplication.ts.html |here} to see how to use GetApplication API.
3646
+ * @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.
3829
3647
  */
3830
3648
  getApplication(getApplicationRequest) {
3831
3649
  return __awaiter(this, void 0, void 0, function* () {
3832
- if (this.logger)
3833
- this.logger.debug("Calling operation DataIntegrationClient#getApplication.");
3650
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getApplication.");
3834
3651
  const operationName = "getApplication";
3835
3652
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/GetApplication";
3836
3653
  const pathParams = {
@@ -3844,8 +3661,6 @@ class DataIntegrationClient {
3844
3661
  };
3845
3662
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3846
3663
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getApplicationRequest.retryConfiguration, specRetryConfiguration);
3847
- if (this.logger)
3848
- retrier.logger = this.logger;
3849
3664
  const request = yield oci_common_2.composeRequest({
3850
3665
  baseEndpoint: this._endpoint,
3851
3666
  defaultHeaders: this._defaultHeaders,
@@ -3889,12 +3704,11 @@ class DataIntegrationClient {
3889
3704
  * @param GetApplicationDetailedDescriptionRequest
3890
3705
  * @return GetApplicationDetailedDescriptionResponse
3891
3706
  * @throws OciError when an error occurs
3892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetApplicationDetailedDescription.ts.html |here} to see how to use GetApplicationDetailedDescription API.
3707
+ * @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.
3893
3708
  */
3894
3709
  getApplicationDetailedDescription(getApplicationDetailedDescriptionRequest) {
3895
3710
  return __awaiter(this, void 0, void 0, function* () {
3896
- if (this.logger)
3897
- this.logger.debug("Calling operation DataIntegrationClient#getApplicationDetailedDescription.");
3711
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getApplicationDetailedDescription.");
3898
3712
  const operationName = "getApplicationDetailedDescription";
3899
3713
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DetailedDescription/GetApplicationDetailedDescription";
3900
3714
  const pathParams = {
@@ -3908,8 +3722,6 @@ class DataIntegrationClient {
3908
3722
  };
3909
3723
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3910
3724
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getApplicationDetailedDescriptionRequest.retryConfiguration, specRetryConfiguration);
3911
- if (this.logger)
3912
- retrier.logger = this.logger;
3913
3725
  const request = yield oci_common_2.composeRequest({
3914
3726
  baseEndpoint: this._endpoint,
3915
3727
  defaultHeaders: this._defaultHeaders,
@@ -3954,12 +3766,11 @@ class DataIntegrationClient {
3954
3766
  * @param GetCompositeStateRequest
3955
3767
  * @return GetCompositeStateResponse
3956
3768
  * @throws OciError when an error occurs
3957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetCompositeState.ts.html |here} to see how to use GetCompositeState API.
3769
+ * @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.
3958
3770
  */
3959
3771
  getCompositeState(getCompositeStateRequest) {
3960
3772
  return __awaiter(this, void 0, void 0, function* () {
3961
- if (this.logger)
3962
- this.logger.debug("Calling operation DataIntegrationClient#getCompositeState.");
3773
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getCompositeState.");
3963
3774
  const operationName = "getCompositeState";
3964
3775
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/CompositeState/GetCompositeState";
3965
3776
  const pathParams = {
@@ -3975,8 +3786,6 @@ class DataIntegrationClient {
3975
3786
  };
3976
3787
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3977
3788
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCompositeStateRequest.retryConfiguration, specRetryConfiguration);
3978
- if (this.logger)
3979
- retrier.logger = this.logger;
3980
3789
  const request = yield oci_common_2.composeRequest({
3981
3790
  baseEndpoint: this._endpoint,
3982
3791
  defaultHeaders: this._defaultHeaders,
@@ -4015,12 +3824,11 @@ class DataIntegrationClient {
4015
3824
  * @param GetConnectionRequest
4016
3825
  * @return GetConnectionResponse
4017
3826
  * @throws OciError when an error occurs
4018
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetConnection.ts.html |here} to see how to use GetConnection API.
3827
+ * @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.
4019
3828
  */
4020
3829
  getConnection(getConnectionRequest) {
4021
3830
  return __awaiter(this, void 0, void 0, function* () {
4022
- if (this.logger)
4023
- this.logger.debug("Calling operation DataIntegrationClient#getConnection.");
3831
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getConnection.");
4024
3832
  const operationName = "getConnection";
4025
3833
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Connection/GetConnection";
4026
3834
  const pathParams = {
@@ -4034,8 +3842,6 @@ class DataIntegrationClient {
4034
3842
  };
4035
3843
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4036
3844
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getConnectionRequest.retryConfiguration, specRetryConfiguration);
4037
- if (this.logger)
4038
- retrier.logger = this.logger;
4039
3845
  const request = yield oci_common_2.composeRequest({
4040
3846
  baseEndpoint: this._endpoint,
4041
3847
  defaultHeaders: this._defaultHeaders,
@@ -4079,12 +3885,11 @@ class DataIntegrationClient {
4079
3885
  * @param GetConnectionValidationRequest
4080
3886
  * @return GetConnectionValidationResponse
4081
3887
  * @throws OciError when an error occurs
4082
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetConnectionValidation.ts.html |here} to see how to use GetConnectionValidation API.
3888
+ * @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.
4083
3889
  */
4084
3890
  getConnectionValidation(getConnectionValidationRequest) {
4085
3891
  return __awaiter(this, void 0, void 0, function* () {
4086
- if (this.logger)
4087
- this.logger.debug("Calling operation DataIntegrationClient#getConnectionValidation.");
3892
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getConnectionValidation.");
4088
3893
  const operationName = "getConnectionValidation";
4089
3894
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ConnectionValidation/GetConnectionValidation";
4090
3895
  const pathParams = {
@@ -4098,8 +3903,6 @@ class DataIntegrationClient {
4098
3903
  };
4099
3904
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4100
3905
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getConnectionValidationRequest.retryConfiguration, specRetryConfiguration);
4101
- if (this.logger)
4102
- retrier.logger = this.logger;
4103
3906
  const request = yield oci_common_2.composeRequest({
4104
3907
  baseEndpoint: this._endpoint,
4105
3908
  defaultHeaders: this._defaultHeaders,
@@ -4144,12 +3947,11 @@ class DataIntegrationClient {
4144
3947
  * @param GetCopyObjectRequestRequest
4145
3948
  * @return GetCopyObjectRequestResponse
4146
3949
  * @throws OciError when an error occurs
4147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetCopyObjectRequest.ts.html |here} to see how to use GetCopyObjectRequest API.
3950
+ * @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.
4148
3951
  */
4149
3952
  getCopyObjectRequest(getCopyObjectRequestRequest) {
4150
3953
  return __awaiter(this, void 0, void 0, function* () {
4151
- if (this.logger)
4152
- this.logger.debug("Calling operation DataIntegrationClient#getCopyObjectRequest.");
3954
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getCopyObjectRequest.");
4153
3955
  const operationName = "getCopyObjectRequest";
4154
3956
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/CopyObjectRequest/GetCopyObjectRequest";
4155
3957
  const pathParams = {
@@ -4163,8 +3965,6 @@ class DataIntegrationClient {
4163
3965
  };
4164
3966
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4165
3967
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCopyObjectRequestRequest.retryConfiguration, specRetryConfiguration);
4166
- if (this.logger)
4167
- retrier.logger = this.logger;
4168
3968
  const request = yield oci_common_2.composeRequest({
4169
3969
  baseEndpoint: this._endpoint,
4170
3970
  defaultHeaders: this._defaultHeaders,
@@ -4210,12 +4010,11 @@ class DataIntegrationClient {
4210
4010
  * @param GetCountStatisticRequest
4211
4011
  * @return GetCountStatisticResponse
4212
4012
  * @throws OciError when an error occurs
4213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetCountStatistic.ts.html |here} to see how to use GetCountStatistic API.
4013
+ * @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.
4214
4014
  */
4215
4015
  getCountStatistic(getCountStatisticRequest) {
4216
4016
  return __awaiter(this, void 0, void 0, function* () {
4217
- if (this.logger)
4218
- this.logger.debug("Calling operation DataIntegrationClient#getCountStatistic.");
4017
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getCountStatistic.");
4219
4018
  const operationName = "getCountStatistic";
4220
4019
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Project/GetCountStatistic";
4221
4020
  const pathParams = {
@@ -4229,8 +4028,6 @@ class DataIntegrationClient {
4229
4028
  };
4230
4029
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4231
4030
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCountStatisticRequest.retryConfiguration, specRetryConfiguration);
4232
- if (this.logger)
4233
- retrier.logger = this.logger;
4234
4031
  const request = yield oci_common_2.composeRequest({
4235
4032
  baseEndpoint: this._endpoint,
4236
4033
  defaultHeaders: this._defaultHeaders,
@@ -4274,12 +4071,11 @@ class DataIntegrationClient {
4274
4071
  * @param GetDataAssetRequest
4275
4072
  * @return GetDataAssetResponse
4276
4073
  * @throws OciError when an error occurs
4277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
4074
+ * @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.
4278
4075
  */
4279
4076
  getDataAsset(getDataAssetRequest) {
4280
4077
  return __awaiter(this, void 0, void 0, function* () {
4281
- if (this.logger)
4282
- this.logger.debug("Calling operation DataIntegrationClient#getDataAsset.");
4078
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getDataAsset.");
4283
4079
  const operationName = "getDataAsset";
4284
4080
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataAsset/GetDataAsset";
4285
4081
  const pathParams = {
@@ -4293,8 +4089,6 @@ class DataIntegrationClient {
4293
4089
  };
4294
4090
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4295
4091
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataAssetRequest.retryConfiguration, specRetryConfiguration);
4296
- if (this.logger)
4297
- retrier.logger = this.logger;
4298
4092
  const request = yield oci_common_2.composeRequest({
4299
4093
  baseEndpoint: this._endpoint,
4300
4094
  defaultHeaders: this._defaultHeaders,
@@ -4338,12 +4132,11 @@ class DataIntegrationClient {
4338
4132
  * @param GetDataEntityRequest
4339
4133
  * @return GetDataEntityResponse
4340
4134
  * @throws OciError when an error occurs
4341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataEntity.ts.html |here} to see how to use GetDataEntity API.
4135
+ * @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.
4342
4136
  */
4343
4137
  getDataEntity(getDataEntityRequest) {
4344
4138
  return __awaiter(this, void 0, void 0, function* () {
4345
- if (this.logger)
4346
- this.logger.debug("Calling operation DataIntegrationClient#getDataEntity.");
4139
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getDataEntity.");
4347
4140
  const operationName = "getDataEntity";
4348
4141
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataEntity/GetDataEntity";
4349
4142
  const pathParams = {
@@ -4359,8 +4152,6 @@ class DataIntegrationClient {
4359
4152
  };
4360
4153
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4361
4154
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataEntityRequest.retryConfiguration, specRetryConfiguration);
4362
- if (this.logger)
4363
- retrier.logger = this.logger;
4364
4155
  const request = yield oci_common_2.composeRequest({
4365
4156
  baseEndpoint: this._endpoint,
4366
4157
  defaultHeaders: this._defaultHeaders,
@@ -4399,12 +4190,11 @@ class DataIntegrationClient {
4399
4190
  * @param GetDataFlowRequest
4400
4191
  * @return GetDataFlowResponse
4401
4192
  * @throws OciError when an error occurs
4402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataFlow.ts.html |here} to see how to use GetDataFlow API.
4193
+ * @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.
4403
4194
  */
4404
4195
  getDataFlow(getDataFlowRequest) {
4405
4196
  return __awaiter(this, void 0, void 0, function* () {
4406
- if (this.logger)
4407
- this.logger.debug("Calling operation DataIntegrationClient#getDataFlow.");
4197
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getDataFlow.");
4408
4198
  const operationName = "getDataFlow";
4409
4199
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataFlow/GetDataFlow";
4410
4200
  const pathParams = {
@@ -4420,8 +4210,6 @@ class DataIntegrationClient {
4420
4210
  };
4421
4211
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4422
4212
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataFlowRequest.retryConfiguration, specRetryConfiguration);
4423
- if (this.logger)
4424
- retrier.logger = this.logger;
4425
4213
  const request = yield oci_common_2.composeRequest({
4426
4214
  baseEndpoint: this._endpoint,
4427
4215
  defaultHeaders: this._defaultHeaders,
@@ -4465,12 +4253,11 @@ class DataIntegrationClient {
4465
4253
  * @param GetDataFlowValidationRequest
4466
4254
  * @return GetDataFlowValidationResponse
4467
4255
  * @throws OciError when an error occurs
4468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDataFlowValidation.ts.html |here} to see how to use GetDataFlowValidation API.
4256
+ * @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.
4469
4257
  */
4470
4258
  getDataFlowValidation(getDataFlowValidationRequest) {
4471
4259
  return __awaiter(this, void 0, void 0, function* () {
4472
- if (this.logger)
4473
- this.logger.debug("Calling operation DataIntegrationClient#getDataFlowValidation.");
4260
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getDataFlowValidation.");
4474
4261
  const operationName = "getDataFlowValidation";
4475
4262
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataFlowValidation/GetDataFlowValidation";
4476
4263
  const pathParams = {
@@ -4484,8 +4271,6 @@ class DataIntegrationClient {
4484
4271
  };
4485
4272
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4486
4273
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataFlowValidationRequest.retryConfiguration, specRetryConfiguration);
4487
- if (this.logger)
4488
- retrier.logger = this.logger;
4489
4274
  const request = yield oci_common_2.composeRequest({
4490
4275
  baseEndpoint: this._endpoint,
4491
4276
  defaultHeaders: this._defaultHeaders,
@@ -4529,12 +4314,11 @@ class DataIntegrationClient {
4529
4314
  * @param GetDependentObjectRequest
4530
4315
  * @return GetDependentObjectResponse
4531
4316
  * @throws OciError when an error occurs
4532
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDependentObject.ts.html |here} to see how to use GetDependentObject API.
4317
+ * @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.
4533
4318
  */
4534
4319
  getDependentObject(getDependentObjectRequest) {
4535
4320
  return __awaiter(this, void 0, void 0, function* () {
4536
- if (this.logger)
4537
- this.logger.debug("Calling operation DataIntegrationClient#getDependentObject.");
4321
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getDependentObject.");
4538
4322
  const operationName = "getDependentObject";
4539
4323
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/GetDependentObject";
4540
4324
  const pathParams = {
@@ -4549,8 +4333,6 @@ class DataIntegrationClient {
4549
4333
  };
4550
4334
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4551
4335
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDependentObjectRequest.retryConfiguration, specRetryConfiguration);
4552
- if (this.logger)
4553
- retrier.logger = this.logger;
4554
4336
  const request = yield oci_common_2.composeRequest({
4555
4337
  baseEndpoint: this._endpoint,
4556
4338
  defaultHeaders: this._defaultHeaders,
@@ -4594,12 +4376,11 @@ class DataIntegrationClient {
4594
4376
  * @param GetDisApplicationRequest
4595
4377
  * @return GetDisApplicationResponse
4596
4378
  * @throws OciError when an error occurs
4597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDisApplication.ts.html |here} to see how to use GetDisApplication API.
4379
+ * @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.
4598
4380
  */
4599
4381
  getDisApplication(getDisApplicationRequest) {
4600
4382
  return __awaiter(this, void 0, void 0, function* () {
4601
- if (this.logger)
4602
- this.logger.debug("Calling operation DataIntegrationClient#getDisApplication.");
4383
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getDisApplication.");
4603
4384
  const operationName = "getDisApplication";
4604
4385
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DisApplication/GetDisApplication";
4605
4386
  const pathParams = {
@@ -4613,8 +4394,6 @@ class DataIntegrationClient {
4613
4394
  };
4614
4395
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4615
4396
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDisApplicationRequest.retryConfiguration, specRetryConfiguration);
4616
- if (this.logger)
4617
- retrier.logger = this.logger;
4618
4397
  const request = yield oci_common_2.composeRequest({
4619
4398
  baseEndpoint: this._endpoint,
4620
4399
  defaultHeaders: this._defaultHeaders,
@@ -4658,12 +4437,11 @@ class DataIntegrationClient {
4658
4437
  * @param GetDisApplicationDetailedDescriptionRequest
4659
4438
  * @return GetDisApplicationDetailedDescriptionResponse
4660
4439
  * @throws OciError when an error occurs
4661
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetDisApplicationDetailedDescription.ts.html |here} to see how to use GetDisApplicationDetailedDescription API.
4440
+ * @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.
4662
4441
  */
4663
4442
  getDisApplicationDetailedDescription(getDisApplicationDetailedDescriptionRequest) {
4664
4443
  return __awaiter(this, void 0, void 0, function* () {
4665
- if (this.logger)
4666
- this.logger.debug("Calling operation DataIntegrationClient#getDisApplicationDetailedDescription.");
4444
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getDisApplicationDetailedDescription.");
4667
4445
  const operationName = "getDisApplicationDetailedDescription";
4668
4446
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DetailedDescription/GetDisApplicationDetailedDescription";
4669
4447
  const pathParams = {
@@ -4677,8 +4455,6 @@ class DataIntegrationClient {
4677
4455
  };
4678
4456
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4679
4457
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDisApplicationDetailedDescriptionRequest.retryConfiguration, specRetryConfiguration);
4680
- if (this.logger)
4681
- retrier.logger = this.logger;
4682
4458
  const request = yield oci_common_2.composeRequest({
4683
4459
  baseEndpoint: this._endpoint,
4684
4460
  defaultHeaders: this._defaultHeaders,
@@ -4723,12 +4499,11 @@ class DataIntegrationClient {
4723
4499
  * @param GetExportRequestRequest
4724
4500
  * @return GetExportRequestResponse
4725
4501
  * @throws OciError when an error occurs
4726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetExportRequest.ts.html |here} to see how to use GetExportRequest API.
4502
+ * @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.
4727
4503
  */
4728
4504
  getExportRequest(getExportRequestRequest) {
4729
4505
  return __awaiter(this, void 0, void 0, function* () {
4730
- if (this.logger)
4731
- this.logger.debug("Calling operation DataIntegrationClient#getExportRequest.");
4506
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getExportRequest.");
4732
4507
  const operationName = "getExportRequest";
4733
4508
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExportRequest/GetExportRequest";
4734
4509
  const pathParams = {
@@ -4742,8 +4517,6 @@ class DataIntegrationClient {
4742
4517
  };
4743
4518
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4744
4519
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getExportRequestRequest.retryConfiguration, specRetryConfiguration);
4745
- if (this.logger)
4746
- retrier.logger = this.logger;
4747
4520
  const request = yield oci_common_2.composeRequest({
4748
4521
  baseEndpoint: this._endpoint,
4749
4522
  defaultHeaders: this._defaultHeaders,
@@ -4787,12 +4560,11 @@ class DataIntegrationClient {
4787
4560
  * @param GetExternalPublicationRequest
4788
4561
  * @return GetExternalPublicationResponse
4789
4562
  * @throws OciError when an error occurs
4790
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetExternalPublication.ts.html |here} to see how to use GetExternalPublication API.
4563
+ * @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.
4791
4564
  */
4792
4565
  getExternalPublication(getExternalPublicationRequest) {
4793
4566
  return __awaiter(this, void 0, void 0, function* () {
4794
- if (this.logger)
4795
- this.logger.debug("Calling operation DataIntegrationClient#getExternalPublication.");
4567
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getExternalPublication.");
4796
4568
  const operationName = "getExternalPublication";
4797
4569
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExternalPublication/GetExternalPublication";
4798
4570
  const pathParams = {
@@ -4807,8 +4579,6 @@ class DataIntegrationClient {
4807
4579
  };
4808
4580
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4809
4581
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getExternalPublicationRequest.retryConfiguration, specRetryConfiguration);
4810
- if (this.logger)
4811
- retrier.logger = this.logger;
4812
4582
  const request = yield oci_common_2.composeRequest({
4813
4583
  baseEndpoint: this._endpoint,
4814
4584
  defaultHeaders: this._defaultHeaders,
@@ -4852,12 +4622,11 @@ class DataIntegrationClient {
4852
4622
  * @param GetExternalPublicationValidationRequest
4853
4623
  * @return GetExternalPublicationValidationResponse
4854
4624
  * @throws OciError when an error occurs
4855
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetExternalPublicationValidation.ts.html |here} to see how to use GetExternalPublicationValidation API.
4625
+ * @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.
4856
4626
  */
4857
4627
  getExternalPublicationValidation(getExternalPublicationValidationRequest) {
4858
4628
  return __awaiter(this, void 0, void 0, function* () {
4859
- if (this.logger)
4860
- this.logger.debug("Calling operation DataIntegrationClient#getExternalPublicationValidation.");
4629
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getExternalPublicationValidation.");
4861
4630
  const operationName = "getExternalPublicationValidation";
4862
4631
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExternalPublicationValidation/GetExternalPublicationValidation";
4863
4632
  const pathParams = {
@@ -4872,8 +4641,6 @@ class DataIntegrationClient {
4872
4641
  };
4873
4642
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4874
4643
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getExternalPublicationValidationRequest.retryConfiguration, specRetryConfiguration);
4875
- if (this.logger)
4876
- retrier.logger = this.logger;
4877
4644
  const request = yield oci_common_2.composeRequest({
4878
4645
  baseEndpoint: this._endpoint,
4879
4646
  defaultHeaders: this._defaultHeaders,
@@ -4917,12 +4684,11 @@ class DataIntegrationClient {
4917
4684
  * @param GetFolderRequest
4918
4685
  * @return GetFolderResponse
4919
4686
  * @throws OciError when an error occurs
4920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetFolder.ts.html |here} to see how to use GetFolder API.
4687
+ * @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.
4921
4688
  */
4922
4689
  getFolder(getFolderRequest) {
4923
4690
  return __awaiter(this, void 0, void 0, function* () {
4924
- if (this.logger)
4925
- this.logger.debug("Calling operation DataIntegrationClient#getFolder.");
4691
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getFolder.");
4926
4692
  const operationName = "getFolder";
4927
4693
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Folder/GetFolder";
4928
4694
  const pathParams = {
@@ -4938,8 +4704,6 @@ class DataIntegrationClient {
4938
4704
  };
4939
4705
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
4940
4706
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFolderRequest.retryConfiguration, specRetryConfiguration);
4941
- if (this.logger)
4942
- retrier.logger = this.logger;
4943
4707
  const request = yield oci_common_2.composeRequest({
4944
4708
  baseEndpoint: this._endpoint,
4945
4709
  defaultHeaders: this._defaultHeaders,
@@ -4983,12 +4747,11 @@ class DataIntegrationClient {
4983
4747
  * @param GetFunctionLibraryRequest
4984
4748
  * @return GetFunctionLibraryResponse
4985
4749
  * @throws OciError when an error occurs
4986
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetFunctionLibrary.ts.html |here} to see how to use GetFunctionLibrary API.
4750
+ * @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.
4987
4751
  */
4988
4752
  getFunctionLibrary(getFunctionLibraryRequest) {
4989
4753
  return __awaiter(this, void 0, void 0, function* () {
4990
- if (this.logger)
4991
- this.logger.debug("Calling operation DataIntegrationClient#getFunctionLibrary.");
4754
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getFunctionLibrary.");
4992
4755
  const operationName = "getFunctionLibrary";
4993
4756
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/FunctionLibrary/GetFunctionLibrary";
4994
4757
  const pathParams = {
@@ -5004,8 +4767,6 @@ class DataIntegrationClient {
5004
4767
  };
5005
4768
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5006
4769
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFunctionLibraryRequest.retryConfiguration, specRetryConfiguration);
5007
- if (this.logger)
5008
- retrier.logger = this.logger;
5009
4770
  const request = yield oci_common_2.composeRequest({
5010
4771
  baseEndpoint: this._endpoint,
5011
4772
  defaultHeaders: this._defaultHeaders,
@@ -5050,12 +4811,11 @@ class DataIntegrationClient {
5050
4811
  * @param GetImportRequestRequest
5051
4812
  * @return GetImportRequestResponse
5052
4813
  * @throws OciError when an error occurs
5053
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetImportRequest.ts.html |here} to see how to use GetImportRequest API.
4814
+ * @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.
5054
4815
  */
5055
4816
  getImportRequest(getImportRequestRequest) {
5056
4817
  return __awaiter(this, void 0, void 0, function* () {
5057
- if (this.logger)
5058
- this.logger.debug("Calling operation DataIntegrationClient#getImportRequest.");
4818
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getImportRequest.");
5059
4819
  const operationName = "getImportRequest";
5060
4820
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ImportRequest/GetImportRequest";
5061
4821
  const pathParams = {
@@ -5072,8 +4832,6 @@ class DataIntegrationClient {
5072
4832
  };
5073
4833
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5074
4834
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getImportRequestRequest.retryConfiguration, specRetryConfiguration);
5075
- if (this.logger)
5076
- retrier.logger = this.logger;
5077
4835
  const request = yield oci_common_2.composeRequest({
5078
4836
  baseEndpoint: this._endpoint,
5079
4837
  defaultHeaders: this._defaultHeaders,
@@ -5117,12 +4875,11 @@ class DataIntegrationClient {
5117
4875
  * @param GetPatchRequest
5118
4876
  * @return GetPatchResponse
5119
4877
  * @throws OciError when an error occurs
5120
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPatch.ts.html |here} to see how to use GetPatch API.
4878
+ * @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.
5121
4879
  */
5122
4880
  getPatch(getPatchRequest) {
5123
4881
  return __awaiter(this, void 0, void 0, function* () {
5124
- if (this.logger)
5125
- this.logger.debug("Calling operation DataIntegrationClient#getPatch.");
4882
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getPatch.");
5126
4883
  const operationName = "getPatch";
5127
4884
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/GetPatch";
5128
4885
  const pathParams = {
@@ -5137,8 +4894,6 @@ class DataIntegrationClient {
5137
4894
  };
5138
4895
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5139
4896
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPatchRequest.retryConfiguration, specRetryConfiguration);
5140
- if (this.logger)
5141
- retrier.logger = this.logger;
5142
4897
  const request = yield oci_common_2.composeRequest({
5143
4898
  baseEndpoint: this._endpoint,
5144
4899
  defaultHeaders: this._defaultHeaders,
@@ -5182,12 +4937,11 @@ class DataIntegrationClient {
5182
4937
  * @param GetPipelineRequest
5183
4938
  * @return GetPipelineResponse
5184
4939
  * @throws OciError when an error occurs
5185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPipeline.ts.html |here} to see how to use GetPipeline API.
4940
+ * @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.
5186
4941
  */
5187
4942
  getPipeline(getPipelineRequest) {
5188
4943
  return __awaiter(this, void 0, void 0, function* () {
5189
- if (this.logger)
5190
- this.logger.debug("Calling operation DataIntegrationClient#getPipeline.");
4944
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getPipeline.");
5191
4945
  const operationName = "getPipeline";
5192
4946
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Pipeline/GetPipeline";
5193
4947
  const pathParams = {
@@ -5203,8 +4957,6 @@ class DataIntegrationClient {
5203
4957
  };
5204
4958
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5205
4959
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPipelineRequest.retryConfiguration, specRetryConfiguration);
5206
- if (this.logger)
5207
- retrier.logger = this.logger;
5208
4960
  const request = yield oci_common_2.composeRequest({
5209
4961
  baseEndpoint: this._endpoint,
5210
4962
  defaultHeaders: this._defaultHeaders,
@@ -5248,12 +5000,11 @@ class DataIntegrationClient {
5248
5000
  * @param GetPipelineValidationRequest
5249
5001
  * @return GetPipelineValidationResponse
5250
5002
  * @throws OciError when an error occurs
5251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPipelineValidation.ts.html |here} to see how to use GetPipelineValidation API.
5003
+ * @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.
5252
5004
  */
5253
5005
  getPipelineValidation(getPipelineValidationRequest) {
5254
5006
  return __awaiter(this, void 0, void 0, function* () {
5255
- if (this.logger)
5256
- this.logger.debug("Calling operation DataIntegrationClient#getPipelineValidation.");
5007
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getPipelineValidation.");
5257
5008
  const operationName = "getPipelineValidation";
5258
5009
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/PipelineValidation/GetPipelineValidation";
5259
5010
  const pathParams = {
@@ -5267,8 +5018,6 @@ class DataIntegrationClient {
5267
5018
  };
5268
5019
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5269
5020
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPipelineValidationRequest.retryConfiguration, specRetryConfiguration);
5270
- if (this.logger)
5271
- retrier.logger = this.logger;
5272
5021
  const request = yield oci_common_2.composeRequest({
5273
5022
  baseEndpoint: this._endpoint,
5274
5023
  defaultHeaders: this._defaultHeaders,
@@ -5312,12 +5061,11 @@ class DataIntegrationClient {
5312
5061
  * @param GetProjectRequest
5313
5062
  * @return GetProjectResponse
5314
5063
  * @throws OciError when an error occurs
5315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetProject.ts.html |here} to see how to use GetProject API.
5064
+ * @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.
5316
5065
  */
5317
5066
  getProject(getProjectRequest) {
5318
5067
  return __awaiter(this, void 0, void 0, function* () {
5319
- if (this.logger)
5320
- this.logger.debug("Calling operation DataIntegrationClient#getProject.");
5068
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getProject.");
5321
5069
  const operationName = "getProject";
5322
5070
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Project/GetProject";
5323
5071
  const pathParams = {
@@ -5333,8 +5081,6 @@ class DataIntegrationClient {
5333
5081
  };
5334
5082
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5335
5083
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getProjectRequest.retryConfiguration, specRetryConfiguration);
5336
- if (this.logger)
5337
- retrier.logger = this.logger;
5338
5084
  const request = yield oci_common_2.composeRequest({
5339
5085
  baseEndpoint: this._endpoint,
5340
5086
  defaultHeaders: this._defaultHeaders,
@@ -5378,12 +5124,11 @@ class DataIntegrationClient {
5378
5124
  * @param GetPublishedObjectRequest
5379
5125
  * @return GetPublishedObjectResponse
5380
5126
  * @throws OciError when an error occurs
5381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetPublishedObject.ts.html |here} to see how to use GetPublishedObject API.
5127
+ * @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.
5382
5128
  */
5383
5129
  getPublishedObject(getPublishedObjectRequest) {
5384
5130
  return __awaiter(this, void 0, void 0, function* () {
5385
- if (this.logger)
5386
- this.logger.debug("Calling operation DataIntegrationClient#getPublishedObject.");
5131
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getPublishedObject.");
5387
5132
  const operationName = "getPublishedObject";
5388
5133
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/GetPublishedObject";
5389
5134
  const pathParams = {
@@ -5400,8 +5145,6 @@ class DataIntegrationClient {
5400
5145
  };
5401
5146
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5402
5147
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPublishedObjectRequest.retryConfiguration, specRetryConfiguration);
5403
- if (this.logger)
5404
- retrier.logger = this.logger;
5405
5148
  const request = yield oci_common_2.composeRequest({
5406
5149
  baseEndpoint: this._endpoint,
5407
5150
  defaultHeaders: this._defaultHeaders,
@@ -5445,12 +5188,11 @@ class DataIntegrationClient {
5445
5188
  * @param GetReferenceRequest
5446
5189
  * @return GetReferenceResponse
5447
5190
  * @throws OciError when an error occurs
5448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetReference.ts.html |here} to see how to use GetReference API.
5191
+ * @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.
5449
5192
  */
5450
5193
  getReference(getReferenceRequest) {
5451
5194
  return __awaiter(this, void 0, void 0, function* () {
5452
- if (this.logger)
5453
- this.logger.debug("Calling operation DataIntegrationClient#getReference.");
5195
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getReference.");
5454
5196
  const operationName = "getReference";
5455
5197
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Reference/GetReference";
5456
5198
  const pathParams = {
@@ -5465,8 +5207,6 @@ class DataIntegrationClient {
5465
5207
  };
5466
5208
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5467
5209
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getReferenceRequest.retryConfiguration, specRetryConfiguration);
5468
- if (this.logger)
5469
- retrier.logger = this.logger;
5470
5210
  const request = yield oci_common_2.composeRequest({
5471
5211
  baseEndpoint: this._endpoint,
5472
5212
  defaultHeaders: this._defaultHeaders,
@@ -5510,12 +5250,11 @@ class DataIntegrationClient {
5510
5250
  * @param GetRuntimeOperatorRequest
5511
5251
  * @return GetRuntimeOperatorResponse
5512
5252
  * @throws OciError when an error occurs
5513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetRuntimeOperator.ts.html |here} to see how to use GetRuntimeOperator API.
5253
+ * @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.
5514
5254
  */
5515
5255
  getRuntimeOperator(getRuntimeOperatorRequest) {
5516
5256
  return __awaiter(this, void 0, void 0, function* () {
5517
- if (this.logger)
5518
- this.logger.debug("Calling operation DataIntegrationClient#getRuntimeOperator.");
5257
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getRuntimeOperator.");
5519
5258
  const operationName = "getRuntimeOperator";
5520
5259
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/RuntimeOperator/GetRuntimeOperator";
5521
5260
  const pathParams = {
@@ -5531,8 +5270,6 @@ class DataIntegrationClient {
5531
5270
  };
5532
5271
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5533
5272
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRuntimeOperatorRequest.retryConfiguration, specRetryConfiguration);
5534
- if (this.logger)
5535
- retrier.logger = this.logger;
5536
5273
  const request = yield oci_common_2.composeRequest({
5537
5274
  baseEndpoint: this._endpoint,
5538
5275
  defaultHeaders: this._defaultHeaders,
@@ -5576,12 +5313,11 @@ class DataIntegrationClient {
5576
5313
  * @param GetRuntimePipelineRequest
5577
5314
  * @return GetRuntimePipelineResponse
5578
5315
  * @throws OciError when an error occurs
5579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetRuntimePipeline.ts.html |here} to see how to use GetRuntimePipeline API.
5316
+ * @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.
5580
5317
  */
5581
5318
  getRuntimePipeline(getRuntimePipelineRequest) {
5582
5319
  return __awaiter(this, void 0, void 0, function* () {
5583
- if (this.logger)
5584
- this.logger.debug("Calling operation DataIntegrationClient#getRuntimePipeline.");
5320
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getRuntimePipeline.");
5585
5321
  const operationName = "getRuntimePipeline";
5586
5322
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/RuntimePipeline/GetRuntimePipeline";
5587
5323
  const pathParams = {
@@ -5598,8 +5334,6 @@ class DataIntegrationClient {
5598
5334
  };
5599
5335
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5600
5336
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getRuntimePipelineRequest.retryConfiguration, specRetryConfiguration);
5601
- if (this.logger)
5602
- retrier.logger = this.logger;
5603
5337
  const request = yield oci_common_2.composeRequest({
5604
5338
  baseEndpoint: this._endpoint,
5605
5339
  defaultHeaders: this._defaultHeaders,
@@ -5643,12 +5377,11 @@ class DataIntegrationClient {
5643
5377
  * @param GetScheduleRequest
5644
5378
  * @return GetScheduleResponse
5645
5379
  * @throws OciError when an error occurs
5646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetSchedule.ts.html |here} to see how to use GetSchedule API.
5380
+ * @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.
5647
5381
  */
5648
5382
  getSchedule(getScheduleRequest) {
5649
5383
  return __awaiter(this, void 0, void 0, function* () {
5650
- if (this.logger)
5651
- this.logger.debug("Calling operation DataIntegrationClient#getSchedule.");
5384
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getSchedule.");
5652
5385
  const operationName = "getSchedule";
5653
5386
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Schedule/GetSchedule";
5654
5387
  const pathParams = {
@@ -5663,8 +5396,6 @@ class DataIntegrationClient {
5663
5396
  };
5664
5397
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5665
5398
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getScheduleRequest.retryConfiguration, specRetryConfiguration);
5666
- if (this.logger)
5667
- retrier.logger = this.logger;
5668
5399
  const request = yield oci_common_2.composeRequest({
5669
5400
  baseEndpoint: this._endpoint,
5670
5401
  defaultHeaders: this._defaultHeaders,
@@ -5708,12 +5439,11 @@ class DataIntegrationClient {
5708
5439
  * @param GetSchemaRequest
5709
5440
  * @return GetSchemaResponse
5710
5441
  * @throws OciError when an error occurs
5711
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetSchema.ts.html |here} to see how to use GetSchema API.
5442
+ * @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.
5712
5443
  */
5713
5444
  getSchema(getSchemaRequest) {
5714
5445
  return __awaiter(this, void 0, void 0, function* () {
5715
- if (this.logger)
5716
- this.logger.debug("Calling operation DataIntegrationClient#getSchema.");
5446
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getSchema.");
5717
5447
  const operationName = "getSchema";
5718
5448
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Schema/GetSchema";
5719
5449
  const pathParams = {
@@ -5728,8 +5458,6 @@ class DataIntegrationClient {
5728
5458
  };
5729
5459
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5730
5460
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getSchemaRequest.retryConfiguration, specRetryConfiguration);
5731
- if (this.logger)
5732
- retrier.logger = this.logger;
5733
5461
  const request = yield oci_common_2.composeRequest({
5734
5462
  baseEndpoint: this._endpoint,
5735
5463
  defaultHeaders: this._defaultHeaders,
@@ -5768,12 +5496,11 @@ class DataIntegrationClient {
5768
5496
  * @param GetTaskRequest
5769
5497
  * @return GetTaskResponse
5770
5498
  * @throws OciError when an error occurs
5771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTask.ts.html |here} to see how to use GetTask API.
5499
+ * @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.
5772
5500
  */
5773
5501
  getTask(getTaskRequest) {
5774
5502
  return __awaiter(this, void 0, void 0, function* () {
5775
- if (this.logger)
5776
- this.logger.debug("Calling operation DataIntegrationClient#getTask.");
5503
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getTask.");
5777
5504
  const operationName = "getTask";
5778
5505
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Task/GetTask";
5779
5506
  const pathParams = {
@@ -5789,8 +5516,6 @@ class DataIntegrationClient {
5789
5516
  };
5790
5517
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5791
5518
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTaskRequest.retryConfiguration, specRetryConfiguration);
5792
- if (this.logger)
5793
- retrier.logger = this.logger;
5794
5519
  const request = yield oci_common_2.composeRequest({
5795
5520
  baseEndpoint: this._endpoint,
5796
5521
  defaultHeaders: this._defaultHeaders,
@@ -5834,12 +5559,11 @@ class DataIntegrationClient {
5834
5559
  * @param GetTaskRunRequest
5835
5560
  * @return GetTaskRunResponse
5836
5561
  * @throws OciError when an error occurs
5837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTaskRun.ts.html |here} to see how to use GetTaskRun API.
5562
+ * @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.
5838
5563
  */
5839
5564
  getTaskRun(getTaskRunRequest) {
5840
5565
  return __awaiter(this, void 0, void 0, function* () {
5841
- if (this.logger)
5842
- this.logger.debug("Calling operation DataIntegrationClient#getTaskRun.");
5566
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getTaskRun.");
5843
5567
  const operationName = "getTaskRun";
5844
5568
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskRun/GetTaskRun";
5845
5569
  const pathParams = {
@@ -5854,8 +5578,6 @@ class DataIntegrationClient {
5854
5578
  };
5855
5579
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5856
5580
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTaskRunRequest.retryConfiguration, specRetryConfiguration);
5857
- if (this.logger)
5858
- retrier.logger = this.logger;
5859
5581
  const request = yield oci_common_2.composeRequest({
5860
5582
  baseEndpoint: this._endpoint,
5861
5583
  defaultHeaders: this._defaultHeaders,
@@ -5899,12 +5621,11 @@ class DataIntegrationClient {
5899
5621
  * @param GetTaskScheduleRequest
5900
5622
  * @return GetTaskScheduleResponse
5901
5623
  * @throws OciError when an error occurs
5902
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTaskSchedule.ts.html |here} to see how to use GetTaskSchedule API.
5624
+ * @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.
5903
5625
  */
5904
5626
  getTaskSchedule(getTaskScheduleRequest) {
5905
5627
  return __awaiter(this, void 0, void 0, function* () {
5906
- if (this.logger)
5907
- this.logger.debug("Calling operation DataIntegrationClient#getTaskSchedule.");
5628
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getTaskSchedule.");
5908
5629
  const operationName = "getTaskSchedule";
5909
5630
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskSchedule/GetTaskSchedule";
5910
5631
  const pathParams = {
@@ -5919,8 +5640,6 @@ class DataIntegrationClient {
5919
5640
  };
5920
5641
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5921
5642
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTaskScheduleRequest.retryConfiguration, specRetryConfiguration);
5922
- if (this.logger)
5923
- retrier.logger = this.logger;
5924
5643
  const request = yield oci_common_2.composeRequest({
5925
5644
  baseEndpoint: this._endpoint,
5926
5645
  defaultHeaders: this._defaultHeaders,
@@ -5965,12 +5684,11 @@ class DataIntegrationClient {
5965
5684
  * @param GetTaskValidationRequest
5966
5685
  * @return GetTaskValidationResponse
5967
5686
  * @throws OciError when an error occurs
5968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTaskValidation.ts.html |here} to see how to use GetTaskValidation API.
5687
+ * @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.
5969
5688
  */
5970
5689
  getTaskValidation(getTaskValidationRequest) {
5971
5690
  return __awaiter(this, void 0, void 0, function* () {
5972
- if (this.logger)
5973
- this.logger.debug("Calling operation DataIntegrationClient#getTaskValidation.");
5691
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getTaskValidation.");
5974
5692
  const operationName = "getTaskValidation";
5975
5693
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskValidation/GetTaskValidation";
5976
5694
  const pathParams = {
@@ -5984,8 +5702,6 @@ class DataIntegrationClient {
5984
5702
  };
5985
5703
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5986
5704
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTaskValidationRequest.retryConfiguration, specRetryConfiguration);
5987
- if (this.logger)
5988
- retrier.logger = this.logger;
5989
5705
  const request = yield oci_common_2.composeRequest({
5990
5706
  baseEndpoint: this._endpoint,
5991
5707
  defaultHeaders: this._defaultHeaders,
@@ -6029,12 +5745,11 @@ class DataIntegrationClient {
6029
5745
  * @param GetTemplateRequest
6030
5746
  * @return GetTemplateResponse
6031
5747
  * @throws OciError when an error occurs
6032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetTemplate.ts.html |here} to see how to use GetTemplate API.
5748
+ * @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.
6033
5749
  */
6034
5750
  getTemplate(getTemplateRequest) {
6035
5751
  return __awaiter(this, void 0, void 0, function* () {
6036
- if (this.logger)
6037
- this.logger.debug("Calling operation DataIntegrationClient#getTemplate.");
5752
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getTemplate.");
6038
5753
  const operationName = "getTemplate";
6039
5754
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Template/GetTemplate";
6040
5755
  const pathParams = {
@@ -6048,8 +5763,6 @@ class DataIntegrationClient {
6048
5763
  };
6049
5764
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6050
5765
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTemplateRequest.retryConfiguration, specRetryConfiguration);
6051
- if (this.logger)
6052
- retrier.logger = this.logger;
6053
5766
  const request = yield oci_common_2.composeRequest({
6054
5767
  baseEndpoint: this._endpoint,
6055
5768
  defaultHeaders: this._defaultHeaders,
@@ -6088,12 +5801,11 @@ class DataIntegrationClient {
6088
5801
  * @param GetUserDefinedFunctionRequest
6089
5802
  * @return GetUserDefinedFunctionResponse
6090
5803
  * @throws OciError when an error occurs
6091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetUserDefinedFunction.ts.html |here} to see how to use GetUserDefinedFunction API.
5804
+ * @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.
6092
5805
  */
6093
5806
  getUserDefinedFunction(getUserDefinedFunctionRequest) {
6094
5807
  return __awaiter(this, void 0, void 0, function* () {
6095
- if (this.logger)
6096
- this.logger.debug("Calling operation DataIntegrationClient#getUserDefinedFunction.");
5808
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getUserDefinedFunction.");
6097
5809
  const operationName = "getUserDefinedFunction";
6098
5810
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/UserDefinedFunction/GetUserDefinedFunction";
6099
5811
  const pathParams = {
@@ -6107,8 +5819,6 @@ class DataIntegrationClient {
6107
5819
  };
6108
5820
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6109
5821
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getUserDefinedFunctionRequest.retryConfiguration, specRetryConfiguration);
6110
- if (this.logger)
6111
- retrier.logger = this.logger;
6112
5822
  const request = yield oci_common_2.composeRequest({
6113
5823
  baseEndpoint: this._endpoint,
6114
5824
  defaultHeaders: this._defaultHeaders,
@@ -6152,12 +5862,11 @@ class DataIntegrationClient {
6152
5862
  * @param GetUserDefinedFunctionValidationRequest
6153
5863
  * @return GetUserDefinedFunctionValidationResponse
6154
5864
  * @throws OciError when an error occurs
6155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetUserDefinedFunctionValidation.ts.html |here} to see how to use GetUserDefinedFunctionValidation API.
5865
+ * @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.
6156
5866
  */
6157
5867
  getUserDefinedFunctionValidation(getUserDefinedFunctionValidationRequest) {
6158
5868
  return __awaiter(this, void 0, void 0, function* () {
6159
- if (this.logger)
6160
- this.logger.debug("Calling operation DataIntegrationClient#getUserDefinedFunctionValidation.");
5869
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getUserDefinedFunctionValidation.");
6161
5870
  const operationName = "getUserDefinedFunctionValidation";
6162
5871
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/UserDefinedFunctionValidation/GetUserDefinedFunctionValidation";
6163
5872
  const pathParams = {
@@ -6171,8 +5880,6 @@ class DataIntegrationClient {
6171
5880
  };
6172
5881
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6173
5882
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getUserDefinedFunctionValidationRequest.retryConfiguration, specRetryConfiguration);
6174
- if (this.logger)
6175
- retrier.logger = this.logger;
6176
5883
  const request = yield oci_common_2.composeRequest({
6177
5884
  baseEndpoint: this._endpoint,
6178
5885
  defaultHeaders: this._defaultHeaders,
@@ -6216,12 +5923,11 @@ class DataIntegrationClient {
6216
5923
  * @param GetWorkRequestRequest
6217
5924
  * @return GetWorkRequestResponse
6218
5925
  * @throws OciError when an error occurs
6219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5926
+ * @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.
6220
5927
  */
6221
5928
  getWorkRequest(getWorkRequestRequest) {
6222
5929
  return __awaiter(this, void 0, void 0, function* () {
6223
- if (this.logger)
6224
- this.logger.debug("Calling operation DataIntegrationClient#getWorkRequest.");
5930
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getWorkRequest.");
6225
5931
  const operationName = "getWorkRequest";
6226
5932
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/WorkRequest/GetWorkRequest";
6227
5933
  const pathParams = {
@@ -6234,8 +5940,6 @@ class DataIntegrationClient {
6234
5940
  };
6235
5941
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6236
5942
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
6237
- if (this.logger)
6238
- retrier.logger = this.logger;
6239
5943
  const request = yield oci_common_2.composeRequest({
6240
5944
  baseEndpoint: this._endpoint,
6241
5945
  defaultHeaders: this._defaultHeaders,
@@ -6284,12 +5988,11 @@ class DataIntegrationClient {
6284
5988
  * @param GetWorkspaceRequest
6285
5989
  * @return GetWorkspaceResponse
6286
5990
  * @throws OciError when an error occurs
6287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/GetWorkspace.ts.html |here} to see how to use GetWorkspace API.
5991
+ * @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.
6288
5992
  */
6289
5993
  getWorkspace(getWorkspaceRequest) {
6290
5994
  return __awaiter(this, void 0, void 0, function* () {
6291
- if (this.logger)
6292
- this.logger.debug("Calling operation DataIntegrationClient#getWorkspace.");
5995
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#getWorkspace.");
6293
5996
  const operationName = "getWorkspace";
6294
5997
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/GetWorkspace";
6295
5998
  const pathParams = {
@@ -6302,8 +6005,6 @@ class DataIntegrationClient {
6302
6005
  };
6303
6006
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6304
6007
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkspaceRequest.retryConfiguration, specRetryConfiguration);
6305
- if (this.logger)
6306
- retrier.logger = this.logger;
6307
6008
  const request = yield oci_common_2.composeRequest({
6308
6009
  baseEndpoint: this._endpoint,
6309
6010
  defaultHeaders: this._defaultHeaders,
@@ -6347,12 +6048,11 @@ class DataIntegrationClient {
6347
6048
  * @param ListApplicationsRequest
6348
6049
  * @return ListApplicationsResponse
6349
6050
  * @throws OciError when an error occurs
6350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListApplications.ts.html |here} to see how to use ListApplications API.
6051
+ * @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.
6351
6052
  */
6352
6053
  listApplications(listApplicationsRequest) {
6353
6054
  return __awaiter(this, void 0, void 0, function* () {
6354
- if (this.logger)
6355
- this.logger.debug("Calling operation DataIntegrationClient#listApplications.");
6055
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listApplications.");
6356
6056
  const operationName = "listApplications";
6357
6057
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/ListApplications";
6358
6058
  const pathParams = {
@@ -6374,8 +6074,6 @@ class DataIntegrationClient {
6374
6074
  };
6375
6075
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6376
6076
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listApplicationsRequest.retryConfiguration, specRetryConfiguration);
6377
- if (this.logger)
6378
- retrier.logger = this.logger;
6379
6077
  const request = yield oci_common_2.composeRequest({
6380
6078
  baseEndpoint: this._endpoint,
6381
6079
  defaultHeaders: this._defaultHeaders,
@@ -6429,12 +6127,11 @@ class DataIntegrationClient {
6429
6127
  * @param ListConnectionValidationsRequest
6430
6128
  * @return ListConnectionValidationsResponse
6431
6129
  * @throws OciError when an error occurs
6432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListConnectionValidations.ts.html |here} to see how to use ListConnectionValidations API.
6130
+ * @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.
6433
6131
  */
6434
6132
  listConnectionValidations(listConnectionValidationsRequest) {
6435
6133
  return __awaiter(this, void 0, void 0, function* () {
6436
- if (this.logger)
6437
- this.logger.debug("Calling operation DataIntegrationClient#listConnectionValidations.");
6134
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listConnectionValidations.");
6438
6135
  const operationName = "listConnectionValidations";
6439
6136
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ConnectionValidation/ListConnectionValidations";
6440
6137
  const pathParams = {
@@ -6456,8 +6153,6 @@ class DataIntegrationClient {
6456
6153
  };
6457
6154
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6458
6155
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listConnectionValidationsRequest.retryConfiguration, specRetryConfiguration);
6459
- if (this.logger)
6460
- retrier.logger = this.logger;
6461
6156
  const request = yield oci_common_2.composeRequest({
6462
6157
  baseEndpoint: this._endpoint,
6463
6158
  defaultHeaders: this._defaultHeaders,
@@ -6511,12 +6206,11 @@ class DataIntegrationClient {
6511
6206
  * @param ListConnectionsRequest
6512
6207
  * @return ListConnectionsResponse
6513
6208
  * @throws OciError when an error occurs
6514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListConnections.ts.html |here} to see how to use ListConnections API.
6209
+ * @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.
6515
6210
  */
6516
6211
  listConnections(listConnectionsRequest) {
6517
6212
  return __awaiter(this, void 0, void 0, function* () {
6518
- if (this.logger)
6519
- this.logger.debug("Calling operation DataIntegrationClient#listConnections.");
6213
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listConnections.");
6520
6214
  const operationName = "listConnections";
6521
6215
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Connection/ListConnections";
6522
6216
  const pathParams = {
@@ -6538,8 +6232,6 @@ class DataIntegrationClient {
6538
6232
  };
6539
6233
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6540
6234
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listConnectionsRequest.retryConfiguration, specRetryConfiguration);
6541
- if (this.logger)
6542
- retrier.logger = this.logger;
6543
6235
  const request = yield oci_common_2.composeRequest({
6544
6236
  baseEndpoint: this._endpoint,
6545
6237
  defaultHeaders: this._defaultHeaders,
@@ -6594,12 +6286,11 @@ class DataIntegrationClient {
6594
6286
  * @param ListCopyObjectRequestsRequest
6595
6287
  * @return ListCopyObjectRequestsResponse
6596
6288
  * @throws OciError when an error occurs
6597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListCopyObjectRequests.ts.html |here} to see how to use ListCopyObjectRequests API.
6289
+ * @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.
6598
6290
  */
6599
6291
  listCopyObjectRequests(listCopyObjectRequestsRequest) {
6600
6292
  return __awaiter(this, void 0, void 0, function* () {
6601
- if (this.logger)
6602
- this.logger.debug("Calling operation DataIntegrationClient#listCopyObjectRequests.");
6293
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listCopyObjectRequests.");
6603
6294
  const operationName = "listCopyObjectRequests";
6604
6295
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/CopyObjectRequestSummaryCollection/ListCopyObjectRequests";
6605
6296
  const pathParams = {
@@ -6622,8 +6313,6 @@ class DataIntegrationClient {
6622
6313
  };
6623
6314
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6624
6315
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listCopyObjectRequestsRequest.retryConfiguration, specRetryConfiguration);
6625
- if (this.logger)
6626
- retrier.logger = this.logger;
6627
6316
  const request = yield oci_common_2.composeRequest({
6628
6317
  baseEndpoint: this._endpoint,
6629
6318
  defaultHeaders: this._defaultHeaders,
@@ -6668,12 +6357,11 @@ class DataIntegrationClient {
6668
6357
  * @param ListDataAssetsRequest
6669
6358
  * @return ListDataAssetsResponse
6670
6359
  * @throws OciError when an error occurs
6671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
6360
+ * @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.
6672
6361
  */
6673
6362
  listDataAssets(listDataAssetsRequest) {
6674
6363
  return __awaiter(this, void 0, void 0, function* () {
6675
- if (this.logger)
6676
- this.logger.debug("Calling operation DataIntegrationClient#listDataAssets.");
6364
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listDataAssets.");
6677
6365
  const operationName = "listDataAssets";
6678
6366
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataAsset/ListDataAssets";
6679
6367
  const pathParams = {
@@ -6694,8 +6382,6 @@ class DataIntegrationClient {
6694
6382
  };
6695
6383
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6696
6384
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataAssetsRequest.retryConfiguration, specRetryConfiguration);
6697
- if (this.logger)
6698
- retrier.logger = this.logger;
6699
6385
  const request = yield oci_common_2.composeRequest({
6700
6386
  baseEndpoint: this._endpoint,
6701
6387
  defaultHeaders: this._defaultHeaders,
@@ -6750,12 +6436,11 @@ class DataIntegrationClient {
6750
6436
  * @param ListDataEntitiesRequest
6751
6437
  * @return ListDataEntitiesResponse
6752
6438
  * @throws OciError when an error occurs
6753
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataEntities.ts.html |here} to see how to use ListDataEntities API.
6439
+ * @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.
6754
6440
  */
6755
6441
  listDataEntities(listDataEntitiesRequest) {
6756
6442
  return __awaiter(this, void 0, void 0, function* () {
6757
- if (this.logger)
6758
- this.logger.debug("Calling operation DataIntegrationClient#listDataEntities.");
6443
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listDataEntities.");
6759
6444
  const operationName = "listDataEntities";
6760
6445
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataEntity/ListDataEntities";
6761
6446
  const pathParams = {
@@ -6781,8 +6466,6 @@ class DataIntegrationClient {
6781
6466
  };
6782
6467
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6783
6468
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataEntitiesRequest.retryConfiguration, specRetryConfiguration);
6784
- if (this.logger)
6785
- retrier.logger = this.logger;
6786
6469
  const request = yield oci_common_2.composeRequest({
6787
6470
  baseEndpoint: this._endpoint,
6788
6471
  defaultHeaders: this._defaultHeaders,
@@ -6836,12 +6519,11 @@ class DataIntegrationClient {
6836
6519
  * @param ListDataFlowValidationsRequest
6837
6520
  * @return ListDataFlowValidationsResponse
6838
6521
  * @throws OciError when an error occurs
6839
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataFlowValidations.ts.html |here} to see how to use ListDataFlowValidations API.
6522
+ * @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.
6840
6523
  */
6841
6524
  listDataFlowValidations(listDataFlowValidationsRequest) {
6842
6525
  return __awaiter(this, void 0, void 0, function* () {
6843
- if (this.logger)
6844
- this.logger.debug("Calling operation DataIntegrationClient#listDataFlowValidations.");
6526
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listDataFlowValidations.");
6845
6527
  const operationName = "listDataFlowValidations";
6846
6528
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataFlowValidation/ListDataFlowValidations";
6847
6529
  const pathParams = {
@@ -6863,8 +6545,6 @@ class DataIntegrationClient {
6863
6545
  };
6864
6546
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6865
6547
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataFlowValidationsRequest.retryConfiguration, specRetryConfiguration);
6866
- if (this.logger)
6867
- retrier.logger = this.logger;
6868
6548
  const request = yield oci_common_2.composeRequest({
6869
6549
  baseEndpoint: this._endpoint,
6870
6550
  defaultHeaders: this._defaultHeaders,
@@ -6919,12 +6599,11 @@ class DataIntegrationClient {
6919
6599
  * @param ListDataFlowsRequest
6920
6600
  * @return ListDataFlowsResponse
6921
6601
  * @throws OciError when an error occurs
6922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDataFlows.ts.html |here} to see how to use ListDataFlows API.
6602
+ * @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.
6923
6603
  */
6924
6604
  listDataFlows(listDataFlowsRequest) {
6925
6605
  return __awaiter(this, void 0, void 0, function* () {
6926
- if (this.logger)
6927
- this.logger.debug("Calling operation DataIntegrationClient#listDataFlows.");
6606
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listDataFlows.");
6928
6607
  const operationName = "listDataFlows";
6929
6608
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataFlow/ListDataFlows";
6930
6609
  const pathParams = {
@@ -6946,8 +6625,6 @@ class DataIntegrationClient {
6946
6625
  };
6947
6626
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
6948
6627
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataFlowsRequest.retryConfiguration, specRetryConfiguration);
6949
- if (this.logger)
6950
- retrier.logger = this.logger;
6951
6628
  const request = yield oci_common_2.composeRequest({
6952
6629
  baseEndpoint: this._endpoint,
6953
6630
  defaultHeaders: this._defaultHeaders,
@@ -7001,12 +6678,11 @@ class DataIntegrationClient {
7001
6678
  * @param ListDependentObjectsRequest
7002
6679
  * @return ListDependentObjectsResponse
7003
6680
  * @throws OciError when an error occurs
7004
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDependentObjects.ts.html |here} to see how to use ListDependentObjects API.
6681
+ * @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.
7005
6682
  */
7006
6683
  listDependentObjects(listDependentObjectsRequest) {
7007
6684
  return __awaiter(this, void 0, void 0, function* () {
7008
- if (this.logger)
7009
- this.logger.debug("Calling operation DataIntegrationClient#listDependentObjects.");
6685
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listDependentObjects.");
7010
6686
  const operationName = "listDependentObjects";
7011
6687
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/ListDependentObjects";
7012
6688
  const pathParams = {
@@ -7031,8 +6707,6 @@ class DataIntegrationClient {
7031
6707
  };
7032
6708
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7033
6709
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDependentObjectsRequest.retryConfiguration, specRetryConfiguration);
7034
- if (this.logger)
7035
- retrier.logger = this.logger;
7036
6710
  const request = yield oci_common_2.composeRequest({
7037
6711
  baseEndpoint: this._endpoint,
7038
6712
  defaultHeaders: this._defaultHeaders,
@@ -7087,12 +6761,11 @@ class DataIntegrationClient {
7087
6761
  * @param ListDisApplicationTaskRunLineagesRequest
7088
6762
  * @return ListDisApplicationTaskRunLineagesResponse
7089
6763
  * @throws OciError when an error occurs
7090
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDisApplicationTaskRunLineages.ts.html |here} to see how to use ListDisApplicationTaskRunLineages API.
6764
+ * @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.
7091
6765
  */
7092
6766
  listDisApplicationTaskRunLineages(listDisApplicationTaskRunLineagesRequest) {
7093
6767
  return __awaiter(this, void 0, void 0, function* () {
7094
- if (this.logger)
7095
- this.logger.debug("Calling operation DataIntegrationClient#listDisApplicationTaskRunLineages.");
6768
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listDisApplicationTaskRunLineages.");
7096
6769
  const operationName = "listDisApplicationTaskRunLineages";
7097
6770
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskRunLineageSummaryCollection/ListDisApplicationTaskRunLineages";
7098
6771
  const pathParams = {
@@ -7117,8 +6790,6 @@ class DataIntegrationClient {
7117
6790
  };
7118
6791
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7119
6792
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDisApplicationTaskRunLineagesRequest.retryConfiguration, specRetryConfiguration);
7120
- if (this.logger)
7121
- retrier.logger = this.logger;
7122
6793
  const request = yield oci_common_2.composeRequest({
7123
6794
  baseEndpoint: this._endpoint,
7124
6795
  defaultHeaders: this._defaultHeaders,
@@ -7162,12 +6833,11 @@ class DataIntegrationClient {
7162
6833
  * @param ListDisApplicationsRequest
7163
6834
  * @return ListDisApplicationsResponse
7164
6835
  * @throws OciError when an error occurs
7165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListDisApplications.ts.html |here} to see how to use ListDisApplications API.
6836
+ * @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.
7166
6837
  */
7167
6838
  listDisApplications(listDisApplicationsRequest) {
7168
6839
  return __awaiter(this, void 0, void 0, function* () {
7169
- if (this.logger)
7170
- this.logger.debug("Calling operation DataIntegrationClient#listDisApplications.");
6840
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listDisApplications.");
7171
6841
  const operationName = "listDisApplications";
7172
6842
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DisApplication/ListDisApplications";
7173
6843
  const pathParams = {
@@ -7190,8 +6860,6 @@ class DataIntegrationClient {
7190
6860
  };
7191
6861
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7192
6862
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDisApplicationsRequest.retryConfiguration, specRetryConfiguration);
7193
- if (this.logger)
7194
- retrier.logger = this.logger;
7195
6863
  const request = yield oci_common_2.composeRequest({
7196
6864
  baseEndpoint: this._endpoint,
7197
6865
  defaultHeaders: this._defaultHeaders,
@@ -7246,12 +6914,11 @@ class DataIntegrationClient {
7246
6914
  * @param ListExportRequestsRequest
7247
6915
  * @return ListExportRequestsResponse
7248
6916
  * @throws OciError when an error occurs
7249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListExportRequests.ts.html |here} to see how to use ListExportRequests API.
6917
+ * @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.
7250
6918
  */
7251
6919
  listExportRequests(listExportRequestsRequest) {
7252
6920
  return __awaiter(this, void 0, void 0, function* () {
7253
- if (this.logger)
7254
- this.logger.debug("Calling operation DataIntegrationClient#listExportRequests.");
6921
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listExportRequests.");
7255
6922
  const operationName = "listExportRequests";
7256
6923
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExportRequestSummaryCollection/ListExportRequests";
7257
6924
  const pathParams = {
@@ -7274,8 +6941,6 @@ class DataIntegrationClient {
7274
6941
  };
7275
6942
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7276
6943
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExportRequestsRequest.retryConfiguration, specRetryConfiguration);
7277
- if (this.logger)
7278
- retrier.logger = this.logger;
7279
6944
  const request = yield oci_common_2.composeRequest({
7280
6945
  baseEndpoint: this._endpoint,
7281
6946
  defaultHeaders: this._defaultHeaders,
@@ -7320,12 +6985,11 @@ class DataIntegrationClient {
7320
6985
  * @param ListExternalPublicationValidationsRequest
7321
6986
  * @return ListExternalPublicationValidationsResponse
7322
6987
  * @throws OciError when an error occurs
7323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListExternalPublicationValidations.ts.html |here} to see how to use ListExternalPublicationValidations API.
6988
+ * @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.
7324
6989
  */
7325
6990
  listExternalPublicationValidations(listExternalPublicationValidationsRequest) {
7326
6991
  return __awaiter(this, void 0, void 0, function* () {
7327
- if (this.logger)
7328
- this.logger.debug("Calling operation DataIntegrationClient#listExternalPublicationValidations.");
6992
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listExternalPublicationValidations.");
7329
6993
  const operationName = "listExternalPublicationValidations";
7330
6994
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExternalPublicationValidation/ListExternalPublicationValidations";
7331
6995
  const pathParams = {
@@ -7347,8 +7011,6 @@ class DataIntegrationClient {
7347
7011
  };
7348
7012
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7349
7013
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExternalPublicationValidationsRequest.retryConfiguration, specRetryConfiguration);
7350
- if (this.logger)
7351
- retrier.logger = this.logger;
7352
7014
  const request = yield oci_common_2.composeRequest({
7353
7015
  baseEndpoint: this._endpoint,
7354
7016
  defaultHeaders: this._defaultHeaders,
@@ -7402,12 +7064,11 @@ class DataIntegrationClient {
7402
7064
  * @param ListExternalPublicationsRequest
7403
7065
  * @return ListExternalPublicationsResponse
7404
7066
  * @throws OciError when an error occurs
7405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListExternalPublications.ts.html |here} to see how to use ListExternalPublications API.
7067
+ * @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.
7406
7068
  */
7407
7069
  listExternalPublications(listExternalPublicationsRequest) {
7408
7070
  return __awaiter(this, void 0, void 0, function* () {
7409
- if (this.logger)
7410
- this.logger.debug("Calling operation DataIntegrationClient#listExternalPublications.");
7071
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listExternalPublications.");
7411
7072
  const operationName = "listExternalPublications";
7412
7073
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExternalPublication/ListExternalPublications";
7413
7074
  const pathParams = {
@@ -7428,8 +7089,6 @@ class DataIntegrationClient {
7428
7089
  };
7429
7090
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7430
7091
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listExternalPublicationsRequest.retryConfiguration, specRetryConfiguration);
7431
- if (this.logger)
7432
- retrier.logger = this.logger;
7433
7092
  const request = yield oci_common_2.composeRequest({
7434
7093
  baseEndpoint: this._endpoint,
7435
7094
  defaultHeaders: this._defaultHeaders,
@@ -7484,12 +7143,11 @@ class DataIntegrationClient {
7484
7143
  * @param ListFoldersRequest
7485
7144
  * @return ListFoldersResponse
7486
7145
  * @throws OciError when an error occurs
7487
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListFolders.ts.html |here} to see how to use ListFolders API.
7146
+ * @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.
7488
7147
  */
7489
7148
  listFolders(listFoldersRequest) {
7490
7149
  return __awaiter(this, void 0, void 0, function* () {
7491
- if (this.logger)
7492
- this.logger.debug("Calling operation DataIntegrationClient#listFolders.");
7150
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listFolders.");
7493
7151
  const operationName = "listFolders";
7494
7152
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Folder/ListFolders";
7495
7153
  const pathParams = {
@@ -7512,8 +7170,6 @@ class DataIntegrationClient {
7512
7170
  };
7513
7171
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7514
7172
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFoldersRequest.retryConfiguration, specRetryConfiguration);
7515
- if (this.logger)
7516
- retrier.logger = this.logger;
7517
7173
  const request = yield oci_common_2.composeRequest({
7518
7174
  baseEndpoint: this._endpoint,
7519
7175
  defaultHeaders: this._defaultHeaders,
@@ -7568,12 +7224,11 @@ class DataIntegrationClient {
7568
7224
  * @param ListFunctionLibrariesRequest
7569
7225
  * @return ListFunctionLibrariesResponse
7570
7226
  * @throws OciError when an error occurs
7571
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListFunctionLibraries.ts.html |here} to see how to use ListFunctionLibraries API.
7227
+ * @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.
7572
7228
  */
7573
7229
  listFunctionLibraries(listFunctionLibrariesRequest) {
7574
7230
  return __awaiter(this, void 0, void 0, function* () {
7575
- if (this.logger)
7576
- this.logger.debug("Calling operation DataIntegrationClient#listFunctionLibraries.");
7231
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listFunctionLibraries.");
7577
7232
  const operationName = "listFunctionLibraries";
7578
7233
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/FunctionLibrary/ListFunctionLibraries";
7579
7234
  const pathParams = {
@@ -7595,8 +7250,6 @@ class DataIntegrationClient {
7595
7250
  };
7596
7251
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7597
7252
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFunctionLibrariesRequest.retryConfiguration, specRetryConfiguration);
7598
- if (this.logger)
7599
- retrier.logger = this.logger;
7600
7253
  const request = yield oci_common_2.composeRequest({
7601
7254
  baseEndpoint: this._endpoint,
7602
7255
  defaultHeaders: this._defaultHeaders,
@@ -7651,12 +7304,11 @@ class DataIntegrationClient {
7651
7304
  * @param ListImportRequestsRequest
7652
7305
  * @return ListImportRequestsResponse
7653
7306
  * @throws OciError when an error occurs
7654
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListImportRequests.ts.html |here} to see how to use ListImportRequests API.
7307
+ * @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.
7655
7308
  */
7656
7309
  listImportRequests(listImportRequestsRequest) {
7657
7310
  return __awaiter(this, void 0, void 0, function* () {
7658
- if (this.logger)
7659
- this.logger.debug("Calling operation DataIntegrationClient#listImportRequests.");
7311
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listImportRequests.");
7660
7312
  const operationName = "listImportRequests";
7661
7313
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ImportRequestSummaryCollection/ListImportRequests";
7662
7314
  const pathParams = {
@@ -7679,8 +7331,6 @@ class DataIntegrationClient {
7679
7331
  };
7680
7332
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7681
7333
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listImportRequestsRequest.retryConfiguration, specRetryConfiguration);
7682
- if (this.logger)
7683
- retrier.logger = this.logger;
7684
7334
  const request = yield oci_common_2.composeRequest({
7685
7335
  baseEndpoint: this._endpoint,
7686
7336
  defaultHeaders: this._defaultHeaders,
@@ -7724,12 +7374,11 @@ class DataIntegrationClient {
7724
7374
  * @param ListPatchChangesRequest
7725
7375
  * @return ListPatchChangesResponse
7726
7376
  * @throws OciError when an error occurs
7727
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPatchChanges.ts.html |here} to see how to use ListPatchChanges API.
7377
+ * @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.
7728
7378
  */
7729
7379
  listPatchChanges(listPatchChangesRequest) {
7730
7380
  return __awaiter(this, void 0, void 0, function* () {
7731
- if (this.logger)
7732
- this.logger.debug("Calling operation DataIntegrationClient#listPatchChanges.");
7381
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listPatchChanges.");
7733
7382
  const operationName = "listPatchChanges";
7734
7383
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/ListPatchChanges";
7735
7384
  const pathParams = {
@@ -7751,8 +7400,6 @@ class DataIntegrationClient {
7751
7400
  };
7752
7401
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7753
7402
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPatchChangesRequest.retryConfiguration, specRetryConfiguration);
7754
- if (this.logger)
7755
- retrier.logger = this.logger;
7756
7403
  const request = yield oci_common_2.composeRequest({
7757
7404
  baseEndpoint: this._endpoint,
7758
7405
  defaultHeaders: this._defaultHeaders,
@@ -7806,12 +7453,11 @@ class DataIntegrationClient {
7806
7453
  * @param ListPatchesRequest
7807
7454
  * @return ListPatchesResponse
7808
7455
  * @throws OciError when an error occurs
7809
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPatches.ts.html |here} to see how to use ListPatches API.
7456
+ * @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.
7810
7457
  */
7811
7458
  listPatches(listPatchesRequest) {
7812
7459
  return __awaiter(this, void 0, void 0, function* () {
7813
- if (this.logger)
7814
- this.logger.debug("Calling operation DataIntegrationClient#listPatches.");
7460
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listPatches.");
7815
7461
  const operationName = "listPatches";
7816
7462
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/ListPatches";
7817
7463
  const pathParams = {
@@ -7833,8 +7479,6 @@ class DataIntegrationClient {
7833
7479
  };
7834
7480
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7835
7481
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPatchesRequest.retryConfiguration, specRetryConfiguration);
7836
- if (this.logger)
7837
- retrier.logger = this.logger;
7838
7482
  const request = yield oci_common_2.composeRequest({
7839
7483
  baseEndpoint: this._endpoint,
7840
7484
  defaultHeaders: this._defaultHeaders,
@@ -7888,12 +7532,11 @@ class DataIntegrationClient {
7888
7532
  * @param ListPipelineValidationsRequest
7889
7533
  * @return ListPipelineValidationsResponse
7890
7534
  * @throws OciError when an error occurs
7891
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPipelineValidations.ts.html |here} to see how to use ListPipelineValidations API.
7535
+ * @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.
7892
7536
  */
7893
7537
  listPipelineValidations(listPipelineValidationsRequest) {
7894
7538
  return __awaiter(this, void 0, void 0, function* () {
7895
- if (this.logger)
7896
- this.logger.debug("Calling operation DataIntegrationClient#listPipelineValidations.");
7539
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listPipelineValidations.");
7897
7540
  const operationName = "listPipelineValidations";
7898
7541
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/PipelineValidation/ListPipelineValidations";
7899
7542
  const pathParams = {
@@ -7915,8 +7558,6 @@ class DataIntegrationClient {
7915
7558
  };
7916
7559
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7917
7560
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPipelineValidationsRequest.retryConfiguration, specRetryConfiguration);
7918
- if (this.logger)
7919
- retrier.logger = this.logger;
7920
7561
  const request = yield oci_common_2.composeRequest({
7921
7562
  baseEndpoint: this._endpoint,
7922
7563
  defaultHeaders: this._defaultHeaders,
@@ -7971,12 +7612,11 @@ class DataIntegrationClient {
7971
7612
  * @param ListPipelinesRequest
7972
7613
  * @return ListPipelinesResponse
7973
7614
  * @throws OciError when an error occurs
7974
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPipelines.ts.html |here} to see how to use ListPipelines API.
7615
+ * @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.
7975
7616
  */
7976
7617
  listPipelines(listPipelinesRequest) {
7977
7618
  return __awaiter(this, void 0, void 0, function* () {
7978
- if (this.logger)
7979
- this.logger.debug("Calling operation DataIntegrationClient#listPipelines.");
7619
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listPipelines.");
7980
7620
  const operationName = "listPipelines";
7981
7621
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Pipeline/ListPipelines";
7982
7622
  const pathParams = {
@@ -7998,8 +7638,6 @@ class DataIntegrationClient {
7998
7638
  };
7999
7639
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8000
7640
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPipelinesRequest.retryConfiguration, specRetryConfiguration);
8001
- if (this.logger)
8002
- retrier.logger = this.logger;
8003
7641
  const request = yield oci_common_2.composeRequest({
8004
7642
  baseEndpoint: this._endpoint,
8005
7643
  defaultHeaders: this._defaultHeaders,
@@ -8054,12 +7692,11 @@ class DataIntegrationClient {
8054
7692
  * @param ListProjectsRequest
8055
7693
  * @return ListProjectsResponse
8056
7694
  * @throws OciError when an error occurs
8057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListProjects.ts.html |here} to see how to use ListProjects API.
7695
+ * @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.
8058
7696
  */
8059
7697
  listProjects(listProjectsRequest) {
8060
7698
  return __awaiter(this, void 0, void 0, function* () {
8061
- if (this.logger)
8062
- this.logger.debug("Calling operation DataIntegrationClient#listProjects.");
7699
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listProjects.");
8063
7700
  const operationName = "listProjects";
8064
7701
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Project/ListProjects";
8065
7702
  const pathParams = {
@@ -8081,8 +7718,6 @@ class DataIntegrationClient {
8081
7718
  };
8082
7719
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8083
7720
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listProjectsRequest.retryConfiguration, specRetryConfiguration);
8084
- if (this.logger)
8085
- retrier.logger = this.logger;
8086
7721
  const request = yield oci_common_2.composeRequest({
8087
7722
  baseEndpoint: this._endpoint,
8088
7723
  defaultHeaders: this._defaultHeaders,
@@ -8136,12 +7771,11 @@ class DataIntegrationClient {
8136
7771
  * @param ListPublishedObjectsRequest
8137
7772
  * @return ListPublishedObjectsResponse
8138
7773
  * @throws OciError when an error occurs
8139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListPublishedObjects.ts.html |here} to see how to use ListPublishedObjects API.
7774
+ * @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.
8140
7775
  */
8141
7776
  listPublishedObjects(listPublishedObjectsRequest) {
8142
7777
  return __awaiter(this, void 0, void 0, function* () {
8143
- if (this.logger)
8144
- this.logger.debug("Calling operation DataIntegrationClient#listPublishedObjects.");
7778
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listPublishedObjects.");
8145
7779
  const operationName = "listPublishedObjects";
8146
7780
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/ListPublishedObjects";
8147
7781
  const pathParams = {
@@ -8167,8 +7801,6 @@ class DataIntegrationClient {
8167
7801
  };
8168
7802
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8169
7803
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPublishedObjectsRequest.retryConfiguration, specRetryConfiguration);
8170
- if (this.logger)
8171
- retrier.logger = this.logger;
8172
7804
  const request = yield oci_common_2.composeRequest({
8173
7805
  baseEndpoint: this._endpoint,
8174
7806
  defaultHeaders: this._defaultHeaders,
@@ -8222,12 +7854,11 @@ class DataIntegrationClient {
8222
7854
  * @param ListReferencesRequest
8223
7855
  * @return ListReferencesResponse
8224
7856
  * @throws OciError when an error occurs
8225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListReferences.ts.html |here} to see how to use ListReferences API.
7857
+ * @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.
8226
7858
  */
8227
7859
  listReferences(listReferencesRequest) {
8228
7860
  return __awaiter(this, void 0, void 0, function* () {
8229
- if (this.logger)
8230
- this.logger.debug("Calling operation DataIntegrationClient#listReferences.");
7861
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listReferences.");
8231
7862
  const operationName = "listReferences";
8232
7863
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Reference/ListReferences";
8233
7864
  const pathParams = {
@@ -8247,8 +7878,6 @@ class DataIntegrationClient {
8247
7878
  };
8248
7879
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8249
7880
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listReferencesRequest.retryConfiguration, specRetryConfiguration);
8250
- if (this.logger)
8251
- retrier.logger = this.logger;
8252
7881
  const request = yield oci_common_2.composeRequest({
8253
7882
  baseEndpoint: this._endpoint,
8254
7883
  defaultHeaders: this._defaultHeaders,
@@ -8308,12 +7937,11 @@ class DataIntegrationClient {
8308
7937
  * @param ListRuntimeOperatorsRequest
8309
7938
  * @return ListRuntimeOperatorsResponse
8310
7939
  * @throws OciError when an error occurs
8311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListRuntimeOperators.ts.html |here} to see how to use ListRuntimeOperators API.
7940
+ * @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.
8312
7941
  */
8313
7942
  listRuntimeOperators(listRuntimeOperatorsRequest) {
8314
7943
  return __awaiter(this, void 0, void 0, function* () {
8315
- if (this.logger)
8316
- this.logger.debug("Calling operation DataIntegrationClient#listRuntimeOperators.");
7944
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listRuntimeOperators.");
8317
7945
  const operationName = "listRuntimeOperators";
8318
7946
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/RuntimeOperatorSummaryCollection/ListRuntimeOperators";
8319
7947
  const pathParams = {
@@ -8338,8 +7966,6 @@ class DataIntegrationClient {
8338
7966
  };
8339
7967
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8340
7968
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listRuntimeOperatorsRequest.retryConfiguration, specRetryConfiguration);
8341
- if (this.logger)
8342
- retrier.logger = this.logger;
8343
7969
  const request = yield oci_common_2.composeRequest({
8344
7970
  baseEndpoint: this._endpoint,
8345
7971
  defaultHeaders: this._defaultHeaders,
@@ -8384,12 +8010,11 @@ class DataIntegrationClient {
8384
8010
  * @param ListRuntimePipelinesRequest
8385
8011
  * @return ListRuntimePipelinesResponse
8386
8012
  * @throws OciError when an error occurs
8387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListRuntimePipelines.ts.html |here} to see how to use ListRuntimePipelines API.
8013
+ * @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.
8388
8014
  */
8389
8015
  listRuntimePipelines(listRuntimePipelinesRequest) {
8390
8016
  return __awaiter(this, void 0, void 0, function* () {
8391
- if (this.logger)
8392
- this.logger.debug("Calling operation DataIntegrationClient#listRuntimePipelines.");
8017
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listRuntimePipelines.");
8393
8018
  const operationName = "listRuntimePipelines";
8394
8019
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/RuntimePipelineSummaryCollection/ListRuntimePipelines";
8395
8020
  const pathParams = {
@@ -8415,8 +8040,6 @@ class DataIntegrationClient {
8415
8040
  };
8416
8041
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8417
8042
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listRuntimePipelinesRequest.retryConfiguration, specRetryConfiguration);
8418
- if (this.logger)
8419
- retrier.logger = this.logger;
8420
8043
  const request = yield oci_common_2.composeRequest({
8421
8044
  baseEndpoint: this._endpoint,
8422
8045
  defaultHeaders: this._defaultHeaders,
@@ -8461,12 +8084,11 @@ class DataIntegrationClient {
8461
8084
  * @param ListSchedulesRequest
8462
8085
  * @return ListSchedulesResponse
8463
8086
  * @throws OciError when an error occurs
8464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListSchedules.ts.html |here} to see how to use ListSchedules API.
8087
+ * @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.
8465
8088
  */
8466
8089
  listSchedules(listSchedulesRequest) {
8467
8090
  return __awaiter(this, void 0, void 0, function* () {
8468
- if (this.logger)
8469
- this.logger.debug("Calling operation DataIntegrationClient#listSchedules.");
8091
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listSchedules.");
8470
8092
  const operationName = "listSchedules";
8471
8093
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Schedule/ListSchedules";
8472
8094
  const pathParams = {
@@ -8489,8 +8111,6 @@ class DataIntegrationClient {
8489
8111
  };
8490
8112
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8491
8113
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSchedulesRequest.retryConfiguration, specRetryConfiguration);
8492
- if (this.logger)
8493
- retrier.logger = this.logger;
8494
8114
  const request = yield oci_common_2.composeRequest({
8495
8115
  baseEndpoint: this._endpoint,
8496
8116
  defaultHeaders: this._defaultHeaders,
@@ -8544,12 +8164,11 @@ class DataIntegrationClient {
8544
8164
  * @param ListSchemasRequest
8545
8165
  * @return ListSchemasResponse
8546
8166
  * @throws OciError when an error occurs
8547
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListSchemas.ts.html |here} to see how to use ListSchemas API.
8167
+ * @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.
8548
8168
  */
8549
8169
  listSchemas(listSchemasRequest) {
8550
8170
  return __awaiter(this, void 0, void 0, function* () {
8551
- if (this.logger)
8552
- this.logger.debug("Calling operation DataIntegrationClient#listSchemas.");
8171
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listSchemas.");
8553
8172
  const operationName = "listSchemas";
8554
8173
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Schema/ListSchemas";
8555
8174
  const pathParams = {
@@ -8573,8 +8192,6 @@ class DataIntegrationClient {
8573
8192
  };
8574
8193
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8575
8194
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listSchemasRequest.retryConfiguration, specRetryConfiguration);
8576
- if (this.logger)
8577
- retrier.logger = this.logger;
8578
8195
  const request = yield oci_common_2.composeRequest({
8579
8196
  baseEndpoint: this._endpoint,
8580
8197
  defaultHeaders: this._defaultHeaders,
@@ -8629,12 +8246,11 @@ class DataIntegrationClient {
8629
8246
  * @param ListTaskRunLineagesRequest
8630
8247
  * @return ListTaskRunLineagesResponse
8631
8248
  * @throws OciError when an error occurs
8632
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskRunLineages.ts.html |here} to see how to use ListTaskRunLineages API.
8249
+ * @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.
8633
8250
  */
8634
8251
  listTaskRunLineages(listTaskRunLineagesRequest) {
8635
8252
  return __awaiter(this, void 0, void 0, function* () {
8636
- if (this.logger)
8637
- this.logger.debug("Calling operation DataIntegrationClient#listTaskRunLineages.");
8253
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listTaskRunLineages.");
8638
8254
  const operationName = "listTaskRunLineages";
8639
8255
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskRunLineageSummaryCollection/ListTaskRunLineages";
8640
8256
  const pathParams = {
@@ -8659,8 +8275,6 @@ class DataIntegrationClient {
8659
8275
  };
8660
8276
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8661
8277
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTaskRunLineagesRequest.retryConfiguration, specRetryConfiguration);
8662
- if (this.logger)
8663
- retrier.logger = this.logger;
8664
8278
  const request = yield oci_common_2.composeRequest({
8665
8279
  baseEndpoint: this._endpoint,
8666
8280
  defaultHeaders: this._defaultHeaders,
@@ -8704,12 +8318,11 @@ class DataIntegrationClient {
8704
8318
  * @param ListTaskRunLogsRequest
8705
8319
  * @return ListTaskRunLogsResponse
8706
8320
  * @throws OciError when an error occurs
8707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskRunLogs.ts.html |here} to see how to use ListTaskRunLogs API.
8321
+ * @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.
8708
8322
  */
8709
8323
  listTaskRunLogs(listTaskRunLogsRequest) {
8710
8324
  return __awaiter(this, void 0, void 0, function* () {
8711
- if (this.logger)
8712
- this.logger.debug("Calling operation DataIntegrationClient#listTaskRunLogs.");
8325
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listTaskRunLogs.");
8713
8326
  const operationName = "listTaskRunLogs";
8714
8327
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskRunLogSummary/ListTaskRunLogs";
8715
8328
  const pathParams = {
@@ -8729,8 +8342,6 @@ class DataIntegrationClient {
8729
8342
  };
8730
8343
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8731
8344
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTaskRunLogsRequest.retryConfiguration, specRetryConfiguration);
8732
- if (this.logger)
8733
- retrier.logger = this.logger;
8734
8345
  const request = yield oci_common_2.composeRequest({
8735
8346
  baseEndpoint: this._endpoint,
8736
8347
  defaultHeaders: this._defaultHeaders,
@@ -8824,12 +8435,11 @@ class DataIntegrationClient {
8824
8435
  * @param ListTaskRunsRequest
8825
8436
  * @return ListTaskRunsResponse
8826
8437
  * @throws OciError when an error occurs
8827
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskRuns.ts.html |here} to see how to use ListTaskRuns API.
8438
+ * @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.
8828
8439
  */
8829
8440
  listTaskRuns(listTaskRunsRequest) {
8830
8441
  return __awaiter(this, void 0, void 0, function* () {
8831
- if (this.logger)
8832
- this.logger.debug("Calling operation DataIntegrationClient#listTaskRuns.");
8442
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listTaskRuns.");
8833
8443
  const operationName = "listTaskRuns";
8834
8444
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskRun/ListTaskRuns";
8835
8445
  const pathParams = {
@@ -8856,8 +8466,6 @@ class DataIntegrationClient {
8856
8466
  };
8857
8467
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8858
8468
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTaskRunsRequest.retryConfiguration, specRetryConfiguration);
8859
- if (this.logger)
8860
- retrier.logger = this.logger;
8861
8469
  const request = yield oci_common_2.composeRequest({
8862
8470
  baseEndpoint: this._endpoint,
8863
8471
  defaultHeaders: this._defaultHeaders,
@@ -8912,12 +8520,11 @@ class DataIntegrationClient {
8912
8520
  * @param ListTaskSchedulesRequest
8913
8521
  * @return ListTaskSchedulesResponse
8914
8522
  * @throws OciError when an error occurs
8915
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskSchedules.ts.html |here} to see how to use ListTaskSchedules API.
8523
+ * @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.
8916
8524
  */
8917
8525
  listTaskSchedules(listTaskSchedulesRequest) {
8918
8526
  return __awaiter(this, void 0, void 0, function* () {
8919
- if (this.logger)
8920
- this.logger.debug("Calling operation DataIntegrationClient#listTaskSchedules.");
8527
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listTaskSchedules.");
8921
8528
  const operationName = "listTaskSchedules";
8922
8529
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskSchedule/ListTaskSchedules";
8923
8530
  const pathParams = {
@@ -8941,8 +8548,6 @@ class DataIntegrationClient {
8941
8548
  };
8942
8549
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8943
8550
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTaskSchedulesRequest.retryConfiguration, specRetryConfiguration);
8944
- if (this.logger)
8945
- retrier.logger = this.logger;
8946
8551
  const request = yield oci_common_2.composeRequest({
8947
8552
  baseEndpoint: this._endpoint,
8948
8553
  defaultHeaders: this._defaultHeaders,
@@ -8997,12 +8602,11 @@ class DataIntegrationClient {
8997
8602
  * @param ListTaskValidationsRequest
8998
8603
  * @return ListTaskValidationsResponse
8999
8604
  * @throws OciError when an error occurs
9000
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTaskValidations.ts.html |here} to see how to use ListTaskValidations API.
8605
+ * @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.
9001
8606
  */
9002
8607
  listTaskValidations(listTaskValidationsRequest) {
9003
8608
  return __awaiter(this, void 0, void 0, function* () {
9004
- if (this.logger)
9005
- this.logger.debug("Calling operation DataIntegrationClient#listTaskValidations.");
8609
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listTaskValidations.");
9006
8610
  const operationName = "listTaskValidations";
9007
8611
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskValidation/ListTaskValidations";
9008
8612
  const pathParams = {
@@ -9024,8 +8628,6 @@ class DataIntegrationClient {
9024
8628
  };
9025
8629
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9026
8630
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTaskValidationsRequest.retryConfiguration, specRetryConfiguration);
9027
- if (this.logger)
9028
- retrier.logger = this.logger;
9029
8631
  const request = yield oci_common_2.composeRequest({
9030
8632
  baseEndpoint: this._endpoint,
9031
8633
  defaultHeaders: this._defaultHeaders,
@@ -9080,12 +8682,11 @@ class DataIntegrationClient {
9080
8682
  * @param ListTasksRequest
9081
8683
  * @return ListTasksResponse
9082
8684
  * @throws OciError when an error occurs
9083
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTasks.ts.html |here} to see how to use ListTasks API.
8685
+ * @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.
9084
8686
  */
9085
8687
  listTasks(listTasksRequest) {
9086
8688
  return __awaiter(this, void 0, void 0, function* () {
9087
- if (this.logger)
9088
- this.logger.debug("Calling operation DataIntegrationClient#listTasks.");
8689
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listTasks.");
9089
8690
  const operationName = "listTasks";
9090
8691
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Task/ListTasks";
9091
8692
  const pathParams = {
@@ -9109,8 +8710,6 @@ class DataIntegrationClient {
9109
8710
  };
9110
8711
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9111
8712
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTasksRequest.retryConfiguration, specRetryConfiguration);
9112
- if (this.logger)
9113
- retrier.logger = this.logger;
9114
8713
  const request = yield oci_common_2.composeRequest({
9115
8714
  baseEndpoint: this._endpoint,
9116
8715
  defaultHeaders: this._defaultHeaders,
@@ -9164,12 +8763,11 @@ class DataIntegrationClient {
9164
8763
  * @param ListTemplatesRequest
9165
8764
  * @return ListTemplatesResponse
9166
8765
  * @throws OciError when an error occurs
9167
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListTemplates.ts.html |here} to see how to use ListTemplates API.
8766
+ * @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.
9168
8767
  */
9169
8768
  listTemplates(listTemplatesRequest) {
9170
8769
  return __awaiter(this, void 0, void 0, function* () {
9171
- if (this.logger)
9172
- this.logger.debug("Calling operation DataIntegrationClient#listTemplates.");
8770
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listTemplates.");
9173
8771
  const operationName = "listTemplates";
9174
8772
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Template/ListTemplates";
9175
8773
  const pathParams = {
@@ -9190,8 +8788,6 @@ class DataIntegrationClient {
9190
8788
  };
9191
8789
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9192
8790
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTemplatesRequest.retryConfiguration, specRetryConfiguration);
9193
- if (this.logger)
9194
- retrier.logger = this.logger;
9195
8791
  const request = yield oci_common_2.composeRequest({
9196
8792
  baseEndpoint: this._endpoint,
9197
8793
  defaultHeaders: this._defaultHeaders,
@@ -9245,12 +8841,11 @@ class DataIntegrationClient {
9245
8841
  * @param ListUserDefinedFunctionValidationsRequest
9246
8842
  * @return ListUserDefinedFunctionValidationsResponse
9247
8843
  * @throws OciError when an error occurs
9248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListUserDefinedFunctionValidations.ts.html |here} to see how to use ListUserDefinedFunctionValidations API.
8844
+ * @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.
9249
8845
  */
9250
8846
  listUserDefinedFunctionValidations(listUserDefinedFunctionValidationsRequest) {
9251
8847
  return __awaiter(this, void 0, void 0, function* () {
9252
- if (this.logger)
9253
- this.logger.debug("Calling operation DataIntegrationClient#listUserDefinedFunctionValidations.");
8848
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listUserDefinedFunctionValidations.");
9254
8849
  const operationName = "listUserDefinedFunctionValidations";
9255
8850
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/UserDefinedFunctionValidation/ListUserDefinedFunctionValidations";
9256
8851
  const pathParams = {
@@ -9272,8 +8867,6 @@ class DataIntegrationClient {
9272
8867
  };
9273
8868
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9274
8869
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listUserDefinedFunctionValidationsRequest.retryConfiguration, specRetryConfiguration);
9275
- if (this.logger)
9276
- retrier.logger = this.logger;
9277
8870
  const request = yield oci_common_2.composeRequest({
9278
8871
  baseEndpoint: this._endpoint,
9279
8872
  defaultHeaders: this._defaultHeaders,
@@ -9328,12 +8921,11 @@ class DataIntegrationClient {
9328
8921
  * @param ListUserDefinedFunctionsRequest
9329
8922
  * @return ListUserDefinedFunctionsResponse
9330
8923
  * @throws OciError when an error occurs
9331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListUserDefinedFunctions.ts.html |here} to see how to use ListUserDefinedFunctions API.
8924
+ * @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.
9332
8925
  */
9333
8926
  listUserDefinedFunctions(listUserDefinedFunctionsRequest) {
9334
8927
  return __awaiter(this, void 0, void 0, function* () {
9335
- if (this.logger)
9336
- this.logger.debug("Calling operation DataIntegrationClient#listUserDefinedFunctions.");
8928
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listUserDefinedFunctions.");
9337
8929
  const operationName = "listUserDefinedFunctions";
9338
8930
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/UserDefinedFunction/ListUserDefinedFunctions";
9339
8931
  const pathParams = {
@@ -9355,8 +8947,6 @@ class DataIntegrationClient {
9355
8947
  };
9356
8948
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9357
8949
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listUserDefinedFunctionsRequest.retryConfiguration, specRetryConfiguration);
9358
- if (this.logger)
9359
- retrier.logger = this.logger;
9360
8950
  const request = yield oci_common_2.composeRequest({
9361
8951
  baseEndpoint: this._endpoint,
9362
8952
  defaultHeaders: this._defaultHeaders,
@@ -9411,12 +9001,11 @@ class DataIntegrationClient {
9411
9001
  * @param ListWorkRequestErrorsRequest
9412
9002
  * @return ListWorkRequestErrorsResponse
9413
9003
  * @throws OciError when an error occurs
9414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
9004
+ * @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.
9415
9005
  */
9416
9006
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
9417
9007
  return __awaiter(this, void 0, void 0, function* () {
9418
- if (this.logger)
9419
- this.logger.debug("Calling operation DataIntegrationClient#listWorkRequestErrors.");
9008
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listWorkRequestErrors.");
9420
9009
  const operationName = "listWorkRequestErrors";
9421
9010
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/WorkRequest/ListWorkRequestErrors";
9422
9011
  const pathParams = {
@@ -9434,8 +9023,6 @@ class DataIntegrationClient {
9434
9023
  };
9435
9024
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9436
9025
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
9437
- if (this.logger)
9438
- retrier.logger = this.logger;
9439
9026
  const request = yield oci_common_2.composeRequest({
9440
9027
  baseEndpoint: this._endpoint,
9441
9028
  defaultHeaders: this._defaultHeaders,
@@ -9520,12 +9107,11 @@ class DataIntegrationClient {
9520
9107
  * @param ListWorkRequestLogsRequest
9521
9108
  * @return ListWorkRequestLogsResponse
9522
9109
  * @throws OciError when an error occurs
9523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
9110
+ * @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.
9524
9111
  */
9525
9112
  listWorkRequestLogs(listWorkRequestLogsRequest) {
9526
9113
  return __awaiter(this, void 0, void 0, function* () {
9527
- if (this.logger)
9528
- this.logger.debug("Calling operation DataIntegrationClient#listWorkRequestLogs.");
9114
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listWorkRequestLogs.");
9529
9115
  const operationName = "listWorkRequestLogs";
9530
9116
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/WorkRequest/ListWorkRequestLogs";
9531
9117
  const pathParams = {
@@ -9543,8 +9129,6 @@ class DataIntegrationClient {
9543
9129
  };
9544
9130
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9545
9131
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
9546
- if (this.logger)
9547
- retrier.logger = this.logger;
9548
9132
  const request = yield oci_common_2.composeRequest({
9549
9133
  baseEndpoint: this._endpoint,
9550
9134
  defaultHeaders: this._defaultHeaders,
@@ -9629,12 +9213,11 @@ class DataIntegrationClient {
9629
9213
  * @param ListWorkRequestsRequest
9630
9214
  * @return ListWorkRequestsResponse
9631
9215
  * @throws OciError when an error occurs
9632
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
9216
+ * @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.
9633
9217
  */
9634
9218
  listWorkRequests(listWorkRequestsRequest) {
9635
9219
  return __awaiter(this, void 0, void 0, function* () {
9636
- if (this.logger)
9637
- this.logger.debug("Calling operation DataIntegrationClient#listWorkRequests.");
9220
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listWorkRequests.");
9638
9221
  const operationName = "listWorkRequests";
9639
9222
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/WorkRequest/ListWorkRequests";
9640
9223
  const pathParams = {};
@@ -9653,8 +9236,6 @@ class DataIntegrationClient {
9653
9236
  };
9654
9237
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9655
9238
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
9656
- if (this.logger)
9657
- retrier.logger = this.logger;
9658
9239
  const request = yield oci_common_2.composeRequest({
9659
9240
  baseEndpoint: this._endpoint,
9660
9241
  defaultHeaders: this._defaultHeaders,
@@ -9739,12 +9320,11 @@ class DataIntegrationClient {
9739
9320
  * @param ListWorkspacesRequest
9740
9321
  * @return ListWorkspacesResponse
9741
9322
  * @throws OciError when an error occurs
9742
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/ListWorkspaces.ts.html |here} to see how to use ListWorkspaces API.
9323
+ * @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.
9743
9324
  */
9744
9325
  listWorkspaces(listWorkspacesRequest) {
9745
9326
  return __awaiter(this, void 0, void 0, function* () {
9746
- if (this.logger)
9747
- this.logger.debug("Calling operation DataIntegrationClient#listWorkspaces.");
9327
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#listWorkspaces.");
9748
9328
  const operationName = "listWorkspaces";
9749
9329
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/ListWorkspaces";
9750
9330
  const pathParams = {};
@@ -9763,8 +9343,6 @@ class DataIntegrationClient {
9763
9343
  };
9764
9344
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9765
9345
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkspacesRequest.retryConfiguration, specRetryConfiguration);
9766
- if (this.logger)
9767
- retrier.logger = this.logger;
9768
9346
  const request = yield oci_common_2.composeRequest({
9769
9347
  baseEndpoint: this._endpoint,
9770
9348
  defaultHeaders: this._defaultHeaders,
@@ -9849,12 +9427,11 @@ class DataIntegrationClient {
9849
9427
  * @param StartWorkspaceRequest
9850
9428
  * @return StartWorkspaceResponse
9851
9429
  * @throws OciError when an error occurs
9852
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/StartWorkspace.ts.html |here} to see how to use StartWorkspace API.
9430
+ * @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.
9853
9431
  */
9854
9432
  startWorkspace(startWorkspaceRequest) {
9855
9433
  return __awaiter(this, void 0, void 0, function* () {
9856
- if (this.logger)
9857
- this.logger.debug("Calling operation DataIntegrationClient#startWorkspace.");
9434
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#startWorkspace.");
9858
9435
  const operationName = "startWorkspace";
9859
9436
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/StartWorkspace";
9860
9437
  const pathParams = {
@@ -9869,8 +9446,6 @@ class DataIntegrationClient {
9869
9446
  };
9870
9447
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9871
9448
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, startWorkspaceRequest.retryConfiguration, specRetryConfiguration);
9872
- if (this.logger)
9873
- retrier.logger = this.logger;
9874
9449
  const request = yield oci_common_2.composeRequest({
9875
9450
  baseEndpoint: this._endpoint,
9876
9451
  defaultHeaders: this._defaultHeaders,
@@ -9911,12 +9486,11 @@ class DataIntegrationClient {
9911
9486
  * @param StopWorkspaceRequest
9912
9487
  * @return StopWorkspaceResponse
9913
9488
  * @throws OciError when an error occurs
9914
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/StopWorkspace.ts.html |here} to see how to use StopWorkspace API.
9489
+ * @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.
9915
9490
  */
9916
9491
  stopWorkspace(stopWorkspaceRequest) {
9917
9492
  return __awaiter(this, void 0, void 0, function* () {
9918
- if (this.logger)
9919
- this.logger.debug("Calling operation DataIntegrationClient#stopWorkspace.");
9493
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#stopWorkspace.");
9920
9494
  const operationName = "stopWorkspace";
9921
9495
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/StopWorkspace";
9922
9496
  const pathParams = {
@@ -9934,8 +9508,6 @@ class DataIntegrationClient {
9934
9508
  };
9935
9509
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9936
9510
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, stopWorkspaceRequest.retryConfiguration, specRetryConfiguration);
9937
- if (this.logger)
9938
- retrier.logger = this.logger;
9939
9511
  const request = yield oci_common_2.composeRequest({
9940
9512
  baseEndpoint: this._endpoint,
9941
9513
  defaultHeaders: this._defaultHeaders,
@@ -9975,12 +9547,11 @@ class DataIntegrationClient {
9975
9547
  * @param UpdateApplicationRequest
9976
9548
  * @return UpdateApplicationResponse
9977
9549
  * @throws OciError when an error occurs
9978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
9550
+ * @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.
9979
9551
  */
9980
9552
  updateApplication(updateApplicationRequest) {
9981
9553
  return __awaiter(this, void 0, void 0, function* () {
9982
- if (this.logger)
9983
- this.logger.debug("Calling operation DataIntegrationClient#updateApplication.");
9554
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateApplication.");
9984
9555
  const operationName = "updateApplication";
9985
9556
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Application/UpdateApplication";
9986
9557
  const pathParams = {
@@ -9995,8 +9566,6 @@ class DataIntegrationClient {
9995
9566
  };
9996
9567
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9997
9568
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateApplicationRequest.retryConfiguration, specRetryConfiguration);
9998
- if (this.logger)
9999
- retrier.logger = this.logger;
10000
9569
  const request = yield oci_common_2.composeRequest({
10001
9570
  baseEndpoint: this._endpoint,
10002
9571
  defaultHeaders: this._defaultHeaders,
@@ -10041,12 +9610,11 @@ class DataIntegrationClient {
10041
9610
  * @param UpdateApplicationDetailedDescriptionRequest
10042
9611
  * @return UpdateApplicationDetailedDescriptionResponse
10043
9612
  * @throws OciError when an error occurs
10044
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateApplicationDetailedDescription.ts.html |here} to see how to use UpdateApplicationDetailedDescription API.
9613
+ * @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.
10045
9614
  */
10046
9615
  updateApplicationDetailedDescription(updateApplicationDetailedDescriptionRequest) {
10047
9616
  return __awaiter(this, void 0, void 0, function* () {
10048
- if (this.logger)
10049
- this.logger.debug("Calling operation DataIntegrationClient#updateApplicationDetailedDescription.");
9617
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateApplicationDetailedDescription.");
10050
9618
  const operationName = "updateApplicationDetailedDescription";
10051
9619
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DetailedDescription/UpdateApplicationDetailedDescription";
10052
9620
  const pathParams = {
@@ -10061,8 +9629,6 @@ class DataIntegrationClient {
10061
9629
  };
10062
9630
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10063
9631
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateApplicationDetailedDescriptionRequest.retryConfiguration, specRetryConfiguration);
10064
- if (this.logger)
10065
- retrier.logger = this.logger;
10066
9632
  const request = yield oci_common_2.composeRequest({
10067
9633
  baseEndpoint: this._endpoint,
10068
9634
  defaultHeaders: this._defaultHeaders,
@@ -10107,12 +9673,11 @@ class DataIntegrationClient {
10107
9673
  * @param UpdateConnectionRequest
10108
9674
  * @return UpdateConnectionResponse
10109
9675
  * @throws OciError when an error occurs
10110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
9676
+ * @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.
10111
9677
  */
10112
9678
  updateConnection(updateConnectionRequest) {
10113
9679
  return __awaiter(this, void 0, void 0, function* () {
10114
- if (this.logger)
10115
- this.logger.debug("Calling operation DataIntegrationClient#updateConnection.");
9680
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateConnection.");
10116
9681
  const operationName = "updateConnection";
10117
9682
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Connection/UpdateConnection";
10118
9683
  const pathParams = {
@@ -10127,8 +9692,6 @@ class DataIntegrationClient {
10127
9692
  };
10128
9693
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10129
9694
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateConnectionRequest.retryConfiguration, specRetryConfiguration);
10130
- if (this.logger)
10131
- retrier.logger = this.logger;
10132
9695
  const request = yield oci_common_2.composeRequest({
10133
9696
  baseEndpoint: this._endpoint,
10134
9697
  defaultHeaders: this._defaultHeaders,
@@ -10173,12 +9736,11 @@ class DataIntegrationClient {
10173
9736
  * @param UpdateCopyObjectRequestRequest
10174
9737
  * @return UpdateCopyObjectRequestResponse
10175
9738
  * @throws OciError when an error occurs
10176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateCopyObjectRequest.ts.html |here} to see how to use UpdateCopyObjectRequest API.
9739
+ * @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.
10177
9740
  */
10178
9741
  updateCopyObjectRequest(updateCopyObjectRequestRequest) {
10179
9742
  return __awaiter(this, void 0, void 0, function* () {
10180
- if (this.logger)
10181
- this.logger.debug("Calling operation DataIntegrationClient#updateCopyObjectRequest.");
9743
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateCopyObjectRequest.");
10182
9744
  const operationName = "updateCopyObjectRequest";
10183
9745
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/UpdateCopyObjectRequest";
10184
9746
  const pathParams = {
@@ -10193,8 +9755,6 @@ class DataIntegrationClient {
10193
9755
  };
10194
9756
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10195
9757
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateCopyObjectRequestRequest.retryConfiguration, specRetryConfiguration);
10196
- if (this.logger)
10197
- retrier.logger = this.logger;
10198
9758
  const request = yield oci_common_2.composeRequest({
10199
9759
  baseEndpoint: this._endpoint,
10200
9760
  defaultHeaders: this._defaultHeaders,
@@ -10239,12 +9799,11 @@ class DataIntegrationClient {
10239
9799
  * @param UpdateDataAssetRequest
10240
9800
  * @return UpdateDataAssetResponse
10241
9801
  * @throws OciError when an error occurs
10242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
9802
+ * @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.
10243
9803
  */
10244
9804
  updateDataAsset(updateDataAssetRequest) {
10245
9805
  return __awaiter(this, void 0, void 0, function* () {
10246
- if (this.logger)
10247
- this.logger.debug("Calling operation DataIntegrationClient#updateDataAsset.");
9806
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateDataAsset.");
10248
9807
  const operationName = "updateDataAsset";
10249
9808
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataAsset/UpdateDataAsset";
10250
9809
  const pathParams = {
@@ -10259,8 +9818,6 @@ class DataIntegrationClient {
10259
9818
  };
10260
9819
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10261
9820
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateDataAssetRequest.retryConfiguration, specRetryConfiguration);
10262
- if (this.logger)
10263
- retrier.logger = this.logger;
10264
9821
  const request = yield oci_common_2.composeRequest({
10265
9822
  baseEndpoint: this._endpoint,
10266
9823
  defaultHeaders: this._defaultHeaders,
@@ -10305,12 +9862,11 @@ class DataIntegrationClient {
10305
9862
  * @param UpdateDataFlowRequest
10306
9863
  * @return UpdateDataFlowResponse
10307
9864
  * @throws OciError when an error occurs
10308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDataFlow.ts.html |here} to see how to use UpdateDataFlow API.
9865
+ * @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.
10309
9866
  */
10310
9867
  updateDataFlow(updateDataFlowRequest) {
10311
9868
  return __awaiter(this, void 0, void 0, function* () {
10312
- if (this.logger)
10313
- this.logger.debug("Calling operation DataIntegrationClient#updateDataFlow.");
9869
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateDataFlow.");
10314
9870
  const operationName = "updateDataFlow";
10315
9871
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DataFlow/UpdateDataFlow";
10316
9872
  const pathParams = {
@@ -10325,8 +9881,6 @@ class DataIntegrationClient {
10325
9881
  };
10326
9882
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10327
9883
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateDataFlowRequest.retryConfiguration, specRetryConfiguration);
10328
- if (this.logger)
10329
- retrier.logger = this.logger;
10330
9884
  const request = yield oci_common_2.composeRequest({
10331
9885
  baseEndpoint: this._endpoint,
10332
9886
  defaultHeaders: this._defaultHeaders,
@@ -10371,12 +9925,11 @@ class DataIntegrationClient {
10371
9925
  * @param UpdateDisApplicationRequest
10372
9926
  * @return UpdateDisApplicationResponse
10373
9927
  * @throws OciError when an error occurs
10374
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDisApplication.ts.html |here} to see how to use UpdateDisApplication API.
9928
+ * @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.
10375
9929
  */
10376
9930
  updateDisApplication(updateDisApplicationRequest) {
10377
9931
  return __awaiter(this, void 0, void 0, function* () {
10378
- if (this.logger)
10379
- this.logger.debug("Calling operation DataIntegrationClient#updateDisApplication.");
9932
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateDisApplication.");
10380
9933
  const operationName = "updateDisApplication";
10381
9934
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DisApplication/UpdateDisApplication";
10382
9935
  const pathParams = {
@@ -10391,8 +9944,6 @@ class DataIntegrationClient {
10391
9944
  };
10392
9945
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10393
9946
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateDisApplicationRequest.retryConfiguration, specRetryConfiguration);
10394
- if (this.logger)
10395
- retrier.logger = this.logger;
10396
9947
  const request = yield oci_common_2.composeRequest({
10397
9948
  baseEndpoint: this._endpoint,
10398
9949
  defaultHeaders: this._defaultHeaders,
@@ -10437,12 +9988,11 @@ class DataIntegrationClient {
10437
9988
  * @param UpdateDisApplicationDetailedDescriptionRequest
10438
9989
  * @return UpdateDisApplicationDetailedDescriptionResponse
10439
9990
  * @throws OciError when an error occurs
10440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateDisApplicationDetailedDescription.ts.html |here} to see how to use UpdateDisApplicationDetailedDescription API.
9991
+ * @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.
10441
9992
  */
10442
9993
  updateDisApplicationDetailedDescription(updateDisApplicationDetailedDescriptionRequest) {
10443
9994
  return __awaiter(this, void 0, void 0, function* () {
10444
- if (this.logger)
10445
- this.logger.debug("Calling operation DataIntegrationClient#updateDisApplicationDetailedDescription.");
9995
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateDisApplicationDetailedDescription.");
10446
9996
  const operationName = "updateDisApplicationDetailedDescription";
10447
9997
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/DetailedDescription/UpdateDisApplicationDetailedDescription";
10448
9998
  const pathParams = {
@@ -10457,8 +10007,6 @@ class DataIntegrationClient {
10457
10007
  };
10458
10008
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10459
10009
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateDisApplicationDetailedDescriptionRequest.retryConfiguration, specRetryConfiguration);
10460
- if (this.logger)
10461
- retrier.logger = this.logger;
10462
10010
  const request = yield oci_common_2.composeRequest({
10463
10011
  baseEndpoint: this._endpoint,
10464
10012
  defaultHeaders: this._defaultHeaders,
@@ -10503,12 +10051,11 @@ class DataIntegrationClient {
10503
10051
  * @param UpdateExportRequestRequest
10504
10052
  * @return UpdateExportRequestResponse
10505
10053
  * @throws OciError when an error occurs
10506
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateExportRequest.ts.html |here} to see how to use UpdateExportRequest API.
10054
+ * @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.
10507
10055
  */
10508
10056
  updateExportRequest(updateExportRequestRequest) {
10509
10057
  return __awaiter(this, void 0, void 0, function* () {
10510
- if (this.logger)
10511
- this.logger.debug("Calling operation DataIntegrationClient#updateExportRequest.");
10058
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateExportRequest.");
10512
10059
  const operationName = "updateExportRequest";
10513
10060
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/UpdateExportRequest";
10514
10061
  const pathParams = {
@@ -10523,8 +10070,6 @@ class DataIntegrationClient {
10523
10070
  };
10524
10071
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10525
10072
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateExportRequestRequest.retryConfiguration, specRetryConfiguration);
10526
- if (this.logger)
10527
- retrier.logger = this.logger;
10528
10073
  const request = yield oci_common_2.composeRequest({
10529
10074
  baseEndpoint: this._endpoint,
10530
10075
  defaultHeaders: this._defaultHeaders,
@@ -10569,12 +10114,11 @@ class DataIntegrationClient {
10569
10114
  * @param UpdateExternalPublicationRequest
10570
10115
  * @return UpdateExternalPublicationResponse
10571
10116
  * @throws OciError when an error occurs
10572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateExternalPublication.ts.html |here} to see how to use UpdateExternalPublication API.
10117
+ * @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.
10573
10118
  */
10574
10119
  updateExternalPublication(updateExternalPublicationRequest) {
10575
10120
  return __awaiter(this, void 0, void 0, function* () {
10576
- if (this.logger)
10577
- this.logger.debug("Calling operation DataIntegrationClient#updateExternalPublication.");
10121
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateExternalPublication.");
10578
10122
  const operationName = "updateExternalPublication";
10579
10123
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/ExternalPublication/UpdateExternalPublication";
10580
10124
  const pathParams = {
@@ -10590,8 +10134,6 @@ class DataIntegrationClient {
10590
10134
  };
10591
10135
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10592
10136
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateExternalPublicationRequest.retryConfiguration, specRetryConfiguration);
10593
- if (this.logger)
10594
- retrier.logger = this.logger;
10595
10137
  const request = yield oci_common_2.composeRequest({
10596
10138
  baseEndpoint: this._endpoint,
10597
10139
  defaultHeaders: this._defaultHeaders,
@@ -10636,12 +10178,11 @@ class DataIntegrationClient {
10636
10178
  * @param UpdateFolderRequest
10637
10179
  * @return UpdateFolderResponse
10638
10180
  * @throws OciError when an error occurs
10639
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
10181
+ * @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.
10640
10182
  */
10641
10183
  updateFolder(updateFolderRequest) {
10642
10184
  return __awaiter(this, void 0, void 0, function* () {
10643
- if (this.logger)
10644
- this.logger.debug("Calling operation DataIntegrationClient#updateFolder.");
10185
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateFolder.");
10645
10186
  const operationName = "updateFolder";
10646
10187
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Folder/UpdateFolder";
10647
10188
  const pathParams = {
@@ -10656,8 +10197,6 @@ class DataIntegrationClient {
10656
10197
  };
10657
10198
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10658
10199
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateFolderRequest.retryConfiguration, specRetryConfiguration);
10659
- if (this.logger)
10660
- retrier.logger = this.logger;
10661
10200
  const request = yield oci_common_2.composeRequest({
10662
10201
  baseEndpoint: this._endpoint,
10663
10202
  defaultHeaders: this._defaultHeaders,
@@ -10702,12 +10241,11 @@ class DataIntegrationClient {
10702
10241
  * @param UpdateFunctionLibraryRequest
10703
10242
  * @return UpdateFunctionLibraryResponse
10704
10243
  * @throws OciError when an error occurs
10705
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateFunctionLibrary.ts.html |here} to see how to use UpdateFunctionLibrary API.
10244
+ * @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.
10706
10245
  */
10707
10246
  updateFunctionLibrary(updateFunctionLibraryRequest) {
10708
10247
  return __awaiter(this, void 0, void 0, function* () {
10709
- if (this.logger)
10710
- this.logger.debug("Calling operation DataIntegrationClient#updateFunctionLibrary.");
10248
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateFunctionLibrary.");
10711
10249
  const operationName = "updateFunctionLibrary";
10712
10250
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/FunctionLibrary/UpdateFunctionLibrary";
10713
10251
  const pathParams = {
@@ -10722,8 +10260,6 @@ class DataIntegrationClient {
10722
10260
  };
10723
10261
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10724
10262
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateFunctionLibraryRequest.retryConfiguration, specRetryConfiguration);
10725
- if (this.logger)
10726
- retrier.logger = this.logger;
10727
10263
  const request = yield oci_common_2.composeRequest({
10728
10264
  baseEndpoint: this._endpoint,
10729
10265
  defaultHeaders: this._defaultHeaders,
@@ -10768,12 +10304,11 @@ class DataIntegrationClient {
10768
10304
  * @param UpdateImportRequestRequest
10769
10305
  * @return UpdateImportRequestResponse
10770
10306
  * @throws OciError when an error occurs
10771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateImportRequest.ts.html |here} to see how to use UpdateImportRequest API.
10307
+ * @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.
10772
10308
  */
10773
10309
  updateImportRequest(updateImportRequestRequest) {
10774
10310
  return __awaiter(this, void 0, void 0, function* () {
10775
- if (this.logger)
10776
- this.logger.debug("Calling operation DataIntegrationClient#updateImportRequest.");
10311
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateImportRequest.");
10777
10312
  const operationName = "updateImportRequest";
10778
10313
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/UpdateImportRequest";
10779
10314
  const pathParams = {
@@ -10788,8 +10323,6 @@ class DataIntegrationClient {
10788
10323
  };
10789
10324
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10790
10325
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateImportRequestRequest.retryConfiguration, specRetryConfiguration);
10791
- if (this.logger)
10792
- retrier.logger = this.logger;
10793
10326
  const request = yield oci_common_2.composeRequest({
10794
10327
  baseEndpoint: this._endpoint,
10795
10328
  defaultHeaders: this._defaultHeaders,
@@ -10834,12 +10367,11 @@ class DataIntegrationClient {
10834
10367
  * @param UpdatePipelineRequest
10835
10368
  * @return UpdatePipelineResponse
10836
10369
  * @throws OciError when an error occurs
10837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdatePipeline.ts.html |here} to see how to use UpdatePipeline API.
10370
+ * @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.
10838
10371
  */
10839
10372
  updatePipeline(updatePipelineRequest) {
10840
10373
  return __awaiter(this, void 0, void 0, function* () {
10841
- if (this.logger)
10842
- this.logger.debug("Calling operation DataIntegrationClient#updatePipeline.");
10374
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updatePipeline.");
10843
10375
  const operationName = "updatePipeline";
10844
10376
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Pipeline/UpdatePipeline";
10845
10377
  const pathParams = {
@@ -10854,8 +10386,6 @@ class DataIntegrationClient {
10854
10386
  };
10855
10387
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10856
10388
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updatePipelineRequest.retryConfiguration, specRetryConfiguration);
10857
- if (this.logger)
10858
- retrier.logger = this.logger;
10859
10389
  const request = yield oci_common_2.composeRequest({
10860
10390
  baseEndpoint: this._endpoint,
10861
10391
  defaultHeaders: this._defaultHeaders,
@@ -10900,12 +10430,11 @@ class DataIntegrationClient {
10900
10430
  * @param UpdateProjectRequest
10901
10431
  * @return UpdateProjectResponse
10902
10432
  * @throws OciError when an error occurs
10903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateProject.ts.html |here} to see how to use UpdateProject API.
10433
+ * @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.
10904
10434
  */
10905
10435
  updateProject(updateProjectRequest) {
10906
10436
  return __awaiter(this, void 0, void 0, function* () {
10907
- if (this.logger)
10908
- this.logger.debug("Calling operation DataIntegrationClient#updateProject.");
10437
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateProject.");
10909
10438
  const operationName = "updateProject";
10910
10439
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Project/UpdateProject";
10911
10440
  const pathParams = {
@@ -10920,8 +10449,6 @@ class DataIntegrationClient {
10920
10449
  };
10921
10450
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10922
10451
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateProjectRequest.retryConfiguration, specRetryConfiguration);
10923
- if (this.logger)
10924
- retrier.logger = this.logger;
10925
10452
  const request = yield oci_common_2.composeRequest({
10926
10453
  baseEndpoint: this._endpoint,
10927
10454
  defaultHeaders: this._defaultHeaders,
@@ -10966,12 +10493,11 @@ class DataIntegrationClient {
10966
10493
  * @param UpdateReferenceRequest
10967
10494
  * @return UpdateReferenceResponse
10968
10495
  * @throws OciError when an error occurs
10969
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateReference.ts.html |here} to see how to use UpdateReference API.
10496
+ * @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.
10970
10497
  */
10971
10498
  updateReference(updateReferenceRequest) {
10972
10499
  return __awaiter(this, void 0, void 0, function* () {
10973
- if (this.logger)
10974
- this.logger.debug("Calling operation DataIntegrationClient#updateReference.");
10500
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateReference.");
10975
10501
  const operationName = "updateReference";
10976
10502
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Reference/UpdateReference";
10977
10503
  const pathParams = {
@@ -10988,8 +10514,6 @@ class DataIntegrationClient {
10988
10514
  };
10989
10515
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
10990
10516
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateReferenceRequest.retryConfiguration, specRetryConfiguration);
10991
- if (this.logger)
10992
- retrier.logger = this.logger;
10993
10517
  const request = yield oci_common_2.composeRequest({
10994
10518
  baseEndpoint: this._endpoint,
10995
10519
  defaultHeaders: this._defaultHeaders,
@@ -11034,12 +10558,11 @@ class DataIntegrationClient {
11034
10558
  * @param UpdateScheduleRequest
11035
10559
  * @return UpdateScheduleResponse
11036
10560
  * @throws OciError when an error occurs
11037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateSchedule.ts.html |here} to see how to use UpdateSchedule API.
10561
+ * @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.
11038
10562
  */
11039
10563
  updateSchedule(updateScheduleRequest) {
11040
10564
  return __awaiter(this, void 0, void 0, function* () {
11041
- if (this.logger)
11042
- this.logger.debug("Calling operation DataIntegrationClient#updateSchedule.");
10565
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateSchedule.");
11043
10566
  const operationName = "updateSchedule";
11044
10567
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Schedule/UpdateSchedule";
11045
10568
  const pathParams = {
@@ -11055,8 +10578,6 @@ class DataIntegrationClient {
11055
10578
  };
11056
10579
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
11057
10580
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateScheduleRequest.retryConfiguration, specRetryConfiguration);
11058
- if (this.logger)
11059
- retrier.logger = this.logger;
11060
10581
  const request = yield oci_common_2.composeRequest({
11061
10582
  baseEndpoint: this._endpoint,
11062
10583
  defaultHeaders: this._defaultHeaders,
@@ -11101,12 +10622,11 @@ class DataIntegrationClient {
11101
10622
  * @param UpdateTaskRequest
11102
10623
  * @return UpdateTaskResponse
11103
10624
  * @throws OciError when an error occurs
11104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateTask.ts.html |here} to see how to use UpdateTask API.
10625
+ * @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.
11105
10626
  */
11106
10627
  updateTask(updateTaskRequest) {
11107
10628
  return __awaiter(this, void 0, void 0, function* () {
11108
- if (this.logger)
11109
- this.logger.debug("Calling operation DataIntegrationClient#updateTask.");
10629
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateTask.");
11110
10630
  const operationName = "updateTask";
11111
10631
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Task/UpdateTask";
11112
10632
  const pathParams = {
@@ -11121,8 +10641,6 @@ class DataIntegrationClient {
11121
10641
  };
11122
10642
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
11123
10643
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateTaskRequest.retryConfiguration, specRetryConfiguration);
11124
- if (this.logger)
11125
- retrier.logger = this.logger;
11126
10644
  const request = yield oci_common_2.composeRequest({
11127
10645
  baseEndpoint: this._endpoint,
11128
10646
  defaultHeaders: this._defaultHeaders,
@@ -11167,12 +10685,11 @@ class DataIntegrationClient {
11167
10685
  * @param UpdateTaskRunRequest
11168
10686
  * @return UpdateTaskRunResponse
11169
10687
  * @throws OciError when an error occurs
11170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateTaskRun.ts.html |here} to see how to use UpdateTaskRun API.
10688
+ * @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.
11171
10689
  */
11172
10690
  updateTaskRun(updateTaskRunRequest) {
11173
10691
  return __awaiter(this, void 0, void 0, function* () {
11174
- if (this.logger)
11175
- this.logger.debug("Calling operation DataIntegrationClient#updateTaskRun.");
10692
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateTaskRun.");
11176
10693
  const operationName = "updateTaskRun";
11177
10694
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskRun/UpdateTaskRun";
11178
10695
  const pathParams = {
@@ -11188,8 +10705,6 @@ class DataIntegrationClient {
11188
10705
  };
11189
10706
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
11190
10707
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateTaskRunRequest.retryConfiguration, specRetryConfiguration);
11191
- if (this.logger)
11192
- retrier.logger = this.logger;
11193
10708
  const request = yield oci_common_2.composeRequest({
11194
10709
  baseEndpoint: this._endpoint,
11195
10710
  defaultHeaders: this._defaultHeaders,
@@ -11234,12 +10749,11 @@ class DataIntegrationClient {
11234
10749
  * @param UpdateTaskScheduleRequest
11235
10750
  * @return UpdateTaskScheduleResponse
11236
10751
  * @throws OciError when an error occurs
11237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateTaskSchedule.ts.html |here} to see how to use UpdateTaskSchedule API.
10752
+ * @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.
11238
10753
  */
11239
10754
  updateTaskSchedule(updateTaskScheduleRequest) {
11240
10755
  return __awaiter(this, void 0, void 0, function* () {
11241
- if (this.logger)
11242
- this.logger.debug("Calling operation DataIntegrationClient#updateTaskSchedule.");
10756
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateTaskSchedule.");
11243
10757
  const operationName = "updateTaskSchedule";
11244
10758
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/TaskSchedule/UpdateTaskSchedule";
11245
10759
  const pathParams = {
@@ -11255,8 +10769,6 @@ class DataIntegrationClient {
11255
10769
  };
11256
10770
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
11257
10771
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateTaskScheduleRequest.retryConfiguration, specRetryConfiguration);
11258
- if (this.logger)
11259
- retrier.logger = this.logger;
11260
10772
  const request = yield oci_common_2.composeRequest({
11261
10773
  baseEndpoint: this._endpoint,
11262
10774
  defaultHeaders: this._defaultHeaders,
@@ -11301,12 +10813,11 @@ class DataIntegrationClient {
11301
10813
  * @param UpdateUserDefinedFunctionRequest
11302
10814
  * @return UpdateUserDefinedFunctionResponse
11303
10815
  * @throws OciError when an error occurs
11304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateUserDefinedFunction.ts.html |here} to see how to use UpdateUserDefinedFunction API.
10816
+ * @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.
11305
10817
  */
11306
10818
  updateUserDefinedFunction(updateUserDefinedFunctionRequest) {
11307
10819
  return __awaiter(this, void 0, void 0, function* () {
11308
- if (this.logger)
11309
- this.logger.debug("Calling operation DataIntegrationClient#updateUserDefinedFunction.");
10820
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateUserDefinedFunction.");
11310
10821
  const operationName = "updateUserDefinedFunction";
11311
10822
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/UserDefinedFunction/UpdateUserDefinedFunction";
11312
10823
  const pathParams = {
@@ -11321,8 +10832,6 @@ class DataIntegrationClient {
11321
10832
  };
11322
10833
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
11323
10834
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateUserDefinedFunctionRequest.retryConfiguration, specRetryConfiguration);
11324
- if (this.logger)
11325
- retrier.logger = this.logger;
11326
10835
  const request = yield oci_common_2.composeRequest({
11327
10836
  baseEndpoint: this._endpoint,
11328
10837
  defaultHeaders: this._defaultHeaders,
@@ -11367,12 +10876,11 @@ class DataIntegrationClient {
11367
10876
  * @param UpdateWorkspaceRequest
11368
10877
  * @return UpdateWorkspaceResponse
11369
10878
  * @throws OciError when an error occurs
11370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.78.0/dataintegration/UpdateWorkspace.ts.html |here} to see how to use UpdateWorkspace API.
10879
+ * @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.
11371
10880
  */
11372
10881
  updateWorkspace(updateWorkspaceRequest) {
11373
10882
  return __awaiter(this, void 0, void 0, function* () {
11374
- if (this.logger)
11375
- this.logger.debug("Calling operation DataIntegrationClient#updateWorkspace.");
10883
+ oci_common_2.logger.debug("Calling operation DataIntegrationClient#updateWorkspace.");
11376
10884
  const operationName = "updateWorkspace";
11377
10885
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-integration/20200430/Workspace/UpdateWorkspace";
11378
10886
  const pathParams = {
@@ -11386,8 +10894,6 @@ class DataIntegrationClient {
11386
10894
  };
11387
10895
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
11388
10896
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateWorkspaceRequest.retryConfiguration, specRetryConfiguration);
11389
- if (this.logger)
11390
- retrier.logger = this.logger;
11391
10897
  const request = yield oci_common_2.composeRequest({
11392
10898
  baseEndpoint: this._endpoint,
11393
10899
  defaultHeaders: this._defaultHeaders,