oci-datacatalog 2.79.1 → 2.81.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/lib/client.d.ts +158 -148
  2. package/lib/client.js +806 -297
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/asynchronous-export-data-asset-details.d.ts +29 -0
  5. package/lib/model/asynchronous-export-data-asset-details.js +69 -0
  6. package/lib/model/asynchronous-export-data-asset-details.js.map +1 -0
  7. package/lib/model/asynchronous-export-data-asset-result.d.ts +43 -0
  8. package/lib/model/asynchronous-export-data-asset-result.js +31 -0
  9. package/lib/model/asynchronous-export-data-asset-result.js.map +1 -0
  10. package/lib/model/index.d.ts +4 -0
  11. package/lib/model/index.js +8 -4
  12. package/lib/model/index.js.map +1 -1
  13. package/lib/model/job-type.d.ts +2 -0
  14. package/lib/model/job-type.js +2 -0
  15. package/lib/model/job-type.js.map +1 -1
  16. package/lib/request/add-catalog-lock-request.d.ts +1 -1
  17. package/lib/request/add-catalog-private-endpoint-lock-request.d.ts +1 -1
  18. package/lib/request/add-data-selector-patterns-request.d.ts +1 -1
  19. package/lib/request/add-metastore-lock-request.d.ts +1 -1
  20. package/lib/request/associate-custom-property-request.d.ts +1 -1
  21. package/lib/request/asynchronous-export-data-asset-request.d.ts +48 -0
  22. package/lib/request/asynchronous-export-data-asset-request.js +15 -0
  23. package/lib/request/asynchronous-export-data-asset-request.js.map +1 -0
  24. package/lib/request/asynchronous-export-glossary-request.d.ts +1 -1
  25. package/lib/request/attach-catalog-private-endpoint-request.d.ts +1 -1
  26. package/lib/request/change-catalog-compartment-request.d.ts +1 -1
  27. package/lib/request/change-catalog-private-endpoint-compartment-request.d.ts +1 -1
  28. package/lib/request/change-metastore-compartment-request.d.ts +1 -1
  29. package/lib/request/create-attribute-request.d.ts +1 -1
  30. package/lib/request/create-attribute-tag-request.d.ts +1 -1
  31. package/lib/request/create-catalog-private-endpoint-request.d.ts +1 -1
  32. package/lib/request/create-catalog-request.d.ts +1 -1
  33. package/lib/request/create-connection-request.d.ts +1 -1
  34. package/lib/request/create-custom-property-request.d.ts +1 -1
  35. package/lib/request/create-data-asset-request.d.ts +1 -1
  36. package/lib/request/create-data-asset-tag-request.d.ts +1 -1
  37. package/lib/request/create-entity-request.d.ts +1 -1
  38. package/lib/request/create-entity-tag-request.d.ts +1 -1
  39. package/lib/request/create-folder-request.d.ts +1 -1
  40. package/lib/request/create-folder-tag-request.d.ts +1 -1
  41. package/lib/request/create-glossary-request.d.ts +1 -1
  42. package/lib/request/create-job-definition-request.d.ts +1 -1
  43. package/lib/request/create-job-execution-request.d.ts +1 -1
  44. package/lib/request/create-job-request.d.ts +1 -1
  45. package/lib/request/create-metastore-request.d.ts +1 -1
  46. package/lib/request/create-namespace-request.d.ts +1 -1
  47. package/lib/request/create-pattern-request.d.ts +1 -1
  48. package/lib/request/create-term-relationship-request.d.ts +1 -1
  49. package/lib/request/create-term-request.d.ts +1 -1
  50. package/lib/request/delete-attribute-request.d.ts +1 -1
  51. package/lib/request/delete-attribute-tag-request.d.ts +1 -1
  52. package/lib/request/delete-catalog-private-endpoint-request.d.ts +1 -1
  53. package/lib/request/delete-catalog-request.d.ts +1 -1
  54. package/lib/request/delete-connection-request.d.ts +1 -1
  55. package/lib/request/delete-custom-property-request.d.ts +1 -1
  56. package/lib/request/delete-data-asset-request.d.ts +1 -1
  57. package/lib/request/delete-data-asset-tag-request.d.ts +1 -1
  58. package/lib/request/delete-entity-request.d.ts +1 -1
  59. package/lib/request/delete-entity-tag-request.d.ts +1 -1
  60. package/lib/request/delete-folder-request.d.ts +1 -1
  61. package/lib/request/delete-folder-tag-request.d.ts +1 -1
  62. package/lib/request/delete-glossary-request.d.ts +1 -1
  63. package/lib/request/delete-job-definition-request.d.ts +1 -1
  64. package/lib/request/delete-job-request.d.ts +1 -1
  65. package/lib/request/delete-metastore-request.d.ts +1 -1
  66. package/lib/request/delete-namespace-request.d.ts +1 -1
  67. package/lib/request/delete-pattern-request.d.ts +1 -1
  68. package/lib/request/delete-term-relationship-request.d.ts +1 -1
  69. package/lib/request/delete-term-request.d.ts +1 -1
  70. package/lib/request/detach-catalog-private-endpoint-request.d.ts +1 -1
  71. package/lib/request/disassociate-custom-property-request.d.ts +1 -1
  72. package/lib/request/expand-tree-for-glossary-request.d.ts +1 -1
  73. package/lib/request/export-glossary-request.d.ts +1 -1
  74. package/lib/request/fetch-entity-lineage-request.d.ts +1 -1
  75. package/lib/request/get-attribute-request.d.ts +1 -1
  76. package/lib/request/get-attribute-tag-request.d.ts +1 -1
  77. package/lib/request/get-catalog-private-endpoint-request.d.ts +1 -1
  78. package/lib/request/get-catalog-request.d.ts +1 -1
  79. package/lib/request/get-connection-request.d.ts +1 -1
  80. package/lib/request/get-custom-property-request.d.ts +1 -1
  81. package/lib/request/get-data-asset-request.d.ts +1 -1
  82. package/lib/request/get-data-asset-tag-request.d.ts +1 -1
  83. package/lib/request/get-entity-request.d.ts +1 -1
  84. package/lib/request/get-entity-tag-request.d.ts +1 -1
  85. package/lib/request/get-folder-request.d.ts +1 -1
  86. package/lib/request/get-folder-tag-request.d.ts +1 -1
  87. package/lib/request/get-glossary-request.d.ts +1 -1
  88. package/lib/request/get-job-definition-request.d.ts +1 -1
  89. package/lib/request/get-job-execution-request.d.ts +1 -1
  90. package/lib/request/get-job-log-request.d.ts +1 -1
  91. package/lib/request/get-job-metrics-request.d.ts +1 -1
  92. package/lib/request/get-job-request.d.ts +1 -1
  93. package/lib/request/get-metastore-request.d.ts +1 -1
  94. package/lib/request/get-namespace-request.d.ts +1 -1
  95. package/lib/request/get-pattern-request.d.ts +1 -1
  96. package/lib/request/get-term-relationship-request.d.ts +1 -1
  97. package/lib/request/get-term-request.d.ts +1 -1
  98. package/lib/request/get-type-request.d.ts +1 -1
  99. package/lib/request/get-work-request-request.d.ts +1 -1
  100. package/lib/request/import-connection-request.d.ts +1 -1
  101. package/lib/request/import-data-asset-request.d.ts +1 -1
  102. package/lib/request/import-glossary-request.d.ts +1 -1
  103. package/lib/request/index.d.ts +2 -0
  104. package/lib/request/index.js.map +1 -1
  105. package/lib/request/list-aggregated-physical-entities-request.d.ts +1 -1
  106. package/lib/request/list-attribute-tags-request.d.ts +1 -1
  107. package/lib/request/list-attributes-request.d.ts +1 -1
  108. package/lib/request/list-catalog-private-endpoints-request.d.ts +1 -1
  109. package/lib/request/list-catalogs-request.d.ts +1 -1
  110. package/lib/request/list-connections-request.d.ts +1 -1
  111. package/lib/request/list-custom-properties-request.d.ts +1 -1
  112. package/lib/request/list-data-asset-tags-request.d.ts +1 -1
  113. package/lib/request/list-data-assets-request.d.ts +1 -1
  114. package/lib/request/list-derived-logical-entities-request.d.ts +1 -1
  115. package/lib/request/list-entities-request.d.ts +1 -1
  116. package/lib/request/list-entity-tags-request.d.ts +1 -1
  117. package/lib/request/list-folder-tags-request.d.ts +1 -1
  118. package/lib/request/list-folders-request.d.ts +1 -1
  119. package/lib/request/list-glossaries-request.d.ts +1 -1
  120. package/lib/request/list-job-definitions-request.d.ts +1 -1
  121. package/lib/request/list-job-executions-request.d.ts +1 -1
  122. package/lib/request/list-job-logs-request.d.ts +1 -1
  123. package/lib/request/list-job-metrics-request.d.ts +1 -1
  124. package/lib/request/list-jobs-request.d.ts +1 -1
  125. package/lib/request/list-metastores-request.d.ts +1 -1
  126. package/lib/request/list-namespaces-request.d.ts +1 -1
  127. package/lib/request/list-patterns-request.d.ts +1 -1
  128. package/lib/request/list-rules-request.d.ts +1 -1
  129. package/lib/request/list-tags-request.d.ts +1 -1
  130. package/lib/request/list-term-relationships-request.d.ts +1 -1
  131. package/lib/request/list-terms-request.d.ts +1 -1
  132. package/lib/request/list-types-request.d.ts +1 -1
  133. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  134. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  135. package/lib/request/list-work-requests-request.d.ts +1 -1
  136. package/lib/request/object-stats-request.d.ts +1 -1
  137. package/lib/request/parse-connection-request.d.ts +1 -1
  138. package/lib/request/process-recommendation-request.d.ts +1 -1
  139. package/lib/request/recommendations-request.d.ts +1 -1
  140. package/lib/request/remove-catalog-lock-request.d.ts +1 -1
  141. package/lib/request/remove-catalog-private-endpoint-lock-request.d.ts +1 -1
  142. package/lib/request/remove-data-selector-patterns-request.d.ts +1 -1
  143. package/lib/request/remove-metastore-lock-request.d.ts +1 -1
  144. package/lib/request/search-criteria-request.d.ts +1 -1
  145. package/lib/request/suggest-matches-request.d.ts +1 -1
  146. package/lib/request/synchronous-export-data-asset-request.d.ts +1 -1
  147. package/lib/request/test-connection-request.d.ts +1 -1
  148. package/lib/request/update-attribute-request.d.ts +1 -1
  149. package/lib/request/update-catalog-private-endpoint-request.d.ts +1 -1
  150. package/lib/request/update-catalog-request.d.ts +1 -1
  151. package/lib/request/update-connection-request.d.ts +1 -1
  152. package/lib/request/update-custom-property-request.d.ts +1 -1
  153. package/lib/request/update-data-asset-request.d.ts +1 -1
  154. package/lib/request/update-entity-request.d.ts +1 -1
  155. package/lib/request/update-folder-request.d.ts +1 -1
  156. package/lib/request/update-glossary-request.d.ts +1 -1
  157. package/lib/request/update-job-definition-request.d.ts +1 -1
  158. package/lib/request/update-job-request.d.ts +1 -1
  159. package/lib/request/update-metastore-request.d.ts +1 -1
  160. package/lib/request/update-namespace-request.d.ts +1 -1
  161. package/lib/request/update-pattern-request.d.ts +1 -1
  162. package/lib/request/update-term-relationship-request.d.ts +1 -1
  163. package/lib/request/update-term-request.d.ts +1 -1
  164. package/lib/request/upload-credentials-request.d.ts +1 -1
  165. package/lib/request/users-request.d.ts +1 -1
  166. package/lib/request/validate-connection-request.d.ts +1 -1
  167. package/lib/request/validate-pattern-request.d.ts +1 -1
  168. package/lib/response/asynchronous-export-data-asset-response.d.ts +25 -0
  169. package/lib/response/asynchronous-export-data-asset-response.js +15 -0
  170. package/lib/response/asynchronous-export-data-asset-response.js.map +1 -0
  171. package/lib/response/index.d.ts +2 -0
  172. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -60,7 +60,7 @@ var DataCatalogApiKeys;
60
60
  */
61
61
  class DataCatalogClient {
62
62
  constructor(params, clientConfiguration) {
63
- this["_realmSpecificEndpointTemplateEnabled"] = false;
63
+ this["_realmSpecificEndpointTemplateEnabled"] = undefined;
64
64
  this["_endpoint"] = "";
65
65
  this["_defaultHeaders"] = {};
66
66
  this._circuitBreaker = null;
@@ -119,7 +119,11 @@ class DataCatalogClient {
119
119
  set endpoint(endpoint) {
120
120
  this._endpoint = endpoint;
121
121
  this._endpoint = this._endpoint + "/20190325";
122
- oci_common_2.logger.info(`DataCatalogClient endpoint set to ${this._endpoint}`);
122
+ if (this.logger)
123
+ this.logger.info(`DataCatalogClient endpoint set to ${this._endpoint}`);
124
+ }
125
+ get logger() {
126
+ return common.LOG.logger;
123
127
  }
124
128
  /**
125
129
  * Determines whether realm specific endpoint should be used or not.
@@ -128,7 +132,8 @@ class DataCatalogClient {
128
132
  */
129
133
  set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
130
134
  this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
131
- oci_common_2.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
135
+ if (this.logger)
136
+ this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
132
137
  if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
133
138
  this.endpoint = common.EndpointBuilder.createEndpointFromRegion(DataCatalogClient.serviceEndpointTemplate, this._region, DataCatalogClient.endpointServiceName);
134
139
  }
@@ -194,11 +199,12 @@ class DataCatalogClient {
194
199
  * @param AddCatalogLockRequest
195
200
  * @return AddCatalogLockResponse
196
201
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/AddCatalogLock.ts.html |here} to see how to use AddCatalogLock API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/AddCatalogLock.ts.html |here} to see how to use AddCatalogLock API.
198
203
  */
199
204
  addCatalogLock(addCatalogLockRequest) {
200
205
  return __awaiter(this, void 0, void 0, function* () {
201
- oci_common_2.logger.debug("Calling operation DataCatalogClient#addCatalogLock.");
206
+ if (this.logger)
207
+ this.logger.debug("Calling operation DataCatalogClient#addCatalogLock.");
202
208
  const operationName = "addCatalogLock";
203
209
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/AddCatalogLock";
204
210
  const pathParams = {
@@ -212,6 +218,8 @@ class DataCatalogClient {
212
218
  };
213
219
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
214
220
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addCatalogLockRequest.retryConfiguration, specRetryConfiguration);
221
+ if (this.logger)
222
+ retrier.logger = this.logger;
215
223
  const request = yield oci_common_2.composeRequest({
216
224
  baseEndpoint: this._endpoint,
217
225
  defaultHeaders: this._defaultHeaders,
@@ -256,11 +264,12 @@ class DataCatalogClient {
256
264
  * @param AddCatalogPrivateEndpointLockRequest
257
265
  * @return AddCatalogPrivateEndpointLockResponse
258
266
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/AddCatalogPrivateEndpointLock.ts.html |here} to see how to use AddCatalogPrivateEndpointLock API.
267
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/AddCatalogPrivateEndpointLock.ts.html |here} to see how to use AddCatalogPrivateEndpointLock API.
260
268
  */
261
269
  addCatalogPrivateEndpointLock(addCatalogPrivateEndpointLockRequest) {
262
270
  return __awaiter(this, void 0, void 0, function* () {
263
- oci_common_2.logger.debug("Calling operation DataCatalogClient#addCatalogPrivateEndpointLock.");
271
+ if (this.logger)
272
+ this.logger.debug("Calling operation DataCatalogClient#addCatalogPrivateEndpointLock.");
264
273
  const operationName = "addCatalogPrivateEndpointLock";
265
274
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CatalogPrivateEndpoint/AddCatalogPrivateEndpointLock";
266
275
  const pathParams = {
@@ -274,6 +283,8 @@ class DataCatalogClient {
274
283
  };
275
284
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
276
285
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addCatalogPrivateEndpointLockRequest.retryConfiguration, specRetryConfiguration);
286
+ if (this.logger)
287
+ retrier.logger = this.logger;
277
288
  const request = yield oci_common_2.composeRequest({
278
289
  baseEndpoint: this._endpoint,
279
290
  defaultHeaders: this._defaultHeaders,
@@ -318,11 +329,12 @@ class DataCatalogClient {
318
329
  * @param AddDataSelectorPatternsRequest
319
330
  * @return AddDataSelectorPatternsResponse
320
331
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/AddDataSelectorPatterns.ts.html |here} to see how to use AddDataSelectorPatterns API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/AddDataSelectorPatterns.ts.html |here} to see how to use AddDataSelectorPatterns API.
322
333
  */
323
334
  addDataSelectorPatterns(addDataSelectorPatternsRequest) {
324
335
  return __awaiter(this, void 0, void 0, function* () {
325
- oci_common_2.logger.debug("Calling operation DataCatalogClient#addDataSelectorPatterns.");
336
+ if (this.logger)
337
+ this.logger.debug("Calling operation DataCatalogClient#addDataSelectorPatterns.");
326
338
  const operationName = "addDataSelectorPatterns";
327
339
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/AddDataSelectorPatterns";
328
340
  const pathParams = {
@@ -338,6 +350,8 @@ class DataCatalogClient {
338
350
  };
339
351
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
340
352
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addDataSelectorPatternsRequest.retryConfiguration, specRetryConfiguration);
353
+ if (this.logger)
354
+ retrier.logger = this.logger;
341
355
  const request = yield oci_common_2.composeRequest({
342
356
  baseEndpoint: this._endpoint,
343
357
  defaultHeaders: this._defaultHeaders,
@@ -382,11 +396,12 @@ class DataCatalogClient {
382
396
  * @param AddMetastoreLockRequest
383
397
  * @return AddMetastoreLockResponse
384
398
  * @throws OciError when an error occurs
385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/AddMetastoreLock.ts.html |here} to see how to use AddMetastoreLock API.
399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/AddMetastoreLock.ts.html |here} to see how to use AddMetastoreLock API.
386
400
  */
387
401
  addMetastoreLock(addMetastoreLockRequest) {
388
402
  return __awaiter(this, void 0, void 0, function* () {
389
- oci_common_2.logger.debug("Calling operation DataCatalogClient#addMetastoreLock.");
403
+ if (this.logger)
404
+ this.logger.debug("Calling operation DataCatalogClient#addMetastoreLock.");
390
405
  const operationName = "addMetastoreLock";
391
406
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Metastore/AddMetastoreLock";
392
407
  const pathParams = {
@@ -400,6 +415,8 @@ class DataCatalogClient {
400
415
  };
401
416
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
402
417
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addMetastoreLockRequest.retryConfiguration, specRetryConfiguration);
418
+ if (this.logger)
419
+ retrier.logger = this.logger;
403
420
  const request = yield oci_common_2.composeRequest({
404
421
  baseEndpoint: this._endpoint,
405
422
  defaultHeaders: this._defaultHeaders,
@@ -444,11 +461,12 @@ class DataCatalogClient {
444
461
  * @param AssociateCustomPropertyRequest
445
462
  * @return AssociateCustomPropertyResponse
446
463
  * @throws OciError when an error occurs
447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/AssociateCustomProperty.ts.html |here} to see how to use AssociateCustomProperty API.
464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/AssociateCustomProperty.ts.html |here} to see how to use AssociateCustomProperty API.
448
465
  */
449
466
  associateCustomProperty(associateCustomPropertyRequest) {
450
467
  return __awaiter(this, void 0, void 0, function* () {
451
- oci_common_2.logger.debug("Calling operation DataCatalogClient#associateCustomProperty.");
468
+ if (this.logger)
469
+ this.logger.debug("Calling operation DataCatalogClient#associateCustomProperty.");
452
470
  const operationName = "associateCustomProperty";
453
471
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Type/AssociateCustomProperty";
454
472
  const pathParams = {
@@ -464,6 +482,8 @@ class DataCatalogClient {
464
482
  };
465
483
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
466
484
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, associateCustomPropertyRequest.retryConfiguration, specRetryConfiguration);
485
+ if (this.logger)
486
+ retrier.logger = this.logger;
467
487
  const request = yield oci_common_2.composeRequest({
468
488
  baseEndpoint: this._endpoint,
469
489
  defaultHeaders: this._defaultHeaders,
@@ -502,6 +522,69 @@ class DataCatalogClient {
502
522
  }
503
523
  });
504
524
  }
525
+ /**
526
+ * Export technical objects from a Data Asset in Excel format. Returns details about the job which actually performs the export.
527
+ * This operation does not retry by default if the user has not defined a retry configuration.
528
+ * @param AsynchronousExportDataAssetRequest
529
+ * @return AsynchronousExportDataAssetResponse
530
+ * @throws OciError when an error occurs
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/AsynchronousExportDataAsset.ts.html |here} to see how to use AsynchronousExportDataAsset API.
532
+ */
533
+ asynchronousExportDataAsset(asynchronousExportDataAssetRequest) {
534
+ return __awaiter(this, void 0, void 0, function* () {
535
+ if (this.logger)
536
+ this.logger.debug("Calling operation DataCatalogClient#asynchronousExportDataAsset.");
537
+ const operationName = "asynchronousExportDataAsset";
538
+ const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/AsynchronousExportDataAsset";
539
+ const pathParams = {
540
+ "{catalogId}": asynchronousExportDataAssetRequest.catalogId,
541
+ "{dataAssetKey}": asynchronousExportDataAssetRequest.dataAssetKey
542
+ };
543
+ const queryParams = {
544
+ "exportType": asynchronousExportDataAssetRequest.exportType
545
+ };
546
+ let headerParams = {
547
+ "Content-Type": common.Constants.APPLICATION_JSON,
548
+ "opc-request-id": asynchronousExportDataAssetRequest.opcRequestId,
549
+ "opc-retry-token": asynchronousExportDataAssetRequest.opcRetryToken
550
+ };
551
+ const specRetryConfiguration = common.NoRetryConfigurationDetails;
552
+ const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, asynchronousExportDataAssetRequest.retryConfiguration, specRetryConfiguration);
553
+ if (this.logger)
554
+ retrier.logger = this.logger;
555
+ const request = yield oci_common_2.composeRequest({
556
+ baseEndpoint: this._endpoint,
557
+ defaultHeaders: this._defaultHeaders,
558
+ path: "/catalogs/{catalogId}/dataAssets/{dataAssetKey}/actions/asynchronousExport",
559
+ method: "POST",
560
+ bodyContent: common.ObjectSerializer.serialize(asynchronousExportDataAssetRequest.asynchronousExportDataAssetDetails, "AsynchronousExportDataAssetDetails", model.AsynchronousExportDataAssetDetails.getJsonObj),
561
+ pathParams: pathParams,
562
+ headerParams: headerParams,
563
+ queryParams: queryParams
564
+ });
565
+ try {
566
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
567
+ const sdkResponse = oci_common_2.composeResponse({
568
+ responseObject: {},
569
+ body: yield response.json(),
570
+ bodyKey: "asynchronousExportDataAssetResult",
571
+ bodyModel: model.AsynchronousExportDataAssetResult,
572
+ type: "model.AsynchronousExportDataAssetResult",
573
+ responseHeaders: [
574
+ {
575
+ value: response.headers.get("opc-request-id"),
576
+ key: "opcRequestId",
577
+ dataType: "string"
578
+ }
579
+ ]
580
+ });
581
+ return sdkResponse;
582
+ }
583
+ catch (err) {
584
+ throw err;
585
+ }
586
+ });
587
+ }
505
588
  /**
506
589
  * Exports the contents of a glossary in Excel format. Returns details about the job which actually performs the export.
507
590
  *
@@ -509,11 +592,12 @@ class DataCatalogClient {
509
592
  * @param AsynchronousExportGlossaryRequest
510
593
  * @return AsynchronousExportGlossaryResponse
511
594
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/AsynchronousExportGlossary.ts.html |here} to see how to use AsynchronousExportGlossary API.
595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/AsynchronousExportGlossary.ts.html |here} to see how to use AsynchronousExportGlossary API.
513
596
  */
514
597
  asynchronousExportGlossary(asynchronousExportGlossaryRequest) {
515
598
  return __awaiter(this, void 0, void 0, function* () {
516
- oci_common_2.logger.debug("Calling operation DataCatalogClient#asynchronousExportGlossary.");
599
+ if (this.logger)
600
+ this.logger.debug("Calling operation DataCatalogClient#asynchronousExportGlossary.");
517
601
  const operationName = "asynchronousExportGlossary";
518
602
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Glossary/AsynchronousExportGlossary";
519
603
  const pathParams = {
@@ -528,6 +612,8 @@ class DataCatalogClient {
528
612
  };
529
613
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
530
614
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, asynchronousExportGlossaryRequest.retryConfiguration, specRetryConfiguration);
615
+ if (this.logger)
616
+ retrier.logger = this.logger;
531
617
  const request = yield oci_common_2.composeRequest({
532
618
  baseEndpoint: this._endpoint,
533
619
  defaultHeaders: this._defaultHeaders,
@@ -572,11 +658,12 @@ class DataCatalogClient {
572
658
  * @param AttachCatalogPrivateEndpointRequest
573
659
  * @return AttachCatalogPrivateEndpointResponse
574
660
  * @throws OciError when an error occurs
575
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/AttachCatalogPrivateEndpoint.ts.html |here} to see how to use AttachCatalogPrivateEndpoint API.
661
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/AttachCatalogPrivateEndpoint.ts.html |here} to see how to use AttachCatalogPrivateEndpoint API.
576
662
  */
577
663
  attachCatalogPrivateEndpoint(attachCatalogPrivateEndpointRequest) {
578
664
  return __awaiter(this, void 0, void 0, function* () {
579
- oci_common_2.logger.debug("Calling operation DataCatalogClient#attachCatalogPrivateEndpoint.");
665
+ if (this.logger)
666
+ this.logger.debug("Calling operation DataCatalogClient#attachCatalogPrivateEndpoint.");
580
667
  const operationName = "attachCatalogPrivateEndpoint";
581
668
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/AttachCatalogPrivateEndpoint";
582
669
  const pathParams = {
@@ -593,6 +680,8 @@ class DataCatalogClient {
593
680
  };
594
681
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
595
682
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, attachCatalogPrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
683
+ if (this.logger)
684
+ retrier.logger = this.logger;
596
685
  const request = yield oci_common_2.composeRequest({
597
686
  baseEndpoint: this._endpoint,
598
687
  defaultHeaders: this._defaultHeaders,
@@ -633,11 +722,12 @@ class DataCatalogClient {
633
722
  * @param ChangeCatalogCompartmentRequest
634
723
  * @return ChangeCatalogCompartmentResponse
635
724
  * @throws OciError when an error occurs
636
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ChangeCatalogCompartment.ts.html |here} to see how to use ChangeCatalogCompartment API.
725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ChangeCatalogCompartment.ts.html |here} to see how to use ChangeCatalogCompartment API.
637
726
  */
638
727
  changeCatalogCompartment(changeCatalogCompartmentRequest) {
639
728
  return __awaiter(this, void 0, void 0, function* () {
640
- oci_common_2.logger.debug("Calling operation DataCatalogClient#changeCatalogCompartment.");
729
+ if (this.logger)
730
+ this.logger.debug("Calling operation DataCatalogClient#changeCatalogCompartment.");
641
731
  const operationName = "changeCatalogCompartment";
642
732
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/ChangeCatalogCompartment";
643
733
  const pathParams = {
@@ -653,6 +743,8 @@ class DataCatalogClient {
653
743
  };
654
744
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
655
745
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeCatalogCompartmentRequest.retryConfiguration, specRetryConfiguration);
746
+ if (this.logger)
747
+ retrier.logger = this.logger;
656
748
  const request = yield oci_common_2.composeRequest({
657
749
  baseEndpoint: this._endpoint,
658
750
  defaultHeaders: this._defaultHeaders,
@@ -693,11 +785,12 @@ class DataCatalogClient {
693
785
  * @param ChangeCatalogPrivateEndpointCompartmentRequest
694
786
  * @return ChangeCatalogPrivateEndpointCompartmentResponse
695
787
  * @throws OciError when an error occurs
696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ChangeCatalogPrivateEndpointCompartment.ts.html |here} to see how to use ChangeCatalogPrivateEndpointCompartment API.
788
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ChangeCatalogPrivateEndpointCompartment.ts.html |here} to see how to use ChangeCatalogPrivateEndpointCompartment API.
697
789
  */
698
790
  changeCatalogPrivateEndpointCompartment(changeCatalogPrivateEndpointCompartmentRequest) {
699
791
  return __awaiter(this, void 0, void 0, function* () {
700
- oci_common_2.logger.debug("Calling operation DataCatalogClient#changeCatalogPrivateEndpointCompartment.");
792
+ if (this.logger)
793
+ this.logger.debug("Calling operation DataCatalogClient#changeCatalogPrivateEndpointCompartment.");
701
794
  const operationName = "changeCatalogPrivateEndpointCompartment";
702
795
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CatalogPrivateEndpoint/ChangeCatalogPrivateEndpointCompartment";
703
796
  const pathParams = {
@@ -713,6 +806,8 @@ class DataCatalogClient {
713
806
  };
714
807
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
715
808
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeCatalogPrivateEndpointCompartmentRequest.retryConfiguration, specRetryConfiguration);
809
+ if (this.logger)
810
+ retrier.logger = this.logger;
716
811
  const request = yield oci_common_2.composeRequest({
717
812
  baseEndpoint: this._endpoint,
718
813
  defaultHeaders: this._defaultHeaders,
@@ -753,11 +848,12 @@ class DataCatalogClient {
753
848
  * @param ChangeMetastoreCompartmentRequest
754
849
  * @return ChangeMetastoreCompartmentResponse
755
850
  * @throws OciError when an error occurs
756
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ChangeMetastoreCompartment.ts.html |here} to see how to use ChangeMetastoreCompartment API.
851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ChangeMetastoreCompartment.ts.html |here} to see how to use ChangeMetastoreCompartment API.
757
852
  */
758
853
  changeMetastoreCompartment(changeMetastoreCompartmentRequest) {
759
854
  return __awaiter(this, void 0, void 0, function* () {
760
- oci_common_2.logger.debug("Calling operation DataCatalogClient#changeMetastoreCompartment.");
855
+ if (this.logger)
856
+ this.logger.debug("Calling operation DataCatalogClient#changeMetastoreCompartment.");
761
857
  const operationName = "changeMetastoreCompartment";
762
858
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Metastore/ChangeMetastoreCompartment";
763
859
  const pathParams = {
@@ -773,6 +869,8 @@ class DataCatalogClient {
773
869
  };
774
870
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
775
871
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, changeMetastoreCompartmentRequest.retryConfiguration, specRetryConfiguration);
872
+ if (this.logger)
873
+ retrier.logger = this.logger;
776
874
  const request = yield oci_common_2.composeRequest({
777
875
  baseEndpoint: this._endpoint,
778
876
  defaultHeaders: this._defaultHeaders,
@@ -813,11 +911,12 @@ class DataCatalogClient {
813
911
  * @param CreateAttributeRequest
814
912
  * @return CreateAttributeResponse
815
913
  * @throws OciError when an error occurs
816
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateAttribute.ts.html |here} to see how to use CreateAttribute API.
914
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateAttribute.ts.html |here} to see how to use CreateAttribute API.
817
915
  */
818
916
  createAttribute(createAttributeRequest) {
819
917
  return __awaiter(this, void 0, void 0, function* () {
820
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createAttribute.");
918
+ if (this.logger)
919
+ this.logger.debug("Calling operation DataCatalogClient#createAttribute.");
821
920
  const operationName = "createAttribute";
822
921
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Attribute/CreateAttribute";
823
922
  const pathParams = {
@@ -833,6 +932,8 @@ class DataCatalogClient {
833
932
  };
834
933
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
835
934
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createAttributeRequest.retryConfiguration, specRetryConfiguration);
935
+ if (this.logger)
936
+ retrier.logger = this.logger;
836
937
  const request = yield oci_common_2.composeRequest({
837
938
  baseEndpoint: this._endpoint,
838
939
  defaultHeaders: this._defaultHeaders,
@@ -877,11 +978,12 @@ class DataCatalogClient {
877
978
  * @param CreateAttributeTagRequest
878
979
  * @return CreateAttributeTagResponse
879
980
  * @throws OciError when an error occurs
880
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateAttributeTag.ts.html |here} to see how to use CreateAttributeTag API.
981
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateAttributeTag.ts.html |here} to see how to use CreateAttributeTag API.
881
982
  */
882
983
  createAttributeTag(createAttributeTagRequest) {
883
984
  return __awaiter(this, void 0, void 0, function* () {
884
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createAttributeTag.");
985
+ if (this.logger)
986
+ this.logger.debug("Calling operation DataCatalogClient#createAttributeTag.");
885
987
  const operationName = "createAttributeTag";
886
988
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/AttributeTag/CreateAttributeTag";
887
989
  const pathParams = {
@@ -898,6 +1000,8 @@ class DataCatalogClient {
898
1000
  };
899
1001
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
900
1002
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createAttributeTagRequest.retryConfiguration, specRetryConfiguration);
1003
+ if (this.logger)
1004
+ retrier.logger = this.logger;
901
1005
  const request = yield oci_common_2.composeRequest({
902
1006
  baseEndpoint: this._endpoint,
903
1007
  defaultHeaders: this._defaultHeaders,
@@ -944,11 +1048,12 @@ class DataCatalogClient {
944
1048
  * @param CreateCatalogRequest
945
1049
  * @return CreateCatalogResponse
946
1050
  * @throws OciError when an error occurs
947
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateCatalog.ts.html |here} to see how to use CreateCatalog API.
1051
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateCatalog.ts.html |here} to see how to use CreateCatalog API.
948
1052
  */
949
1053
  createCatalog(createCatalogRequest) {
950
1054
  return __awaiter(this, void 0, void 0, function* () {
951
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createCatalog.");
1055
+ if (this.logger)
1056
+ this.logger.debug("Calling operation DataCatalogClient#createCatalog.");
952
1057
  const operationName = "createCatalog";
953
1058
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/CreateCatalog";
954
1059
  const pathParams = {};
@@ -960,6 +1065,8 @@ class DataCatalogClient {
960
1065
  };
961
1066
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
962
1067
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createCatalogRequest.retryConfiguration, specRetryConfiguration);
1068
+ if (this.logger)
1069
+ retrier.logger = this.logger;
963
1070
  const request = yield oci_common_2.composeRequest({
964
1071
  baseEndpoint: this._endpoint,
965
1072
  defaultHeaders: this._defaultHeaders,
@@ -1000,11 +1107,12 @@ class DataCatalogClient {
1000
1107
  * @param CreateCatalogPrivateEndpointRequest
1001
1108
  * @return CreateCatalogPrivateEndpointResponse
1002
1109
  * @throws OciError when an error occurs
1003
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateCatalogPrivateEndpoint.ts.html |here} to see how to use CreateCatalogPrivateEndpoint API.
1110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateCatalogPrivateEndpoint.ts.html |here} to see how to use CreateCatalogPrivateEndpoint API.
1004
1111
  */
1005
1112
  createCatalogPrivateEndpoint(createCatalogPrivateEndpointRequest) {
1006
1113
  return __awaiter(this, void 0, void 0, function* () {
1007
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createCatalogPrivateEndpoint.");
1114
+ if (this.logger)
1115
+ this.logger.debug("Calling operation DataCatalogClient#createCatalogPrivateEndpoint.");
1008
1116
  const operationName = "createCatalogPrivateEndpoint";
1009
1117
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CatalogPrivateEndpoint/CreateCatalogPrivateEndpoint";
1010
1118
  const pathParams = {};
@@ -1016,6 +1124,8 @@ class DataCatalogClient {
1016
1124
  };
1017
1125
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1018
1126
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createCatalogPrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
1127
+ if (this.logger)
1128
+ retrier.logger = this.logger;
1019
1129
  const request = yield oci_common_2.composeRequest({
1020
1130
  baseEndpoint: this._endpoint,
1021
1131
  defaultHeaders: this._defaultHeaders,
@@ -1056,11 +1166,12 @@ class DataCatalogClient {
1056
1166
  * @param CreateConnectionRequest
1057
1167
  * @return CreateConnectionResponse
1058
1168
  * @throws OciError when an error occurs
1059
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateConnection.ts.html |here} to see how to use CreateConnection API.
1169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateConnection.ts.html |here} to see how to use CreateConnection API.
1060
1170
  */
1061
1171
  createConnection(createConnectionRequest) {
1062
1172
  return __awaiter(this, void 0, void 0, function* () {
1063
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createConnection.");
1173
+ if (this.logger)
1174
+ this.logger.debug("Calling operation DataCatalogClient#createConnection.");
1064
1175
  const operationName = "createConnection";
1065
1176
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Connection/CreateConnection";
1066
1177
  const pathParams = {
@@ -1075,6 +1186,8 @@ class DataCatalogClient {
1075
1186
  };
1076
1187
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1077
1188
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createConnectionRequest.retryConfiguration, specRetryConfiguration);
1189
+ if (this.logger)
1190
+ retrier.logger = this.logger;
1078
1191
  const request = yield oci_common_2.composeRequest({
1079
1192
  baseEndpoint: this._endpoint,
1080
1193
  defaultHeaders: this._defaultHeaders,
@@ -1119,11 +1232,12 @@ class DataCatalogClient {
1119
1232
  * @param CreateCustomPropertyRequest
1120
1233
  * @return CreateCustomPropertyResponse
1121
1234
  * @throws OciError when an error occurs
1122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateCustomProperty.ts.html |here} to see how to use CreateCustomProperty API.
1235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateCustomProperty.ts.html |here} to see how to use CreateCustomProperty API.
1123
1236
  */
1124
1237
  createCustomProperty(createCustomPropertyRequest) {
1125
1238
  return __awaiter(this, void 0, void 0, function* () {
1126
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createCustomProperty.");
1239
+ if (this.logger)
1240
+ this.logger.debug("Calling operation DataCatalogClient#createCustomProperty.");
1127
1241
  const operationName = "createCustomProperty";
1128
1242
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CustomProperty/CreateCustomProperty";
1129
1243
  const pathParams = {
@@ -1138,6 +1252,8 @@ class DataCatalogClient {
1138
1252
  };
1139
1253
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1140
1254
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createCustomPropertyRequest.retryConfiguration, specRetryConfiguration);
1255
+ if (this.logger)
1256
+ retrier.logger = this.logger;
1141
1257
  const request = yield oci_common_2.composeRequest({
1142
1258
  baseEndpoint: this._endpoint,
1143
1259
  defaultHeaders: this._defaultHeaders,
@@ -1182,11 +1298,12 @@ class DataCatalogClient {
1182
1298
  * @param CreateDataAssetRequest
1183
1299
  * @return CreateDataAssetResponse
1184
1300
  * @throws OciError when an error occurs
1185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
1301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateDataAsset.ts.html |here} to see how to use CreateDataAsset API.
1186
1302
  */
1187
1303
  createDataAsset(createDataAssetRequest) {
1188
1304
  return __awaiter(this, void 0, void 0, function* () {
1189
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createDataAsset.");
1305
+ if (this.logger)
1306
+ this.logger.debug("Calling operation DataCatalogClient#createDataAsset.");
1190
1307
  const operationName = "createDataAsset";
1191
1308
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/CreateDataAsset";
1192
1309
  const pathParams = {
@@ -1200,6 +1317,8 @@ class DataCatalogClient {
1200
1317
  };
1201
1318
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1202
1319
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDataAssetRequest.retryConfiguration, specRetryConfiguration);
1320
+ if (this.logger)
1321
+ retrier.logger = this.logger;
1203
1322
  const request = yield oci_common_2.composeRequest({
1204
1323
  baseEndpoint: this._endpoint,
1205
1324
  defaultHeaders: this._defaultHeaders,
@@ -1244,11 +1363,12 @@ class DataCatalogClient {
1244
1363
  * @param CreateDataAssetTagRequest
1245
1364
  * @return CreateDataAssetTagResponse
1246
1365
  * @throws OciError when an error occurs
1247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateDataAssetTag.ts.html |here} to see how to use CreateDataAssetTag API.
1366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateDataAssetTag.ts.html |here} to see how to use CreateDataAssetTag API.
1248
1367
  */
1249
1368
  createDataAssetTag(createDataAssetTagRequest) {
1250
1369
  return __awaiter(this, void 0, void 0, function* () {
1251
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createDataAssetTag.");
1370
+ if (this.logger)
1371
+ this.logger.debug("Calling operation DataCatalogClient#createDataAssetTag.");
1252
1372
  const operationName = "createDataAssetTag";
1253
1373
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAssetTag/CreateDataAssetTag";
1254
1374
  const pathParams = {
@@ -1263,6 +1383,8 @@ class DataCatalogClient {
1263
1383
  };
1264
1384
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1265
1385
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDataAssetTagRequest.retryConfiguration, specRetryConfiguration);
1386
+ if (this.logger)
1387
+ retrier.logger = this.logger;
1266
1388
  const request = yield oci_common_2.composeRequest({
1267
1389
  baseEndpoint: this._endpoint,
1268
1390
  defaultHeaders: this._defaultHeaders,
@@ -1307,11 +1429,12 @@ class DataCatalogClient {
1307
1429
  * @param CreateEntityRequest
1308
1430
  * @return CreateEntityResponse
1309
1431
  * @throws OciError when an error occurs
1310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateEntity.ts.html |here} to see how to use CreateEntity API.
1432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateEntity.ts.html |here} to see how to use CreateEntity API.
1311
1433
  */
1312
1434
  createEntity(createEntityRequest) {
1313
1435
  return __awaiter(this, void 0, void 0, function* () {
1314
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createEntity.");
1436
+ if (this.logger)
1437
+ this.logger.debug("Calling operation DataCatalogClient#createEntity.");
1315
1438
  const operationName = "createEntity";
1316
1439
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Entity/CreateEntity";
1317
1440
  const pathParams = {
@@ -1326,6 +1449,8 @@ class DataCatalogClient {
1326
1449
  };
1327
1450
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1328
1451
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createEntityRequest.retryConfiguration, specRetryConfiguration);
1452
+ if (this.logger)
1453
+ retrier.logger = this.logger;
1329
1454
  const request = yield oci_common_2.composeRequest({
1330
1455
  baseEndpoint: this._endpoint,
1331
1456
  defaultHeaders: this._defaultHeaders,
@@ -1370,11 +1495,12 @@ class DataCatalogClient {
1370
1495
  * @param CreateEntityTagRequest
1371
1496
  * @return CreateEntityTagResponse
1372
1497
  * @throws OciError when an error occurs
1373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateEntityTag.ts.html |here} to see how to use CreateEntityTag API.
1498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateEntityTag.ts.html |here} to see how to use CreateEntityTag API.
1374
1499
  */
1375
1500
  createEntityTag(createEntityTagRequest) {
1376
1501
  return __awaiter(this, void 0, void 0, function* () {
1377
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createEntityTag.");
1502
+ if (this.logger)
1503
+ this.logger.debug("Calling operation DataCatalogClient#createEntityTag.");
1378
1504
  const operationName = "createEntityTag";
1379
1505
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/EntityTag/CreateEntityTag";
1380
1506
  const pathParams = {
@@ -1390,6 +1516,8 @@ class DataCatalogClient {
1390
1516
  };
1391
1517
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1392
1518
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createEntityTagRequest.retryConfiguration, specRetryConfiguration);
1519
+ if (this.logger)
1520
+ retrier.logger = this.logger;
1393
1521
  const request = yield oci_common_2.composeRequest({
1394
1522
  baseEndpoint: this._endpoint,
1395
1523
  defaultHeaders: this._defaultHeaders,
@@ -1434,11 +1562,12 @@ class DataCatalogClient {
1434
1562
  * @param CreateFolderRequest
1435
1563
  * @return CreateFolderResponse
1436
1564
  * @throws OciError when an error occurs
1437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateFolder.ts.html |here} to see how to use CreateFolder API.
1565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateFolder.ts.html |here} to see how to use CreateFolder API.
1438
1566
  */
1439
1567
  createFolder(createFolderRequest) {
1440
1568
  return __awaiter(this, void 0, void 0, function* () {
1441
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createFolder.");
1569
+ if (this.logger)
1570
+ this.logger.debug("Calling operation DataCatalogClient#createFolder.");
1442
1571
  const operationName = "createFolder";
1443
1572
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Folder/CreateFolder";
1444
1573
  const pathParams = {
@@ -1453,6 +1582,8 @@ class DataCatalogClient {
1453
1582
  };
1454
1583
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1455
1584
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createFolderRequest.retryConfiguration, specRetryConfiguration);
1585
+ if (this.logger)
1586
+ retrier.logger = this.logger;
1456
1587
  const request = yield oci_common_2.composeRequest({
1457
1588
  baseEndpoint: this._endpoint,
1458
1589
  defaultHeaders: this._defaultHeaders,
@@ -1497,11 +1628,12 @@ class DataCatalogClient {
1497
1628
  * @param CreateFolderTagRequest
1498
1629
  * @return CreateFolderTagResponse
1499
1630
  * @throws OciError when an error occurs
1500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateFolderTag.ts.html |here} to see how to use CreateFolderTag API.
1631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateFolderTag.ts.html |here} to see how to use CreateFolderTag API.
1501
1632
  */
1502
1633
  createFolderTag(createFolderTagRequest) {
1503
1634
  return __awaiter(this, void 0, void 0, function* () {
1504
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createFolderTag.");
1635
+ if (this.logger)
1636
+ this.logger.debug("Calling operation DataCatalogClient#createFolderTag.");
1505
1637
  const operationName = "createFolderTag";
1506
1638
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/FolderTag/CreateFolderTag";
1507
1639
  const pathParams = {
@@ -1517,6 +1649,8 @@ class DataCatalogClient {
1517
1649
  };
1518
1650
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1519
1651
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createFolderTagRequest.retryConfiguration, specRetryConfiguration);
1652
+ if (this.logger)
1653
+ retrier.logger = this.logger;
1520
1654
  const request = yield oci_common_2.composeRequest({
1521
1655
  baseEndpoint: this._endpoint,
1522
1656
  defaultHeaders: this._defaultHeaders,
@@ -1561,11 +1695,12 @@ class DataCatalogClient {
1561
1695
  * @param CreateGlossaryRequest
1562
1696
  * @return CreateGlossaryResponse
1563
1697
  * @throws OciError when an error occurs
1564
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateGlossary.ts.html |here} to see how to use CreateGlossary API.
1698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateGlossary.ts.html |here} to see how to use CreateGlossary API.
1565
1699
  */
1566
1700
  createGlossary(createGlossaryRequest) {
1567
1701
  return __awaiter(this, void 0, void 0, function* () {
1568
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createGlossary.");
1702
+ if (this.logger)
1703
+ this.logger.debug("Calling operation DataCatalogClient#createGlossary.");
1569
1704
  const operationName = "createGlossary";
1570
1705
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Glossary/CreateGlossary";
1571
1706
  const pathParams = {
@@ -1579,6 +1714,8 @@ class DataCatalogClient {
1579
1714
  };
1580
1715
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1581
1716
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createGlossaryRequest.retryConfiguration, specRetryConfiguration);
1717
+ if (this.logger)
1718
+ retrier.logger = this.logger;
1582
1719
  const request = yield oci_common_2.composeRequest({
1583
1720
  baseEndpoint: this._endpoint,
1584
1721
  defaultHeaders: this._defaultHeaders,
@@ -1623,11 +1760,12 @@ class DataCatalogClient {
1623
1760
  * @param CreateJobRequest
1624
1761
  * @return CreateJobResponse
1625
1762
  * @throws OciError when an error occurs
1626
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateJob.ts.html |here} to see how to use CreateJob API.
1763
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateJob.ts.html |here} to see how to use CreateJob API.
1627
1764
  */
1628
1765
  createJob(createJobRequest) {
1629
1766
  return __awaiter(this, void 0, void 0, function* () {
1630
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createJob.");
1767
+ if (this.logger)
1768
+ this.logger.debug("Calling operation DataCatalogClient#createJob.");
1631
1769
  const operationName = "createJob";
1632
1770
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Job/CreateJob";
1633
1771
  const pathParams = {
@@ -1641,6 +1779,8 @@ class DataCatalogClient {
1641
1779
  };
1642
1780
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1643
1781
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createJobRequest.retryConfiguration, specRetryConfiguration);
1782
+ if (this.logger)
1783
+ retrier.logger = this.logger;
1644
1784
  const request = yield oci_common_2.composeRequest({
1645
1785
  baseEndpoint: this._endpoint,
1646
1786
  defaultHeaders: this._defaultHeaders,
@@ -1685,11 +1825,12 @@ class DataCatalogClient {
1685
1825
  * @param CreateJobDefinitionRequest
1686
1826
  * @return CreateJobDefinitionResponse
1687
1827
  * @throws OciError when an error occurs
1688
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateJobDefinition.ts.html |here} to see how to use CreateJobDefinition API.
1828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateJobDefinition.ts.html |here} to see how to use CreateJobDefinition API.
1689
1829
  */
1690
1830
  createJobDefinition(createJobDefinitionRequest) {
1691
1831
  return __awaiter(this, void 0, void 0, function* () {
1692
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createJobDefinition.");
1832
+ if (this.logger)
1833
+ this.logger.debug("Calling operation DataCatalogClient#createJobDefinition.");
1693
1834
  const operationName = "createJobDefinition";
1694
1835
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobDefinition/CreateJobDefinition";
1695
1836
  const pathParams = {
@@ -1703,6 +1844,8 @@ class DataCatalogClient {
1703
1844
  };
1704
1845
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1705
1846
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createJobDefinitionRequest.retryConfiguration, specRetryConfiguration);
1847
+ if (this.logger)
1848
+ retrier.logger = this.logger;
1706
1849
  const request = yield oci_common_2.composeRequest({
1707
1850
  baseEndpoint: this._endpoint,
1708
1851
  defaultHeaders: this._defaultHeaders,
@@ -1747,11 +1890,12 @@ class DataCatalogClient {
1747
1890
  * @param CreateJobExecutionRequest
1748
1891
  * @return CreateJobExecutionResponse
1749
1892
  * @throws OciError when an error occurs
1750
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateJobExecution.ts.html |here} to see how to use CreateJobExecution API.
1893
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateJobExecution.ts.html |here} to see how to use CreateJobExecution API.
1751
1894
  */
1752
1895
  createJobExecution(createJobExecutionRequest) {
1753
1896
  return __awaiter(this, void 0, void 0, function* () {
1754
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createJobExecution.");
1897
+ if (this.logger)
1898
+ this.logger.debug("Calling operation DataCatalogClient#createJobExecution.");
1755
1899
  const operationName = "createJobExecution";
1756
1900
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobExecution/CreateJobExecution";
1757
1901
  const pathParams = {
@@ -1766,6 +1910,8 @@ class DataCatalogClient {
1766
1910
  };
1767
1911
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1768
1912
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createJobExecutionRequest.retryConfiguration, specRetryConfiguration);
1913
+ if (this.logger)
1914
+ retrier.logger = this.logger;
1769
1915
  const request = yield oci_common_2.composeRequest({
1770
1916
  baseEndpoint: this._endpoint,
1771
1917
  defaultHeaders: this._defaultHeaders,
@@ -1811,11 +1957,12 @@ class DataCatalogClient {
1811
1957
  * @param CreateMetastoreRequest
1812
1958
  * @return CreateMetastoreResponse
1813
1959
  * @throws OciError when an error occurs
1814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateMetastore.ts.html |here} to see how to use CreateMetastore API.
1960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateMetastore.ts.html |here} to see how to use CreateMetastore API.
1815
1961
  */
1816
1962
  createMetastore(createMetastoreRequest) {
1817
1963
  return __awaiter(this, void 0, void 0, function* () {
1818
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createMetastore.");
1964
+ if (this.logger)
1965
+ this.logger.debug("Calling operation DataCatalogClient#createMetastore.");
1819
1966
  const operationName = "createMetastore";
1820
1967
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Metastore/CreateMetastore";
1821
1968
  const pathParams = {};
@@ -1827,6 +1974,8 @@ class DataCatalogClient {
1827
1974
  };
1828
1975
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1829
1976
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createMetastoreRequest.retryConfiguration, specRetryConfiguration);
1977
+ if (this.logger)
1978
+ retrier.logger = this.logger;
1830
1979
  const request = yield oci_common_2.composeRequest({
1831
1980
  baseEndpoint: this._endpoint,
1832
1981
  defaultHeaders: this._defaultHeaders,
@@ -1867,11 +2016,12 @@ class DataCatalogClient {
1867
2016
  * @param CreateNamespaceRequest
1868
2017
  * @return CreateNamespaceResponse
1869
2018
  * @throws OciError when an error occurs
1870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateNamespace.ts.html |here} to see how to use CreateNamespace API.
2019
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateNamespace.ts.html |here} to see how to use CreateNamespace API.
1871
2020
  */
1872
2021
  createNamespace(createNamespaceRequest) {
1873
2022
  return __awaiter(this, void 0, void 0, function* () {
1874
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createNamespace.");
2023
+ if (this.logger)
2024
+ this.logger.debug("Calling operation DataCatalogClient#createNamespace.");
1875
2025
  const operationName = "createNamespace";
1876
2026
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Namespace/CreateNamespace";
1877
2027
  const pathParams = {
@@ -1885,6 +2035,8 @@ class DataCatalogClient {
1885
2035
  };
1886
2036
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1887
2037
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createNamespaceRequest.retryConfiguration, specRetryConfiguration);
2038
+ if (this.logger)
2039
+ retrier.logger = this.logger;
1888
2040
  const request = yield oci_common_2.composeRequest({
1889
2041
  baseEndpoint: this._endpoint,
1890
2042
  defaultHeaders: this._defaultHeaders,
@@ -1929,11 +2081,12 @@ class DataCatalogClient {
1929
2081
  * @param CreatePatternRequest
1930
2082
  * @return CreatePatternResponse
1931
2083
  * @throws OciError when an error occurs
1932
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreatePattern.ts.html |here} to see how to use CreatePattern API.
2084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreatePattern.ts.html |here} to see how to use CreatePattern API.
1933
2085
  */
1934
2086
  createPattern(createPatternRequest) {
1935
2087
  return __awaiter(this, void 0, void 0, function* () {
1936
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createPattern.");
2088
+ if (this.logger)
2089
+ this.logger.debug("Calling operation DataCatalogClient#createPattern.");
1937
2090
  const operationName = "createPattern";
1938
2091
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Pattern/CreatePattern";
1939
2092
  const pathParams = {
@@ -1947,6 +2100,8 @@ class DataCatalogClient {
1947
2100
  };
1948
2101
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
1949
2102
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createPatternRequest.retryConfiguration, specRetryConfiguration);
2103
+ if (this.logger)
2104
+ retrier.logger = this.logger;
1950
2105
  const request = yield oci_common_2.composeRequest({
1951
2106
  baseEndpoint: this._endpoint,
1952
2107
  defaultHeaders: this._defaultHeaders,
@@ -1991,11 +2146,12 @@ class DataCatalogClient {
1991
2146
  * @param CreateTermRequest
1992
2147
  * @return CreateTermResponse
1993
2148
  * @throws OciError when an error occurs
1994
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateTerm.ts.html |here} to see how to use CreateTerm API.
2149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateTerm.ts.html |here} to see how to use CreateTerm API.
1995
2150
  */
1996
2151
  createTerm(createTermRequest) {
1997
2152
  return __awaiter(this, void 0, void 0, function* () {
1998
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createTerm.");
2153
+ if (this.logger)
2154
+ this.logger.debug("Calling operation DataCatalogClient#createTerm.");
1999
2155
  const operationName = "createTerm";
2000
2156
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Term/CreateTerm";
2001
2157
  const pathParams = {
@@ -2010,6 +2166,8 @@ class DataCatalogClient {
2010
2166
  };
2011
2167
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2012
2168
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTermRequest.retryConfiguration, specRetryConfiguration);
2169
+ if (this.logger)
2170
+ retrier.logger = this.logger;
2013
2171
  const request = yield oci_common_2.composeRequest({
2014
2172
  baseEndpoint: this._endpoint,
2015
2173
  defaultHeaders: this._defaultHeaders,
@@ -2054,11 +2212,12 @@ class DataCatalogClient {
2054
2212
  * @param CreateTermRelationshipRequest
2055
2213
  * @return CreateTermRelationshipResponse
2056
2214
  * @throws OciError when an error occurs
2057
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/CreateTermRelationship.ts.html |here} to see how to use CreateTermRelationship API.
2215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/CreateTermRelationship.ts.html |here} to see how to use CreateTermRelationship API.
2058
2216
  */
2059
2217
  createTermRelationship(createTermRelationshipRequest) {
2060
2218
  return __awaiter(this, void 0, void 0, function* () {
2061
- oci_common_2.logger.debug("Calling operation DataCatalogClient#createTermRelationship.");
2219
+ if (this.logger)
2220
+ this.logger.debug("Calling operation DataCatalogClient#createTermRelationship.");
2062
2221
  const operationName = "createTermRelationship";
2063
2222
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/TermRelationship/CreateTermRelationship";
2064
2223
  const pathParams = {
@@ -2074,6 +2233,8 @@ class DataCatalogClient {
2074
2233
  };
2075
2234
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2076
2235
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createTermRelationshipRequest.retryConfiguration, specRetryConfiguration);
2236
+ if (this.logger)
2237
+ retrier.logger = this.logger;
2077
2238
  const request = yield oci_common_2.composeRequest({
2078
2239
  baseEndpoint: this._endpoint,
2079
2240
  defaultHeaders: this._defaultHeaders,
@@ -2118,11 +2279,12 @@ class DataCatalogClient {
2118
2279
  * @param DeleteAttributeRequest
2119
2280
  * @return DeleteAttributeResponse
2120
2281
  * @throws OciError when an error occurs
2121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteAttribute.ts.html |here} to see how to use DeleteAttribute API.
2282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteAttribute.ts.html |here} to see how to use DeleteAttribute API.
2122
2283
  */
2123
2284
  deleteAttribute(deleteAttributeRequest) {
2124
2285
  return __awaiter(this, void 0, void 0, function* () {
2125
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteAttribute.");
2286
+ if (this.logger)
2287
+ this.logger.debug("Calling operation DataCatalogClient#deleteAttribute.");
2126
2288
  const operationName = "deleteAttribute";
2127
2289
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Attribute/DeleteAttribute";
2128
2290
  const pathParams = {
@@ -2139,6 +2301,8 @@ class DataCatalogClient {
2139
2301
  };
2140
2302
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2141
2303
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteAttributeRequest.retryConfiguration, specRetryConfiguration);
2304
+ if (this.logger)
2305
+ retrier.logger = this.logger;
2142
2306
  const request = yield oci_common_2.composeRequest({
2143
2307
  baseEndpoint: this._endpoint,
2144
2308
  defaultHeaders: this._defaultHeaders,
@@ -2173,11 +2337,12 @@ class DataCatalogClient {
2173
2337
  * @param DeleteAttributeTagRequest
2174
2338
  * @return DeleteAttributeTagResponse
2175
2339
  * @throws OciError when an error occurs
2176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteAttributeTag.ts.html |here} to see how to use DeleteAttributeTag API.
2340
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteAttributeTag.ts.html |here} to see how to use DeleteAttributeTag API.
2177
2341
  */
2178
2342
  deleteAttributeTag(deleteAttributeTagRequest) {
2179
2343
  return __awaiter(this, void 0, void 0, function* () {
2180
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteAttributeTag.");
2344
+ if (this.logger)
2345
+ this.logger.debug("Calling operation DataCatalogClient#deleteAttributeTag.");
2181
2346
  const operationName = "deleteAttributeTag";
2182
2347
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/AttributeTag/DeleteAttributeTag";
2183
2348
  const pathParams = {
@@ -2195,6 +2360,8 @@ class DataCatalogClient {
2195
2360
  };
2196
2361
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2197
2362
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteAttributeTagRequest.retryConfiguration, specRetryConfiguration);
2363
+ if (this.logger)
2364
+ retrier.logger = this.logger;
2198
2365
  const request = yield oci_common_2.composeRequest({
2199
2366
  baseEndpoint: this._endpoint,
2200
2367
  defaultHeaders: this._defaultHeaders,
@@ -2229,11 +2396,12 @@ class DataCatalogClient {
2229
2396
  * @param DeleteCatalogRequest
2230
2397
  * @return DeleteCatalogResponse
2231
2398
  * @throws OciError when an error occurs
2232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteCatalog.ts.html |here} to see how to use DeleteCatalog API.
2399
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteCatalog.ts.html |here} to see how to use DeleteCatalog API.
2233
2400
  */
2234
2401
  deleteCatalog(deleteCatalogRequest) {
2235
2402
  return __awaiter(this, void 0, void 0, function* () {
2236
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteCatalog.");
2403
+ if (this.logger)
2404
+ this.logger.debug("Calling operation DataCatalogClient#deleteCatalog.");
2237
2405
  const operationName = "deleteCatalog";
2238
2406
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/DeleteCatalog";
2239
2407
  const pathParams = {
@@ -2249,6 +2417,8 @@ class DataCatalogClient {
2249
2417
  };
2250
2418
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2251
2419
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteCatalogRequest.retryConfiguration, specRetryConfiguration);
2420
+ if (this.logger)
2421
+ retrier.logger = this.logger;
2252
2422
  const request = yield oci_common_2.composeRequest({
2253
2423
  baseEndpoint: this._endpoint,
2254
2424
  defaultHeaders: this._defaultHeaders,
@@ -2288,11 +2458,12 @@ class DataCatalogClient {
2288
2458
  * @param DeleteCatalogPrivateEndpointRequest
2289
2459
  * @return DeleteCatalogPrivateEndpointResponse
2290
2460
  * @throws OciError when an error occurs
2291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteCatalogPrivateEndpoint.ts.html |here} to see how to use DeleteCatalogPrivateEndpoint API.
2461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteCatalogPrivateEndpoint.ts.html |here} to see how to use DeleteCatalogPrivateEndpoint API.
2292
2462
  */
2293
2463
  deleteCatalogPrivateEndpoint(deleteCatalogPrivateEndpointRequest) {
2294
2464
  return __awaiter(this, void 0, void 0, function* () {
2295
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteCatalogPrivateEndpoint.");
2465
+ if (this.logger)
2466
+ this.logger.debug("Calling operation DataCatalogClient#deleteCatalogPrivateEndpoint.");
2296
2467
  const operationName = "deleteCatalogPrivateEndpoint";
2297
2468
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CatalogPrivateEndpoint/DeleteCatalogPrivateEndpoint";
2298
2469
  const pathParams = {
@@ -2308,6 +2479,8 @@ class DataCatalogClient {
2308
2479
  };
2309
2480
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2310
2481
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteCatalogPrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
2482
+ if (this.logger)
2483
+ retrier.logger = this.logger;
2311
2484
  const request = yield oci_common_2.composeRequest({
2312
2485
  baseEndpoint: this._endpoint,
2313
2486
  defaultHeaders: this._defaultHeaders,
@@ -2347,11 +2520,12 @@ class DataCatalogClient {
2347
2520
  * @param DeleteConnectionRequest
2348
2521
  * @return DeleteConnectionResponse
2349
2522
  * @throws OciError when an error occurs
2350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
2523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
2351
2524
  */
2352
2525
  deleteConnection(deleteConnectionRequest) {
2353
2526
  return __awaiter(this, void 0, void 0, function* () {
2354
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteConnection.");
2527
+ if (this.logger)
2528
+ this.logger.debug("Calling operation DataCatalogClient#deleteConnection.");
2355
2529
  const operationName = "deleteConnection";
2356
2530
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Connection/DeleteConnection";
2357
2531
  const pathParams = {
@@ -2367,6 +2541,8 @@ class DataCatalogClient {
2367
2541
  };
2368
2542
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2369
2543
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteConnectionRequest.retryConfiguration, specRetryConfiguration);
2544
+ if (this.logger)
2545
+ retrier.logger = this.logger;
2370
2546
  const request = yield oci_common_2.composeRequest({
2371
2547
  baseEndpoint: this._endpoint,
2372
2548
  defaultHeaders: this._defaultHeaders,
@@ -2401,11 +2577,12 @@ class DataCatalogClient {
2401
2577
  * @param DeleteCustomPropertyRequest
2402
2578
  * @return DeleteCustomPropertyResponse
2403
2579
  * @throws OciError when an error occurs
2404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteCustomProperty.ts.html |here} to see how to use DeleteCustomProperty API.
2580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteCustomProperty.ts.html |here} to see how to use DeleteCustomProperty API.
2405
2581
  */
2406
2582
  deleteCustomProperty(deleteCustomPropertyRequest) {
2407
2583
  return __awaiter(this, void 0, void 0, function* () {
2408
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteCustomProperty.");
2584
+ if (this.logger)
2585
+ this.logger.debug("Calling operation DataCatalogClient#deleteCustomProperty.");
2409
2586
  const operationName = "deleteCustomProperty";
2410
2587
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CustomProperty/DeleteCustomProperty";
2411
2588
  const pathParams = {
@@ -2421,6 +2598,8 @@ class DataCatalogClient {
2421
2598
  };
2422
2599
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2423
2600
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteCustomPropertyRequest.retryConfiguration, specRetryConfiguration);
2601
+ if (this.logger)
2602
+ retrier.logger = this.logger;
2424
2603
  const request = yield oci_common_2.composeRequest({
2425
2604
  baseEndpoint: this._endpoint,
2426
2605
  defaultHeaders: this._defaultHeaders,
@@ -2455,11 +2634,12 @@ class DataCatalogClient {
2455
2634
  * @param DeleteDataAssetRequest
2456
2635
  * @return DeleteDataAssetResponse
2457
2636
  * @throws OciError when an error occurs
2458
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
2637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteDataAsset.ts.html |here} to see how to use DeleteDataAsset API.
2459
2638
  */
2460
2639
  deleteDataAsset(deleteDataAssetRequest) {
2461
2640
  return __awaiter(this, void 0, void 0, function* () {
2462
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteDataAsset.");
2641
+ if (this.logger)
2642
+ this.logger.debug("Calling operation DataCatalogClient#deleteDataAsset.");
2463
2643
  const operationName = "deleteDataAsset";
2464
2644
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/DeleteDataAsset";
2465
2645
  const pathParams = {
@@ -2474,6 +2654,8 @@ class DataCatalogClient {
2474
2654
  };
2475
2655
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2476
2656
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDataAssetRequest.retryConfiguration, specRetryConfiguration);
2657
+ if (this.logger)
2658
+ retrier.logger = this.logger;
2477
2659
  const request = yield oci_common_2.composeRequest({
2478
2660
  baseEndpoint: this._endpoint,
2479
2661
  defaultHeaders: this._defaultHeaders,
@@ -2508,11 +2690,12 @@ class DataCatalogClient {
2508
2690
  * @param DeleteDataAssetTagRequest
2509
2691
  * @return DeleteDataAssetTagResponse
2510
2692
  * @throws OciError when an error occurs
2511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteDataAssetTag.ts.html |here} to see how to use DeleteDataAssetTag API.
2693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteDataAssetTag.ts.html |here} to see how to use DeleteDataAssetTag API.
2512
2694
  */
2513
2695
  deleteDataAssetTag(deleteDataAssetTagRequest) {
2514
2696
  return __awaiter(this, void 0, void 0, function* () {
2515
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteDataAssetTag.");
2697
+ if (this.logger)
2698
+ this.logger.debug("Calling operation DataCatalogClient#deleteDataAssetTag.");
2516
2699
  const operationName = "deleteDataAssetTag";
2517
2700
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAssetTag/DeleteDataAssetTag";
2518
2701
  const pathParams = {
@@ -2528,6 +2711,8 @@ class DataCatalogClient {
2528
2711
  };
2529
2712
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2530
2713
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDataAssetTagRequest.retryConfiguration, specRetryConfiguration);
2714
+ if (this.logger)
2715
+ retrier.logger = this.logger;
2531
2716
  const request = yield oci_common_2.composeRequest({
2532
2717
  baseEndpoint: this._endpoint,
2533
2718
  defaultHeaders: this._defaultHeaders,
@@ -2562,11 +2747,12 @@ class DataCatalogClient {
2562
2747
  * @param DeleteEntityRequest
2563
2748
  * @return DeleteEntityResponse
2564
2749
  * @throws OciError when an error occurs
2565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteEntity.ts.html |here} to see how to use DeleteEntity API.
2750
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteEntity.ts.html |here} to see how to use DeleteEntity API.
2566
2751
  */
2567
2752
  deleteEntity(deleteEntityRequest) {
2568
2753
  return __awaiter(this, void 0, void 0, function* () {
2569
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteEntity.");
2754
+ if (this.logger)
2755
+ this.logger.debug("Calling operation DataCatalogClient#deleteEntity.");
2570
2756
  const operationName = "deleteEntity";
2571
2757
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Entity/DeleteEntity";
2572
2758
  const pathParams = {
@@ -2582,6 +2768,8 @@ class DataCatalogClient {
2582
2768
  };
2583
2769
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2584
2770
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteEntityRequest.retryConfiguration, specRetryConfiguration);
2771
+ if (this.logger)
2772
+ retrier.logger = this.logger;
2585
2773
  const request = yield oci_common_2.composeRequest({
2586
2774
  baseEndpoint: this._endpoint,
2587
2775
  defaultHeaders: this._defaultHeaders,
@@ -2616,11 +2804,12 @@ class DataCatalogClient {
2616
2804
  * @param DeleteEntityTagRequest
2617
2805
  * @return DeleteEntityTagResponse
2618
2806
  * @throws OciError when an error occurs
2619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteEntityTag.ts.html |here} to see how to use DeleteEntityTag API.
2807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteEntityTag.ts.html |here} to see how to use DeleteEntityTag API.
2620
2808
  */
2621
2809
  deleteEntityTag(deleteEntityTagRequest) {
2622
2810
  return __awaiter(this, void 0, void 0, function* () {
2623
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteEntityTag.");
2811
+ if (this.logger)
2812
+ this.logger.debug("Calling operation DataCatalogClient#deleteEntityTag.");
2624
2813
  const operationName = "deleteEntityTag";
2625
2814
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/EntityTag/DeleteEntityTag";
2626
2815
  const pathParams = {
@@ -2637,6 +2826,8 @@ class DataCatalogClient {
2637
2826
  };
2638
2827
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2639
2828
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteEntityTagRequest.retryConfiguration, specRetryConfiguration);
2829
+ if (this.logger)
2830
+ retrier.logger = this.logger;
2640
2831
  const request = yield oci_common_2.composeRequest({
2641
2832
  baseEndpoint: this._endpoint,
2642
2833
  defaultHeaders: this._defaultHeaders,
@@ -2671,11 +2862,12 @@ class DataCatalogClient {
2671
2862
  * @param DeleteFolderRequest
2672
2863
  * @return DeleteFolderResponse
2673
2864
  * @throws OciError when an error occurs
2674
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
2865
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteFolder.ts.html |here} to see how to use DeleteFolder API.
2675
2866
  */
2676
2867
  deleteFolder(deleteFolderRequest) {
2677
2868
  return __awaiter(this, void 0, void 0, function* () {
2678
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteFolder.");
2869
+ if (this.logger)
2870
+ this.logger.debug("Calling operation DataCatalogClient#deleteFolder.");
2679
2871
  const operationName = "deleteFolder";
2680
2872
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Folder/DeleteFolder";
2681
2873
  const pathParams = {
@@ -2691,6 +2883,8 @@ class DataCatalogClient {
2691
2883
  };
2692
2884
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2693
2885
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteFolderRequest.retryConfiguration, specRetryConfiguration);
2886
+ if (this.logger)
2887
+ retrier.logger = this.logger;
2694
2888
  const request = yield oci_common_2.composeRequest({
2695
2889
  baseEndpoint: this._endpoint,
2696
2890
  defaultHeaders: this._defaultHeaders,
@@ -2725,11 +2919,12 @@ class DataCatalogClient {
2725
2919
  * @param DeleteFolderTagRequest
2726
2920
  * @return DeleteFolderTagResponse
2727
2921
  * @throws OciError when an error occurs
2728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteFolderTag.ts.html |here} to see how to use DeleteFolderTag API.
2922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteFolderTag.ts.html |here} to see how to use DeleteFolderTag API.
2729
2923
  */
2730
2924
  deleteFolderTag(deleteFolderTagRequest) {
2731
2925
  return __awaiter(this, void 0, void 0, function* () {
2732
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteFolderTag.");
2926
+ if (this.logger)
2927
+ this.logger.debug("Calling operation DataCatalogClient#deleteFolderTag.");
2733
2928
  const operationName = "deleteFolderTag";
2734
2929
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/FolderTag/DeleteFolderTag";
2735
2930
  const pathParams = {
@@ -2746,6 +2941,8 @@ class DataCatalogClient {
2746
2941
  };
2747
2942
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2748
2943
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteFolderTagRequest.retryConfiguration, specRetryConfiguration);
2944
+ if (this.logger)
2945
+ retrier.logger = this.logger;
2749
2946
  const request = yield oci_common_2.composeRequest({
2750
2947
  baseEndpoint: this._endpoint,
2751
2948
  defaultHeaders: this._defaultHeaders,
@@ -2780,11 +2977,12 @@ class DataCatalogClient {
2780
2977
  * @param DeleteGlossaryRequest
2781
2978
  * @return DeleteGlossaryResponse
2782
2979
  * @throws OciError when an error occurs
2783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteGlossary.ts.html |here} to see how to use DeleteGlossary API.
2980
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteGlossary.ts.html |here} to see how to use DeleteGlossary API.
2784
2981
  */
2785
2982
  deleteGlossary(deleteGlossaryRequest) {
2786
2983
  return __awaiter(this, void 0, void 0, function* () {
2787
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteGlossary.");
2984
+ if (this.logger)
2985
+ this.logger.debug("Calling operation DataCatalogClient#deleteGlossary.");
2788
2986
  const operationName = "deleteGlossary";
2789
2987
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Glossary/DeleteGlossary";
2790
2988
  const pathParams = {
@@ -2799,6 +2997,8 @@ class DataCatalogClient {
2799
2997
  };
2800
2998
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2801
2999
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteGlossaryRequest.retryConfiguration, specRetryConfiguration);
3000
+ if (this.logger)
3001
+ retrier.logger = this.logger;
2802
3002
  const request = yield oci_common_2.composeRequest({
2803
3003
  baseEndpoint: this._endpoint,
2804
3004
  defaultHeaders: this._defaultHeaders,
@@ -2833,11 +3033,12 @@ class DataCatalogClient {
2833
3033
  * @param DeleteJobRequest
2834
3034
  * @return DeleteJobResponse
2835
3035
  * @throws OciError when an error occurs
2836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteJob.ts.html |here} to see how to use DeleteJob API.
3036
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteJob.ts.html |here} to see how to use DeleteJob API.
2837
3037
  */
2838
3038
  deleteJob(deleteJobRequest) {
2839
3039
  return __awaiter(this, void 0, void 0, function* () {
2840
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteJob.");
3040
+ if (this.logger)
3041
+ this.logger.debug("Calling operation DataCatalogClient#deleteJob.");
2841
3042
  const operationName = "deleteJob";
2842
3043
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Job/DeleteJob";
2843
3044
  const pathParams = {
@@ -2852,6 +3053,8 @@ class DataCatalogClient {
2852
3053
  };
2853
3054
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2854
3055
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteJobRequest.retryConfiguration, specRetryConfiguration);
3056
+ if (this.logger)
3057
+ retrier.logger = this.logger;
2855
3058
  const request = yield oci_common_2.composeRequest({
2856
3059
  baseEndpoint: this._endpoint,
2857
3060
  defaultHeaders: this._defaultHeaders,
@@ -2886,11 +3089,12 @@ class DataCatalogClient {
2886
3089
  * @param DeleteJobDefinitionRequest
2887
3090
  * @return DeleteJobDefinitionResponse
2888
3091
  * @throws OciError when an error occurs
2889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteJobDefinition.ts.html |here} to see how to use DeleteJobDefinition API.
3092
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteJobDefinition.ts.html |here} to see how to use DeleteJobDefinition API.
2890
3093
  */
2891
3094
  deleteJobDefinition(deleteJobDefinitionRequest) {
2892
3095
  return __awaiter(this, void 0, void 0, function* () {
2893
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteJobDefinition.");
3096
+ if (this.logger)
3097
+ this.logger.debug("Calling operation DataCatalogClient#deleteJobDefinition.");
2894
3098
  const operationName = "deleteJobDefinition";
2895
3099
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobDefinition/DeleteJobDefinition";
2896
3100
  const pathParams = {
@@ -2905,6 +3109,8 @@ class DataCatalogClient {
2905
3109
  };
2906
3110
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2907
3111
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteJobDefinitionRequest.retryConfiguration, specRetryConfiguration);
3112
+ if (this.logger)
3113
+ retrier.logger = this.logger;
2908
3114
  const request = yield oci_common_2.composeRequest({
2909
3115
  baseEndpoint: this._endpoint,
2910
3116
  defaultHeaders: this._defaultHeaders,
@@ -2939,11 +3145,12 @@ class DataCatalogClient {
2939
3145
  * @param DeleteMetastoreRequest
2940
3146
  * @return DeleteMetastoreResponse
2941
3147
  * @throws OciError when an error occurs
2942
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteMetastore.ts.html |here} to see how to use DeleteMetastore API.
3148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteMetastore.ts.html |here} to see how to use DeleteMetastore API.
2943
3149
  */
2944
3150
  deleteMetastore(deleteMetastoreRequest) {
2945
3151
  return __awaiter(this, void 0, void 0, function* () {
2946
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteMetastore.");
3152
+ if (this.logger)
3153
+ this.logger.debug("Calling operation DataCatalogClient#deleteMetastore.");
2947
3154
  const operationName = "deleteMetastore";
2948
3155
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Metastore/DeleteMetastore";
2949
3156
  const pathParams = {
@@ -2959,6 +3166,8 @@ class DataCatalogClient {
2959
3166
  };
2960
3167
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
2961
3168
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteMetastoreRequest.retryConfiguration, specRetryConfiguration);
3169
+ if (this.logger)
3170
+ retrier.logger = this.logger;
2962
3171
  const request = yield oci_common_2.composeRequest({
2963
3172
  baseEndpoint: this._endpoint,
2964
3173
  defaultHeaders: this._defaultHeaders,
@@ -2998,11 +3207,12 @@ class DataCatalogClient {
2998
3207
  * @param DeleteNamespaceRequest
2999
3208
  * @return DeleteNamespaceResponse
3000
3209
  * @throws OciError when an error occurs
3001
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteNamespace.ts.html |here} to see how to use DeleteNamespace API.
3210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteNamespace.ts.html |here} to see how to use DeleteNamespace API.
3002
3211
  */
3003
3212
  deleteNamespace(deleteNamespaceRequest) {
3004
3213
  return __awaiter(this, void 0, void 0, function* () {
3005
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteNamespace.");
3214
+ if (this.logger)
3215
+ this.logger.debug("Calling operation DataCatalogClient#deleteNamespace.");
3006
3216
  const operationName = "deleteNamespace";
3007
3217
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Namespace/DeleteNamespace";
3008
3218
  const pathParams = {
@@ -3017,6 +3227,8 @@ class DataCatalogClient {
3017
3227
  };
3018
3228
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3019
3229
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteNamespaceRequest.retryConfiguration, specRetryConfiguration);
3230
+ if (this.logger)
3231
+ retrier.logger = this.logger;
3020
3232
  const request = yield oci_common_2.composeRequest({
3021
3233
  baseEndpoint: this._endpoint,
3022
3234
  defaultHeaders: this._defaultHeaders,
@@ -3051,11 +3263,12 @@ class DataCatalogClient {
3051
3263
  * @param DeletePatternRequest
3052
3264
  * @return DeletePatternResponse
3053
3265
  * @throws OciError when an error occurs
3054
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeletePattern.ts.html |here} to see how to use DeletePattern API.
3266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeletePattern.ts.html |here} to see how to use DeletePattern API.
3055
3267
  */
3056
3268
  deletePattern(deletePatternRequest) {
3057
3269
  return __awaiter(this, void 0, void 0, function* () {
3058
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deletePattern.");
3270
+ if (this.logger)
3271
+ this.logger.debug("Calling operation DataCatalogClient#deletePattern.");
3059
3272
  const operationName = "deletePattern";
3060
3273
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Pattern/DeletePattern";
3061
3274
  const pathParams = {
@@ -3070,6 +3283,8 @@ class DataCatalogClient {
3070
3283
  };
3071
3284
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3072
3285
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deletePatternRequest.retryConfiguration, specRetryConfiguration);
3286
+ if (this.logger)
3287
+ retrier.logger = this.logger;
3073
3288
  const request = yield oci_common_2.composeRequest({
3074
3289
  baseEndpoint: this._endpoint,
3075
3290
  defaultHeaders: this._defaultHeaders,
@@ -3104,11 +3319,12 @@ class DataCatalogClient {
3104
3319
  * @param DeleteTermRequest
3105
3320
  * @return DeleteTermResponse
3106
3321
  * @throws OciError when an error occurs
3107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
3322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteTerm.ts.html |here} to see how to use DeleteTerm API.
3108
3323
  */
3109
3324
  deleteTerm(deleteTermRequest) {
3110
3325
  return __awaiter(this, void 0, void 0, function* () {
3111
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteTerm.");
3326
+ if (this.logger)
3327
+ this.logger.debug("Calling operation DataCatalogClient#deleteTerm.");
3112
3328
  const operationName = "deleteTerm";
3113
3329
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Term/DeleteTerm";
3114
3330
  const pathParams = {
@@ -3124,6 +3340,8 @@ class DataCatalogClient {
3124
3340
  };
3125
3341
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3126
3342
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTermRequest.retryConfiguration, specRetryConfiguration);
3343
+ if (this.logger)
3344
+ retrier.logger = this.logger;
3127
3345
  const request = yield oci_common_2.composeRequest({
3128
3346
  baseEndpoint: this._endpoint,
3129
3347
  defaultHeaders: this._defaultHeaders,
@@ -3158,11 +3376,12 @@ class DataCatalogClient {
3158
3376
  * @param DeleteTermRelationshipRequest
3159
3377
  * @return DeleteTermRelationshipResponse
3160
3378
  * @throws OciError when an error occurs
3161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DeleteTermRelationship.ts.html |here} to see how to use DeleteTermRelationship API.
3379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DeleteTermRelationship.ts.html |here} to see how to use DeleteTermRelationship API.
3162
3380
  */
3163
3381
  deleteTermRelationship(deleteTermRelationshipRequest) {
3164
3382
  return __awaiter(this, void 0, void 0, function* () {
3165
- oci_common_2.logger.debug("Calling operation DataCatalogClient#deleteTermRelationship.");
3383
+ if (this.logger)
3384
+ this.logger.debug("Calling operation DataCatalogClient#deleteTermRelationship.");
3166
3385
  const operationName = "deleteTermRelationship";
3167
3386
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/TermRelationship/DeleteTermRelationship";
3168
3387
  const pathParams = {
@@ -3179,6 +3398,8 @@ class DataCatalogClient {
3179
3398
  };
3180
3399
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3181
3400
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteTermRelationshipRequest.retryConfiguration, specRetryConfiguration);
3401
+ if (this.logger)
3402
+ retrier.logger = this.logger;
3182
3403
  const request = yield oci_common_2.composeRequest({
3183
3404
  baseEndpoint: this._endpoint,
3184
3405
  defaultHeaders: this._defaultHeaders,
@@ -3213,11 +3434,12 @@ class DataCatalogClient {
3213
3434
  * @param DetachCatalogPrivateEndpointRequest
3214
3435
  * @return DetachCatalogPrivateEndpointResponse
3215
3436
  * @throws OciError when an error occurs
3216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DetachCatalogPrivateEndpoint.ts.html |here} to see how to use DetachCatalogPrivateEndpoint API.
3437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DetachCatalogPrivateEndpoint.ts.html |here} to see how to use DetachCatalogPrivateEndpoint API.
3217
3438
  */
3218
3439
  detachCatalogPrivateEndpoint(detachCatalogPrivateEndpointRequest) {
3219
3440
  return __awaiter(this, void 0, void 0, function* () {
3220
- oci_common_2.logger.debug("Calling operation DataCatalogClient#detachCatalogPrivateEndpoint.");
3441
+ if (this.logger)
3442
+ this.logger.debug("Calling operation DataCatalogClient#detachCatalogPrivateEndpoint.");
3221
3443
  const operationName = "detachCatalogPrivateEndpoint";
3222
3444
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/DetachCatalogPrivateEndpoint";
3223
3445
  const pathParams = {
@@ -3233,6 +3455,8 @@ class DataCatalogClient {
3233
3455
  };
3234
3456
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3235
3457
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, detachCatalogPrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
3458
+ if (this.logger)
3459
+ retrier.logger = this.logger;
3236
3460
  const request = yield oci_common_2.composeRequest({
3237
3461
  baseEndpoint: this._endpoint,
3238
3462
  defaultHeaders: this._defaultHeaders,
@@ -3273,11 +3497,12 @@ class DataCatalogClient {
3273
3497
  * @param DisassociateCustomPropertyRequest
3274
3498
  * @return DisassociateCustomPropertyResponse
3275
3499
  * @throws OciError when an error occurs
3276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/DisassociateCustomProperty.ts.html |here} to see how to use DisassociateCustomProperty API.
3500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/DisassociateCustomProperty.ts.html |here} to see how to use DisassociateCustomProperty API.
3277
3501
  */
3278
3502
  disassociateCustomProperty(disassociateCustomPropertyRequest) {
3279
3503
  return __awaiter(this, void 0, void 0, function* () {
3280
- oci_common_2.logger.debug("Calling operation DataCatalogClient#disassociateCustomProperty.");
3504
+ if (this.logger)
3505
+ this.logger.debug("Calling operation DataCatalogClient#disassociateCustomProperty.");
3281
3506
  const operationName = "disassociateCustomProperty";
3282
3507
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Type/DisassociateCustomProperty";
3283
3508
  const pathParams = {
@@ -3293,6 +3518,8 @@ class DataCatalogClient {
3293
3518
  };
3294
3519
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3295
3520
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, disassociateCustomPropertyRequest.retryConfiguration, specRetryConfiguration);
3521
+ if (this.logger)
3522
+ retrier.logger = this.logger;
3296
3523
  const request = yield oci_common_2.composeRequest({
3297
3524
  baseEndpoint: this._endpoint,
3298
3525
  defaultHeaders: this._defaultHeaders,
@@ -3337,11 +3564,12 @@ class DataCatalogClient {
3337
3564
  * @param ExpandTreeForGlossaryRequest
3338
3565
  * @return ExpandTreeForGlossaryResponse
3339
3566
  * @throws OciError when an error occurs
3340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ExpandTreeForGlossary.ts.html |here} to see how to use ExpandTreeForGlossary API.
3567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ExpandTreeForGlossary.ts.html |here} to see how to use ExpandTreeForGlossary API.
3341
3568
  */
3342
3569
  expandTreeForGlossary(expandTreeForGlossaryRequest) {
3343
3570
  return __awaiter(this, void 0, void 0, function* () {
3344
- oci_common_2.logger.debug("Calling operation DataCatalogClient#expandTreeForGlossary.");
3571
+ if (this.logger)
3572
+ this.logger.debug("Calling operation DataCatalogClient#expandTreeForGlossary.");
3345
3573
  const operationName = "expandTreeForGlossary";
3346
3574
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Glossary/ExpandTreeForGlossary";
3347
3575
  const pathParams = {
@@ -3356,6 +3584,8 @@ class DataCatalogClient {
3356
3584
  };
3357
3585
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3358
3586
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, expandTreeForGlossaryRequest.retryConfiguration, specRetryConfiguration);
3587
+ if (this.logger)
3588
+ retrier.logger = this.logger;
3359
3589
  const request = yield oci_common_2.composeRequest({
3360
3590
  baseEndpoint: this._endpoint,
3361
3591
  defaultHeaders: this._defaultHeaders,
@@ -3399,11 +3629,12 @@ class DataCatalogClient {
3399
3629
  * @param ExportGlossaryRequest
3400
3630
  * @return ExportGlossaryResponse
3401
3631
  * @throws OciError when an error occurs
3402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ExportGlossary.ts.html |here} to see how to use ExportGlossary API.
3632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ExportGlossary.ts.html |here} to see how to use ExportGlossary API.
3403
3633
  */
3404
3634
  exportGlossary(exportGlossaryRequest) {
3405
3635
  return __awaiter(this, void 0, void 0, function* () {
3406
- oci_common_2.logger.debug("Calling operation DataCatalogClient#exportGlossary.");
3636
+ if (this.logger)
3637
+ this.logger.debug("Calling operation DataCatalogClient#exportGlossary.");
3407
3638
  const operationName = "exportGlossary";
3408
3639
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Glossary/ExportGlossary";
3409
3640
  const pathParams = {
@@ -3420,6 +3651,8 @@ class DataCatalogClient {
3420
3651
  };
3421
3652
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
3422
3653
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, exportGlossaryRequest.retryConfiguration, specRetryConfiguration);
3654
+ if (this.logger)
3655
+ retrier.logger = this.logger;
3423
3656
  const request = yield oci_common_2.composeRequest({
3424
3657
  baseEndpoint: this._endpoint,
3425
3658
  defaultHeaders: this._defaultHeaders,
@@ -3463,11 +3696,12 @@ class DataCatalogClient {
3463
3696
  * @param FetchEntityLineageRequest
3464
3697
  * @return FetchEntityLineageResponse
3465
3698
  * @throws OciError when an error occurs
3466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/FetchEntityLineage.ts.html |here} to see how to use FetchEntityLineage API.
3699
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/FetchEntityLineage.ts.html |here} to see how to use FetchEntityLineage API.
3467
3700
  */
3468
3701
  fetchEntityLineage(fetchEntityLineageRequest) {
3469
3702
  return __awaiter(this, void 0, void 0, function* () {
3470
- oci_common_2.logger.debug("Calling operation DataCatalogClient#fetchEntityLineage.");
3703
+ if (this.logger)
3704
+ this.logger.debug("Calling operation DataCatalogClient#fetchEntityLineage.");
3471
3705
  const operationName = "fetchEntityLineage";
3472
3706
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Entity/FetchEntityLineage";
3473
3707
  const pathParams = {
@@ -3486,6 +3720,8 @@ class DataCatalogClient {
3486
3720
  };
3487
3721
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3488
3722
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, fetchEntityLineageRequest.retryConfiguration, specRetryConfiguration);
3723
+ if (this.logger)
3724
+ retrier.logger = this.logger;
3489
3725
  const request = yield oci_common_2.composeRequest({
3490
3726
  baseEndpoint: this._endpoint,
3491
3727
  defaultHeaders: this._defaultHeaders,
@@ -3530,11 +3766,12 @@ class DataCatalogClient {
3530
3766
  * @param GetAttributeRequest
3531
3767
  * @return GetAttributeResponse
3532
3768
  * @throws OciError when an error occurs
3533
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetAttribute.ts.html |here} to see how to use GetAttribute API.
3769
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetAttribute.ts.html |here} to see how to use GetAttribute API.
3534
3770
  */
3535
3771
  getAttribute(getAttributeRequest) {
3536
3772
  return __awaiter(this, void 0, void 0, function* () {
3537
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getAttribute.");
3773
+ if (this.logger)
3774
+ this.logger.debug("Calling operation DataCatalogClient#getAttribute.");
3538
3775
  const operationName = "getAttribute";
3539
3776
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Attribute/GetAttribute";
3540
3777
  const pathParams = {
@@ -3553,6 +3790,8 @@ class DataCatalogClient {
3553
3790
  };
3554
3791
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3555
3792
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAttributeRequest.retryConfiguration, specRetryConfiguration);
3793
+ if (this.logger)
3794
+ retrier.logger = this.logger;
3556
3795
  const request = yield oci_common_2.composeRequest({
3557
3796
  baseEndpoint: this._endpoint,
3558
3797
  defaultHeaders: this._defaultHeaders,
@@ -3596,11 +3835,12 @@ class DataCatalogClient {
3596
3835
  * @param GetAttributeTagRequest
3597
3836
  * @return GetAttributeTagResponse
3598
3837
  * @throws OciError when an error occurs
3599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetAttributeTag.ts.html |here} to see how to use GetAttributeTag API.
3838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetAttributeTag.ts.html |here} to see how to use GetAttributeTag API.
3600
3839
  */
3601
3840
  getAttributeTag(getAttributeTagRequest) {
3602
3841
  return __awaiter(this, void 0, void 0, function* () {
3603
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getAttributeTag.");
3842
+ if (this.logger)
3843
+ this.logger.debug("Calling operation DataCatalogClient#getAttributeTag.");
3604
3844
  const operationName = "getAttributeTag";
3605
3845
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/AttributeTag/GetAttributeTag";
3606
3846
  const pathParams = {
@@ -3619,6 +3859,8 @@ class DataCatalogClient {
3619
3859
  };
3620
3860
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3621
3861
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAttributeTagRequest.retryConfiguration, specRetryConfiguration);
3862
+ if (this.logger)
3863
+ retrier.logger = this.logger;
3622
3864
  const request = yield oci_common_2.composeRequest({
3623
3865
  baseEndpoint: this._endpoint,
3624
3866
  defaultHeaders: this._defaultHeaders,
@@ -3662,11 +3904,12 @@ class DataCatalogClient {
3662
3904
  * @param GetCatalogRequest
3663
3905
  * @return GetCatalogResponse
3664
3906
  * @throws OciError when an error occurs
3665
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetCatalog.ts.html |here} to see how to use GetCatalog API.
3907
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetCatalog.ts.html |here} to see how to use GetCatalog API.
3666
3908
  */
3667
3909
  getCatalog(getCatalogRequest) {
3668
3910
  return __awaiter(this, void 0, void 0, function* () {
3669
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getCatalog.");
3911
+ if (this.logger)
3912
+ this.logger.debug("Calling operation DataCatalogClient#getCatalog.");
3670
3913
  const operationName = "getCatalog";
3671
3914
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/GetCatalog";
3672
3915
  const pathParams = {
@@ -3679,6 +3922,8 @@ class DataCatalogClient {
3679
3922
  };
3680
3923
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3681
3924
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCatalogRequest.retryConfiguration, specRetryConfiguration);
3925
+ if (this.logger)
3926
+ retrier.logger = this.logger;
3682
3927
  const request = yield oci_common_2.composeRequest({
3683
3928
  baseEndpoint: this._endpoint,
3684
3929
  defaultHeaders: this._defaultHeaders,
@@ -3722,11 +3967,12 @@ class DataCatalogClient {
3722
3967
  * @param GetCatalogPrivateEndpointRequest
3723
3968
  * @return GetCatalogPrivateEndpointResponse
3724
3969
  * @throws OciError when an error occurs
3725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetCatalogPrivateEndpoint.ts.html |here} to see how to use GetCatalogPrivateEndpoint API.
3970
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetCatalogPrivateEndpoint.ts.html |here} to see how to use GetCatalogPrivateEndpoint API.
3726
3971
  */
3727
3972
  getCatalogPrivateEndpoint(getCatalogPrivateEndpointRequest) {
3728
3973
  return __awaiter(this, void 0, void 0, function* () {
3729
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getCatalogPrivateEndpoint.");
3974
+ if (this.logger)
3975
+ this.logger.debug("Calling operation DataCatalogClient#getCatalogPrivateEndpoint.");
3730
3976
  const operationName = "getCatalogPrivateEndpoint";
3731
3977
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CatalogPrivateEndpoint/GetCatalogPrivateEndpoint";
3732
3978
  const pathParams = {
@@ -3739,6 +3985,8 @@ class DataCatalogClient {
3739
3985
  };
3740
3986
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3741
3987
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCatalogPrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
3988
+ if (this.logger)
3989
+ retrier.logger = this.logger;
3742
3990
  const request = yield oci_common_2.composeRequest({
3743
3991
  baseEndpoint: this._endpoint,
3744
3992
  defaultHeaders: this._defaultHeaders,
@@ -3782,11 +4030,12 @@ class DataCatalogClient {
3782
4030
  * @param GetConnectionRequest
3783
4031
  * @return GetConnectionResponse
3784
4032
  * @throws OciError when an error occurs
3785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetConnection.ts.html |here} to see how to use GetConnection API.
4033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetConnection.ts.html |here} to see how to use GetConnection API.
3786
4034
  */
3787
4035
  getConnection(getConnectionRequest) {
3788
4036
  return __awaiter(this, void 0, void 0, function* () {
3789
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getConnection.");
4037
+ if (this.logger)
4038
+ this.logger.debug("Calling operation DataCatalogClient#getConnection.");
3790
4039
  const operationName = "getConnection";
3791
4040
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Connection/GetConnection";
3792
4041
  const pathParams = {
@@ -3803,6 +4052,8 @@ class DataCatalogClient {
3803
4052
  };
3804
4053
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3805
4054
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getConnectionRequest.retryConfiguration, specRetryConfiguration);
4055
+ if (this.logger)
4056
+ retrier.logger = this.logger;
3806
4057
  const request = yield oci_common_2.composeRequest({
3807
4058
  baseEndpoint: this._endpoint,
3808
4059
  defaultHeaders: this._defaultHeaders,
@@ -3846,11 +4097,12 @@ class DataCatalogClient {
3846
4097
  * @param GetCustomPropertyRequest
3847
4098
  * @return GetCustomPropertyResponse
3848
4099
  * @throws OciError when an error occurs
3849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetCustomProperty.ts.html |here} to see how to use GetCustomProperty API.
4100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetCustomProperty.ts.html |here} to see how to use GetCustomProperty API.
3850
4101
  */
3851
4102
  getCustomProperty(getCustomPropertyRequest) {
3852
4103
  return __awaiter(this, void 0, void 0, function* () {
3853
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getCustomProperty.");
4104
+ if (this.logger)
4105
+ this.logger.debug("Calling operation DataCatalogClient#getCustomProperty.");
3854
4106
  const operationName = "getCustomProperty";
3855
4107
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CustomProperty/GetCustomProperty";
3856
4108
  const pathParams = {
@@ -3867,6 +4119,8 @@ class DataCatalogClient {
3867
4119
  };
3868
4120
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3869
4121
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getCustomPropertyRequest.retryConfiguration, specRetryConfiguration);
4122
+ if (this.logger)
4123
+ retrier.logger = this.logger;
3870
4124
  const request = yield oci_common_2.composeRequest({
3871
4125
  baseEndpoint: this._endpoint,
3872
4126
  defaultHeaders: this._defaultHeaders,
@@ -3910,11 +4164,12 @@ class DataCatalogClient {
3910
4164
  * @param GetDataAssetRequest
3911
4165
  * @return GetDataAssetResponse
3912
4166
  * @throws OciError when an error occurs
3913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
4167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetDataAsset.ts.html |here} to see how to use GetDataAsset API.
3914
4168
  */
3915
4169
  getDataAsset(getDataAssetRequest) {
3916
4170
  return __awaiter(this, void 0, void 0, function* () {
3917
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getDataAsset.");
4171
+ if (this.logger)
4172
+ this.logger.debug("Calling operation DataCatalogClient#getDataAsset.");
3918
4173
  const operationName = "getDataAsset";
3919
4174
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/GetDataAsset";
3920
4175
  const pathParams = {
@@ -3930,6 +4185,8 @@ class DataCatalogClient {
3930
4185
  };
3931
4186
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3932
4187
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataAssetRequest.retryConfiguration, specRetryConfiguration);
4188
+ if (this.logger)
4189
+ retrier.logger = this.logger;
3933
4190
  const request = yield oci_common_2.composeRequest({
3934
4191
  baseEndpoint: this._endpoint,
3935
4192
  defaultHeaders: this._defaultHeaders,
@@ -3973,11 +4230,12 @@ class DataCatalogClient {
3973
4230
  * @param GetDataAssetTagRequest
3974
4231
  * @return GetDataAssetTagResponse
3975
4232
  * @throws OciError when an error occurs
3976
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetDataAssetTag.ts.html |here} to see how to use GetDataAssetTag API.
4233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetDataAssetTag.ts.html |here} to see how to use GetDataAssetTag API.
3977
4234
  */
3978
4235
  getDataAssetTag(getDataAssetTagRequest) {
3979
4236
  return __awaiter(this, void 0, void 0, function* () {
3980
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getDataAssetTag.");
4237
+ if (this.logger)
4238
+ this.logger.debug("Calling operation DataCatalogClient#getDataAssetTag.");
3981
4239
  const operationName = "getDataAssetTag";
3982
4240
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAssetTag/GetDataAssetTag";
3983
4241
  const pathParams = {
@@ -3994,6 +4252,8 @@ class DataCatalogClient {
3994
4252
  };
3995
4253
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
3996
4254
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataAssetTagRequest.retryConfiguration, specRetryConfiguration);
4255
+ if (this.logger)
4256
+ retrier.logger = this.logger;
3997
4257
  const request = yield oci_common_2.composeRequest({
3998
4258
  baseEndpoint: this._endpoint,
3999
4259
  defaultHeaders: this._defaultHeaders,
@@ -4037,11 +4297,12 @@ class DataCatalogClient {
4037
4297
  * @param GetEntityRequest
4038
4298
  * @return GetEntityResponse
4039
4299
  * @throws OciError when an error occurs
4040
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetEntity.ts.html |here} to see how to use GetEntity API.
4300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetEntity.ts.html |here} to see how to use GetEntity API.
4041
4301
  */
4042
4302
  getEntity(getEntityRequest) {
4043
4303
  return __awaiter(this, void 0, void 0, function* () {
4044
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getEntity.");
4304
+ if (this.logger)
4305
+ this.logger.debug("Calling operation DataCatalogClient#getEntity.");
4045
4306
  const operationName = "getEntity";
4046
4307
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Entity/GetEntity";
4047
4308
  const pathParams = {
@@ -4059,6 +4320,8 @@ class DataCatalogClient {
4059
4320
  };
4060
4321
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4061
4322
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getEntityRequest.retryConfiguration, specRetryConfiguration);
4323
+ if (this.logger)
4324
+ retrier.logger = this.logger;
4062
4325
  const request = yield oci_common_2.composeRequest({
4063
4326
  baseEndpoint: this._endpoint,
4064
4327
  defaultHeaders: this._defaultHeaders,
@@ -4102,11 +4365,12 @@ class DataCatalogClient {
4102
4365
  * @param GetEntityTagRequest
4103
4366
  * @return GetEntityTagResponse
4104
4367
  * @throws OciError when an error occurs
4105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetEntityTag.ts.html |here} to see how to use GetEntityTag API.
4368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetEntityTag.ts.html |here} to see how to use GetEntityTag API.
4106
4369
  */
4107
4370
  getEntityTag(getEntityTagRequest) {
4108
4371
  return __awaiter(this, void 0, void 0, function* () {
4109
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getEntityTag.");
4372
+ if (this.logger)
4373
+ this.logger.debug("Calling operation DataCatalogClient#getEntityTag.");
4110
4374
  const operationName = "getEntityTag";
4111
4375
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/EntityTag/GetEntityTag";
4112
4376
  const pathParams = {
@@ -4124,6 +4388,8 @@ class DataCatalogClient {
4124
4388
  };
4125
4389
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4126
4390
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getEntityTagRequest.retryConfiguration, specRetryConfiguration);
4391
+ if (this.logger)
4392
+ retrier.logger = this.logger;
4127
4393
  const request = yield oci_common_2.composeRequest({
4128
4394
  baseEndpoint: this._endpoint,
4129
4395
  defaultHeaders: this._defaultHeaders,
@@ -4167,11 +4433,12 @@ class DataCatalogClient {
4167
4433
  * @param GetFolderRequest
4168
4434
  * @return GetFolderResponse
4169
4435
  * @throws OciError when an error occurs
4170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetFolder.ts.html |here} to see how to use GetFolder API.
4436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetFolder.ts.html |here} to see how to use GetFolder API.
4171
4437
  */
4172
4438
  getFolder(getFolderRequest) {
4173
4439
  return __awaiter(this, void 0, void 0, function* () {
4174
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getFolder.");
4440
+ if (this.logger)
4441
+ this.logger.debug("Calling operation DataCatalogClient#getFolder.");
4175
4442
  const operationName = "getFolder";
4176
4443
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Folder/GetFolder";
4177
4444
  const pathParams = {
@@ -4189,6 +4456,8 @@ class DataCatalogClient {
4189
4456
  };
4190
4457
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4191
4458
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFolderRequest.retryConfiguration, specRetryConfiguration);
4459
+ if (this.logger)
4460
+ retrier.logger = this.logger;
4192
4461
  const request = yield oci_common_2.composeRequest({
4193
4462
  baseEndpoint: this._endpoint,
4194
4463
  defaultHeaders: this._defaultHeaders,
@@ -4232,11 +4501,12 @@ class DataCatalogClient {
4232
4501
  * @param GetFolderTagRequest
4233
4502
  * @return GetFolderTagResponse
4234
4503
  * @throws OciError when an error occurs
4235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetFolderTag.ts.html |here} to see how to use GetFolderTag API.
4504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetFolderTag.ts.html |here} to see how to use GetFolderTag API.
4236
4505
  */
4237
4506
  getFolderTag(getFolderTagRequest) {
4238
4507
  return __awaiter(this, void 0, void 0, function* () {
4239
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getFolderTag.");
4508
+ if (this.logger)
4509
+ this.logger.debug("Calling operation DataCatalogClient#getFolderTag.");
4240
4510
  const operationName = "getFolderTag";
4241
4511
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/FolderTag/GetFolderTag";
4242
4512
  const pathParams = {
@@ -4254,6 +4524,8 @@ class DataCatalogClient {
4254
4524
  };
4255
4525
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4256
4526
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getFolderTagRequest.retryConfiguration, specRetryConfiguration);
4527
+ if (this.logger)
4528
+ retrier.logger = this.logger;
4257
4529
  const request = yield oci_common_2.composeRequest({
4258
4530
  baseEndpoint: this._endpoint,
4259
4531
  defaultHeaders: this._defaultHeaders,
@@ -4297,11 +4569,12 @@ class DataCatalogClient {
4297
4569
  * @param GetGlossaryRequest
4298
4570
  * @return GetGlossaryResponse
4299
4571
  * @throws OciError when an error occurs
4300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetGlossary.ts.html |here} to see how to use GetGlossary API.
4572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetGlossary.ts.html |here} to see how to use GetGlossary API.
4301
4573
  */
4302
4574
  getGlossary(getGlossaryRequest) {
4303
4575
  return __awaiter(this, void 0, void 0, function* () {
4304
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getGlossary.");
4576
+ if (this.logger)
4577
+ this.logger.debug("Calling operation DataCatalogClient#getGlossary.");
4305
4578
  const operationName = "getGlossary";
4306
4579
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Glossary/GetGlossary";
4307
4580
  const pathParams = {
@@ -4317,6 +4590,8 @@ class DataCatalogClient {
4317
4590
  };
4318
4591
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4319
4592
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getGlossaryRequest.retryConfiguration, specRetryConfiguration);
4593
+ if (this.logger)
4594
+ retrier.logger = this.logger;
4320
4595
  const request = yield oci_common_2.composeRequest({
4321
4596
  baseEndpoint: this._endpoint,
4322
4597
  defaultHeaders: this._defaultHeaders,
@@ -4360,11 +4635,12 @@ class DataCatalogClient {
4360
4635
  * @param GetJobRequest
4361
4636
  * @return GetJobResponse
4362
4637
  * @throws OciError when an error occurs
4363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetJob.ts.html |here} to see how to use GetJob API.
4638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetJob.ts.html |here} to see how to use GetJob API.
4364
4639
  */
4365
4640
  getJob(getJobRequest) {
4366
4641
  return __awaiter(this, void 0, void 0, function* () {
4367
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getJob.");
4642
+ if (this.logger)
4643
+ this.logger.debug("Calling operation DataCatalogClient#getJob.");
4368
4644
  const operationName = "getJob";
4369
4645
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Job/GetJob";
4370
4646
  const pathParams = {
@@ -4380,6 +4656,8 @@ class DataCatalogClient {
4380
4656
  };
4381
4657
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4382
4658
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJobRequest.retryConfiguration, specRetryConfiguration);
4659
+ if (this.logger)
4660
+ retrier.logger = this.logger;
4383
4661
  const request = yield oci_common_2.composeRequest({
4384
4662
  baseEndpoint: this._endpoint,
4385
4663
  defaultHeaders: this._defaultHeaders,
@@ -4423,11 +4701,12 @@ class DataCatalogClient {
4423
4701
  * @param GetJobDefinitionRequest
4424
4702
  * @return GetJobDefinitionResponse
4425
4703
  * @throws OciError when an error occurs
4426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetJobDefinition.ts.html |here} to see how to use GetJobDefinition API.
4704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetJobDefinition.ts.html |here} to see how to use GetJobDefinition API.
4427
4705
  */
4428
4706
  getJobDefinition(getJobDefinitionRequest) {
4429
4707
  return __awaiter(this, void 0, void 0, function* () {
4430
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getJobDefinition.");
4708
+ if (this.logger)
4709
+ this.logger.debug("Calling operation DataCatalogClient#getJobDefinition.");
4431
4710
  const operationName = "getJobDefinition";
4432
4711
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobDefinition/GetJobDefinition";
4433
4712
  const pathParams = {
@@ -4443,6 +4722,8 @@ class DataCatalogClient {
4443
4722
  };
4444
4723
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4445
4724
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJobDefinitionRequest.retryConfiguration, specRetryConfiguration);
4725
+ if (this.logger)
4726
+ retrier.logger = this.logger;
4446
4727
  const request = yield oci_common_2.composeRequest({
4447
4728
  baseEndpoint: this._endpoint,
4448
4729
  defaultHeaders: this._defaultHeaders,
@@ -4486,11 +4767,12 @@ class DataCatalogClient {
4486
4767
  * @param GetJobExecutionRequest
4487
4768
  * @return GetJobExecutionResponse
4488
4769
  * @throws OciError when an error occurs
4489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
4770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
4490
4771
  */
4491
4772
  getJobExecution(getJobExecutionRequest) {
4492
4773
  return __awaiter(this, void 0, void 0, function* () {
4493
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getJobExecution.");
4774
+ if (this.logger)
4775
+ this.logger.debug("Calling operation DataCatalogClient#getJobExecution.");
4494
4776
  const operationName = "getJobExecution";
4495
4777
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobExecution/GetJobExecution";
4496
4778
  const pathParams = {
@@ -4507,6 +4789,8 @@ class DataCatalogClient {
4507
4789
  };
4508
4790
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4509
4791
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJobExecutionRequest.retryConfiguration, specRetryConfiguration);
4792
+ if (this.logger)
4793
+ retrier.logger = this.logger;
4510
4794
  const request = yield oci_common_2.composeRequest({
4511
4795
  baseEndpoint: this._endpoint,
4512
4796
  defaultHeaders: this._defaultHeaders,
@@ -4550,11 +4834,12 @@ class DataCatalogClient {
4550
4834
  * @param GetJobLogRequest
4551
4835
  * @return GetJobLogResponse
4552
4836
  * @throws OciError when an error occurs
4553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetJobLog.ts.html |here} to see how to use GetJobLog API.
4837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetJobLog.ts.html |here} to see how to use GetJobLog API.
4554
4838
  */
4555
4839
  getJobLog(getJobLogRequest) {
4556
4840
  return __awaiter(this, void 0, void 0, function* () {
4557
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getJobLog.");
4841
+ if (this.logger)
4842
+ this.logger.debug("Calling operation DataCatalogClient#getJobLog.");
4558
4843
  const operationName = "getJobLog";
4559
4844
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobLog/GetJobLog";
4560
4845
  const pathParams = {
@@ -4572,6 +4857,8 @@ class DataCatalogClient {
4572
4857
  };
4573
4858
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4574
4859
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJobLogRequest.retryConfiguration, specRetryConfiguration);
4860
+ if (this.logger)
4861
+ retrier.logger = this.logger;
4575
4862
  const request = yield oci_common_2.composeRequest({
4576
4863
  baseEndpoint: this._endpoint,
4577
4864
  defaultHeaders: this._defaultHeaders,
@@ -4615,11 +4902,12 @@ class DataCatalogClient {
4615
4902
  * @param GetJobMetricsRequest
4616
4903
  * @return GetJobMetricsResponse
4617
4904
  * @throws OciError when an error occurs
4618
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetJobMetrics.ts.html |here} to see how to use GetJobMetrics API.
4905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetJobMetrics.ts.html |here} to see how to use GetJobMetrics API.
4619
4906
  */
4620
4907
  getJobMetrics(getJobMetricsRequest) {
4621
4908
  return __awaiter(this, void 0, void 0, function* () {
4622
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getJobMetrics.");
4909
+ if (this.logger)
4910
+ this.logger.debug("Calling operation DataCatalogClient#getJobMetrics.");
4623
4911
  const operationName = "getJobMetrics";
4624
4912
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobMetric/GetJobMetrics";
4625
4913
  const pathParams = {
@@ -4637,6 +4925,8 @@ class DataCatalogClient {
4637
4925
  };
4638
4926
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4639
4927
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getJobMetricsRequest.retryConfiguration, specRetryConfiguration);
4928
+ if (this.logger)
4929
+ retrier.logger = this.logger;
4640
4930
  const request = yield oci_common_2.composeRequest({
4641
4931
  baseEndpoint: this._endpoint,
4642
4932
  defaultHeaders: this._defaultHeaders,
@@ -4680,11 +4970,12 @@ class DataCatalogClient {
4680
4970
  * @param GetMetastoreRequest
4681
4971
  * @return GetMetastoreResponse
4682
4972
  * @throws OciError when an error occurs
4683
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetMetastore.ts.html |here} to see how to use GetMetastore API.
4973
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetMetastore.ts.html |here} to see how to use GetMetastore API.
4684
4974
  */
4685
4975
  getMetastore(getMetastoreRequest) {
4686
4976
  return __awaiter(this, void 0, void 0, function* () {
4687
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getMetastore.");
4977
+ if (this.logger)
4978
+ this.logger.debug("Calling operation DataCatalogClient#getMetastore.");
4688
4979
  const operationName = "getMetastore";
4689
4980
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Metastore/GetMetastore";
4690
4981
  const pathParams = {
@@ -4697,6 +4988,8 @@ class DataCatalogClient {
4697
4988
  };
4698
4989
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4699
4990
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getMetastoreRequest.retryConfiguration, specRetryConfiguration);
4991
+ if (this.logger)
4992
+ retrier.logger = this.logger;
4700
4993
  const request = yield oci_common_2.composeRequest({
4701
4994
  baseEndpoint: this._endpoint,
4702
4995
  defaultHeaders: this._defaultHeaders,
@@ -4740,11 +5033,12 @@ class DataCatalogClient {
4740
5033
  * @param GetNamespaceRequest
4741
5034
  * @return GetNamespaceResponse
4742
5035
  * @throws OciError when an error occurs
4743
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetNamespace.ts.html |here} to see how to use GetNamespace API.
5036
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetNamespace.ts.html |here} to see how to use GetNamespace API.
4744
5037
  */
4745
5038
  getNamespace(getNamespaceRequest) {
4746
5039
  return __awaiter(this, void 0, void 0, function* () {
4747
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getNamespace.");
5040
+ if (this.logger)
5041
+ this.logger.debug("Calling operation DataCatalogClient#getNamespace.");
4748
5042
  const operationName = "getNamespace";
4749
5043
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Namespace/GetNamespace";
4750
5044
  const pathParams = {
@@ -4760,6 +5054,8 @@ class DataCatalogClient {
4760
5054
  };
4761
5055
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4762
5056
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getNamespaceRequest.retryConfiguration, specRetryConfiguration);
5057
+ if (this.logger)
5058
+ retrier.logger = this.logger;
4763
5059
  const request = yield oci_common_2.composeRequest({
4764
5060
  baseEndpoint: this._endpoint,
4765
5061
  defaultHeaders: this._defaultHeaders,
@@ -4803,11 +5099,12 @@ class DataCatalogClient {
4803
5099
  * @param GetPatternRequest
4804
5100
  * @return GetPatternResponse
4805
5101
  * @throws OciError when an error occurs
4806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetPattern.ts.html |here} to see how to use GetPattern API.
5102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetPattern.ts.html |here} to see how to use GetPattern API.
4807
5103
  */
4808
5104
  getPattern(getPatternRequest) {
4809
5105
  return __awaiter(this, void 0, void 0, function* () {
4810
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getPattern.");
5106
+ if (this.logger)
5107
+ this.logger.debug("Calling operation DataCatalogClient#getPattern.");
4811
5108
  const operationName = "getPattern";
4812
5109
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Pattern/GetPattern";
4813
5110
  const pathParams = {
@@ -4823,6 +5120,8 @@ class DataCatalogClient {
4823
5120
  };
4824
5121
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4825
5122
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPatternRequest.retryConfiguration, specRetryConfiguration);
5123
+ if (this.logger)
5124
+ retrier.logger = this.logger;
4826
5125
  const request = yield oci_common_2.composeRequest({
4827
5126
  baseEndpoint: this._endpoint,
4828
5127
  defaultHeaders: this._defaultHeaders,
@@ -4866,11 +5165,12 @@ class DataCatalogClient {
4866
5165
  * @param GetTermRequest
4867
5166
  * @return GetTermResponse
4868
5167
  * @throws OciError when an error occurs
4869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetTerm.ts.html |here} to see how to use GetTerm API.
5168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetTerm.ts.html |here} to see how to use GetTerm API.
4870
5169
  */
4871
5170
  getTerm(getTermRequest) {
4872
5171
  return __awaiter(this, void 0, void 0, function* () {
4873
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getTerm.");
5172
+ if (this.logger)
5173
+ this.logger.debug("Calling operation DataCatalogClient#getTerm.");
4874
5174
  const operationName = "getTerm";
4875
5175
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Term/GetTerm";
4876
5176
  const pathParams = {
@@ -4887,6 +5187,8 @@ class DataCatalogClient {
4887
5187
  };
4888
5188
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4889
5189
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTermRequest.retryConfiguration, specRetryConfiguration);
5190
+ if (this.logger)
5191
+ retrier.logger = this.logger;
4890
5192
  const request = yield oci_common_2.composeRequest({
4891
5193
  baseEndpoint: this._endpoint,
4892
5194
  defaultHeaders: this._defaultHeaders,
@@ -4930,11 +5232,12 @@ class DataCatalogClient {
4930
5232
  * @param GetTermRelationshipRequest
4931
5233
  * @return GetTermRelationshipResponse
4932
5234
  * @throws OciError when an error occurs
4933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetTermRelationship.ts.html |here} to see how to use GetTermRelationship API.
5235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetTermRelationship.ts.html |here} to see how to use GetTermRelationship API.
4934
5236
  */
4935
5237
  getTermRelationship(getTermRelationshipRequest) {
4936
5238
  return __awaiter(this, void 0, void 0, function* () {
4937
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getTermRelationship.");
5239
+ if (this.logger)
5240
+ this.logger.debug("Calling operation DataCatalogClient#getTermRelationship.");
4938
5241
  const operationName = "getTermRelationship";
4939
5242
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/TermRelationship/GetTermRelationship";
4940
5243
  const pathParams = {
@@ -4952,6 +5255,8 @@ class DataCatalogClient {
4952
5255
  };
4953
5256
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
4954
5257
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTermRelationshipRequest.retryConfiguration, specRetryConfiguration);
5258
+ if (this.logger)
5259
+ retrier.logger = this.logger;
4955
5260
  const request = yield oci_common_2.composeRequest({
4956
5261
  baseEndpoint: this._endpoint,
4957
5262
  defaultHeaders: this._defaultHeaders,
@@ -4995,11 +5300,12 @@ class DataCatalogClient {
4995
5300
  * @param GetTypeRequest
4996
5301
  * @return GetTypeResponse
4997
5302
  * @throws OciError when an error occurs
4998
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetType.ts.html |here} to see how to use GetType API.
5303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetType.ts.html |here} to see how to use GetType API.
4999
5304
  */
5000
5305
  getType(getTypeRequest) {
5001
5306
  return __awaiter(this, void 0, void 0, function* () {
5002
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getType.");
5307
+ if (this.logger)
5308
+ this.logger.debug("Calling operation DataCatalogClient#getType.");
5003
5309
  const operationName = "getType";
5004
5310
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Type/GetType";
5005
5311
  const pathParams = {
@@ -5015,6 +5321,8 @@ class DataCatalogClient {
5015
5321
  };
5016
5322
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5017
5323
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getTypeRequest.retryConfiguration, specRetryConfiguration);
5324
+ if (this.logger)
5325
+ retrier.logger = this.logger;
5018
5326
  const request = yield oci_common_2.composeRequest({
5019
5327
  baseEndpoint: this._endpoint,
5020
5328
  defaultHeaders: this._defaultHeaders,
@@ -5058,11 +5366,12 @@ class DataCatalogClient {
5058
5366
  * @param GetWorkRequestRequest
5059
5367
  * @return GetWorkRequestResponse
5060
5368
  * @throws OciError when an error occurs
5061
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
5062
5370
  */
5063
5371
  getWorkRequest(getWorkRequestRequest) {
5064
5372
  return __awaiter(this, void 0, void 0, function* () {
5065
- oci_common_2.logger.debug("Calling operation DataCatalogClient#getWorkRequest.");
5373
+ if (this.logger)
5374
+ this.logger.debug("Calling operation DataCatalogClient#getWorkRequest.");
5066
5375
  const operationName = "getWorkRequest";
5067
5376
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/WorkRequest/GetWorkRequest";
5068
5377
  const pathParams = {
@@ -5075,6 +5384,8 @@ class DataCatalogClient {
5075
5384
  };
5076
5385
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5077
5386
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
5387
+ if (this.logger)
5388
+ retrier.logger = this.logger;
5078
5389
  const request = yield oci_common_2.composeRequest({
5079
5390
  baseEndpoint: this._endpoint,
5080
5391
  defaultHeaders: this._defaultHeaders,
@@ -5123,11 +5434,12 @@ class DataCatalogClient {
5123
5434
  * @param ImportConnectionRequest
5124
5435
  * @return ImportConnectionResponse
5125
5436
  * @throws OciError when an error occurs
5126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ImportConnection.ts.html |here} to see how to use ImportConnection API.
5437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ImportConnection.ts.html |here} to see how to use ImportConnection API.
5127
5438
  */
5128
5439
  importConnection(importConnectionRequest) {
5129
5440
  return __awaiter(this, void 0, void 0, function* () {
5130
- oci_common_2.logger.debug("Calling operation DataCatalogClient#importConnection.");
5441
+ if (this.logger)
5442
+ this.logger.debug("Calling operation DataCatalogClient#importConnection.");
5131
5443
  const operationName = "importConnection";
5132
5444
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/ImportConnection";
5133
5445
  const pathParams = {
@@ -5143,6 +5455,8 @@ class DataCatalogClient {
5143
5455
  };
5144
5456
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5145
5457
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, importConnectionRequest.retryConfiguration, specRetryConfiguration);
5458
+ if (this.logger)
5459
+ retrier.logger = this.logger;
5146
5460
  const request = yield oci_common_2.composeRequest({
5147
5461
  baseEndpoint: this._endpoint,
5148
5462
  defaultHeaders: this._defaultHeaders,
@@ -5187,11 +5501,12 @@ class DataCatalogClient {
5187
5501
  * @param ImportDataAssetRequest
5188
5502
  * @return ImportDataAssetResponse
5189
5503
  * @throws OciError when an error occurs
5190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ImportDataAsset.ts.html |here} to see how to use ImportDataAsset API.
5504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ImportDataAsset.ts.html |here} to see how to use ImportDataAsset API.
5191
5505
  */
5192
5506
  importDataAsset(importDataAssetRequest) {
5193
5507
  return __awaiter(this, void 0, void 0, function* () {
5194
- oci_common_2.logger.debug("Calling operation DataCatalogClient#importDataAsset.");
5508
+ if (this.logger)
5509
+ this.logger.debug("Calling operation DataCatalogClient#importDataAsset.");
5195
5510
  const operationName = "importDataAsset";
5196
5511
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/ImportDataAsset";
5197
5512
  const pathParams = {
@@ -5209,6 +5524,8 @@ class DataCatalogClient {
5209
5524
  };
5210
5525
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5211
5526
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, importDataAssetRequest.retryConfiguration, specRetryConfiguration);
5527
+ if (this.logger)
5528
+ retrier.logger = this.logger;
5212
5529
  const request = yield oci_common_2.composeRequest({
5213
5530
  baseEndpoint: this._endpoint,
5214
5531
  defaultHeaders: this._defaultHeaders,
@@ -5248,11 +5565,12 @@ class DataCatalogClient {
5248
5565
  * @param ImportGlossaryRequest
5249
5566
  * @return ImportGlossaryResponse
5250
5567
  * @throws OciError when an error occurs
5251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ImportGlossary.ts.html |here} to see how to use ImportGlossary API.
5568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ImportGlossary.ts.html |here} to see how to use ImportGlossary API.
5252
5569
  */
5253
5570
  importGlossary(importGlossaryRequest) {
5254
5571
  return __awaiter(this, void 0, void 0, function* () {
5255
- oci_common_2.logger.debug("Calling operation DataCatalogClient#importGlossary.");
5572
+ if (this.logger)
5573
+ this.logger.debug("Calling operation DataCatalogClient#importGlossary.");
5256
5574
  const operationName = "importGlossary";
5257
5575
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Glossary/ImportGlossary";
5258
5576
  const pathParams = {
@@ -5269,6 +5587,8 @@ class DataCatalogClient {
5269
5587
  };
5270
5588
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
5271
5589
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, importGlossaryRequest.retryConfiguration, specRetryConfiguration);
5590
+ if (this.logger)
5591
+ retrier.logger = this.logger;
5272
5592
  const request = yield oci_common_2.composeRequest({
5273
5593
  baseEndpoint: this._endpoint,
5274
5594
  defaultHeaders: this._defaultHeaders,
@@ -5309,11 +5629,12 @@ class DataCatalogClient {
5309
5629
  * @param ListAggregatedPhysicalEntitiesRequest
5310
5630
  * @return ListAggregatedPhysicalEntitiesResponse
5311
5631
  * @throws OciError when an error occurs
5312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListAggregatedPhysicalEntities.ts.html |here} to see how to use ListAggregatedPhysicalEntities API.
5632
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListAggregatedPhysicalEntities.ts.html |here} to see how to use ListAggregatedPhysicalEntities API.
5313
5633
  */
5314
5634
  listAggregatedPhysicalEntities(listAggregatedPhysicalEntitiesRequest) {
5315
5635
  return __awaiter(this, void 0, void 0, function* () {
5316
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listAggregatedPhysicalEntities.");
5636
+ if (this.logger)
5637
+ this.logger.debug("Calling operation DataCatalogClient#listAggregatedPhysicalEntities.");
5317
5638
  const operationName = "listAggregatedPhysicalEntities";
5318
5639
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Entity/ListAggregatedPhysicalEntities";
5319
5640
  const pathParams = {
@@ -5336,6 +5657,8 @@ class DataCatalogClient {
5336
5657
  };
5337
5658
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5338
5659
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAggregatedPhysicalEntitiesRequest.retryConfiguration, specRetryConfiguration);
5660
+ if (this.logger)
5661
+ retrier.logger = this.logger;
5339
5662
  const request = yield oci_common_2.composeRequest({
5340
5663
  baseEndpoint: this._endpoint,
5341
5664
  defaultHeaders: this._defaultHeaders,
@@ -5374,11 +5697,12 @@ class DataCatalogClient {
5374
5697
  * @param ListAttributeTagsRequest
5375
5698
  * @return ListAttributeTagsResponse
5376
5699
  * @throws OciError when an error occurs
5377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListAttributeTags.ts.html |here} to see how to use ListAttributeTags API.
5700
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListAttributeTags.ts.html |here} to see how to use ListAttributeTags API.
5378
5701
  */
5379
5702
  listAttributeTags(listAttributeTagsRequest) {
5380
5703
  return __awaiter(this, void 0, void 0, function* () {
5381
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listAttributeTags.");
5704
+ if (this.logger)
5705
+ this.logger.debug("Calling operation DataCatalogClient#listAttributeTags.");
5382
5706
  const operationName = "listAttributeTags";
5383
5707
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/AttributeTagCollection/ListAttributeTags";
5384
5708
  const pathParams = {
@@ -5406,6 +5730,8 @@ class DataCatalogClient {
5406
5730
  };
5407
5731
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5408
5732
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAttributeTagsRequest.retryConfiguration, specRetryConfiguration);
5733
+ if (this.logger)
5734
+ retrier.logger = this.logger;
5409
5735
  const request = yield oci_common_2.composeRequest({
5410
5736
  baseEndpoint: this._endpoint,
5411
5737
  defaultHeaders: this._defaultHeaders,
@@ -5449,11 +5775,12 @@ class DataCatalogClient {
5449
5775
  * @param ListAttributesRequest
5450
5776
  * @return ListAttributesResponse
5451
5777
  * @throws OciError when an error occurs
5452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListAttributes.ts.html |here} to see how to use ListAttributes API.
5778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListAttributes.ts.html |here} to see how to use ListAttributes API.
5453
5779
  */
5454
5780
  listAttributes(listAttributesRequest) {
5455
5781
  return __awaiter(this, void 0, void 0, function* () {
5456
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listAttributes.");
5782
+ if (this.logger)
5783
+ this.logger.debug("Calling operation DataCatalogClient#listAttributes.");
5457
5784
  const operationName = "listAttributes";
5458
5785
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/AttributeCollection/ListAttributes";
5459
5786
  const pathParams = {
@@ -5492,6 +5819,8 @@ class DataCatalogClient {
5492
5819
  };
5493
5820
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5494
5821
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listAttributesRequest.retryConfiguration, specRetryConfiguration);
5822
+ if (this.logger)
5823
+ retrier.logger = this.logger;
5495
5824
  const request = yield oci_common_2.composeRequest({
5496
5825
  baseEndpoint: this._endpoint,
5497
5826
  defaultHeaders: this._defaultHeaders,
@@ -5536,11 +5865,12 @@ class DataCatalogClient {
5536
5865
  * @param ListCatalogPrivateEndpointsRequest
5537
5866
  * @return ListCatalogPrivateEndpointsResponse
5538
5867
  * @throws OciError when an error occurs
5539
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListCatalogPrivateEndpoints.ts.html |here} to see how to use ListCatalogPrivateEndpoints API.
5868
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListCatalogPrivateEndpoints.ts.html |here} to see how to use ListCatalogPrivateEndpoints API.
5540
5869
  */
5541
5870
  listCatalogPrivateEndpoints(listCatalogPrivateEndpointsRequest) {
5542
5871
  return __awaiter(this, void 0, void 0, function* () {
5543
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listCatalogPrivateEndpoints.");
5872
+ if (this.logger)
5873
+ this.logger.debug("Calling operation DataCatalogClient#listCatalogPrivateEndpoints.");
5544
5874
  const operationName = "listCatalogPrivateEndpoints";
5545
5875
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CatalogPrivateEndpointSummary/ListCatalogPrivateEndpoints";
5546
5876
  const pathParams = {};
@@ -5559,6 +5889,8 @@ class DataCatalogClient {
5559
5889
  };
5560
5890
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5561
5891
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listCatalogPrivateEndpointsRequest.retryConfiguration, specRetryConfiguration);
5892
+ if (this.logger)
5893
+ retrier.logger = this.logger;
5562
5894
  const request = yield oci_common_2.composeRequest({
5563
5895
  baseEndpoint: this._endpoint,
5564
5896
  defaultHeaders: this._defaultHeaders,
@@ -5643,11 +5975,12 @@ class DataCatalogClient {
5643
5975
  * @param ListCatalogsRequest
5644
5976
  * @return ListCatalogsResponse
5645
5977
  * @throws OciError when an error occurs
5646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListCatalogs.ts.html |here} to see how to use ListCatalogs API.
5978
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListCatalogs.ts.html |here} to see how to use ListCatalogs API.
5647
5979
  */
5648
5980
  listCatalogs(listCatalogsRequest) {
5649
5981
  return __awaiter(this, void 0, void 0, function* () {
5650
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listCatalogs.");
5982
+ if (this.logger)
5983
+ this.logger.debug("Calling operation DataCatalogClient#listCatalogs.");
5651
5984
  const operationName = "listCatalogs";
5652
5985
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CatalogSummary/ListCatalogs";
5653
5986
  const pathParams = {};
@@ -5666,6 +5999,8 @@ class DataCatalogClient {
5666
5999
  };
5667
6000
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5668
6001
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listCatalogsRequest.retryConfiguration, specRetryConfiguration);
6002
+ if (this.logger)
6003
+ retrier.logger = this.logger;
5669
6004
  const request = yield oci_common_2.composeRequest({
5670
6005
  baseEndpoint: this._endpoint,
5671
6006
  defaultHeaders: this._defaultHeaders,
@@ -5749,11 +6084,12 @@ class DataCatalogClient {
5749
6084
  * @param ListConnectionsRequest
5750
6085
  * @return ListConnectionsResponse
5751
6086
  * @throws OciError when an error occurs
5752
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListConnections.ts.html |here} to see how to use ListConnections API.
6087
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListConnections.ts.html |here} to see how to use ListConnections API.
5753
6088
  */
5754
6089
  listConnections(listConnectionsRequest) {
5755
6090
  return __awaiter(this, void 0, void 0, function* () {
5756
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listConnections.");
6091
+ if (this.logger)
6092
+ this.logger.debug("Calling operation DataCatalogClient#listConnections.");
5757
6093
  const operationName = "listConnections";
5758
6094
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/ConnectionCollection/ListConnections";
5759
6095
  const pathParams = {
@@ -5783,6 +6119,8 @@ class DataCatalogClient {
5783
6119
  };
5784
6120
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5785
6121
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listConnectionsRequest.retryConfiguration, specRetryConfiguration);
6122
+ if (this.logger)
6123
+ retrier.logger = this.logger;
5786
6124
  const request = yield oci_common_2.composeRequest({
5787
6125
  baseEndpoint: this._endpoint,
5788
6126
  defaultHeaders: this._defaultHeaders,
@@ -5826,11 +6164,12 @@ class DataCatalogClient {
5826
6164
  * @param ListCustomPropertiesRequest
5827
6165
  * @return ListCustomPropertiesResponse
5828
6166
  * @throws OciError when an error occurs
5829
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListCustomProperties.ts.html |here} to see how to use ListCustomProperties API.
6167
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListCustomProperties.ts.html |here} to see how to use ListCustomProperties API.
5830
6168
  */
5831
6169
  listCustomProperties(listCustomPropertiesRequest) {
5832
6170
  return __awaiter(this, void 0, void 0, function* () {
5833
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listCustomProperties.");
6171
+ if (this.logger)
6172
+ this.logger.debug("Calling operation DataCatalogClient#listCustomProperties.");
5834
6173
  const operationName = "listCustomProperties";
5835
6174
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CustomProperty/ListCustomProperties";
5836
6175
  const pathParams = {
@@ -5859,6 +6198,8 @@ class DataCatalogClient {
5859
6198
  };
5860
6199
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5861
6200
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listCustomPropertiesRequest.retryConfiguration, specRetryConfiguration);
6201
+ if (this.logger)
6202
+ retrier.logger = this.logger;
5862
6203
  const request = yield oci_common_2.composeRequest({
5863
6204
  baseEndpoint: this._endpoint,
5864
6205
  defaultHeaders: this._defaultHeaders,
@@ -5902,11 +6243,12 @@ class DataCatalogClient {
5902
6243
  * @param ListDataAssetTagsRequest
5903
6244
  * @return ListDataAssetTagsResponse
5904
6245
  * @throws OciError when an error occurs
5905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListDataAssetTags.ts.html |here} to see how to use ListDataAssetTags API.
6246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListDataAssetTags.ts.html |here} to see how to use ListDataAssetTags API.
5906
6247
  */
5907
6248
  listDataAssetTags(listDataAssetTagsRequest) {
5908
6249
  return __awaiter(this, void 0, void 0, function* () {
5909
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listDataAssetTags.");
6250
+ if (this.logger)
6251
+ this.logger.debug("Calling operation DataCatalogClient#listDataAssetTags.");
5910
6252
  const operationName = "listDataAssetTags";
5911
6253
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAssetTagCollection/ListDataAssetTags";
5912
6254
  const pathParams = {
@@ -5932,6 +6274,8 @@ class DataCatalogClient {
5932
6274
  };
5933
6275
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
5934
6276
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataAssetTagsRequest.retryConfiguration, specRetryConfiguration);
6277
+ if (this.logger)
6278
+ retrier.logger = this.logger;
5935
6279
  const request = yield oci_common_2.composeRequest({
5936
6280
  baseEndpoint: this._endpoint,
5937
6281
  defaultHeaders: this._defaultHeaders,
@@ -5975,11 +6319,12 @@ class DataCatalogClient {
5975
6319
  * @param ListDataAssetsRequest
5976
6320
  * @return ListDataAssetsResponse
5977
6321
  * @throws OciError when an error occurs
5978
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
6322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListDataAssets.ts.html |here} to see how to use ListDataAssets API.
5979
6323
  */
5980
6324
  listDataAssets(listDataAssetsRequest) {
5981
6325
  return __awaiter(this, void 0, void 0, function* () {
5982
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listDataAssets.");
6326
+ if (this.logger)
6327
+ this.logger.debug("Calling operation DataCatalogClient#listDataAssets.");
5983
6328
  const operationName = "listDataAssets";
5984
6329
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAssetCollection/ListDataAssets";
5985
6330
  const pathParams = {
@@ -6007,6 +6352,8 @@ class DataCatalogClient {
6007
6352
  };
6008
6353
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6009
6354
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDataAssetsRequest.retryConfiguration, specRetryConfiguration);
6355
+ if (this.logger)
6356
+ retrier.logger = this.logger;
6010
6357
  const request = yield oci_common_2.composeRequest({
6011
6358
  baseEndpoint: this._endpoint,
6012
6359
  defaultHeaders: this._defaultHeaders,
@@ -6050,11 +6397,12 @@ class DataCatalogClient {
6050
6397
  * @param ListDerivedLogicalEntitiesRequest
6051
6398
  * @return ListDerivedLogicalEntitiesResponse
6052
6399
  * @throws OciError when an error occurs
6053
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListDerivedLogicalEntities.ts.html |here} to see how to use ListDerivedLogicalEntities API.
6400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListDerivedLogicalEntities.ts.html |here} to see how to use ListDerivedLogicalEntities API.
6054
6401
  */
6055
6402
  listDerivedLogicalEntities(listDerivedLogicalEntitiesRequest) {
6056
6403
  return __awaiter(this, void 0, void 0, function* () {
6057
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listDerivedLogicalEntities.");
6404
+ if (this.logger)
6405
+ this.logger.debug("Calling operation DataCatalogClient#listDerivedLogicalEntities.");
6058
6406
  const operationName = "listDerivedLogicalEntities";
6059
6407
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Pattern/ListDerivedLogicalEntities";
6060
6408
  const pathParams = {
@@ -6076,6 +6424,8 @@ class DataCatalogClient {
6076
6424
  };
6077
6425
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6078
6426
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDerivedLogicalEntitiesRequest.retryConfiguration, specRetryConfiguration);
6427
+ if (this.logger)
6428
+ retrier.logger = this.logger;
6079
6429
  const request = yield oci_common_2.composeRequest({
6080
6430
  baseEndpoint: this._endpoint,
6081
6431
  defaultHeaders: this._defaultHeaders,
@@ -6114,11 +6464,12 @@ class DataCatalogClient {
6114
6464
  * @param ListEntitiesRequest
6115
6465
  * @return ListEntitiesResponse
6116
6466
  * @throws OciError when an error occurs
6117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListEntities.ts.html |here} to see how to use ListEntities API.
6467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListEntities.ts.html |here} to see how to use ListEntities API.
6118
6468
  */
6119
6469
  listEntities(listEntitiesRequest) {
6120
6470
  return __awaiter(this, void 0, void 0, function* () {
6121
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listEntities.");
6471
+ if (this.logger)
6472
+ this.logger.debug("Calling operation DataCatalogClient#listEntities.");
6122
6473
  const operationName = "listEntities";
6123
6474
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Entity/ListEntities";
6124
6475
  const pathParams = {
@@ -6158,6 +6509,8 @@ class DataCatalogClient {
6158
6509
  };
6159
6510
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6160
6511
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listEntitiesRequest.retryConfiguration, specRetryConfiguration);
6512
+ if (this.logger)
6513
+ retrier.logger = this.logger;
6161
6514
  const request = yield oci_common_2.composeRequest({
6162
6515
  baseEndpoint: this._endpoint,
6163
6516
  defaultHeaders: this._defaultHeaders,
@@ -6201,11 +6554,12 @@ class DataCatalogClient {
6201
6554
  * @param ListEntityTagsRequest
6202
6555
  * @return ListEntityTagsResponse
6203
6556
  * @throws OciError when an error occurs
6204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListEntityTags.ts.html |here} to see how to use ListEntityTags API.
6557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListEntityTags.ts.html |here} to see how to use ListEntityTags API.
6205
6558
  */
6206
6559
  listEntityTags(listEntityTagsRequest) {
6207
6560
  return __awaiter(this, void 0, void 0, function* () {
6208
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listEntityTags.");
6561
+ if (this.logger)
6562
+ this.logger.debug("Calling operation DataCatalogClient#listEntityTags.");
6209
6563
  const operationName = "listEntityTags";
6210
6564
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/EntityTagCollection/ListEntityTags";
6211
6565
  const pathParams = {
@@ -6232,6 +6586,8 @@ class DataCatalogClient {
6232
6586
  };
6233
6587
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6234
6588
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listEntityTagsRequest.retryConfiguration, specRetryConfiguration);
6589
+ if (this.logger)
6590
+ retrier.logger = this.logger;
6235
6591
  const request = yield oci_common_2.composeRequest({
6236
6592
  baseEndpoint: this._endpoint,
6237
6593
  defaultHeaders: this._defaultHeaders,
@@ -6275,11 +6631,12 @@ class DataCatalogClient {
6275
6631
  * @param ListFolderTagsRequest
6276
6632
  * @return ListFolderTagsResponse
6277
6633
  * @throws OciError when an error occurs
6278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListFolderTags.ts.html |here} to see how to use ListFolderTags API.
6634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListFolderTags.ts.html |here} to see how to use ListFolderTags API.
6279
6635
  */
6280
6636
  listFolderTags(listFolderTagsRequest) {
6281
6637
  return __awaiter(this, void 0, void 0, function* () {
6282
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listFolderTags.");
6638
+ if (this.logger)
6639
+ this.logger.debug("Calling operation DataCatalogClient#listFolderTags.");
6283
6640
  const operationName = "listFolderTags";
6284
6641
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/FolderTagCollection/ListFolderTags";
6285
6642
  const pathParams = {
@@ -6306,6 +6663,8 @@ class DataCatalogClient {
6306
6663
  };
6307
6664
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6308
6665
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFolderTagsRequest.retryConfiguration, specRetryConfiguration);
6666
+ if (this.logger)
6667
+ retrier.logger = this.logger;
6309
6668
  const request = yield oci_common_2.composeRequest({
6310
6669
  baseEndpoint: this._endpoint,
6311
6670
  defaultHeaders: this._defaultHeaders,
@@ -6349,11 +6708,12 @@ class DataCatalogClient {
6349
6708
  * @param ListFoldersRequest
6350
6709
  * @return ListFoldersResponse
6351
6710
  * @throws OciError when an error occurs
6352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListFolders.ts.html |here} to see how to use ListFolders API.
6711
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListFolders.ts.html |here} to see how to use ListFolders API.
6353
6712
  */
6354
6713
  listFolders(listFoldersRequest) {
6355
6714
  return __awaiter(this, void 0, void 0, function* () {
6356
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listFolders.");
6715
+ if (this.logger)
6716
+ this.logger.debug("Calling operation DataCatalogClient#listFolders.");
6357
6717
  const operationName = "listFolders";
6358
6718
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/FolderCollection/ListFolders";
6359
6719
  const pathParams = {
@@ -6388,6 +6748,8 @@ class DataCatalogClient {
6388
6748
  };
6389
6749
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6390
6750
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listFoldersRequest.retryConfiguration, specRetryConfiguration);
6751
+ if (this.logger)
6752
+ retrier.logger = this.logger;
6391
6753
  const request = yield oci_common_2.composeRequest({
6392
6754
  baseEndpoint: this._endpoint,
6393
6755
  defaultHeaders: this._defaultHeaders,
@@ -6431,11 +6793,12 @@ class DataCatalogClient {
6431
6793
  * @param ListGlossariesRequest
6432
6794
  * @return ListGlossariesResponse
6433
6795
  * @throws OciError when an error occurs
6434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListGlossaries.ts.html |here} to see how to use ListGlossaries API.
6796
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListGlossaries.ts.html |here} to see how to use ListGlossaries API.
6435
6797
  */
6436
6798
  listGlossaries(listGlossariesRequest) {
6437
6799
  return __awaiter(this, void 0, void 0, function* () {
6438
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listGlossaries.");
6800
+ if (this.logger)
6801
+ this.logger.debug("Calling operation DataCatalogClient#listGlossaries.");
6439
6802
  const operationName = "listGlossaries";
6440
6803
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Glossary/ListGlossaries";
6441
6804
  const pathParams = {
@@ -6461,6 +6824,8 @@ class DataCatalogClient {
6461
6824
  };
6462
6825
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6463
6826
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listGlossariesRequest.retryConfiguration, specRetryConfiguration);
6827
+ if (this.logger)
6828
+ retrier.logger = this.logger;
6464
6829
  const request = yield oci_common_2.composeRequest({
6465
6830
  baseEndpoint: this._endpoint,
6466
6831
  defaultHeaders: this._defaultHeaders,
@@ -6504,11 +6869,12 @@ class DataCatalogClient {
6504
6869
  * @param ListJobDefinitionsRequest
6505
6870
  * @return ListJobDefinitionsResponse
6506
6871
  * @throws OciError when an error occurs
6507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListJobDefinitions.ts.html |here} to see how to use ListJobDefinitions API.
6872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListJobDefinitions.ts.html |here} to see how to use ListJobDefinitions API.
6508
6873
  */
6509
6874
  listJobDefinitions(listJobDefinitionsRequest) {
6510
6875
  return __awaiter(this, void 0, void 0, function* () {
6511
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listJobDefinitions.");
6876
+ if (this.logger)
6877
+ this.logger.debug("Calling operation DataCatalogClient#listJobDefinitions.");
6512
6878
  const operationName = "listJobDefinitions";
6513
6879
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobDefinitionCollection/ListJobDefinitions";
6514
6880
  const pathParams = {
@@ -6541,6 +6907,8 @@ class DataCatalogClient {
6541
6907
  };
6542
6908
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6543
6909
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJobDefinitionsRequest.retryConfiguration, specRetryConfiguration);
6910
+ if (this.logger)
6911
+ retrier.logger = this.logger;
6544
6912
  const request = yield oci_common_2.composeRequest({
6545
6913
  baseEndpoint: this._endpoint,
6546
6914
  defaultHeaders: this._defaultHeaders,
@@ -6584,11 +6952,12 @@ class DataCatalogClient {
6584
6952
  * @param ListJobExecutionsRequest
6585
6953
  * @return ListJobExecutionsResponse
6586
6954
  * @throws OciError when an error occurs
6587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
6955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
6588
6956
  */
6589
6957
  listJobExecutions(listJobExecutionsRequest) {
6590
6958
  return __awaiter(this, void 0, void 0, function* () {
6591
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listJobExecutions.");
6959
+ if (this.logger)
6960
+ this.logger.debug("Calling operation DataCatalogClient#listJobExecutions.");
6592
6961
  const operationName = "listJobExecutions";
6593
6962
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobExecutionCollection/ListJobExecutions";
6594
6963
  const pathParams = {
@@ -6624,6 +6993,8 @@ class DataCatalogClient {
6624
6993
  };
6625
6994
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6626
6995
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJobExecutionsRequest.retryConfiguration, specRetryConfiguration);
6996
+ if (this.logger)
6997
+ retrier.logger = this.logger;
6627
6998
  const request = yield oci_common_2.composeRequest({
6628
6999
  baseEndpoint: this._endpoint,
6629
7000
  defaultHeaders: this._defaultHeaders,
@@ -6667,11 +7038,12 @@ class DataCatalogClient {
6667
7038
  * @param ListJobLogsRequest
6668
7039
  * @return ListJobLogsResponse
6669
7040
  * @throws OciError when an error occurs
6670
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListJobLogs.ts.html |here} to see how to use ListJobLogs API.
7041
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListJobLogs.ts.html |here} to see how to use ListJobLogs API.
6671
7042
  */
6672
7043
  listJobLogs(listJobLogsRequest) {
6673
7044
  return __awaiter(this, void 0, void 0, function* () {
6674
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listJobLogs.");
7045
+ if (this.logger)
7046
+ this.logger.debug("Calling operation DataCatalogClient#listJobLogs.");
6675
7047
  const operationName = "listJobLogs";
6676
7048
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobLogCollection/ListJobLogs";
6677
7049
  const pathParams = {
@@ -6698,6 +7070,8 @@ class DataCatalogClient {
6698
7070
  };
6699
7071
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6700
7072
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJobLogsRequest.retryConfiguration, specRetryConfiguration);
7073
+ if (this.logger)
7074
+ retrier.logger = this.logger;
6701
7075
  const request = yield oci_common_2.composeRequest({
6702
7076
  baseEndpoint: this._endpoint,
6703
7077
  defaultHeaders: this._defaultHeaders,
@@ -6741,11 +7115,12 @@ class DataCatalogClient {
6741
7115
  * @param ListJobMetricsRequest
6742
7116
  * @return ListJobMetricsResponse
6743
7117
  * @throws OciError when an error occurs
6744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListJobMetrics.ts.html |here} to see how to use ListJobMetrics API.
7118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListJobMetrics.ts.html |here} to see how to use ListJobMetrics API.
6745
7119
  */
6746
7120
  listJobMetrics(listJobMetricsRequest) {
6747
7121
  return __awaiter(this, void 0, void 0, function* () {
6748
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listJobMetrics.");
7122
+ if (this.logger)
7123
+ this.logger.debug("Calling operation DataCatalogClient#listJobMetrics.");
6749
7124
  const operationName = "listJobMetrics";
6750
7125
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobMetricCollection/ListJobMetrics";
6751
7126
  const pathParams = {
@@ -6778,6 +7153,8 @@ class DataCatalogClient {
6778
7153
  };
6779
7154
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6780
7155
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJobMetricsRequest.retryConfiguration, specRetryConfiguration);
7156
+ if (this.logger)
7157
+ retrier.logger = this.logger;
6781
7158
  const request = yield oci_common_2.composeRequest({
6782
7159
  baseEndpoint: this._endpoint,
6783
7160
  defaultHeaders: this._defaultHeaders,
@@ -6821,11 +7198,12 @@ class DataCatalogClient {
6821
7198
  * @param ListJobsRequest
6822
7199
  * @return ListJobsResponse
6823
7200
  * @throws OciError when an error occurs
6824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListJobs.ts.html |here} to see how to use ListJobs API.
7201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListJobs.ts.html |here} to see how to use ListJobs API.
6825
7202
  */
6826
7203
  listJobs(listJobsRequest) {
6827
7204
  return __awaiter(this, void 0, void 0, function* () {
6828
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listJobs.");
7205
+ if (this.logger)
7206
+ this.logger.debug("Calling operation DataCatalogClient#listJobs.");
6829
7207
  const operationName = "listJobs";
6830
7208
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobCollection/ListJobs";
6831
7209
  const pathParams = {
@@ -6862,6 +7240,8 @@ class DataCatalogClient {
6862
7240
  };
6863
7241
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6864
7242
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listJobsRequest.retryConfiguration, specRetryConfiguration);
7243
+ if (this.logger)
7244
+ retrier.logger = this.logger;
6865
7245
  const request = yield oci_common_2.composeRequest({
6866
7246
  baseEndpoint: this._endpoint,
6867
7247
  defaultHeaders: this._defaultHeaders,
@@ -6906,11 +7286,12 @@ class DataCatalogClient {
6906
7286
  * @param ListMetastoresRequest
6907
7287
  * @return ListMetastoresResponse
6908
7288
  * @throws OciError when an error occurs
6909
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListMetastores.ts.html |here} to see how to use ListMetastores API.
7289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListMetastores.ts.html |here} to see how to use ListMetastores API.
6910
7290
  */
6911
7291
  listMetastores(listMetastoresRequest) {
6912
7292
  return __awaiter(this, void 0, void 0, function* () {
6913
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listMetastores.");
7293
+ if (this.logger)
7294
+ this.logger.debug("Calling operation DataCatalogClient#listMetastores.");
6914
7295
  const operationName = "listMetastores";
6915
7296
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/MetastoreSummary/ListMetastores";
6916
7297
  const pathParams = {};
@@ -6929,6 +7310,8 @@ class DataCatalogClient {
6929
7310
  };
6930
7311
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
6931
7312
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listMetastoresRequest.retryConfiguration, specRetryConfiguration);
7313
+ if (this.logger)
7314
+ retrier.logger = this.logger;
6932
7315
  const request = yield oci_common_2.composeRequest({
6933
7316
  baseEndpoint: this._endpoint,
6934
7317
  defaultHeaders: this._defaultHeaders,
@@ -7012,11 +7395,12 @@ class DataCatalogClient {
7012
7395
  * @param ListNamespacesRequest
7013
7396
  * @return ListNamespacesResponse
7014
7397
  * @throws OciError when an error occurs
7015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
7398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListNamespaces.ts.html |here} to see how to use ListNamespaces API.
7016
7399
  */
7017
7400
  listNamespaces(listNamespacesRequest) {
7018
7401
  return __awaiter(this, void 0, void 0, function* () {
7019
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listNamespaces.");
7402
+ if (this.logger)
7403
+ this.logger.debug("Calling operation DataCatalogClient#listNamespaces.");
7020
7404
  const operationName = "listNamespaces";
7021
7405
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Namespace/ListNamespaces";
7022
7406
  const pathParams = {
@@ -7042,6 +7426,8 @@ class DataCatalogClient {
7042
7426
  };
7043
7427
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7044
7428
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listNamespacesRequest.retryConfiguration, specRetryConfiguration);
7429
+ if (this.logger)
7430
+ retrier.logger = this.logger;
7045
7431
  const request = yield oci_common_2.composeRequest({
7046
7432
  baseEndpoint: this._endpoint,
7047
7433
  defaultHeaders: this._defaultHeaders,
@@ -7085,11 +7471,12 @@ class DataCatalogClient {
7085
7471
  * @param ListPatternsRequest
7086
7472
  * @return ListPatternsResponse
7087
7473
  * @throws OciError when an error occurs
7088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListPatterns.ts.html |here} to see how to use ListPatterns API.
7474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListPatterns.ts.html |here} to see how to use ListPatterns API.
7089
7475
  */
7090
7476
  listPatterns(listPatternsRequest) {
7091
7477
  return __awaiter(this, void 0, void 0, function* () {
7092
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listPatterns.");
7478
+ if (this.logger)
7479
+ this.logger.debug("Calling operation DataCatalogClient#listPatterns.");
7093
7480
  const operationName = "listPatterns";
7094
7481
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Pattern/ListPatterns";
7095
7482
  const pathParams = {
@@ -7115,6 +7502,8 @@ class DataCatalogClient {
7115
7502
  };
7116
7503
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7117
7504
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listPatternsRequest.retryConfiguration, specRetryConfiguration);
7505
+ if (this.logger)
7506
+ retrier.logger = this.logger;
7118
7507
  const request = yield oci_common_2.composeRequest({
7119
7508
  baseEndpoint: this._endpoint,
7120
7509
  defaultHeaders: this._defaultHeaders,
@@ -7158,11 +7547,12 @@ class DataCatalogClient {
7158
7547
  * @param ListRulesRequest
7159
7548
  * @return ListRulesResponse
7160
7549
  * @throws OciError when an error occurs
7161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListRules.ts.html |here} to see how to use ListRules API.
7550
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListRules.ts.html |here} to see how to use ListRules API.
7162
7551
  */
7163
7552
  listRules(listRulesRequest) {
7164
7553
  return __awaiter(this, void 0, void 0, function* () {
7165
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listRules.");
7554
+ if (this.logger)
7555
+ this.logger.debug("Calling operation DataCatalogClient#listRules.");
7166
7556
  const operationName = "listRules";
7167
7557
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/RuleSummary/ListRules";
7168
7558
  const pathParams = {
@@ -7193,6 +7583,8 @@ class DataCatalogClient {
7193
7583
  };
7194
7584
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7195
7585
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listRulesRequest.retryConfiguration, specRetryConfiguration);
7586
+ if (this.logger)
7587
+ retrier.logger = this.logger;
7196
7588
  const request = yield oci_common_2.composeRequest({
7197
7589
  baseEndpoint: this._endpoint,
7198
7590
  defaultHeaders: this._defaultHeaders,
@@ -7236,11 +7628,12 @@ class DataCatalogClient {
7236
7628
  * @param ListTagsRequest
7237
7629
  * @return ListTagsResponse
7238
7630
  * @throws OciError when an error occurs
7239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListTags.ts.html |here} to see how to use ListTags API.
7631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListTags.ts.html |here} to see how to use ListTags API.
7240
7632
  */
7241
7633
  listTags(listTagsRequest) {
7242
7634
  return __awaiter(this, void 0, void 0, function* () {
7243
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listTags.");
7635
+ if (this.logger)
7636
+ this.logger.debug("Calling operation DataCatalogClient#listTags.");
7244
7637
  const operationName = "listTags";
7245
7638
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Term/ListTags";
7246
7639
  const pathParams = {
@@ -7262,6 +7655,8 @@ class DataCatalogClient {
7262
7655
  };
7263
7656
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7264
7657
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTagsRequest.retryConfiguration, specRetryConfiguration);
7658
+ if (this.logger)
7659
+ retrier.logger = this.logger;
7265
7660
  const request = yield oci_common_2.composeRequest({
7266
7661
  baseEndpoint: this._endpoint,
7267
7662
  defaultHeaders: this._defaultHeaders,
@@ -7305,11 +7700,12 @@ class DataCatalogClient {
7305
7700
  * @param ListTermRelationshipsRequest
7306
7701
  * @return ListTermRelationshipsResponse
7307
7702
  * @throws OciError when an error occurs
7308
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListTermRelationships.ts.html |here} to see how to use ListTermRelationships API.
7703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListTermRelationships.ts.html |here} to see how to use ListTermRelationships API.
7309
7704
  */
7310
7705
  listTermRelationships(listTermRelationshipsRequest) {
7311
7706
  return __awaiter(this, void 0, void 0, function* () {
7312
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listTermRelationships.");
7707
+ if (this.logger)
7708
+ this.logger.debug("Calling operation DataCatalogClient#listTermRelationships.");
7313
7709
  const operationName = "listTermRelationships";
7314
7710
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/TermRelationship/ListTermRelationships";
7315
7711
  const pathParams = {
@@ -7333,6 +7729,8 @@ class DataCatalogClient {
7333
7729
  };
7334
7730
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7335
7731
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTermRelationshipsRequest.retryConfiguration, specRetryConfiguration);
7732
+ if (this.logger)
7733
+ retrier.logger = this.logger;
7336
7734
  const request = yield oci_common_2.composeRequest({
7337
7735
  baseEndpoint: this._endpoint,
7338
7736
  defaultHeaders: this._defaultHeaders,
@@ -7376,11 +7774,12 @@ class DataCatalogClient {
7376
7774
  * @param ListTermsRequest
7377
7775
  * @return ListTermsResponse
7378
7776
  * @throws OciError when an error occurs
7379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListTerms.ts.html |here} to see how to use ListTerms API.
7777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListTerms.ts.html |here} to see how to use ListTerms API.
7380
7778
  */
7381
7779
  listTerms(listTermsRequest) {
7382
7780
  return __awaiter(this, void 0, void 0, function* () {
7383
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listTerms.");
7781
+ if (this.logger)
7782
+ this.logger.debug("Calling operation DataCatalogClient#listTerms.");
7384
7783
  const operationName = "listTerms";
7385
7784
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Term/ListTerms";
7386
7785
  const pathParams = {
@@ -7407,6 +7806,8 @@ class DataCatalogClient {
7407
7806
  };
7408
7807
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7409
7808
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTermsRequest.retryConfiguration, specRetryConfiguration);
7809
+ if (this.logger)
7810
+ retrier.logger = this.logger;
7410
7811
  const request = yield oci_common_2.composeRequest({
7411
7812
  baseEndpoint: this._endpoint,
7412
7813
  defaultHeaders: this._defaultHeaders,
@@ -7450,11 +7851,12 @@ class DataCatalogClient {
7450
7851
  * @param ListTypesRequest
7451
7852
  * @return ListTypesResponse
7452
7853
  * @throws OciError when an error occurs
7453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListTypes.ts.html |here} to see how to use ListTypes API.
7854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListTypes.ts.html |here} to see how to use ListTypes API.
7454
7855
  */
7455
7856
  listTypes(listTypesRequest) {
7456
7857
  return __awaiter(this, void 0, void 0, function* () {
7457
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listTypes.");
7858
+ if (this.logger)
7859
+ this.logger.debug("Calling operation DataCatalogClient#listTypes.");
7458
7860
  const operationName = "listTypes";
7459
7861
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/TypeCollection/ListTypes";
7460
7862
  const pathParams = {
@@ -7480,6 +7882,8 @@ class DataCatalogClient {
7480
7882
  };
7481
7883
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7482
7884
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listTypesRequest.retryConfiguration, specRetryConfiguration);
7885
+ if (this.logger)
7886
+ retrier.logger = this.logger;
7483
7887
  const request = yield oci_common_2.composeRequest({
7484
7888
  baseEndpoint: this._endpoint,
7485
7889
  defaultHeaders: this._defaultHeaders,
@@ -7524,11 +7928,12 @@ class DataCatalogClient {
7524
7928
  * @param ListWorkRequestErrorsRequest
7525
7929
  * @return ListWorkRequestErrorsResponse
7526
7930
  * @throws OciError when an error occurs
7527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
7931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
7528
7932
  */
7529
7933
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
7530
7934
  return __awaiter(this, void 0, void 0, function* () {
7531
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listWorkRequestErrors.");
7935
+ if (this.logger)
7936
+ this.logger.debug("Calling operation DataCatalogClient#listWorkRequestErrors.");
7532
7937
  const operationName = "listWorkRequestErrors";
7533
7938
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/WorkRequestError/ListWorkRequestErrors";
7534
7939
  const pathParams = {
@@ -7546,6 +7951,8 @@ class DataCatalogClient {
7546
7951
  };
7547
7952
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7548
7953
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
7954
+ if (this.logger)
7955
+ retrier.logger = this.logger;
7549
7956
  const request = yield oci_common_2.composeRequest({
7550
7957
  baseEndpoint: this._endpoint,
7551
7958
  defaultHeaders: this._defaultHeaders,
@@ -7630,11 +8037,12 @@ class DataCatalogClient {
7630
8037
  * @param ListWorkRequestLogsRequest
7631
8038
  * @return ListWorkRequestLogsResponse
7632
8039
  * @throws OciError when an error occurs
7633
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
8040
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
7634
8041
  */
7635
8042
  listWorkRequestLogs(listWorkRequestLogsRequest) {
7636
8043
  return __awaiter(this, void 0, void 0, function* () {
7637
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listWorkRequestLogs.");
8044
+ if (this.logger)
8045
+ this.logger.debug("Calling operation DataCatalogClient#listWorkRequestLogs.");
7638
8046
  const operationName = "listWorkRequestLogs";
7639
8047
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/WorkRequestLog/ListWorkRequestLogs";
7640
8048
  const pathParams = {
@@ -7652,6 +8060,8 @@ class DataCatalogClient {
7652
8060
  };
7653
8061
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7654
8062
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
8063
+ if (this.logger)
8064
+ retrier.logger = this.logger;
7655
8065
  const request = yield oci_common_2.composeRequest({
7656
8066
  baseEndpoint: this._endpoint,
7657
8067
  defaultHeaders: this._defaultHeaders,
@@ -7736,11 +8146,12 @@ class DataCatalogClient {
7736
8146
  * @param ListWorkRequestsRequest
7737
8147
  * @return ListWorkRequestsResponse
7738
8148
  * @throws OciError when an error occurs
7739
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
8149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
7740
8150
  */
7741
8151
  listWorkRequests(listWorkRequestsRequest) {
7742
8152
  return __awaiter(this, void 0, void 0, function* () {
7743
- oci_common_2.logger.debug("Calling operation DataCatalogClient#listWorkRequests.");
8153
+ if (this.logger)
8154
+ this.logger.debug("Calling operation DataCatalogClient#listWorkRequests.");
7744
8155
  const operationName = "listWorkRequests";
7745
8156
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/WorkRequest/ListWorkRequests";
7746
8157
  const pathParams = {};
@@ -7755,6 +8166,8 @@ class DataCatalogClient {
7755
8166
  };
7756
8167
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7757
8168
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
8169
+ if (this.logger)
8170
+ retrier.logger = this.logger;
7758
8171
  const request = yield oci_common_2.composeRequest({
7759
8172
  baseEndpoint: this._endpoint,
7760
8173
  defaultHeaders: this._defaultHeaders,
@@ -7838,11 +8251,12 @@ class DataCatalogClient {
7838
8251
  * @param ObjectStatsRequest
7839
8252
  * @return ObjectStatsResponse
7840
8253
  * @throws OciError when an error occurs
7841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ObjectStats.ts.html |here} to see how to use ObjectStats API.
8254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ObjectStats.ts.html |here} to see how to use ObjectStats API.
7842
8255
  */
7843
8256
  objectStats(objectStatsRequest) {
7844
8257
  return __awaiter(this, void 0, void 0, function* () {
7845
- oci_common_2.logger.debug("Calling operation DataCatalogClient#objectStats.");
8258
+ if (this.logger)
8259
+ this.logger.debug("Calling operation DataCatalogClient#objectStats.");
7846
8260
  const operationName = "objectStats";
7847
8261
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/ObjectStats";
7848
8262
  const pathParams = {
@@ -7860,6 +8274,8 @@ class DataCatalogClient {
7860
8274
  };
7861
8275
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
7862
8276
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, objectStatsRequest.retryConfiguration, specRetryConfiguration);
8277
+ if (this.logger)
8278
+ retrier.logger = this.logger;
7863
8279
  const request = yield oci_common_2.composeRequest({
7864
8280
  baseEndpoint: this._endpoint,
7865
8281
  defaultHeaders: this._defaultHeaders,
@@ -7903,11 +8319,12 @@ class DataCatalogClient {
7903
8319
  * @param ParseConnectionRequest
7904
8320
  * @return ParseConnectionResponse
7905
8321
  * @throws OciError when an error occurs
7906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ParseConnection.ts.html |here} to see how to use ParseConnection API.
8322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ParseConnection.ts.html |here} to see how to use ParseConnection API.
7907
8323
  */
7908
8324
  parseConnection(parseConnectionRequest) {
7909
8325
  return __awaiter(this, void 0, void 0, function* () {
7910
- oci_common_2.logger.debug("Calling operation DataCatalogClient#parseConnection.");
8326
+ if (this.logger)
8327
+ this.logger.debug("Calling operation DataCatalogClient#parseConnection.");
7911
8328
  const operationName = "parseConnection";
7912
8329
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/ParseConnection";
7913
8330
  const pathParams = {
@@ -7924,6 +8341,8 @@ class DataCatalogClient {
7924
8341
  };
7925
8342
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7926
8343
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, parseConnectionRequest.retryConfiguration, specRetryConfiguration);
8344
+ if (this.logger)
8345
+ retrier.logger = this.logger;
7927
8346
  const request = yield oci_common_2.composeRequest({
7928
8347
  baseEndpoint: this._endpoint,
7929
8348
  defaultHeaders: this._defaultHeaders,
@@ -7970,11 +8389,12 @@ class DataCatalogClient {
7970
8389
  * @param ProcessRecommendationRequest
7971
8390
  * @return ProcessRecommendationResponse
7972
8391
  * @throws OciError when an error occurs
7973
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ProcessRecommendation.ts.html |here} to see how to use ProcessRecommendation API.
8392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ProcessRecommendation.ts.html |here} to see how to use ProcessRecommendation API.
7974
8393
  */
7975
8394
  processRecommendation(processRecommendationRequest) {
7976
8395
  return __awaiter(this, void 0, void 0, function* () {
7977
- oci_common_2.logger.debug("Calling operation DataCatalogClient#processRecommendation.");
8396
+ if (this.logger)
8397
+ this.logger.debug("Calling operation DataCatalogClient#processRecommendation.");
7978
8398
  const operationName = "processRecommendation";
7979
8399
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/ProcessRecommendation";
7980
8400
  const pathParams = {
@@ -7988,6 +8408,8 @@ class DataCatalogClient {
7988
8408
  };
7989
8409
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
7990
8410
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, processRecommendationRequest.retryConfiguration, specRetryConfiguration);
8411
+ if (this.logger)
8412
+ retrier.logger = this.logger;
7991
8413
  const request = yield oci_common_2.composeRequest({
7992
8414
  baseEndpoint: this._endpoint,
7993
8415
  defaultHeaders: this._defaultHeaders,
@@ -8035,11 +8457,12 @@ class DataCatalogClient {
8035
8457
  * @param RecommendationsRequest
8036
8458
  * @return RecommendationsResponse
8037
8459
  * @throws OciError when an error occurs
8038
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/Recommendations.ts.html |here} to see how to use Recommendations API.
8460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/Recommendations.ts.html |here} to see how to use Recommendations API.
8039
8461
  */
8040
8462
  recommendations(recommendationsRequest) {
8041
8463
  return __awaiter(this, void 0, void 0, function* () {
8042
- oci_common_2.logger.debug("Calling operation DataCatalogClient#recommendations.");
8464
+ if (this.logger)
8465
+ this.logger.debug("Calling operation DataCatalogClient#recommendations.");
8043
8466
  const operationName = "recommendations";
8044
8467
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/Recommendations";
8045
8468
  const pathParams = {
@@ -8057,6 +8480,8 @@ class DataCatalogClient {
8057
8480
  };
8058
8481
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8059
8482
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, recommendationsRequest.retryConfiguration, specRetryConfiguration);
8483
+ if (this.logger)
8484
+ retrier.logger = this.logger;
8060
8485
  const request = yield oci_common_2.composeRequest({
8061
8486
  baseEndpoint: this._endpoint,
8062
8487
  defaultHeaders: this._defaultHeaders,
@@ -8095,11 +8520,12 @@ class DataCatalogClient {
8095
8520
  * @param RemoveCatalogLockRequest
8096
8521
  * @return RemoveCatalogLockResponse
8097
8522
  * @throws OciError when an error occurs
8098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/RemoveCatalogLock.ts.html |here} to see how to use RemoveCatalogLock API.
8523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/RemoveCatalogLock.ts.html |here} to see how to use RemoveCatalogLock API.
8099
8524
  */
8100
8525
  removeCatalogLock(removeCatalogLockRequest) {
8101
8526
  return __awaiter(this, void 0, void 0, function* () {
8102
- oci_common_2.logger.debug("Calling operation DataCatalogClient#removeCatalogLock.");
8527
+ if (this.logger)
8528
+ this.logger.debug("Calling operation DataCatalogClient#removeCatalogLock.");
8103
8529
  const operationName = "removeCatalogLock";
8104
8530
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/RemoveCatalogLock";
8105
8531
  const pathParams = {
@@ -8113,6 +8539,8 @@ class DataCatalogClient {
8113
8539
  };
8114
8540
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8115
8541
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeCatalogLockRequest.retryConfiguration, specRetryConfiguration);
8542
+ if (this.logger)
8543
+ retrier.logger = this.logger;
8116
8544
  const request = yield oci_common_2.composeRequest({
8117
8545
  baseEndpoint: this._endpoint,
8118
8546
  defaultHeaders: this._defaultHeaders,
@@ -8157,11 +8585,12 @@ class DataCatalogClient {
8157
8585
  * @param RemoveCatalogPrivateEndpointLockRequest
8158
8586
  * @return RemoveCatalogPrivateEndpointLockResponse
8159
8587
  * @throws OciError when an error occurs
8160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/RemoveCatalogPrivateEndpointLock.ts.html |here} to see how to use RemoveCatalogPrivateEndpointLock API.
8588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/RemoveCatalogPrivateEndpointLock.ts.html |here} to see how to use RemoveCatalogPrivateEndpointLock API.
8161
8589
  */
8162
8590
  removeCatalogPrivateEndpointLock(removeCatalogPrivateEndpointLockRequest) {
8163
8591
  return __awaiter(this, void 0, void 0, function* () {
8164
- oci_common_2.logger.debug("Calling operation DataCatalogClient#removeCatalogPrivateEndpointLock.");
8592
+ if (this.logger)
8593
+ this.logger.debug("Calling operation DataCatalogClient#removeCatalogPrivateEndpointLock.");
8165
8594
  const operationName = "removeCatalogPrivateEndpointLock";
8166
8595
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CatalogPrivateEndpoint/RemoveCatalogPrivateEndpointLock";
8167
8596
  const pathParams = {
@@ -8175,6 +8604,8 @@ class DataCatalogClient {
8175
8604
  };
8176
8605
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8177
8606
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeCatalogPrivateEndpointLockRequest.retryConfiguration, specRetryConfiguration);
8607
+ if (this.logger)
8608
+ retrier.logger = this.logger;
8178
8609
  const request = yield oci_common_2.composeRequest({
8179
8610
  baseEndpoint: this._endpoint,
8180
8611
  defaultHeaders: this._defaultHeaders,
@@ -8219,11 +8650,12 @@ class DataCatalogClient {
8219
8650
  * @param RemoveDataSelectorPatternsRequest
8220
8651
  * @return RemoveDataSelectorPatternsResponse
8221
8652
  * @throws OciError when an error occurs
8222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/RemoveDataSelectorPatterns.ts.html |here} to see how to use RemoveDataSelectorPatterns API.
8653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/RemoveDataSelectorPatterns.ts.html |here} to see how to use RemoveDataSelectorPatterns API.
8223
8654
  */
8224
8655
  removeDataSelectorPatterns(removeDataSelectorPatternsRequest) {
8225
8656
  return __awaiter(this, void 0, void 0, function* () {
8226
- oci_common_2.logger.debug("Calling operation DataCatalogClient#removeDataSelectorPatterns.");
8657
+ if (this.logger)
8658
+ this.logger.debug("Calling operation DataCatalogClient#removeDataSelectorPatterns.");
8227
8659
  const operationName = "removeDataSelectorPatterns";
8228
8660
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/RemoveDataSelectorPatterns";
8229
8661
  const pathParams = {
@@ -8239,6 +8671,8 @@ class DataCatalogClient {
8239
8671
  };
8240
8672
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8241
8673
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeDataSelectorPatternsRequest.retryConfiguration, specRetryConfiguration);
8674
+ if (this.logger)
8675
+ retrier.logger = this.logger;
8242
8676
  const request = yield oci_common_2.composeRequest({
8243
8677
  baseEndpoint: this._endpoint,
8244
8678
  defaultHeaders: this._defaultHeaders,
@@ -8283,11 +8717,12 @@ class DataCatalogClient {
8283
8717
  * @param RemoveMetastoreLockRequest
8284
8718
  * @return RemoveMetastoreLockResponse
8285
8719
  * @throws OciError when an error occurs
8286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/RemoveMetastoreLock.ts.html |here} to see how to use RemoveMetastoreLock API.
8720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/RemoveMetastoreLock.ts.html |here} to see how to use RemoveMetastoreLock API.
8287
8721
  */
8288
8722
  removeMetastoreLock(removeMetastoreLockRequest) {
8289
8723
  return __awaiter(this, void 0, void 0, function* () {
8290
- oci_common_2.logger.debug("Calling operation DataCatalogClient#removeMetastoreLock.");
8724
+ if (this.logger)
8725
+ this.logger.debug("Calling operation DataCatalogClient#removeMetastoreLock.");
8291
8726
  const operationName = "removeMetastoreLock";
8292
8727
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Metastore/RemoveMetastoreLock";
8293
8728
  const pathParams = {
@@ -8301,6 +8736,8 @@ class DataCatalogClient {
8301
8736
  };
8302
8737
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8303
8738
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, removeMetastoreLockRequest.retryConfiguration, specRetryConfiguration);
8739
+ if (this.logger)
8740
+ retrier.logger = this.logger;
8304
8741
  const request = yield oci_common_2.composeRequest({
8305
8742
  baseEndpoint: this._endpoint,
8306
8743
  defaultHeaders: this._defaultHeaders,
@@ -8345,11 +8782,12 @@ class DataCatalogClient {
8345
8782
  * @param SearchCriteriaRequest
8346
8783
  * @return SearchCriteriaResponse
8347
8784
  * @throws OciError when an error occurs
8348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/SearchCriteria.ts.html |here} to see how to use SearchCriteria API.
8785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/SearchCriteria.ts.html |here} to see how to use SearchCriteria API.
8349
8786
  */
8350
8787
  searchCriteria(searchCriteriaRequest) {
8351
8788
  return __awaiter(this, void 0, void 0, function* () {
8352
- oci_common_2.logger.debug("Calling operation DataCatalogClient#searchCriteria.");
8789
+ if (this.logger)
8790
+ this.logger.debug("Calling operation DataCatalogClient#searchCriteria.");
8353
8791
  const operationName = "searchCriteria";
8354
8792
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/SearchResult/SearchCriteria";
8355
8793
  const pathParams = {
@@ -8371,6 +8809,8 @@ class DataCatalogClient {
8371
8809
  };
8372
8810
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
8373
8811
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, searchCriteriaRequest.retryConfiguration, specRetryConfiguration);
8812
+ if (this.logger)
8813
+ retrier.logger = this.logger;
8374
8814
  const request = yield oci_common_2.composeRequest({
8375
8815
  baseEndpoint: this._endpoint,
8376
8816
  defaultHeaders: this._defaultHeaders,
@@ -8415,11 +8855,12 @@ class DataCatalogClient {
8415
8855
  * @param SuggestMatchesRequest
8416
8856
  * @return SuggestMatchesResponse
8417
8857
  * @throws OciError when an error occurs
8418
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/SuggestMatches.ts.html |here} to see how to use SuggestMatches API.
8858
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/SuggestMatches.ts.html |here} to see how to use SuggestMatches API.
8419
8859
  */
8420
8860
  suggestMatches(suggestMatchesRequest) {
8421
8861
  return __awaiter(this, void 0, void 0, function* () {
8422
- oci_common_2.logger.debug("Calling operation DataCatalogClient#suggestMatches.");
8862
+ if (this.logger)
8863
+ this.logger.debug("Calling operation DataCatalogClient#suggestMatches.");
8423
8864
  const operationName = "suggestMatches";
8424
8865
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/SuggestResults/SuggestMatches";
8425
8866
  const pathParams = {
@@ -8436,6 +8877,8 @@ class DataCatalogClient {
8436
8877
  };
8437
8878
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
8438
8879
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, suggestMatchesRequest.retryConfiguration, specRetryConfiguration);
8880
+ if (this.logger)
8881
+ retrier.logger = this.logger;
8439
8882
  const request = yield oci_common_2.composeRequest({
8440
8883
  baseEndpoint: this._endpoint,
8441
8884
  defaultHeaders: this._defaultHeaders,
@@ -8474,11 +8917,12 @@ class DataCatalogClient {
8474
8917
  * @param SynchronousExportDataAssetRequest
8475
8918
  * @return SynchronousExportDataAssetResponse
8476
8919
  * @throws OciError when an error occurs
8477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/SynchronousExportDataAsset.ts.html |here} to see how to use SynchronousExportDataAsset API.
8920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/SynchronousExportDataAsset.ts.html |here} to see how to use SynchronousExportDataAsset API.
8478
8921
  */
8479
8922
  synchronousExportDataAsset(synchronousExportDataAssetRequest) {
8480
8923
  return __awaiter(this, void 0, void 0, function* () {
8481
- oci_common_2.logger.debug("Calling operation DataCatalogClient#synchronousExportDataAsset.");
8924
+ if (this.logger)
8925
+ this.logger.debug("Calling operation DataCatalogClient#synchronousExportDataAsset.");
8482
8926
  const operationName = "synchronousExportDataAsset";
8483
8927
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/SynchronousExportDataAsset";
8484
8928
  const pathParams = {
@@ -8495,6 +8939,8 @@ class DataCatalogClient {
8495
8939
  };
8496
8940
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8497
8941
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, synchronousExportDataAssetRequest.retryConfiguration, specRetryConfiguration);
8942
+ if (this.logger)
8943
+ retrier.logger = this.logger;
8498
8944
  const request = yield oci_common_2.composeRequest({
8499
8945
  baseEndpoint: this._endpoint,
8500
8946
  defaultHeaders: this._defaultHeaders,
@@ -8533,11 +8979,12 @@ class DataCatalogClient {
8533
8979
  * @param TestConnectionRequest
8534
8980
  * @return TestConnectionResponse
8535
8981
  * @throws OciError when an error occurs
8536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/TestConnection.ts.html |here} to see how to use TestConnection API.
8982
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/TestConnection.ts.html |here} to see how to use TestConnection API.
8537
8983
  */
8538
8984
  testConnection(testConnectionRequest) {
8539
8985
  return __awaiter(this, void 0, void 0, function* () {
8540
- oci_common_2.logger.debug("Calling operation DataCatalogClient#testConnection.");
8986
+ if (this.logger)
8987
+ this.logger.debug("Calling operation DataCatalogClient#testConnection.");
8541
8988
  const operationName = "testConnection";
8542
8989
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Connection/TestConnection";
8543
8990
  const pathParams = {
@@ -8553,6 +9000,8 @@ class DataCatalogClient {
8553
9000
  };
8554
9001
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
8555
9002
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, testConnectionRequest.retryConfiguration, specRetryConfiguration);
9003
+ if (this.logger)
9004
+ retrier.logger = this.logger;
8556
9005
  const request = yield oci_common_2.composeRequest({
8557
9006
  baseEndpoint: this._endpoint,
8558
9007
  defaultHeaders: this._defaultHeaders,
@@ -8596,11 +9045,12 @@ class DataCatalogClient {
8596
9045
  * @param UpdateAttributeRequest
8597
9046
  * @return UpdateAttributeResponse
8598
9047
  * @throws OciError when an error occurs
8599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateAttribute.ts.html |here} to see how to use UpdateAttribute API.
9048
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateAttribute.ts.html |here} to see how to use UpdateAttribute API.
8600
9049
  */
8601
9050
  updateAttribute(updateAttributeRequest) {
8602
9051
  return __awaiter(this, void 0, void 0, function* () {
8603
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateAttribute.");
9052
+ if (this.logger)
9053
+ this.logger.debug("Calling operation DataCatalogClient#updateAttribute.");
8604
9054
  const operationName = "updateAttribute";
8605
9055
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Attribute/UpdateAttribute";
8606
9056
  const pathParams = {
@@ -8617,6 +9067,8 @@ class DataCatalogClient {
8617
9067
  };
8618
9068
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8619
9069
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateAttributeRequest.retryConfiguration, specRetryConfiguration);
9070
+ if (this.logger)
9071
+ retrier.logger = this.logger;
8620
9072
  const request = yield oci_common_2.composeRequest({
8621
9073
  baseEndpoint: this._endpoint,
8622
9074
  defaultHeaders: this._defaultHeaders,
@@ -8661,11 +9113,12 @@ class DataCatalogClient {
8661
9113
  * @param UpdateCatalogRequest
8662
9114
  * @return UpdateCatalogResponse
8663
9115
  * @throws OciError when an error occurs
8664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateCatalog.ts.html |here} to see how to use UpdateCatalog API.
9116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateCatalog.ts.html |here} to see how to use UpdateCatalog API.
8665
9117
  */
8666
9118
  updateCatalog(updateCatalogRequest) {
8667
9119
  return __awaiter(this, void 0, void 0, function* () {
8668
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateCatalog.");
9120
+ if (this.logger)
9121
+ this.logger.debug("Calling operation DataCatalogClient#updateCatalog.");
8669
9122
  const operationName = "updateCatalog";
8670
9123
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/UpdateCatalog";
8671
9124
  const pathParams = {
@@ -8681,6 +9134,8 @@ class DataCatalogClient {
8681
9134
  };
8682
9135
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8683
9136
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateCatalogRequest.retryConfiguration, specRetryConfiguration);
9137
+ if (this.logger)
9138
+ retrier.logger = this.logger;
8684
9139
  const request = yield oci_common_2.composeRequest({
8685
9140
  baseEndpoint: this._endpoint,
8686
9141
  defaultHeaders: this._defaultHeaders,
@@ -8725,11 +9180,12 @@ class DataCatalogClient {
8725
9180
  * @param UpdateCatalogPrivateEndpointRequest
8726
9181
  * @return UpdateCatalogPrivateEndpointResponse
8727
9182
  * @throws OciError when an error occurs
8728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateCatalogPrivateEndpoint.ts.html |here} to see how to use UpdateCatalogPrivateEndpoint API.
9183
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateCatalogPrivateEndpoint.ts.html |here} to see how to use UpdateCatalogPrivateEndpoint API.
8729
9184
  */
8730
9185
  updateCatalogPrivateEndpoint(updateCatalogPrivateEndpointRequest) {
8731
9186
  return __awaiter(this, void 0, void 0, function* () {
8732
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateCatalogPrivateEndpoint.");
9187
+ if (this.logger)
9188
+ this.logger.debug("Calling operation DataCatalogClient#updateCatalogPrivateEndpoint.");
8733
9189
  const operationName = "updateCatalogPrivateEndpoint";
8734
9190
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CatalogPrivateEndpoint/UpdateCatalogPrivateEndpoint";
8735
9191
  const pathParams = {
@@ -8745,6 +9201,8 @@ class DataCatalogClient {
8745
9201
  };
8746
9202
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8747
9203
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateCatalogPrivateEndpointRequest.retryConfiguration, specRetryConfiguration);
9204
+ if (this.logger)
9205
+ retrier.logger = this.logger;
8748
9206
  const request = yield oci_common_2.composeRequest({
8749
9207
  baseEndpoint: this._endpoint,
8750
9208
  defaultHeaders: this._defaultHeaders,
@@ -8785,11 +9243,12 @@ class DataCatalogClient {
8785
9243
  * @param UpdateConnectionRequest
8786
9244
  * @return UpdateConnectionResponse
8787
9245
  * @throws OciError when an error occurs
8788
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
9246
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
8789
9247
  */
8790
9248
  updateConnection(updateConnectionRequest) {
8791
9249
  return __awaiter(this, void 0, void 0, function* () {
8792
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateConnection.");
9250
+ if (this.logger)
9251
+ this.logger.debug("Calling operation DataCatalogClient#updateConnection.");
8793
9252
  const operationName = "updateConnection";
8794
9253
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Connection/UpdateConnection";
8795
9254
  const pathParams = {
@@ -8805,6 +9264,8 @@ class DataCatalogClient {
8805
9264
  };
8806
9265
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8807
9266
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateConnectionRequest.retryConfiguration, specRetryConfiguration);
9267
+ if (this.logger)
9268
+ retrier.logger = this.logger;
8808
9269
  const request = yield oci_common_2.composeRequest({
8809
9270
  baseEndpoint: this._endpoint,
8810
9271
  defaultHeaders: this._defaultHeaders,
@@ -8849,11 +9310,12 @@ class DataCatalogClient {
8849
9310
  * @param UpdateCustomPropertyRequest
8850
9311
  * @return UpdateCustomPropertyResponse
8851
9312
  * @throws OciError when an error occurs
8852
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateCustomProperty.ts.html |here} to see how to use UpdateCustomProperty API.
9313
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateCustomProperty.ts.html |here} to see how to use UpdateCustomProperty API.
8853
9314
  */
8854
9315
  updateCustomProperty(updateCustomPropertyRequest) {
8855
9316
  return __awaiter(this, void 0, void 0, function* () {
8856
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateCustomProperty.");
9317
+ if (this.logger)
9318
+ this.logger.debug("Calling operation DataCatalogClient#updateCustomProperty.");
8857
9319
  const operationName = "updateCustomProperty";
8858
9320
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/CustomProperty/UpdateCustomProperty";
8859
9321
  const pathParams = {
@@ -8869,6 +9331,8 @@ class DataCatalogClient {
8869
9331
  };
8870
9332
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8871
9333
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateCustomPropertyRequest.retryConfiguration, specRetryConfiguration);
9334
+ if (this.logger)
9335
+ retrier.logger = this.logger;
8872
9336
  const request = yield oci_common_2.composeRequest({
8873
9337
  baseEndpoint: this._endpoint,
8874
9338
  defaultHeaders: this._defaultHeaders,
@@ -8913,11 +9377,12 @@ class DataCatalogClient {
8913
9377
  * @param UpdateDataAssetRequest
8914
9378
  * @return UpdateDataAssetResponse
8915
9379
  * @throws OciError when an error occurs
8916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
9380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateDataAsset.ts.html |here} to see how to use UpdateDataAsset API.
8917
9381
  */
8918
9382
  updateDataAsset(updateDataAssetRequest) {
8919
9383
  return __awaiter(this, void 0, void 0, function* () {
8920
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateDataAsset.");
9384
+ if (this.logger)
9385
+ this.logger.debug("Calling operation DataCatalogClient#updateDataAsset.");
8921
9386
  const operationName = "updateDataAsset";
8922
9387
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/UpdateDataAsset";
8923
9388
  const pathParams = {
@@ -8932,6 +9397,8 @@ class DataCatalogClient {
8932
9397
  };
8933
9398
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8934
9399
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateDataAssetRequest.retryConfiguration, specRetryConfiguration);
9400
+ if (this.logger)
9401
+ retrier.logger = this.logger;
8935
9402
  const request = yield oci_common_2.composeRequest({
8936
9403
  baseEndpoint: this._endpoint,
8937
9404
  defaultHeaders: this._defaultHeaders,
@@ -8976,11 +9443,12 @@ class DataCatalogClient {
8976
9443
  * @param UpdateEntityRequest
8977
9444
  * @return UpdateEntityResponse
8978
9445
  * @throws OciError when an error occurs
8979
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateEntity.ts.html |here} to see how to use UpdateEntity API.
9446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateEntity.ts.html |here} to see how to use UpdateEntity API.
8980
9447
  */
8981
9448
  updateEntity(updateEntityRequest) {
8982
9449
  return __awaiter(this, void 0, void 0, function* () {
8983
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateEntity.");
9450
+ if (this.logger)
9451
+ this.logger.debug("Calling operation DataCatalogClient#updateEntity.");
8984
9452
  const operationName = "updateEntity";
8985
9453
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Entity/UpdateEntity";
8986
9454
  const pathParams = {
@@ -8996,6 +9464,8 @@ class DataCatalogClient {
8996
9464
  };
8997
9465
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
8998
9466
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateEntityRequest.retryConfiguration, specRetryConfiguration);
9467
+ if (this.logger)
9468
+ retrier.logger = this.logger;
8999
9469
  const request = yield oci_common_2.composeRequest({
9000
9470
  baseEndpoint: this._endpoint,
9001
9471
  defaultHeaders: this._defaultHeaders,
@@ -9040,11 +9510,12 @@ class DataCatalogClient {
9040
9510
  * @param UpdateFolderRequest
9041
9511
  * @return UpdateFolderResponse
9042
9512
  * @throws OciError when an error occurs
9043
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
9513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateFolder.ts.html |here} to see how to use UpdateFolder API.
9044
9514
  */
9045
9515
  updateFolder(updateFolderRequest) {
9046
9516
  return __awaiter(this, void 0, void 0, function* () {
9047
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateFolder.");
9517
+ if (this.logger)
9518
+ this.logger.debug("Calling operation DataCatalogClient#updateFolder.");
9048
9519
  const operationName = "updateFolder";
9049
9520
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Folder/UpdateFolder";
9050
9521
  const pathParams = {
@@ -9060,6 +9531,8 @@ class DataCatalogClient {
9060
9531
  };
9061
9532
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9062
9533
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateFolderRequest.retryConfiguration, specRetryConfiguration);
9534
+ if (this.logger)
9535
+ retrier.logger = this.logger;
9063
9536
  const request = yield oci_common_2.composeRequest({
9064
9537
  baseEndpoint: this._endpoint,
9065
9538
  defaultHeaders: this._defaultHeaders,
@@ -9104,11 +9577,12 @@ class DataCatalogClient {
9104
9577
  * @param UpdateGlossaryRequest
9105
9578
  * @return UpdateGlossaryResponse
9106
9579
  * @throws OciError when an error occurs
9107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateGlossary.ts.html |here} to see how to use UpdateGlossary API.
9580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateGlossary.ts.html |here} to see how to use UpdateGlossary API.
9108
9581
  */
9109
9582
  updateGlossary(updateGlossaryRequest) {
9110
9583
  return __awaiter(this, void 0, void 0, function* () {
9111
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateGlossary.");
9584
+ if (this.logger)
9585
+ this.logger.debug("Calling operation DataCatalogClient#updateGlossary.");
9112
9586
  const operationName = "updateGlossary";
9113
9587
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Glossary/UpdateGlossary";
9114
9588
  const pathParams = {
@@ -9123,6 +9597,8 @@ class DataCatalogClient {
9123
9597
  };
9124
9598
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9125
9599
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateGlossaryRequest.retryConfiguration, specRetryConfiguration);
9600
+ if (this.logger)
9601
+ retrier.logger = this.logger;
9126
9602
  const request = yield oci_common_2.composeRequest({
9127
9603
  baseEndpoint: this._endpoint,
9128
9604
  defaultHeaders: this._defaultHeaders,
@@ -9167,11 +9643,12 @@ class DataCatalogClient {
9167
9643
  * @param UpdateJobRequest
9168
9644
  * @return UpdateJobResponse
9169
9645
  * @throws OciError when an error occurs
9170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateJob.ts.html |here} to see how to use UpdateJob API.
9646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateJob.ts.html |here} to see how to use UpdateJob API.
9171
9647
  */
9172
9648
  updateJob(updateJobRequest) {
9173
9649
  return __awaiter(this, void 0, void 0, function* () {
9174
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateJob.");
9650
+ if (this.logger)
9651
+ this.logger.debug("Calling operation DataCatalogClient#updateJob.");
9175
9652
  const operationName = "updateJob";
9176
9653
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Job/UpdateJob";
9177
9654
  const pathParams = {
@@ -9186,6 +9663,8 @@ class DataCatalogClient {
9186
9663
  };
9187
9664
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9188
9665
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateJobRequest.retryConfiguration, specRetryConfiguration);
9666
+ if (this.logger)
9667
+ retrier.logger = this.logger;
9189
9668
  const request = yield oci_common_2.composeRequest({
9190
9669
  baseEndpoint: this._endpoint,
9191
9670
  defaultHeaders: this._defaultHeaders,
@@ -9230,11 +9709,12 @@ class DataCatalogClient {
9230
9709
  * @param UpdateJobDefinitionRequest
9231
9710
  * @return UpdateJobDefinitionResponse
9232
9711
  * @throws OciError when an error occurs
9233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateJobDefinition.ts.html |here} to see how to use UpdateJobDefinition API.
9712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateJobDefinition.ts.html |here} to see how to use UpdateJobDefinition API.
9234
9713
  */
9235
9714
  updateJobDefinition(updateJobDefinitionRequest) {
9236
9715
  return __awaiter(this, void 0, void 0, function* () {
9237
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateJobDefinition.");
9716
+ if (this.logger)
9717
+ this.logger.debug("Calling operation DataCatalogClient#updateJobDefinition.");
9238
9718
  const operationName = "updateJobDefinition";
9239
9719
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/JobDefinition/UpdateJobDefinition";
9240
9720
  const pathParams = {
@@ -9249,6 +9729,8 @@ class DataCatalogClient {
9249
9729
  };
9250
9730
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9251
9731
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateJobDefinitionRequest.retryConfiguration, specRetryConfiguration);
9732
+ if (this.logger)
9733
+ retrier.logger = this.logger;
9252
9734
  const request = yield oci_common_2.composeRequest({
9253
9735
  baseEndpoint: this._endpoint,
9254
9736
  defaultHeaders: this._defaultHeaders,
@@ -9293,11 +9775,12 @@ class DataCatalogClient {
9293
9775
  * @param UpdateMetastoreRequest
9294
9776
  * @return UpdateMetastoreResponse
9295
9777
  * @throws OciError when an error occurs
9296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateMetastore.ts.html |here} to see how to use UpdateMetastore API.
9778
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateMetastore.ts.html |here} to see how to use UpdateMetastore API.
9297
9779
  */
9298
9780
  updateMetastore(updateMetastoreRequest) {
9299
9781
  return __awaiter(this, void 0, void 0, function* () {
9300
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateMetastore.");
9782
+ if (this.logger)
9783
+ this.logger.debug("Calling operation DataCatalogClient#updateMetastore.");
9301
9784
  const operationName = "updateMetastore";
9302
9785
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Metastore/UpdateMetastore";
9303
9786
  const pathParams = {
@@ -9313,6 +9796,8 @@ class DataCatalogClient {
9313
9796
  };
9314
9797
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9315
9798
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateMetastoreRequest.retryConfiguration, specRetryConfiguration);
9799
+ if (this.logger)
9800
+ retrier.logger = this.logger;
9316
9801
  const request = yield oci_common_2.composeRequest({
9317
9802
  baseEndpoint: this._endpoint,
9318
9803
  defaultHeaders: this._defaultHeaders,
@@ -9357,11 +9842,12 @@ class DataCatalogClient {
9357
9842
  * @param UpdateNamespaceRequest
9358
9843
  * @return UpdateNamespaceResponse
9359
9844
  * @throws OciError when an error occurs
9360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateNamespace.ts.html |here} to see how to use UpdateNamespace API.
9845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateNamespace.ts.html |here} to see how to use UpdateNamespace API.
9361
9846
  */
9362
9847
  updateNamespace(updateNamespaceRequest) {
9363
9848
  return __awaiter(this, void 0, void 0, function* () {
9364
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateNamespace.");
9849
+ if (this.logger)
9850
+ this.logger.debug("Calling operation DataCatalogClient#updateNamespace.");
9365
9851
  const operationName = "updateNamespace";
9366
9852
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Namespace/UpdateNamespace";
9367
9853
  const pathParams = {
@@ -9376,6 +9862,8 @@ class DataCatalogClient {
9376
9862
  };
9377
9863
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9378
9864
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateNamespaceRequest.retryConfiguration, specRetryConfiguration);
9865
+ if (this.logger)
9866
+ retrier.logger = this.logger;
9379
9867
  const request = yield oci_common_2.composeRequest({
9380
9868
  baseEndpoint: this._endpoint,
9381
9869
  defaultHeaders: this._defaultHeaders,
@@ -9420,11 +9908,12 @@ class DataCatalogClient {
9420
9908
  * @param UpdatePatternRequest
9421
9909
  * @return UpdatePatternResponse
9422
9910
  * @throws OciError when an error occurs
9423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdatePattern.ts.html |here} to see how to use UpdatePattern API.
9911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdatePattern.ts.html |here} to see how to use UpdatePattern API.
9424
9912
  */
9425
9913
  updatePattern(updatePatternRequest) {
9426
9914
  return __awaiter(this, void 0, void 0, function* () {
9427
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updatePattern.");
9915
+ if (this.logger)
9916
+ this.logger.debug("Calling operation DataCatalogClient#updatePattern.");
9428
9917
  const operationName = "updatePattern";
9429
9918
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Pattern/UpdatePattern";
9430
9919
  const pathParams = {
@@ -9439,6 +9928,8 @@ class DataCatalogClient {
9439
9928
  };
9440
9929
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9441
9930
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updatePatternRequest.retryConfiguration, specRetryConfiguration);
9931
+ if (this.logger)
9932
+ retrier.logger = this.logger;
9442
9933
  const request = yield oci_common_2.composeRequest({
9443
9934
  baseEndpoint: this._endpoint,
9444
9935
  defaultHeaders: this._defaultHeaders,
@@ -9483,11 +9974,12 @@ class DataCatalogClient {
9483
9974
  * @param UpdateTermRequest
9484
9975
  * @return UpdateTermResponse
9485
9976
  * @throws OciError when an error occurs
9486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
9977
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateTerm.ts.html |here} to see how to use UpdateTerm API.
9487
9978
  */
9488
9979
  updateTerm(updateTermRequest) {
9489
9980
  return __awaiter(this, void 0, void 0, function* () {
9490
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateTerm.");
9981
+ if (this.logger)
9982
+ this.logger.debug("Calling operation DataCatalogClient#updateTerm.");
9491
9983
  const operationName = "updateTerm";
9492
9984
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Term/UpdateTerm";
9493
9985
  const pathParams = {
@@ -9503,6 +9995,8 @@ class DataCatalogClient {
9503
9995
  };
9504
9996
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9505
9997
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateTermRequest.retryConfiguration, specRetryConfiguration);
9998
+ if (this.logger)
9999
+ retrier.logger = this.logger;
9506
10000
  const request = yield oci_common_2.composeRequest({
9507
10001
  baseEndpoint: this._endpoint,
9508
10002
  defaultHeaders: this._defaultHeaders,
@@ -9547,11 +10041,12 @@ class DataCatalogClient {
9547
10041
  * @param UpdateTermRelationshipRequest
9548
10042
  * @return UpdateTermRelationshipResponse
9549
10043
  * @throws OciError when an error occurs
9550
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UpdateTermRelationship.ts.html |here} to see how to use UpdateTermRelationship API.
10044
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UpdateTermRelationship.ts.html |here} to see how to use UpdateTermRelationship API.
9551
10045
  */
9552
10046
  updateTermRelationship(updateTermRelationshipRequest) {
9553
10047
  return __awaiter(this, void 0, void 0, function* () {
9554
- oci_common_2.logger.debug("Calling operation DataCatalogClient#updateTermRelationship.");
10048
+ if (this.logger)
10049
+ this.logger.debug("Calling operation DataCatalogClient#updateTermRelationship.");
9555
10050
  const operationName = "updateTermRelationship";
9556
10051
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/TermRelationship/UpdateTermRelationship";
9557
10052
  const pathParams = {
@@ -9568,6 +10063,8 @@ class DataCatalogClient {
9568
10063
  };
9569
10064
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9570
10065
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateTermRelationshipRequest.retryConfiguration, specRetryConfiguration);
10066
+ if (this.logger)
10067
+ retrier.logger = this.logger;
9571
10068
  const request = yield oci_common_2.composeRequest({
9572
10069
  baseEndpoint: this._endpoint,
9573
10070
  defaultHeaders: this._defaultHeaders,
@@ -9612,11 +10109,12 @@ class DataCatalogClient {
9612
10109
  * @param UploadCredentialsRequest
9613
10110
  * @return UploadCredentialsResponse
9614
10111
  * @throws OciError when an error occurs
9615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/UploadCredentials.ts.html |here} to see how to use UploadCredentials API.
10112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/UploadCredentials.ts.html |here} to see how to use UploadCredentials API.
9616
10113
  */
9617
10114
  uploadCredentials(uploadCredentialsRequest) {
9618
10115
  return __awaiter(this, void 0, void 0, function* () {
9619
- oci_common_2.logger.debug("Calling operation DataCatalogClient#uploadCredentials.");
10116
+ if (this.logger)
10117
+ this.logger.debug("Calling operation DataCatalogClient#uploadCredentials.");
9620
10118
  const operationName = "uploadCredentials";
9621
10119
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Connection/UploadCredentials";
9622
10120
  const pathParams = {
@@ -9633,6 +10131,8 @@ class DataCatalogClient {
9633
10131
  };
9634
10132
  const specRetryConfiguration = common.NoRetryConfigurationDetails;
9635
10133
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, uploadCredentialsRequest.retryConfiguration, specRetryConfiguration);
10134
+ if (this.logger)
10135
+ retrier.logger = this.logger;
9636
10136
  const request = yield oci_common_2.composeRequest({
9637
10137
  baseEndpoint: this._endpoint,
9638
10138
  defaultHeaders: this._defaultHeaders,
@@ -9677,11 +10177,12 @@ class DataCatalogClient {
9677
10177
  * @param UsersRequest
9678
10178
  * @return UsersResponse
9679
10179
  * @throws OciError when an error occurs
9680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/Users.ts.html |here} to see how to use Users API.
10180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/Users.ts.html |here} to see how to use Users API.
9681
10181
  */
9682
10182
  users(usersRequest) {
9683
10183
  return __awaiter(this, void 0, void 0, function* () {
9684
- oci_common_2.logger.debug("Calling operation DataCatalogClient#users.");
10184
+ if (this.logger)
10185
+ this.logger.debug("Calling operation DataCatalogClient#users.");
9685
10186
  const operationName = "users";
9686
10187
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Catalog/Users";
9687
10188
  const pathParams = {
@@ -9699,6 +10200,8 @@ class DataCatalogClient {
9699
10200
  };
9700
10201
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
9701
10202
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, usersRequest.retryConfiguration, specRetryConfiguration);
10203
+ if (this.logger)
10204
+ retrier.logger = this.logger;
9702
10205
  const request = yield oci_common_2.composeRequest({
9703
10206
  baseEndpoint: this._endpoint,
9704
10207
  defaultHeaders: this._defaultHeaders,
@@ -9742,11 +10245,12 @@ class DataCatalogClient {
9742
10245
  * @param ValidateConnectionRequest
9743
10246
  * @return ValidateConnectionResponse
9744
10247
  * @throws OciError when an error occurs
9745
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
10248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ValidateConnection.ts.html |here} to see how to use ValidateConnection API.
9746
10249
  */
9747
10250
  validateConnection(validateConnectionRequest) {
9748
10251
  return __awaiter(this, void 0, void 0, function* () {
9749
- oci_common_2.logger.debug("Calling operation DataCatalogClient#validateConnection.");
10252
+ if (this.logger)
10253
+ this.logger.debug("Calling operation DataCatalogClient#validateConnection.");
9750
10254
  const operationName = "validateConnection";
9751
10255
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/DataAsset/ValidateConnection";
9752
10256
  const pathParams = {
@@ -9761,6 +10265,8 @@ class DataCatalogClient {
9761
10265
  };
9762
10266
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
9763
10267
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validateConnectionRequest.retryConfiguration, specRetryConfiguration);
10268
+ if (this.logger)
10269
+ retrier.logger = this.logger;
9764
10270
  const request = yield oci_common_2.composeRequest({
9765
10271
  baseEndpoint: this._endpoint,
9766
10272
  defaultHeaders: this._defaultHeaders,
@@ -9805,11 +10311,12 @@ class DataCatalogClient {
9805
10311
  * @param ValidatePatternRequest
9806
10312
  * @return ValidatePatternResponse
9807
10313
  * @throws OciError when an error occurs
9808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/datacatalog/ValidatePattern.ts.html |here} to see how to use ValidatePattern API.
10314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/datacatalog/ValidatePattern.ts.html |here} to see how to use ValidatePattern API.
9809
10315
  */
9810
10316
  validatePattern(validatePatternRequest) {
9811
10317
  return __awaiter(this, void 0, void 0, function* () {
9812
- oci_common_2.logger.debug("Calling operation DataCatalogClient#validatePattern.");
10318
+ if (this.logger)
10319
+ this.logger.debug("Calling operation DataCatalogClient#validatePattern.");
9813
10320
  const operationName = "validatePattern";
9814
10321
  const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/data-catalog/20190325/Pattern/ValidatePattern";
9815
10322
  const pathParams = {
@@ -9824,6 +10331,8 @@ class DataCatalogClient {
9824
10331
  };
9825
10332
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
9826
10333
  const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, validatePatternRequest.retryConfiguration, specRetryConfiguration);
10334
+ if (this.logger)
10335
+ retrier.logger = this.logger;
9827
10336
  const request = yield oci_common_2.composeRequest({
9828
10337
  baseEndpoint: this._endpoint,
9829
10338
  defaultHeaders: this._defaultHeaders,